mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-01-22 18:07:05 +00:00
Add grimes to context vars
This commit is contained in:
parent
695636582a
commit
f6649c8559
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
"vps_hosts":
|
||||
"casey_ip": "213.219.38.11"
|
||||
"grimes_ip": "49.12.235.6"
|
||||
"private_ipv6_marker": "2a01:7e00:e000:7f7::1"
|
||||
"private_ipv6_range": "2a01:7e00:e000:7f7::1/128"
|
||||
"walker_ip": "162.55.181.67"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ resource "local_file" "hosts" {
|
|||
private_ipv6_marker : local.private_ipv6_marker,
|
||||
private_ipv6_range : local.private_ipv6_range,
|
||||
walker_ip : hcloud_server.walker.ipv4_address,
|
||||
grimes_ip : hcloud_server.grimes.ipv4_address,
|
||||
}
|
||||
})
|
||||
filename = "${path.module}/../ansible/group_vars/all/vps-hosts.yml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue