Add hostvars to dynamic inventory to specify ssh ProxyCommand

This commit is contained in:
Paul-Henri Froidmont 2018-09-16 02:26:14 +02:00
parent 9f8e3dc0c7
commit 3bcd961c81
3 changed files with 23 additions and 6 deletions

8
ansible.cfg Normal file
View file

@ -0,0 +1,8 @@
[defaults]
any_errors_fatal = True
deprecation_warnings = True
display_skipped_hosts = False
host_key_checking = False
nocows = 1
remote_user = root
retry_files_enabled = False