From e387ad7dfcd60ae43dcd2c58174772e02ed4e297 Mon Sep 17 00:00:00 2001 From: "root (arriane)" Date: Mon, 30 Oct 2017 20:30:27 +0100 Subject: [PATCH] initial commit --- .gitmodules | 3 +++ group_vars/all | 3 +++ hosts/production | 2 ++ roles/common | 1 + site.retry | 1 + site.yml | 6 ++++++ 6 files changed, 16 insertions(+) create mode 100644 .gitmodules create mode 100644 group_vars/all create mode 100644 hosts/production create mode 160000 roles/common create mode 100644 site.retry create mode 100644 site.yml 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