tp_cloud/terraform/templates/ansible.cfg.tpl

9 lines
249 B
Smarty
Raw Permalink Normal View History

2024-12-06 16:54:49 +01:00
[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