aboutsummaryrefslogtreecommitdiff
path: root/os/config/hammerhead_inventory.yml
diff options
context:
space:
mode:
authorQuentin <quentin@dufour.io>2021-04-09 11:19:38 +0200
committerQuentin <quentin@dufour.io>2021-04-09 11:19:38 +0200
commitf4c8ba8ebd076fd46439289993155274be7605c4 (patch)
tree3266239bd7cd8c8a03093736c8325bee58cb614c /os/config/hammerhead_inventory.yml
parent0b4c61dfe1102519157b8f8896a779fa9343a743 (diff)
parent89b87407818c78852b2c99b4300053e34e255fa5 (diff)
downloadinfrastructure-f4c8ba8ebd076fd46439289993155274be7605c4.tar.gz
infrastructure-f4c8ba8ebd076fd46439289993155274be7605c4.zip
Merge pull request 'Config Ansible mise à jour à l'occasion de l'install de HammerHead' (#37) from adrien/infrastructure:main into feature/upgrade-ansible
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/pulls/37
Diffstat (limited to 'os/config/hammerhead_inventory.yml')
-rw-r--r--os/config/hammerhead_inventory.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/os/config/hammerhead_inventory.yml b/os/config/hammerhead_inventory.yml
new file mode 100644
index 0000000..dd2117e
--- /dev/null
+++ b/os/config/hammerhead_inventory.yml
@@ -0,0 +1,17 @@
+cluster_nodes:
+ hosts:
+ hammerhead:
+ ansible_host: ns3118584.ip-5-135-179.eu
+ ansible_port: 110
+ ansible_user: root
+ ansible_ssh_private_key_file: /home/adrien/.ssh/hammerhead
+ ansible_become: true
+ ipv4: 5.135.179.11
+ gatewayv4: 5.135.179.254
+ ipv6: 2001:41d0:8:ba0b::1
+ gatewayv6: fe80::264:40ff:fe3a:fac0
+ interface: eno1
+ dns_1: 213.186.33.99
+ dns_2: 172.104.136.243
+ ansible_python_interpreter: python3
+ ssh_port: 110