Douglas Mendizábal a81148ed0c Fix namespace typos
Change-Id: I3be04a1613cfce63aa824068578a94e3eb2d4735
(cherry picked from commit 87793418c74ab48cffab0f51dc072e588869b453)
2023-10-05 12:14:43 -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 }}"