mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
update avahi stuff
This commit is contained in:
parent
0835af355c
commit
718f1a5af8
6 changed files with 10 additions and 8 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 00b8f33203d31d989b4f23420a4e9bf6f543691d
|
||||
Subproject commit 4c67ceabec6813608bce17dd261355f135ae41c4
|
|
@ -1 +1 @@
|
|||
Subproject commit 2bf6faadaebf327c85a3e2157685f918980ce473
|
||||
Subproject commit ba85ed6d38da5971688f65265880bdaa186fd902
|
|
@ -34,3 +34,5 @@
|
|||
- {role: arch-fonts, tags: fonts}
|
||||
- {role: winehq, tags: wine}
|
||||
- {role: no-sleep, tags: sleep}
|
||||
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]}
|
||||
- {role: do1jlr.avahi_client, tags: [avahi_client, mdns]}
|
||||
|
|
|
@ -35,3 +35,5 @@
|
|||
- {role: arch-fonts, tags: fonts}
|
||||
- {role: winehq, tags: wine}
|
||||
- {role: no-sleep, tags: sleep}
|
||||
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]}
|
||||
- {role: do1jlr.avahi_client, tags: [avahi_client, mdns]}
|
||||
|
|
|
@ -39,3 +39,5 @@
|
|||
- {role: arch-fonts, tags: fonts}
|
||||
- {role: winehq, tags: wine}
|
||||
- {role: no-sleep, tags: sleep}
|
||||
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]}
|
||||
- {role: do1jlr.avahi_client, tags: [avahi_client, mdns]}
|
||||
|
|
|
@ -4,12 +4,6 @@
|
|||
roles:
|
||||
- {role: ansible_version, tags: always, gather_facts: false}
|
||||
|
||||
- name: avahi
|
||||
hosts: workstation.local
|
||||
roles:
|
||||
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]}
|
||||
- {role: do1jlr.avahi_client, tags: [avahi_client, mdns]}
|
||||
|
||||
- name: base packages setup
|
||||
hosts: workstation.local
|
||||
roles:
|
||||
|
@ -40,3 +34,5 @@
|
|||
- {role: arch-fonts, tags: fonts}
|
||||
- {role: winehq, tags: wine}
|
||||
- {role: no-sleep, tags: sleep}
|
||||
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]}
|
||||
- {role: do1jlr.avahi_client, tags: [avahi_client, mdns]}
|
||||
|
|
Loading…
Reference in a new issue