Move tags to main.yml files in roles

This commit is contained in:
jalr 2018-10-18 21:54:27 +02:00
parent ee2d25f3c9
commit c4ca195358
12 changed files with 111 additions and 85 deletions

View file

@ -3,35 +3,15 @@
any_errors_fatal: yes
roles:
- role: packages
tags:
- packages
- role: superuser
tags:
- superuser
- role: auth
tags:
- auth
- role: labsync
tags:
- labsync
- role: windowmanager
tags:
- windowmanager
- role: l10n
tags:
- l10n
- role: inkscape
tags:
- inkscape
- role: fablab
tags:
- fablab
- role: hardware
tags:
- hardware
- role: docker
tags:
- docker
vars:
auth:
sudo:

View file

@ -1,3 +1,10 @@
---
- block:
- import_tasks: debug.yml
tags:
- auth:debug
- import_tasks: sudo.yml
tags:
- auth:sudo
tags:
- auth

View file

@ -1,8 +1,10 @@
---
- block:
- import_tasks: packages.yml
tags:
- docker:packages
- import_tasks: lvm-setup-service.yml
tags:
- docker:lvm-setup-service
tags:
- docker

View file

@ -1,4 +1,5 @@
---
- block:
- import_tasks: arduino.yml
tags:
- fablab:arduino
@ -20,3 +21,5 @@
- import_tasks: metalcut.yml
tags:
- fablab:metalcut
tags:
- fablab

View file

@ -1,2 +1,7 @@
---
- block:
- import_tasks: firmware.yml
tags:
- hardware:firmware
tags:
- hardware

View file

@ -1,2 +1,7 @@
---
- block:
- import_tasks: base.yml
tags:
- inkscape:base
tags:
- inkscape

View file

@ -1,4 +1,13 @@
---
- block:
- import_tasks: keyboard-configuration.yml
tags:
- l10n:keyboard-configuration
- import_tasks: locale.yml
tags:
- l10n:locale
- import_tasks: timezone.yml
tags:
- l10n:timezone
tags:
- l10n

View file

@ -1,7 +1,10 @@
---
- block:
- import_tasks: seeder.yml
tags:
- labsync:seeder
- import_tasks: localboot.yml
tags:
- labsync:localboot
tags:
- labsync

View file

@ -1,4 +1,5 @@
---
- block:
- name: install network-manager
apt:
name: "{{ item }}"
@ -6,3 +7,5 @@
with_items:
- network-manager
- network-manager-gnome
tags:
- network-manager

View file

@ -1,3 +1,6 @@
---
- block:
- import_tasks: sources.yml
- import_tasks: debian.yml
tags:
- packages

View file

@ -1,3 +1,4 @@
- block:
- name: create root .ssh directory
file:
path: /root/.ssh
@ -9,3 +10,5 @@
copy:
src: files/authorized_keys
dest: /root/.ssh/authorized_keys
tags:
- superuser

View file

@ -1,4 +1,5 @@
---
- block:
- import_tasks: lightdm.yml
tags:
- windowmanager:lightdm
@ -8,3 +9,5 @@
- import_tasks: mate.yml
tags:
- windowmanager:mate
tags:
- windowmanager