Skip to content

Commit

Permalink
add ansible_ssh_pipelining: true
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nguyen <[email protected]>
  • Loading branch information
adn1107 committed Sep 24, 2024
1 parent 1ad685f commit 5d5a7fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ibm_concert/cert_renewal/create_USER_cert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
gather_facts: false
environment: "{{ environment_vars }}"
vars:
ansible_ssh_pipelining: true
owner_id: 'STCUSR'
cert_label: 'zosConnectServerCert2'
sign_label: 'IBM CA'
Expand Down
1 change: 1 addition & 0 deletions ibm_concert/cert_renewal/delete_cert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
gather_facts: false
environment: "{{ environment_vars }}"
vars:
ansible_ssh_pipelining: true
owner_id: 'STCUSR'
cert_type: 'USER'
cert_label: 'zosConnectServerCert2'
Expand Down
1 change: 1 addition & 0 deletions ibm_concert/cert_renewal/list_cert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
gather_facts: false
environment: "{{ environment_vars }}"
vars:
ansible_ssh_pipelining: true
json_file: "zos-cert-data.json"
csv_file: "zos-cert-data.csv"
owner_id: 'STCUSR'
Expand Down
1 change: 1 addition & 0 deletions ibm_concert/cert_renewal/search_and_renew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
gather_facts: false
environment: "{{ environment_vars }}"
vars:
ansible_ssh_pipelining: true
cert_label: 'zosConnectServerCert2' # must be 8 char or less
cert_type: 'USER' # USER or SITE or CERTAUTH
sign_with: 'CERTAUTH' # blank or CERTAUTH
Expand Down

0 comments on commit 5d5a7fa

Please sign in to comment.