8 lines
137 B
INI
8 lines
137 B
INI
# local ansible config file
|
|
[defaults]
|
|
inventory = ./inventory.ini
|
|
remote_user = ansible
|
|
roles_path = ./roles
|
|
|
|
vault_password_file=.pass
|