Replaces removed community.general.yaml callback so bootstrap-ssh-ca runs cleanly.
10 lines
207 B
INI
10 lines
207 B
INI
[defaults]
|
|
inventory = ./inventory_from_yaml.py
|
|
roles_path = ./roles
|
|
host_key_checking = False
|
|
retry_files_enabled = False
|
|
interpreter_python = auto
|
|
stdout_callback = default
|
|
result_format = yaml
|
|
forks = 20
|