BangShebang!
This commit is contained in:
parent
dc2db3d6a3
commit
36343d90fd
7 changed files with 7 additions and 0 deletions
1
base.yml
Normal file → Executable file
1
base.yml
Normal file → Executable 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
1
matrix.yml
Normal file → Executable 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
1
monitoring.yml
Normal file → Executable 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
1
network.yml
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
# Set up DHCP servers.
|
||||
- hosts: dhcp
|
||||
|
|
1
proxmox.yml
Normal file → Executable file
1
proxmox.yml
Normal file → Executable 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
1
services_web.yml
Normal file → Executable 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
1
upgrade.yml
Normal file → Executable 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
|
||||
|
|
Loading…
Reference in a new issue