summaryrefslogtreecommitdiff
path: root/dan/emc_acmehack.yml
blob: dd66d35c95f2fd1b541776e413ad0142a2d0b395 (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_v1 }}"
  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: emc-helene
  roles:
  - role: acmetool/cert
    acmetool_cert_name: emc
    acmetool_cert_hostnames:
    - elevate-feed.spreadspace.org