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:
parent
2500c6bef5
commit
10a048b8fd
4 changed files with 13 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
---
|
---
|
||||||
|
avahi_packages:
|
||||||
|
- nss-mdns
|
||||||
|
- avahi
|
||||||
|
|
||||||
# local user config:
|
# local user config:
|
||||||
users:
|
users:
|
||||||
l3d:
|
l3d:
|
||||||
|
|
1
roles/avahi_daemon
Submodule
1
roles/avahi_daemon
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f522c956f54ac95d1d02c017c24841cc1516bcfd
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue