forked from pierront/but3-iac
Actualiser terraform/templates/ansible.cfg.tpl
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
inventory = ./hosts
|
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
remote_user = ubuntu
|
inventory = gcp_compute.yml
|
||||||
|
interpreter_python = auto_silent
|
||||||
|
remote_user = ${replace(replace(remote_user, ".", "_"), "@", "_")}
|
||||||
|
|
||||||
|
[inventory]
|
||||||
|
enable_plugins = gcp_compute, auto, host_list, yaml, ini, toml, script
|
||||||
Reference in New Issue
Block a user