Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Molecule: Enable Ansible pipelining via group_vars
Browse files Browse the repository at this point in the history
Variables are currently sufficient for enabling pipelining in molecule
because the role we tried (gzm55.smart_ssh_pipelining) did not need
to modify system configuration for all 3 containers; it only set
the variable.

Fixes: #5817
ansible-pulp CI is slower than it should be due to a lack of ansible pipelining
[noissue]
  • Loading branch information
mikedep333 committed Dec 1, 2019
1 parent d8c426c commit 0c222b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions molecule/default/molecule.yml
Expand Up @@ -36,6 +36,7 @@ provisioner:
inventory:
links:
host_vars: ../scenario_resources/host_vars/
group_vars: ../scenario_resources/group_vars/
lint:
name: ansible-lint
scenario:
Expand Down
2 changes: 2 additions & 0 deletions molecule/scenario_resources/group_vars/all
@@ -0,0 +1,2 @@
---
ansible_ssh_pipelining: True
1 change: 1 addition & 0 deletions molecule/source/molecule.yml
Expand Up @@ -32,6 +32,7 @@ provisioner:
inventory:
links:
host_vars: ../scenario_resources/host_vars/
group_vars: ../scenario_resources/group_vars/
lint:
name: ansible-lint
scenario:
Expand Down

0 comments on commit 0c222b0

Please sign in to comment.