Add ansible shebang

certbot_on_virtu
Alexandre Iooss 2020-04-01 15:10:36 +02:00
parent b8cbccfd9d
commit 5504fc39d9
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
10 changed files with 9 additions and 0 deletions

1
base.yml 100644 → 100755
View File

@ -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
clean_servers.yml 100644 → 100755
View File

@ -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
local_facts.yml 100644 → 100755
View File

@ -1,3 +1,4 @@
#!/usr/bin/env ansible-playbook
--- ---
- hosts: otis.adm.crans.org - hosts: otis.adm.crans.org
roles: roles:

1
monitoring.yml 100644 → 100755
View File

@ -1,3 +1,4 @@
#!/usr/bin/env ansible-playbook
--- ---
# Deploy Prometheus # Deploy Prometheus
- hosts: fyre.adm.crans.org - hosts: fyre.adm.crans.org

1
network.yml 100644 → 100755
View File

@ -1,3 +1,4 @@
#!/usr/bin/env ansible-playbook
--- ---
# Deploy tunnel # Deploy tunnel
- hosts: sputnik.adm.crans.org - hosts: sputnik.adm.crans.org

1
re2o-api.yml 100644 → 100755
View File

@ -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
re2o.yml 100644 → 100755
View File

@ -1,3 +1,4 @@
#!/usr/bin/env ansible-playbook
--- ---
# Deploy Re2o # Deploy Re2o
- hosts: otis.adm.crans.org - hosts: otis.adm.crans.org

0
services_web.yml 100644 → 100755
View File

1
tests.yml 100644 → 100755
View File

@ -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
upgrade.yml 100644 → 100755
View File

@ -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