add syslog playbook for future use
This commit is contained in:
parent
07385b97d4
commit
9241bea415
@ -53,6 +53,9 @@
|
|||||||
- name: Configure common skel items
|
- name: Configure common skel items
|
||||||
ansible.builtin.import_tasks: tasks/skel.yml
|
ansible.builtin.import_tasks: tasks/skel.yml
|
||||||
|
|
||||||
|
- name: Configure syslog
|
||||||
|
ansible.builtin.import_tasks: tasks/syslog.yml
|
||||||
|
|
||||||
- name: Configure tlog for secure systems
|
- name: Configure tlog for secure systems
|
||||||
import_tasks: tasks/tlog.yml
|
import_tasks: tasks/tlog.yml
|
||||||
when: "'secureboot' in group_names"
|
when: "'secureboot' in group_names"
|
||||||
|
5
tasks/syslog.yml
Normal file
5
tasks/syslog.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- name: Notice
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: "Nothing to do yet"
|
||||||
|
...
|
Loading…
Reference in New Issue
Block a user