diff options
| author | Bruno Cornec <bruno@victoria.frmug.org> | 2024-12-06 00:35:12 +0100 |
|---|---|---|
| committer | Bruno Cornec <bruno@victoria.frmug.org> | 2026-02-10 12:27:10 +0100 |
| commit | a55d46021567b606594c97b265fd8cb173d625d0 (patch) | |
| tree | 8b9023aac7dfac73c707586ec894eee514409fea /manifests/nodes/lavand.pp | |
| parent | cd8cadb42965e34faa9fae5fa8e16ed4ed7abc2d (diff) | |
| download | puppet-a55d46021567b606594c97b265fd8cb173d625d0.tar puppet-a55d46021567b606594c97b265fd8cb173d625d0.tar.gz puppet-a55d46021567b606594c97b265fd8cb173d625d0.tar.bz2 puppet-a55d46021567b606594c97b265fd8cb173d625d0.tar.xz puppet-a55d46021567b606594c97b265fd8cb173d625d0.zip | |
Add new serversuser/bcornec/infra
- 2 new aarch64 build nodes named lavand and majax
- 2 new build nodes named houdini and garcimore
- a deploy server named mandrake
- a web server named webb
- a repo server named melies
- update DNS and monitoring
- prepare to integrate the new build nodes
Preparation for 2 new x86_64 build nodes
Adds pp file for majax
IPs added for garcimore and houdini
update DNS
Diffstat (limited to 'manifests/nodes/lavand.pp')
| -rw-r--r-- | manifests/nodes/lavand.pp | 8 |
1 files changed, 8 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': } +} |
