Parcourir la source

move tarsnap to its own role

Alex Payne il y a 11 ans
Parent
révision
f27442b678

+ 0
- 1
roles/common/tasks/main.yml Voir le fichier

46
 - include: ssl.yml tags=ssl
46
 - include: ssl.yml tags=ssl
47
 - include: ferm.yml tags=ferm
47
 - include: ferm.yml tags=ferm
48
 - include: security.yml tags=security
48
 - include: security.yml tags=security
49
-- include: tarsnap.yml tags=tarsnap

+ 0
- 1
roles/common/vars/main.yml Voir le fichier

1
 main_user_name: TODO
1
 main_user_name: TODO
2
 admin_email: TODO@TODO.com
2
 admin_email: TODO@TODO.com
3
-tarsnap_version: 1.0.35
4
 encfs_password: TODO
3
 encfs_password: TODO

roles/common/files/root_tarsnap.key → roles/tarsnap/files/root_tarsnap.key Voir le fichier


+ 1
- 0
roles/tarsnap/tasks/main.yml Voir le fichier

1
+- include: tarsnap.yml tags=tarsnap

roles/common/tasks/tarsnap.yml → roles/tarsnap/tasks/tarsnap.yml Voir le fichier


+ 1
- 0
roles/tarsnap/vars/main.yml Voir le fichier

1
+tarsnap_version: 1.0.35

+ 2
- 0
site.yml Voir le fichier

14
     - monitoring
14
     - monitoring
15
     - owncloud
15
     - owncloud
16
     - vpn
16
     - vpn
17
+    - tarsnap
18
+
17
 
19
 
18
 
20
 

Chargement…
Annuler
Enregistrer