[crans_scripts] PEPCRANSIFICATION

certbot_on_virtu
_shirenn 2021-01-17 21:39:06 +01:00
parent 61036c2c58
commit 29222acf56
3 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1,4 @@
---
glob_crans_scripts:
remote: http://gitlab.adm.crans.org/nounous/scripts.git
version: master

View File

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

View File

@ -20,9 +20,9 @@
- name: Clone scripts repository
git:
repo: "{{ crans_scripts_git }}"
repo: "{{ crans_scripts.remote }}"
dest: /usr/scripts
version: master
version: "{{ crans_scripts.version }}"
umask: "002"
environment:
GIT_SSL_NO_VERIFY: 1