Add ansible shebang
parent
b8cbccfd9d
commit
5504fc39d9
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
# Common CRANS configuration for all servers
|
# Common CRANS configuration for all servers
|
||||||
- hosts: server
|
- hosts: server
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
# This is a special playbook to clean old stuff from BCFG2
|
# This is a special playbook to clean old stuff from BCFG2
|
||||||
# it will disapear when BCFG2 will disapear
|
# it will disapear when BCFG2 will disapear
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
- hosts: otis.adm.crans.org
|
- hosts: otis.adm.crans.org
|
||||||
roles:
|
roles:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
# Deploy Prometheus
|
# Deploy Prometheus
|
||||||
- hosts: fyre.adm.crans.org
|
- hosts: fyre.adm.crans.org
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
# Deploy tunnel
|
# Deploy tunnel
|
||||||
- hosts: sputnik.adm.crans.org
|
- hosts: sputnik.adm.crans.org
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
# Deploy keepalived on odlyd
|
# Deploy keepalived on odlyd
|
||||||
- hosts: odlyd.adm.crans.org
|
- hosts: odlyd.adm.crans.org
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
# Deploy Re2o
|
# Deploy Re2o
|
||||||
- hosts: otis.adm.crans.org
|
- hosts: otis.adm.crans.org
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
# Document servers
|
# Document servers
|
||||||
- hosts: voyager.adm.crans.org # test only on voyager for now
|
- hosts: voyager.adm.crans.org # test only on voyager for now
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
# This is a special playbook to upgrade a server, be careful!
|
# This is a special playbook to upgrade a server, be careful!
|
||||||
- hosts: server,test_vm
|
- hosts: server,test_vm
|
||||||
|
|
Loading…
Reference in New Issue