Add collection namespacing to playbook roles
This commit is contained in:
parent
5ead10afb9
commit
6afb84b443
@ -21,20 +21,20 @@
|
||||
hosts: linux:!workstation
|
||||
gather_facts: false
|
||||
roles:
|
||||
- role: server
|
||||
- role: skylab.core.server
|
||||
|
||||
|
||||
- name: Configure cluster
|
||||
hosts: linux:&cluster
|
||||
gather_facts: false
|
||||
roles:
|
||||
- role: datastore
|
||||
- role: swarm
|
||||
- role: skylab.core.datastore
|
||||
- role: skylab.core.swarm
|
||||
|
||||
|
||||
- name: Configure dashboard nodes
|
||||
hosts: iridium
|
||||
gather_facts: false
|
||||
roles:
|
||||
- role: dashboard
|
||||
- role: skylab.core.dashboard
|
||||
dashboard_hostname: "{{ skylab_dashboard }}"
|
||||
|
@ -9,7 +9,7 @@
|
||||
- name: Configure remote execution environment
|
||||
ansible.builtin.import_tasks: tasks/meta/bootstrap-remote-env.yaml
|
||||
roles:
|
||||
- role: datastore
|
||||
- role: skylab.core.datastore
|
||||
tasks:
|
||||
- name: Fetch node swarm ID
|
||||
ansible.builtin.command:
|
||||
|
@ -50,8 +50,6 @@
|
||||
key: https://archive.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}
|
||||
|
||||
|
||||
|
||||
|
||||
- import_playbook: update.yaml
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user