Move playbooks in subfolder #73

Merged
erdnaxe merged 18 commits from move_playbooks into master 2021-11-28 10:16:50 +01:00
Member
No description provided.
erdnaxe force-pushed move_playbooks from 836f93c9bd to a0dd5ef4b7 2021-11-28 08:41:39 +01:00 Compare
erdnaxe added 1 commit 2021-11-28 08:48:39 +01:00
erdnaxe force-pushed move_playbooks from bca1f75cad to 9481af3201 2021-11-28 08:48:58 +01:00 Compare
erdnaxe added 1 commit 2021-11-28 08:50:03 +01:00
erdnaxe added 1 commit 2021-11-28 08:51:34 +01:00
erdnaxe added 1 commit 2021-11-28 08:53:16 +01:00
erdnaxe added 1 commit 2021-11-28 08:57:47 +01:00
erdnaxe added 2 commits 2021-11-28 09:00:12 +01:00
erdnaxe added 1 commit 2021-11-28 09:01:15 +01:00
erdnaxe added 2 commits 2021-11-28 09:04:21 +01:00
erdnaxe added 2 commits 2021-11-28 09:50:21 +01:00
jeltz reviewed 2021-11-28 10:00:09 +01:00
ansible.cfg Outdated
@ -2,6 +2,9 @@
[defaults]
# Explicitely redefined some defaults to make subfolder execution work
Owner

ExplicitelyExplicitly
redefinedredefine?

`Explicitely` → `Explicitly` `redefined` → `redefine`?
erdnaxe marked this conversation as resolved
@ -0,0 +8,4 @@
- update_motd
- ldap_client
# Install logrotate on all servers except PVE
Owner

Why don't we install logrotate on PVE?

Why don't we install `logrotate` on PVE?
erdnaxe marked this conversation as resolved
@ -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
Owner

Why do we install docker on stream.adm?

Why do we install `docker` on `stream.adm`?
Author
Member

Before stream was using a dockerized solution. Now it's gone and it's not even called stream anymore.

Before stream was using a dockerized solution. Now it's gone and it's not even called stream anymore.
erdnaxe marked this conversation as resolved
@ -0,0 +1,10 @@
#!/usr/bin/env ansible-playbook
---
# Radius (backup only for now)
Owner

backup only for now?

`backup only for now`?
erdnaxe marked this conversation as resolved
@ -0,0 +1,23 @@
#!/usr/bin/env ansible-playbook
---
# Déploiement du service re2o aurore-firewall et keepalived
Owner

Why is the comment in French?

Perhaps we should choose French or English and stick with it?

Why is the comment in French? Perhaps we should choose French or English and stick with it?
erdnaxe marked this conversation as resolved
erdnaxe added 2 commits 2021-11-28 10:05:22 +01:00
erdnaxe added 1 commit 2021-11-28 10:08:32 +01:00
erdnaxe added 1 commit 2021-11-28 10:15:57 +01:00
erdnaxe merged commit 3c25e64516 into master 2021-11-28 10:16:31 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: aurore/ansible#73
No description provided.