commit e387ad7dfcd60ae43dcd2c58174772e02ed4e297 Author: root (arriane) Date: Mon Oct 30 20:30:27 2017 +0100 initial commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3f77e32 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "roles/common"] + path = roles/common + url = https://github.com/SphericalElephant/ansible-common.git diff --git a/group_vars/all b/group_vars/all new file mode 100644 index 0000000..3d07b42 --- /dev/null +++ b/group_vars/all @@ -0,0 +1,3 @@ +--- +common_aliases: + - "root: bofh@fet.at" diff --git a/hosts/production b/hosts/production new file mode 100644 index 0000000..e6e150b --- /dev/null +++ b/hosts/production @@ -0,0 +1,2 @@ +[backup] +10.0.3.113 diff --git a/roles/common b/roles/common new file mode 160000 index 0000000..18f1345 --- /dev/null +++ b/roles/common @@ -0,0 +1 @@ +Subproject commit 18f1345f0a6aad4d9c043463d031e9cb4d83a653 diff --git a/site.retry b/site.retry new file mode 100644 index 0000000..4639501 --- /dev/null +++ b/site.retry @@ -0,0 +1 @@ +10.0.3.113 diff --git a/site.yml b/site.yml new file mode 100644 index 0000000..a74c1b8 --- /dev/null +++ b/site.yml @@ -0,0 +1,6 @@ + +- hosts: backup + user: root + become: False + roles: + - common