Install ntp on guests too.
This commit is contained in:
parent
4d41214fec
commit
27011cb0ad
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
dist_tag: f{{ ansible_distribution_version }}
|
||||
base_pkgs_inst: ['iptables-services' ]
|
||||
base_pkgs_inst: ['iptables-services', 'ntp' ]
|
||||
base_pkgs_erase: ['firewalld', 'PackageKit*', 'sendmail', 'at']
|
||||
service_disabled: [ ]
|
||||
service_enabled: ['auditd']
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
dist_tag: el{{ ansible_distribution_version[0] }}
|
||||
base_pkgs_inst: []
|
||||
base_pkgs_inst: [ 'ntp' ]
|
||||
base_pkgs_erase: ['firstboot-tui','bluez-utils', 'sendmail']
|
||||
service_disabled: []
|
||||
service_enabled: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue