mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +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
|
|
@ -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