Add software role and matrix federation button

This commit is contained in:
Tobias Reisinger 2024-10-08 22:01:54 +02:00
parent 7d8fa25ad9
commit f1b7c65577
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 33 additions and 8 deletions

View file

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