You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
- name: Create Lightrix endpoints
|
|
hosts: lightrix
|
|
|
|
vars_files:
|
|
- secrets.yaml
|
|
|
|
# XXX: Fix this
|
|
vars:
|
|
is_rhel: False
|
|
|
|
roles:
|
|
- { role: rrix.setup-home, rrix_modules: ['server'] }
|
|
- { role: rrix.lightrix }
|