ansible-role-thales-hsm/tasks/rfs.yaml

10 lines
320 B
YAML

---
# This role adds a new IP address to the RFS conf file
- name: add client ips to hsms
include_tasks: rfs_register_client.yaml
loop: "{{ nshield_hsms }}"
- name: allow bootstrap server to update the RFS server
command: "/opt/nfast/bin/rfs-setup --gang-client --write-noauth {{ thales_bootstrap_client_ip }}"