1
0
Fork 0
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:
L3D 2023-11-28 03:18:03 +01:00
parent bc84cec5fb
commit 48fcac7e4c
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
10 changed files with 11 additions and 2 deletions

View file

@ -15,5 +15,5 @@
path: "{{ ntp_ntpstats_dir }}" path: "{{ ntp_ntpstats_dir }}"
state: directory state: directory
mode: 0755 mode: 0755
owner: ntp owner: "{{ ntp_user }}"
group: ntp when: ntp_statistics | bool

View file

@ -2,6 +2,7 @@
ntp_package: 'ntpsec' ntp_package: 'ntpsec'
ntp_package_absent: 'ntp' ntp_package_absent: 'ntp'
ntp_service: ntpd ntp_service: ntpd
ntp_user: 'ntpsec'
ntp_configfile: /etc/ntpsec/ntp.conf ntp_configfile: /etc/ntpsec/ntp.conf
ntp_configfile_user: root ntp_configfile_user: root

View file

@ -2,6 +2,7 @@
ntp_package: ntp ntp_package: ntp
ntp_service: ntp ntp_service: ntp
ntp_package_absent: [] ntp_package_absent: []
ntp_user: 'ntp'
ntp_configfile: /private/etc/ntp.conf ntp_configfile: /private/etc/ntp.conf
ntp_configfile_user: root ntp_configfile_user: root

View file

@ -2,6 +2,7 @@
ntp_package: 'ntpsec' ntp_package: 'ntpsec'
ntp_package_absent: 'ntp' ntp_package_absent: 'ntp'
ntp_service: 'ntpsec' ntp_service: 'ntpsec'
ntp_user: 'ntpsec'
ntp_configfile: '/etc/ntpsec/ntp.conf' ntp_configfile: '/etc/ntpsec/ntp.conf'
ntp_configfile_user: root ntp_configfile_user: root

View file

@ -2,6 +2,7 @@
ntp_package: ntp ntp_package: ntp
ntp_package_absent: [] ntp_package_absent: []
ntp_service: ntpd ntp_service: ntpd
ntp_user: 'ntp'
ntp_configfile: /etc/ntp.conf ntp_configfile: /etc/ntp.conf
ntp_configfile_user: root ntp_configfile_user: root

View file

@ -2,6 +2,7 @@
ntp_package: net-misc/ntp ntp_package: net-misc/ntp
ntp_package_absent: [] ntp_package_absent: []
ntp_service: ntp-client ntp_service: ntp-client
ntp_user: 'ntp'
ntp_configfile: /etc/ntp.conf ntp_configfile: /etc/ntp.conf
ntp_configfile_user: root ntp_configfile_user: root

View file

@ -2,6 +2,7 @@
ntp_package: ntp ntp_package: ntp
ntp_package_absent: [] ntp_package_absent: []
ntp_service: ntpd ntp_service: ntpd
ntp_user: 'ntp'
ntp_configfile: /etc/ntp.conf ntp_configfile: /etc/ntp.conf
ntp_configfile_user: root ntp_configfile_user: root

View file

@ -2,6 +2,7 @@
ntp_package: ntp ntp_package: ntp
ntp_package_absent: [] ntp_package_absent: []
ntp_service: ntpd ntp_service: ntpd
ntp_user: 'ntp'
ntp_configfile: /etc/ntp.conf ntp_configfile: /etc/ntp.conf
ntp_configfile_user: root ntp_configfile_user: root

View file

@ -2,6 +2,7 @@
ntp_package: ntp ntp_package: ntp
ntp_package_absent: [] ntp_package_absent: []
ntp_service: ntpd ntp_service: ntpd
ntp_user: 'ntp'
ntp_configfile: /etc/ntp.conf ntp_configfile: /etc/ntp.conf
ntp_configfile_user: root ntp_configfile_user: root

View file

@ -2,6 +2,7 @@
ntp_package: ntp ntp_package: ntp
ntp_package_absent: [] ntp_package_absent: []
ntp_service: ntp ntp_service: ntp
ntp_user: 'ntp'
ntp_configfile: /etc/ntp.conf ntp_configfile: /etc/ntp.conf
ntp_configfile_user: root ntp_configfile_user: root