forked from ISTI-ansible-roles/ansible-roles
Remove the installation of ntp from basic-setup.
This commit is contained in:
parent
72bcfc579b
commit
0159d76b20
|
@ -22,7 +22,6 @@ centos_packages_to_install:
|
|||
- policycoreutils-python
|
||||
- firewalld
|
||||
- ipset
|
||||
- ntp
|
||||
- psmisc
|
||||
- tcpdump
|
||||
- tuned
|
||||
|
@ -37,8 +36,6 @@ centos_packages_from_epel:
|
|||
- htop
|
||||
- lbzip2
|
||||
|
||||
centos_ntpd_enabled: True
|
||||
|
||||
centos_packages_cleanup: True
|
||||
centos_remove_avahi: False
|
||||
centos_remove_networkmanager: False
|
||||
|
|
Loading…
Reference in New Issue