mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Use mitogen Ansible plugin
This commit is contained in:
parent
34bdcb5d93
commit
8c5ff83dc7
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ retry_files_enabled = False
|
||||||
library = kubespray/library/
|
library = kubespray/library/
|
||||||
roles_path = kubespray/roles/
|
roles_path = kubespray/roles/
|
||||||
invalid_task_attribute_failed=False
|
invalid_task_attribute_failed=False
|
||||||
|
force_valid_group_names = ignore
|
||||||
|
strategy_plugins = kubespray/plugins/mitogen/ansible_mitogen/plugins/strategy
|
||||||
|
fact_caching = jsonfile
|
||||||
|
fact_caching_connection = /tmp
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue