skylab
/
skylab-ansible
Archived
2
0
Fork 0

Add collection namespacing to playbook roles

This commit is contained in:
Ethan Paul 2021-12-11 22:41:11 -05:00
parent 5ead10afb9
commit 6afb84b443
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A
3 changed files with 5 additions and 7 deletions

View File

@ -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 }}"

View File

@ -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:

View File

@ -50,8 +50,6 @@
key: https://archive.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}
- import_playbook: update.yaml