------------------------- * MODIFY: - hosts change reverse_proxys -> all - .gitlab-ci.yml - runner change
9 lines
88 B
YAML
9 lines
88 B
YAML
---
|
|
- hosts: all
|
|
become: yes
|
|
gather_facts: yes
|
|
|
|
|
|
roles:
|
|
- role: zen_rev_proxy
|