summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/cloud-install.yml6
-rw-r--r--chaos-at-home/group_vars/all.yml25
-rw-r--r--chaos-at-home/host_vars/mimas2.yml10
-rw-r--r--chaos-at-home/mimas2.yml8
4 files changed, 40 insertions, 9 deletions
diff --git a/chaos-at-home/cloud-install.yml b/chaos-at-home/cloud-install.yml
new file mode 100644
index 00000000..24d8d9c2
--- /dev/null
+++ b/chaos-at-home/cloud-install.yml
@@ -0,0 +1,6 @@
+---
+- name: basic installation
+ hosts: "{{ hostname }}"
+ gather_facts: no
+ roles:
+ - role: cloud-install
diff --git a/chaos-at-home/group_vars/all.yml b/chaos-at-home/group_vars/all.yml
index 45690ced..e6e942c8 100644
--- a/chaos-at-home/group_vars/all.yml
+++ b/chaos-at-home/group_vars/all.yml
@@ -1,10 +1,17 @@
$ANSIBLE_VAULT;1.2;AES256;chaos-at-home
-35386561313935656364616336626666346333343132326536313932373038336236653565653563
-3330303666363363636432346131376239376364666565340a336162666433336261363530386234
-34616535343962346530623533353764663336326132663633653065326436643736313537326466
-6261613462626334390a346638303832326534393231376262613033633136336238356439666131
-63663166623838346565393663363839373730326564333335396238613232313466313365346565
-66366262373438326138366466653035386637343763313637643536643265363736393435383132
-35376661393961383962353165626637313565323830336138663662336362333633363936666236
-62306538633362616466663938323033656634383563333534653936626566643932633032646538
-34623932653531383966326438343361393536373965346464616239303961656432
+62343537316165343061336664393031333732343935313430313338353133376264353632323332
+3232383539366231336137613731613734376666393339330a303565396239363265393262303966
+66386137643837316162653038623737326233356235356563363963643532653561313632663733
+3837316362393461380a386663333837323335666161353839623262633433643365653939373033
+63613532373333333266333134303961313362623862386630656463636634656633393137363837
+37623239343339373632663164393936363932333830346138323761386236623834383035393930
+65373638616161643664393865363239636664613161626364333631636464356362626435313333
+35313634323664653039396338653663323233633366363636376632663363626163613364373935
+35653733326465633831363039353362346630326534386566323430373335323233376236636437
+65333434316339633666376162386238393238336534656539663734656535666338353465376131
+33666438636137303265383532613433363135373561353734376636623938393031623461653630
+39633462663738346533663639303231363437366135643664336466613365303033633731343735
+65656534363431633733373932336664356632376234633163363334316539323261326463663566
+64643533336166633530323137616633663436393063316664356466306233343935353862326663
+39326662303462663533353939336239393362363961636336623632343839643262306430386439
+65623162343331616530
diff --git a/chaos-at-home/host_vars/mimas2.yml b/chaos-at-home/host_vars/mimas2.yml
new file mode 100644
index 00000000..d0a9a782
--- /dev/null
+++ b/chaos-at-home/host_vars/mimas2.yml
@@ -0,0 +1,10 @@
+$ANSIBLE_VAULT;1.2;AES256;chaos-at-home
+62306466306134666137366136316236626665313339613732376234346561383936363637636230
+3433383630616330653831643264623361643562383831650a333739333231326264383661613339
+64356463306263656263356438346132613438326635643936333039353836383538343331346637
+3633343931646331340a333738313261386130343266373735373461396466653236653130666536
+32303236346637303563623935373030376536666661363465623839613336356635623861376638
+35636563646266633863336263316633643662653961363632393866633137353236636234623463
+37313537613938363631333338646565376132626461666666653265343831383565663163343236
+30383165333961643366373334643432356435646432333338616362353139646639313034656433
+3261
diff --git a/chaos-at-home/mimas2.yml b/chaos-at-home/mimas2.yml
new file mode 100644
index 00000000..bfbe8e57
--- /dev/null
+++ b/chaos-at-home/mimas2.yml
@@ -0,0 +1,8 @@
+---
+- name: Basic Setup
+ hosts: mimas2
+ roles:
+ - role: base
+ - role: sshd
+ - role: zsh
+ - role: admin-user