Fix new ansible-lint errors
Quite a few changes here, hopefully they work!
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
resource "local_file" "hosts" {
|
||||
content = yamlencode({
|
||||
hosts : {
|
||||
vps_hosts : {
|
||||
casey_ip : linode_instance.casey.ip_address,
|
||||
walker_ip : vultr_instance.walker.main_ip,
|
||||
grimes_ip : vultr_instance.grimes.main_ip,
|
||||
}
|
||||
})
|
||||
filename = "${path.module}/../ansible/group_vars/all/hosts.yml"
|
||||
filename = "${path.module}/../ansible/group_vars/all/vps-hosts.yml"
|
||||
}
|
||||
|
Reference in New Issue
Block a user