enable rsyslogd
This commit is contained in:
@@ -21,6 +21,13 @@
|
|||||||
service: name=nscd state=started enabled=yes
|
service: name=nscd state=started enabled=yes
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
|
# ---------------------------------------------------
|
||||||
|
# Activation de rsyslog : non configuré parfois sur Oracle Linux
|
||||||
|
# ---------------------------------------------------
|
||||||
|
- name: activate rsyslog
|
||||||
|
service: name=rsyslog state=started enabled=yes
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
# ---------------------------------------------------
|
# ---------------------------------------------------
|
||||||
# configuration Linux : Selinux
|
# configuration Linux : Selinux
|
||||||
# ---------------------------------------------------
|
# ---------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user