Merge "Fix nCipher (aka thales) ansible role name" into stable/ussuri

This commit is contained in:
Zuul 2020-09-04 06:51:23 +00:00 committed by Gerrit Code Review
commit 07b2eeea21
1 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ parameters:
default: 'internal_api' default: 'internal_api'
ThalesVars: ThalesVars:
default: {} default: {}
description: Hash of thales-hsm role variables used to description: Hash of thales_hsm role variables used to
install Thales client software. install Thales client software.
type: json type: json
ATOSVars: ATOSVars:
@ -428,7 +428,7 @@ outputs:
thales_hsm_config_location: "{{thales_hsm_config_location}}" thales_hsm_config_location: "{{thales_hsm_config_location}}"
thales_bootstrap_client_ip: "{{thales_bootstrap_client_ip}}" thales_bootstrap_client_ip: "{{thales_bootstrap_client_ip}}"
roles: roles:
- thales-hsm - thales_hsm
- name: call ansible on rfs server - name: call ansible on rfs server
shell: ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i "{{thales_rfs_inventory}}" --key-file "{{thales_rfs_keyfile}}" --ssh-extra-args "-o StrictHostKeyChecking=no" "{{thales_rfs_playbook}}" shell: ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i "{{thales_rfs_inventory}}" --key-file "{{thales_rfs_keyfile}}" --ssh-extra-args "-o StrictHostKeyChecking=no" "{{thales_rfs_playbook}}"