BangShebang!

pull/1/head
Alexandre Iooss 4 years ago
parent dc2db3d6a3
commit 36343d90fd
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02

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

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

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

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

@ -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,3 +1,4 @@
#!/usr/bin/env ansible-playbook
---
# Deploy Docker hosts
- hosts: docker-ovh.adm.auro.re

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

Loading…
Cancel
Save