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
|
- policycoreutils-python
|
||||||
- firewalld
|
- firewalld
|
||||||
- ipset
|
- ipset
|
||||||
- ntp
|
|
||||||
- psmisc
|
- psmisc
|
||||||
- tcpdump
|
- tcpdump
|
||||||
- tuned
|
- tuned
|
||||||
|
@ -37,8 +36,6 @@ centos_packages_from_epel:
|
||||||
- htop
|
- htop
|
||||||
- lbzip2
|
- lbzip2
|
||||||
|
|
||||||
centos_ntpd_enabled: True
|
|
||||||
|
|
||||||
centos_packages_cleanup: True
|
centos_packages_cleanup: True
|
||||||
centos_remove_avahi: False
|
centos_remove_avahi: False
|
||||||
centos_remove_networkmanager: False
|
centos_remove_networkmanager: False
|
||||||
|
|
Loading…
Reference in New Issue