aboutsummaryrefslogtreecommitdiff
path: root/ansible/plays/danneri.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/plays/danneri.yml')
-rw-r--r--ansible/plays/danneri.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/ansible/plays/danneri.yml b/ansible/plays/danneri.yml
new file mode 100644
index 0000000..88d6412
--- /dev/null
+++ b/ansible/plays/danneri.yml
@@ -0,0 +1,23 @@
+- hosts:
+ - danneri
+ tasks:
+ - import_role:
+ name: systemd-networkd
+
+ - meta: flush_handlers
+
+ - become: yes
+ apt:
+ name:
+ - etckeeper
+ - import_role:
+ name: timezone
+
+ - become: yes
+ copy:
+ dest: /etc/rancher/k3s/config.yaml
+ content: |
+ tls-san:
+ - "{{ ipam6.networks.lhn2_dn42.hosts.danneri }}"
+ - "2a06:2240:f00d:b500:9422:d355:95b7:f170"
+