Add software role and matrix federation button
This commit is contained in:
parent
7d8fa25ad9
commit
f1b7c65577
4 changed files with 33 additions and 8 deletions
playbooks
|
@ -2,6 +2,14 @@
|
|||
- name: Run all roles
|
||||
hosts: serguzim_net
|
||||
tasks:
|
||||
- name: Install software
|
||||
ansible.builtin.include_role:
|
||||
name: software
|
||||
apply:
|
||||
tags: software
|
||||
tags: software
|
||||
when: "inventory_hostname == 'node003'"
|
||||
|
||||
- name: Include common roles
|
||||
ansible.builtin.include_role:
|
||||
name: "{{ services_item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue