summaryrefslogtreecommitdiff
path: root/playbooks/emc-acme.yml
blob: 6d478a2d37b39aeebf8fb1057b378fe71d183330 (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
---
- name: create certificates for host
  hosts: emc-xx:helene
  roles:
  - role: acmetool
  - 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