1
0
Fork 0
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:
L3D 2021-09-02 03:12:02 +02:00
parent e9fbe8fdcb
commit 0835af355c
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 7 additions and 2 deletions

3
.gitmodules vendored
View file

@ -64,3 +64,6 @@
[submodule "roles/do1jlr.avahi"] [submodule "roles/do1jlr.avahi"]
path = roles/do1jlr.avahi_daemon path = roles/do1jlr.avahi_daemon
url = https://github.com/roles-ansible/ansible_role_avahi_daemon.git 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

@ -0,0 +1 @@
Subproject commit 00b8f33203d31d989b4f23420a4e9bf6f543691d

@ -1 +1 @@
Subproject commit 2ccf720db227eab67121ff8ed512c62f34452d28 Subproject commit 2bf6faadaebf327c85a3e2157685f918980ce473

View file

@ -7,7 +7,8 @@
- name: avahi - name: avahi
hosts: workstation.local hosts: workstation.local
roles: 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 - name: base packages setup
hosts: workstation.local hosts: workstation.local