Hi,
I need to create a list of fqdn according to à list of subdomain and a domain:
app__domain: '{{ ansible_local.core.domain
if (ansible_local|d() and ansible_local.core|d() and
ansible_local.core.domain|d())
else (ansible_domain if ansible_domain else
ansible_hostname) }}'
app_subdomains: [ '', 'api' , 'www' ]
app_fqdns: .... ?
app_fqdns must be ['mydomain.com', 'api.mydomain.com', 'www.mydomain.com ]
How could I do this ?
PS: I'm using debops.
Azzz
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/b37cd204-24d4-4e3a-b547-de11dc254572%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.