diff options
| author | alex <alex@pdp7.net> | 2026-01-11 20:34:50 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-01-11 20:34:50 +0100 |
| commit | 9133428d9de27eeb685660e13cb3cc69ee6844cc (patch) | |
| tree | a824e6d12090fc13a199e721a441bb8829d080b2 /infrastructure | |
| parent | de13b68303c295453cf21a90fa9d0c69c40ddfc6 (diff) | |
Add pipelining for faster execution
Diffstat (limited to 'infrastructure')
| -rw-r--r-- | infrastructure/ansible.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infrastructure/ansible.cfg b/infrastructure/ansible.cfg index 20d76a4..0b3d566 100644 --- a/infrastructure/ansible.cfg +++ b/infrastructure/ansible.cfg @@ -1,3 +1,4 @@ [defaults] inventory = production.yaml vault_password_file=vault.password +pipelining = True |
