87793418c7
Change-Id: I3be04a1613cfce63aa824068578a94e3eb2d4735
10 lines
352 B
YAML
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 }}"
|