mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Update mdns stuff
This commit is contained in:
parent
e9fbe8fdcb
commit
0835af355c
4 changed files with 7 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -64,3 +64,6 @@
|
|||
[submodule "roles/do1jlr.avahi"]
|
||||
path = roles/do1jlr.avahi_daemon
|
||||
url = https://github.com/roles-ansible/ansible_role_avahi_daemon.git
|
||||
[submodule "roles/do1jlr.avahi_client"]
|
||||
path = roles/do1jlr.avahi_client
|
||||
url = https://github.com/roles-ansible/ansible_role_avahi_client.git
|
||||
|
|
1
roles/do1jlr.avahi_client
Submodule
1
roles/do1jlr.avahi_client
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 00b8f33203d31d989b4f23420a4e9bf6f543691d
|
|
@ -1 +1 @@
|
|||
Subproject commit 2ccf720db227eab67121ff8ed512c62f34452d28
|
||||
Subproject commit 2bf6faadaebf327c85a3e2157685f918980ce473
|
|
@ -7,7 +7,8 @@
|
|||
- name: avahi
|
||||
hosts: workstation.local
|
||||
roles:
|
||||
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi, mdns], become: true}
|
||||
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]}
|
||||
- {role: do1jlr.avahi_client, tags: [avahi_client, mdns]}
|
||||
|
||||
- name: base packages setup
|
||||
hosts: workstation.local
|
||||
|
|
Loading…
Add table
Reference in a new issue