Quellcode durchsuchen

move tarsnap to its own role

Alex Payne vor 10 Jahren
Ursprung
Commit
f27442b678

+ 0
- 1
roles/common/tasks/main.yml Datei anzeigen

@@ -46,4 +46,3 @@
46 46
 - include: ssl.yml tags=ssl
47 47
 - include: ferm.yml tags=ferm
48 48
 - include: security.yml tags=security
49
-- include: tarsnap.yml tags=tarsnap

+ 0
- 1
roles/common/vars/main.yml Datei anzeigen

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

roles/common/files/root_tarsnap.key → roles/tarsnap/files/root_tarsnap.key Datei anzeigen


+ 1
- 0
roles/tarsnap/tasks/main.yml Datei anzeigen

@@ -0,0 +1 @@
1
+- include: tarsnap.yml tags=tarsnap

roles/common/tasks/tarsnap.yml → roles/tarsnap/tasks/tarsnap.yml Datei anzeigen


+ 1
- 0
roles/tarsnap/vars/main.yml Datei anzeigen

@@ -0,0 +1 @@
1
+tarsnap_version: 1.0.35

+ 2
- 0
site.yml Datei anzeigen

@@ -14,5 +14,7 @@
14 14
     - monitoring
15 15
     - owncloud
16 16
     - vpn
17
+    - tarsnap
18
+
17 19
 
18 20
 

Laden…
Abbrechen
Speichern