Move playbooks in subfolder #73
Loading…
Reference in a new issue
No description provided.
Delete branch "move_playbooks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
836f93c9bd
toa0dd5ef4b7
bca1f75cad
to9481af3201
@ -2,6 +2,9 @@
[defaults]
# Explicitely redefined some defaults to make subfolder execution work
Explicitely
→Explicitly
redefined
→redefine
?@ -0,0 +8,4 @@
- update_motd
- ldap_client
# Install logrotate on all servers except PVE
Why don't we install
logrotate
on PVE?@ -0,0 +1,10 @@
#!/usr/bin/env ansible-playbook
---
# Deploy Docker hosts
- hosts: docker-ovh.adm.auro.re,gitea.adm.auro.re,drone.adm.auro.re,stream.adm.auro.re,wikijs.adm.auro.re
Why do we install
docker
onstream.adm
?Before stream was using a dockerized solution. Now it's gone and it's not even called stream anymore.
@ -0,0 +1,10 @@
#!/usr/bin/env ansible-playbook
---
# Radius (backup only for now)
backup only for now
?@ -0,0 +1,23 @@
#!/usr/bin/env ansible-playbook
---
# Déploiement du service re2o aurore-firewall et keepalived
Why is the comment in French?
Perhaps we should choose French or English and stick with it?