--- - name: create certificates for host hosts: emc_xx:helene vars: acmetool_directory_server: "{{ acmetool_directory_server_le_live }}" roles: - role: acmetool/base - role: acmetool/cert acmetool_cert_name: "{{ inventory_hostname }}" acmetool_cert_hostnames: - "{{ inventory_hostname }}.spreadspace.org" - name: create certificates for names running on emc-00 hosts: emc-00 roles: - role: acmetool/cert acmetool_cert_name: emc acmetool_cert_hostnames: - stream.elevate.at - elevate-live.spreadspace.org - elevate-stats.spreadspace.org - name: create certificates for names running on helene hosts: helene roles: - role: acmetool/cert acmetool_cert_name: emc acmetool_cert_hostnames: - elevate-feed.spreadspace.org