initial commit

This commit is contained in:
root (arriane)
2017-10-30 20:30:27 +01:00
commit e387ad7dfc
6 changed files with 16 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "roles/common"]
path = roles/common
url = https://github.com/SphericalElephant/ansible-common.git

3
group_vars/all Normal file
View File

@@ -0,0 +1,3 @@
---
common_aliases:
- "root: bofh@fet.at"

2
hosts/production Normal file
View File

@@ -0,0 +1,2 @@
[backup]
10.0.3.113

1
roles/common Submodule

Submodule roles/common added at 18f1345f0a

1
site.retry Normal file
View File

@@ -0,0 +1 @@
10.0.3.113

6
site.yml Normal file
View File

@@ -0,0 +1,6 @@
- hosts: backup
user: root
become: False
roles:
- common