e82db3b3fc
Change-Id: Ia5fedaf5b1dbe7d8958c04a3e8534098d4bbd548
10 lines
320 B
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 }}"
|