1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

exclude some roles

This commit is contained in:
L3D 2022-05-02 10:38:24 +02:00
parent aad1d17519
commit 7488594e25

View file

@ -21,7 +21,7 @@
hosts: desk_minni.local hosts: desk_minni.local
roles: roles:
- {role: akku-warning, tags: akku} - {role: akku-warning, tags: akku}
- {role: pulseaudio, tags: [pulse, audio, pulseaudio]} # - {role: pulseaudio, tags: [pulse, audio, pulseaudio]}
- {role: networkmanager, tags: networkmanager, when: ansible_os_family == 'Archlinux'} - {role: networkmanager, tags: networkmanager, when: ansible_os_family == 'Archlinux'}
- {role: openvpn, tags: ovpn} - {role: openvpn, tags: ovpn}
- {role: nextcloud, tags: nextcloud, when: ansible_os_family == 'Archlinux'} - {role: nextcloud, tags: nextcloud, when: ansible_os_family == 'Archlinux'}
@ -32,7 +32,7 @@
- {role: ntp, tags: ntp} - {role: ntp, tags: ntp}
- {role: xrandr, tags: xrandr} - {role: xrandr, tags: xrandr}
- {role: arch-fonts, tags: fonts} - {role: arch-fonts, tags: fonts}
- {role: winehq, tags: wine} # - {role: winehq, tags: wine}
- {role: no-sleep, tags: sleep} - {role: no-sleep, tags: sleep}
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]} - {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]}
- {role: do1jlr.avahi_client, tags: [avahi_client, mdns]} - {role: do1jlr.avahi_client, tags: [avahi_client, mdns]}