IAM
This commit is contained in:
parent
3d47fdf0e5
commit
19881dc70a
8
terraform/templates/ansible.cfg.tpl
Normal file
8
terraform/templates/ansible.cfg.tpl
Normal file
@ -0,0 +1,8 @@
|
||||
[defaults]
|
||||
host_key_checking = False
|
||||
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
|
Loading…
Reference in New Issue
Block a user