summaryrefslogtreecommitdiff
path: root/lib/ansible/config/base.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/config/base.yml')
-rw-r--r--lib/ansible/config/base.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml
index f7933cd5cf..50ad234eb9 100644
--- a/lib/ansible/config/base.yml
+++ b/lib/ansible/config/base.yml
@@ -56,6 +56,16 @@ ANSIBLE_NOCOWS:
- {key: nocows, section: defaults}
type: boolean
yaml: {key: display.i_am_no_fun}
+ANSIBLE_PROCESS_MODEL:
+ name: Sets the Ansible process model
+ default: "forking"
+ description:
+ - "Ansible supports two process models: forking (default) and threading."
+ - "The threading model is currently a technology preview."
+ env: [{name: ANSIBLE_PROCESS_MODEL}]
+ ini:
+ - {key: process_model, section: defaults}
+ yaml: {key: defaults.process_model}
ANSIBLE_PIPELINING:
name: Connection pipelining
default: False