diff options
Diffstat (limited to 'dan')
-rw-r--r-- | dan/host_vars/sk-tomnext-nc.yml | 14 | ||||
-rw-r--r-- | dan/sk-tomnext-hp.yml | 6 | ||||
-rw-r--r-- | dan/sk-tomnext-nc.yml | 17 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dan/host_vars/sk-tomnext-nc.yml b/dan/host_vars/sk-tomnext-nc.yml new file mode 100644 index 00000000..74badcb1 --- /dev/null +++ b/dan/host_vars/sk-tomnext-nc.yml @@ -0,0 +1,14 @@ +$ANSIBLE_VAULT;1.2;AES256;dan +39383530376638633762616162653834303633316365353238316464373534653462623962646662 +3536616637633035613832663331396236383936393331640a373033623664316136343239373935 +65323762663761333164326638363530393033626561663964313536303036333631363237613437 +3238336132626632300a636166386434646332613630623563633835306235373463633234303634 +31363236396139353833656139353537396337353864653738316631663638633539613865613864 +66343761366438373435326232616333316135313464623737333830316364333165396361383065 +39346232336662653239343837333138626263383337613762306464343231393932386635666237 +61336133316631306666633666653162653836613761363030393462633965336335316165346436 +64633032623633663761663266646234633961303531383761363064616231376163666665346563 +65646239343938313766346236616436313862623765326233656531383733663437313563613433 +33313532643436653234313833653962636265653864306331373433396338623435646562643631 +61306531663065653164663431653735633933616662663264656538343364373436366365383132 +3833 diff --git a/dan/sk-tomnext-hp.yml b/dan/sk-tomnext-hp.yml new file mode 100644 index 00000000..b0c38093 --- /dev/null +++ b/dan/sk-tomnext-hp.yml @@ -0,0 +1,6 @@ +--- +- name: do nothing + hosts: sk-tomnext-hp + tasks: + - debug: + msg: this host is not managed by ansible ... nothing to do here diff --git a/dan/sk-tomnext-nc.yml b/dan/sk-tomnext-nc.yml new file mode 100644 index 00000000..b1cf028a --- /dev/null +++ b/dan/sk-tomnext-nc.yml @@ -0,0 +1,17 @@ +--- +- name: Basic Setup + hosts: sk-tomnext-nc + roles: + - role: base + - role: sshd + - role: zsh + - role: apt-repo/base + - role: admin-user + - role: zfs/base + - role: apt-repo/spreadspace + - role: zfs/sanoid + - role: kubernetes/base + - role: kubernetes/standalone + - role: acmetool/base + - role: nginx/base + - role: apps/nextcloud |