[root] Don't deploy crans_scripts in the root playbook
Signed-off-by: ynerant <ynerant@crans.org>certbot_on_virtu
parent
44a59d11c9
commit
99ed3ad57a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue