BangShebang!

This commit is contained in:
Alexandre Iooss 2020-05-03 18:45:07 +02:00
parent dc2db3d6a3
commit 36343d90fd
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
7 changed files with 7 additions and 0 deletions

1
base.yml Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env ansible-playbook
---
# Put a common configuration on all servers
- hosts: all,!unifi

1
matrix.yml Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env ansible-playbook
---
# Install Matrix Synapse on corresponding containers
- hosts: synapse.adm.auro.re

1
monitoring.yml Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env ansible-playbook
---
- hosts: prometheus-fleming.adm.auro.re,prometheus-fleming-fo.adm.auro.re
vars:

1
network.yml Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env ansible-playbook
---
# Set up DHCP servers.
- hosts: dhcp

1
proxmox.yml Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env ansible-playbook
---
# This is a special playbook to create a new VM !
- hosts: proxy.adm.auro.re # Host with python-proxmoxer and python-requests

1
services_web.yml Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env ansible-playbook
---
# Deploy Docker hosts
- hosts: docker-ovh.adm.auro.re

1
upgrade.yml Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env ansible-playbook
---
# This is a special playbook to upgrade all selected servers !
# Please always use with --limit myserver.adm.auro.re