External role for ntp.

This commit is contained in:
Andrea Dell'Amico 2021-07-22 16:58:15 +02:00
parent a4243e804e
commit 72bcfc579b
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
---
dependencies:
- role: '../../library/roles/ubuntu-deb-general'
- { role: '../../library/roles/cloud-init', when: ansible_product_name == "oVirt Node" }
- role: '../../library/roles/sshd_config'
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-rsyslog.git
version: master
name: rsyslog
state: latest
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-linux-firewall.git
version: master
name: linux-firewall
@ -15,8 +15,7 @@ dependencies:
name: letsencrypt-acme-sh-client
state: latest
when: letsencrypt_acme_install is defined and letsencrypt_acme_install
- role: '../../library/roles/nagios'
when: nagios_enabled is defined and nagios_enabled
- { role: '../../library/roles/nagios', when: nagios_enabled is defined and nagios_enabled }
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-zabbix-agent.git
version: master
name: zabbix-agent

View File

@ -1,11 +1,12 @@
---
dependencies:
- role: '../../library/centos/roles/external-repos'
- role: '../../library/centos/roles/basic-setup'
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-basic-system-setup.git
- role: 'basic-system-setup'
- src: git+https://code-repo.d4science.org/InfraScience/ansible-role-ntp.git
version: master
name: basic-system-setup
name: ntp
state: latest
- role: '../../library/centos/roles/basic-setup'
- role: '../../library/roles/motd'
- role: '../../library/roles/linux-kernel-sysctl'
- role: '../../library/centos/roles/tuned-setup'