e82db3b3fc
Change-Id: Ia5fedaf5b1dbe7d8958c04a3e8534098d4bbd548
18 lines
479 B
YAML
18 lines
479 B
YAML
---
|
|
- name: allow using legacy variables for backwards compatibility
|
|
set_fact:
|
|
args:
|
|
nshield_hsms:
|
|
- name: Legacy variables HSM
|
|
ip: "{{ thales_hsm_ip_address }}"
|
|
when: nshield_hsms is not defined and thales_hsm_ip_address is defined
|
|
notify: legacy vars warning
|
|
|
|
- name: Include RFS tasks
|
|
include_tasks: rfs.yaml
|
|
when: thales_configure_rfs
|
|
|
|
- name: Include client installation tasks
|
|
include_tasks: client.yaml
|
|
when: thales_install_client
|