16 lines
395 B
INI
16 lines
395 B
INI
[inventory]
|
|
enable_plugins = ini
|
|
|
|
[defaults]
|
|
ansible_managed = "Managed by ansible automation"
|
|
library = library/
|
|
inventory = ./inventory/mscc-demo
|
|
roles_path = playbooks/roles
|
|
collections_path = ./
|
|
host_key_checking = false
|
|
retry_files_enabled = false
|
|
pipelining = true
|
|
# interpreter_python = /usr/bin/python3
|
|
yaml_valid_extensions = .yaml, .yml, .vault
|
|
vault_password_file = ./.vault_password
|