fuel-ccp-installer/utils/kargo/preinstall.yml

11 lines
187 B
YAML

---
- hosts: all
roles:
- { role: preinstall, tags: preinstall }
- hosts: localhost
become: true
gather_facts: no
roles:
- { role: configure_logs, tags: configure_logs }