mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add hostvars to dynamic inventory to specify ssh ProxyCommand
This commit is contained in:
parent
9f8e3dc0c7
commit
3bcd961c81
3 changed files with 23 additions and 6 deletions
8
ansible.cfg
Normal file
8
ansible.cfg
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue