From 72bcfc579ba6ac93e8fb9866786689126f3e7ef1 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 22 Jul 2021 16:58:15 +0200 Subject: [PATCH] External role for ntp. --- library/bootstrap-roles/deb-ubuntu-common/meta/main.yml | 5 ++--- library/centos/roles/centos-bootstrap/meta/main.yml | 7 ++++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library/bootstrap-roles/deb-ubuntu-common/meta/main.yml b/library/bootstrap-roles/deb-ubuntu-common/meta/main.yml index b626a912..7f551d06 100644 --- a/library/bootstrap-roles/deb-ubuntu-common/meta/main.yml +++ b/library/bootstrap-roles/deb-ubuntu-common/meta/main.yml @@ -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 diff --git a/library/centos/roles/centos-bootstrap/meta/main.yml b/library/centos/roles/centos-bootstrap/meta/main.yml index 9a7bfe1d..60f82ed1 100644 --- a/library/centos/roles/centos-bootstrap/meta/main.yml +++ b/library/centos/roles/centos-bootstrap/meta/main.yml @@ -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'