mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
use the fancy role
This commit is contained in:
parent
e70462cb1c
commit
b0477436f7
3 changed files with 18 additions and 19 deletions
|
@ -64,7 +64,6 @@
|
|||
roles:
|
||||
- install-firefox
|
||||
|
||||
|
||||
- name: install nextcloud-client
|
||||
hosts: desk_minni
|
||||
tags:
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
roles:
|
||||
- akku-warning
|
||||
|
||||
|
||||
- name: install modules for sound and bluetooth
|
||||
hosts: l460
|
||||
tags:
|
||||
|
@ -45,14 +44,15 @@
|
|||
- pulseaudio
|
||||
- networkmanager
|
||||
|
||||
#- name: improve firefox configuration
|
||||
# hosts: l460
|
||||
# tags:
|
||||
# - setup
|
||||
# - firefox
|
||||
# roles:
|
||||
# - firefox
|
||||
|
||||
- name: install some arch fonts
|
||||
hosts: l460
|
||||
tags:
|
||||
- arch
|
||||
- firefox
|
||||
- browser
|
||||
- install-firefox
|
||||
roles:
|
||||
- install-firefox
|
||||
|
||||
- name: Install useful packages
|
||||
hosts: l460
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
roles:
|
||||
- akku-warning
|
||||
|
||||
|
||||
- name: install modules for sound and bluetooth
|
||||
hosts: t460p
|
||||
tags:
|
||||
|
@ -45,14 +44,15 @@
|
|||
- pulseaudio
|
||||
- networkmanager
|
||||
|
||||
#- name: improve firefox configuration
|
||||
# hosts: t460p
|
||||
# tags:
|
||||
# - setup
|
||||
# - firefox
|
||||
# roles:
|
||||
# - firefox
|
||||
|
||||
- name: install some arch fonts
|
||||
hosts: t660p
|
||||
tags:
|
||||
- arch
|
||||
- firefox
|
||||
- browser
|
||||
- install-firefox
|
||||
roles:
|
||||
- install-firefox
|
||||
|
||||
- name: Install useful packages
|
||||
hosts: t460p
|
||||
|
|
Loading…
Reference in a new issue