diff --git a/ansible/roles/firstboot/files/ansible_payload/roles/metacluster/tasks/secrets.yml b/ansible/roles/firstboot/files/ansible_payload/roles/metacluster/tasks/secrets.yml index 28dfee1..106c1ac 100644 --- a/ansible/roles/firstboot/files/ansible_payload/roles/metacluster/tasks/secrets.yml +++ b/ansible/roles/firstboot/files/ansible_payload/roles/metacluster/tasks/secrets.yml @@ -34,6 +34,8 @@ data: - key: VAPP_MOREF value: "{{ moref_id }}" + - key: VAPP_IPPOOL_FQDN + value: "{{ vapp['metacluster.fqdn'] }}" - key: VAPP_IPPOOL_NETWORK value: "{{ (vapp['guestinfo.ipaddress'] + '/' + vapp['guestinfo.prefixlength']) | ansible.utils.ipaddr('network') }}" - key: VAPP_IPPOOL_NETMASK