use local_file for ansible inventory
This commit is contained in:
parent
1920af5bc4
commit
75aeaf38a9
5 changed files with 24 additions and 30 deletions
|
@ -1,7 +1,7 @@
|
|||
[defaults]
|
||||
inventory = inventory.yml
|
||||
inventory = inventory.ini
|
||||
interpreter_python = /usr/bin/python3
|
||||
|
||||
remote_user = andrei
|
||||
private_key_file = ~/.ssh/id_ed25519_yatf
|
||||
remote_user = ubuntu
|
||||
private_key_file = ~/.ssh/id_ed25519
|
||||
host_key_checking = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue