aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-04-09 11:37:50 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-04-09 11:37:50 +0200
commit1fd6aaafe67a052e8c9c2a589bf0e24242b4e652 (patch)
tree0cc714d26bbc00df294db7f3d3108015baf821c4
parentca1f73d655849ca09997c6b7db9fdb24c05d562d (diff)
downloadinfrastructure-1fd6aaafe67a052e8c9c2a589bf0e24242b4e652.tar.gz
infrastructure-1fd6aaafe67a052e8c9c2a589bf0e24242b4e652.zip
Integrate hammerhead in the inventory
-rw-r--r--os/config/hammerhead_inventory.yml17
-rw-r--r--os/config/production.yml15
2 files changed, 15 insertions, 17 deletions
diff --git a/os/config/hammerhead_inventory.yml b/os/config/hammerhead_inventory.yml
deleted file mode 100644
index dd2117e..0000000
--- a/os/config/hammerhead_inventory.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-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
diff --git a/os/config/production.yml b/os/config/production.yml
index 7cb4d9c..fa81272 100644
--- a/os/config/production.yml
+++ b/os/config/production.yml
@@ -55,3 +55,18 @@ cluster_nodes:
dns_2: 109.0.66.10
ansible_python_interpreter: python3
ssh_port: 22
+
+ hammerhead:
+ ansible_host: ns3118584.ip-5-135-179.eu
+ ansible_port: 110
+ 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
+