aboutsummaryrefslogtreecommitdiff
path: root/ansible/plays
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-09-29 23:33:59 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2024-09-29 23:33:59 +0200
commitf4e65d26183b1133d919c415fec349f52fb4385f (patch)
treefeef3f368bf27d080108c998f1085cedae6bfdf2 /ansible/plays
parent0d13a5b4a2392200e78c8e15aa59044ec18eea16 (diff)
downloadinfra-f4e65d26183b1133d919c415fec349f52fb4385f.tar.gz
infra-f4e65d26183b1133d919c415fec349f52fb4385f.tar.bz2
infra-f4e65d26183b1133d919c415fec349f52fb4385f.tar.xz
infra-f4e65d26183b1133d919c415fec349f52fb4385f.zip
lhn2pi
Diffstat (limited to 'ansible/plays')
-rw-r--r--ansible/plays/host-lhn2pi.yml6
-rw-r--r--ansible/plays/lhn2pi.yml4
-rw-r--r--ansible/plays/templates/lhn2pi/systemd/network/10-eth0.network4
3 files changed, 10 insertions, 4 deletions
diff --git a/ansible/plays/host-lhn2pi.yml b/ansible/plays/host-lhn2pi.yml
new file mode 100644
index 0000000..551c3dd
--- /dev/null
+++ b/ansible/plays/host-lhn2pi.yml
@@ -0,0 +1,6 @@
+- hosts:
+ - lhn2pi
+ roles:
+ - systemd-networkd
+ - prometheus-bird-exporter
+ - prometheus-node-exporter
diff --git a/ansible/plays/lhn2pi.yml b/ansible/plays/lhn2pi.yml
deleted file mode 100644
index 614b926..0000000
--- a/ansible/plays/lhn2pi.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-- hosts:
- - lhn2pi
- roles:
- - systemd-networkd
diff --git a/ansible/plays/templates/lhn2pi/systemd/network/10-eth0.network b/ansible/plays/templates/lhn2pi/systemd/network/10-eth0.network
index f17b3f9..853556d 100644
--- a/ansible/plays/templates/lhn2pi/systemd/network/10-eth0.network
+++ b/ansible/plays/templates/lhn2pi/systemd/network/10-eth0.network
@@ -5,3 +5,7 @@ Name=eth0
DHCP=ipv4
Address={{ ipam6.networks.lhn2_dn42.hosts.lhn2pi }}
# IPv6Forwarding=yes # needs newer systemd
+
+# Disables the automatic activation of DHCPv6 from RA packets
+[IPv6AcceptRA]
+DHCPv6Client=no