From 3c55ccb22322f107c8b82a824e5e28a576af9ae0 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 13 Apr 2019 23:31:30 +0200 Subject: added cloud install role/playbook --- dan/cloud-install.yml | 6 ++++++ dan/host_vars/sk-cloudia.yml | 10 ++++++++++ dan/sk-cloudia.yml | 7 +++++++ 3 files changed, 23 insertions(+) create mode 100644 dan/cloud-install.yml create mode 100644 dan/host_vars/sk-cloudia.yml create mode 100644 dan/sk-cloudia.yml (limited to 'dan') diff --git a/dan/cloud-install.yml b/dan/cloud-install.yml new file mode 100644 index 00000000..24d8d9c2 --- /dev/null +++ b/dan/cloud-install.yml @@ -0,0 +1,6 @@ +--- +- name: basic installation + hosts: "{{ hostname }}" + gather_facts: no + roles: + - role: cloud-install diff --git a/dan/host_vars/sk-cloudia.yml b/dan/host_vars/sk-cloudia.yml new file mode 100644 index 00000000..53629208 --- /dev/null +++ b/dan/host_vars/sk-cloudia.yml @@ -0,0 +1,10 @@ +$ANSIBLE_VAULT;1.2;AES256;dan +64313638393461613535643731303830343539313333643462633232303936346665636536313630 +6261376532663565343434376633613930613331626530380a633235326261306166356166636363 +32636530656665303633373331353565626534646466666336636561376638323834646262633636 +3633656465366263640a653837613439363438653366643763323933366361323938326439373138 +36323638633530323630323133386332303965353866353831383961333363613933373132353663 +35393938326630356261336136633763316436366435313965306166656138393032306434363861 +62383632636239653233626535316361376637646564333861323936343833383030303139346135 +39303735623038633661626238616638373061643762336339366434303162633731646432626364 +3432 diff --git a/dan/sk-cloudia.yml b/dan/sk-cloudia.yml new file mode 100644 index 00000000..6d22afed --- /dev/null +++ b/dan/sk-cloudia.yml @@ -0,0 +1,7 @@ +--- +- name: Basic Setup + hosts: sk-cloudia + roles: + - role: base + - role: sshd + - role: zsh -- cgit v1.2.3