Install ntp on guests too.

This commit is contained in:
Kevin Fenzi 2015-02-15 17:39:32 +00:00
parent 4d41214fec
commit 27011cb0ad
2 changed files with 2 additions and 2 deletions

View file

@ -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']

View file

@ -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: []