summaryrefslogtreecommitdiff
path: root/spreadspace/acme-emc.yml
blob: d0210e1d9741e1c04797a652dca602fc63a8090e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
- 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