Actualiser terraform/templates/ansible.cfg.tpl

This commit is contained in:
2025-12-04 12:00:39 +01:00
parent d84b7029e9
commit 1c67238803

View File

@@ -1,4 +1,8 @@
[defaults]
inventory = ./hosts
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