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