diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/lavand.pp | 8 | ||||
-rw-r--r-- | manifests/nodes_ip.pp | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/manifests/nodes/lavand.pp b/manifests/nodes/lavand.pp new file mode 100644 index 00000000..f29bbeb2 --- /dev/null +++ b/manifests/nodes/lavand.pp @@ -0,0 +1,8 @@ +node lavand { +# See https://fr.wikipedia.org/wiki/Ren%C3%A9_Lavand he had one ARM ;-) +# Location: Hetzner +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index ca395ac0..013e53fc 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -34,6 +34,9 @@ $nodes_ipaddr = { friteuse => { ipv4 => '192.168.122.131', }, + lavand => { + ipv4 => '49.13.82.246', + }, ec2aa1 => { ipv6 => '2a05:d014:e9:2c02:98ca:ec83:c601:371a', }, |