ansible-role-thales-hsm/tasks/rfs.yaml
Douglas Mendizábal 87793418c7 Fix namespace typos
Change-Id: I3be04a1613cfce63aa824068578a94e3eb2d4735
2023-09-27 13:48:07 -04:00

10 lines
352 B
YAML

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