mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
fix logfile permissions
This commit is contained in:
parent
bc84cec5fb
commit
48fcac7e4c
10 changed files with 11 additions and 2 deletions
|
@ -15,5 +15,5 @@
|
|||
path: "{{ ntp_ntpstats_dir }}"
|
||||
state: directory
|
||||
mode: 0755
|
||||
owner: ntp
|
||||
group: ntp
|
||||
owner: "{{ ntp_user }}"
|
||||
when: ntp_statistics | bool
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
ntp_package: 'ntpsec'
|
||||
ntp_package_absent: 'ntp'
|
||||
ntp_service: ntpd
|
||||
ntp_user: 'ntpsec'
|
||||
|
||||
ntp_configfile: /etc/ntpsec/ntp.conf
|
||||
ntp_configfile_user: root
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
ntp_package: ntp
|
||||
ntp_service: ntp
|
||||
ntp_package_absent: []
|
||||
ntp_user: 'ntp'
|
||||
|
||||
ntp_configfile: /private/etc/ntp.conf
|
||||
ntp_configfile_user: root
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
ntp_package: 'ntpsec'
|
||||
ntp_package_absent: 'ntp'
|
||||
ntp_service: 'ntpsec'
|
||||
ntp_user: 'ntpsec'
|
||||
|
||||
ntp_configfile: '/etc/ntpsec/ntp.conf'
|
||||
ntp_configfile_user: root
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
ntp_package: ntp
|
||||
ntp_package_absent: []
|
||||
ntp_service: ntpd
|
||||
ntp_user: 'ntp'
|
||||
|
||||
ntp_configfile: /etc/ntp.conf
|
||||
ntp_configfile_user: root
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
ntp_package: net-misc/ntp
|
||||
ntp_package_absent: []
|
||||
ntp_service: ntp-client
|
||||
ntp_user: 'ntp'
|
||||
|
||||
ntp_configfile: /etc/ntp.conf
|
||||
ntp_configfile_user: root
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
ntp_package: ntp
|
||||
ntp_package_absent: []
|
||||
ntp_service: ntpd
|
||||
ntp_user: 'ntp'
|
||||
|
||||
ntp_configfile: /etc/ntp.conf
|
||||
ntp_configfile_user: root
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
ntp_package: ntp
|
||||
ntp_package_absent: []
|
||||
ntp_service: ntpd
|
||||
ntp_user: 'ntp'
|
||||
|
||||
ntp_configfile: /etc/ntp.conf
|
||||
ntp_configfile_user: root
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
ntp_package: ntp
|
||||
ntp_package_absent: []
|
||||
ntp_service: ntpd
|
||||
ntp_user: 'ntp'
|
||||
|
||||
ntp_configfile: /etc/ntp.conf
|
||||
ntp_configfile_user: root
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
ntp_package: ntp
|
||||
ntp_package_absent: []
|
||||
ntp_service: ntp
|
||||
ntp_user: 'ntp'
|
||||
|
||||
ntp_configfile: /etc/ntp.conf
|
||||
ntp_configfile_user: root
|
||||
|
|
Loading…
Reference in a new issue