all.yml is back

certbot_on_virtu
Alexandre Iooss 2020-11-29 17:24:50 +01:00
parent c253fe9331
commit 6bb927ffca
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
6 changed files with 12 additions and 12 deletions

View File

@ -8,7 +8,7 @@
- import_playbook: plays/mail.yml
- import_playbook: plays/nfs.yml
- import_playbook: plays/logs.yml
#- import_playbook: plays/logs.yml
- import_playbook: plays/backup.yml
- import_playbook: plays/network-interfaces.yml
- import_playbook: plays/monitoring.yml
@ -29,6 +29,7 @@
- import_playbook: plays/mirror.yml
- import_playbook: plays/moinmoin.yml
- import_playbook: plays/nginx_rtmp.yml
- import_playbook: plays/ntp.yml
- import_playbook: plays/owncloud.yml
- import_playbook: plays/postgresql.yml
- import_playbook: plays/re2o.yml

2
hosts
View File

@ -145,4 +145,4 @@ ovh
[all:vars]
# Force remote to use Python 3
ansible_python_interpreter=/usr/bin/python3
ansible_python_interpreter=/usr/bin/env python3

View File

@ -6,12 +6,12 @@
- import_playbook: get_adm_iface.yml
# Rsync client on all server to allow backup
- hosts: server
vars:
# Backup password
backuppc_rsyncd_passwd: "{{ vault_backuppc_rsyncd_passwd }}"
roles: ["rsync-client"]
#- hosts: server
# vars:
# # Backup password
# backuppc_rsyncd_passwd: "{{ vault_backuppc_rsyncd_passwd }}"
# roles: ["rsync-client"]
# Backuppc backup software
- hosts: zephir.adm.crans.org,omnomnom.adm.crans.org
roles: ["backuppc"]
#- hosts: zephir.adm.crans.org,omnomnom.adm.crans.org
# roles: ["backuppc"]

View File

@ -8,7 +8,6 @@
- sudo
- molly-guard # prevent reboot
- debsums
- ntp # network time sync
- apt # better than apt-get
- nano # for vulcain
- vim # better than nano

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# Written By - Rishabh Das <rishabh5290@gmail.com>
# Modified By - Alexandre Iooss <erdnaxe@crans.org>

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# Copyright: (c) 2019, Alexandre Iooss <erdnaxe@crans.org>
# GNU General Public License v3.0+