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

adding parts of avahi

This commit is contained in:
L3D 2021-08-19 19:33:38 +02:00
parent 2500c6bef5
commit 10a048b8fd
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 13 additions and 0 deletions

3
.gitmodules vendored
View file

@ -58,3 +58,6 @@
[submodule "roles/bat"] [submodule "roles/bat"]
path = roles/bat path = roles/bat
url = https://github.com/gantsign/ansible_role_bat.git url = https://github.com/gantsign/ansible_role_bat.git
[submodule "roles/avahi_daemon"]
path = roles/avahi_daemon
url = git@git.ccczh.ch:ansible-roles/role-avahi_daemon.git

View file

@ -1,4 +1,8 @@
--- ---
avahi_packages:
- nss-mdns
- avahi
# local user config: # local user config:
users: users:
l3d: l3d:

1
roles/avahi_daemon Submodule

@ -0,0 +1 @@
Subproject commit f522c956f54ac95d1d02c017c24841cc1516bcfd

View file

@ -8,6 +8,11 @@
- ansible_version - ansible_version
gather_facts: no gather_facts: no
- name: avahi
hosts: t460p
roles:
- {role: avahi_daemon, tags: [avahi_daemon, avahi, mdns], become: true}
- name: Install useful packages - name: Install useful packages
hosts: t460p hosts: t460p
tags: tags: