2022-11-08 16:51:08 +00:00
|
|
|
---
|
|
|
|
- name: Verify Ansible versions
|
|
|
|
hosts: all
|
|
|
|
tags: always
|
|
|
|
become: false
|
|
|
|
run_once: true
|
|
|
|
gather_facts: false
|
|
|
|
tasks:
|
|
|
|
- local_action: command ./versioncheck.py
|
|
|
|
changed_when: false
|
|
|
|
|
|
|
|
- name: Configure ERA files hosting
|
|
|
|
become: true
|
|
|
|
hosts:
|
|
|
|
- metal-03.he-eu-hel1.nimbus.mainnet
|
2022-11-17 10:24:00 +00:00
|
|
|
- linux-01.he-eu-hel1.nimbus.prater
|
2022-11-08 16:51:08 +00:00
|
|
|
roles:
|
|
|
|
- role: origin-certs
|
|
|
|
tags: origin-certs
|
|
|
|
- role: nginx
|
|
|
|
tags: nginx
|