[crans_scripts] PEPCRANSIFICATION
parent
61036c2c58
commit
29222acf56
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
glob_crans_scripts:
|
||||
remote: http://gitlab.adm.crans.org/nounous/scripts.git
|
||||
version: master
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue