[root] Don't deploy crans_scripts in the root playbook

Signed-off-by: ynerant <ynerant@crans.org>
certbot_on_virtu
ynerant 2021-02-17 15:41:41 +01:00
parent 44a59d11c9
commit 99ed3ad57a
1 changed files with 2 additions and 2 deletions

View File

@ -34,13 +34,13 @@
# crans_scripts_git: "http://gitlab.adm.crans.org/nounous/scripts.git" # crans_scripts_git: "http://gitlab.adm.crans.org/nounous/scripts.git"
ntp_client: '{{ glob_ntp_client | combine(loc_ntp_client | default({})) }}' ntp_client: '{{ glob_ntp_client | combine(loc_ntp_client | default({})) }}'
crans_scripts: '{{ glob_crans_scripts | combine(loc_crans_scripts | default({})) }}' # crans_scripts: '{{ glob_crans_scripts | combine(loc_crans_scripts | default({})) }}'
roles: roles:
- debian-apt-sources - debian-apt-sources
- common-tools - common-tools
- sudo - sudo
- ntp-client - ntp-client
- crans-scripts # - crans-scripts
- root-config - root-config
- hosts: crans_vm - hosts: crans_vm