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"]
|
||||
path = roles/bat
|
||||
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:
|
||||
users:
|
||||
l3d:
|
||||
|
|
1
roles/avahi_daemon
Submodule
1
roles/avahi_daemon
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f522c956f54ac95d1d02c017c24841cc1516bcfd
|
|
@ -8,6 +8,11 @@
|
|||
- ansible_version
|
||||
gather_facts: no
|
||||
|
||||
- name: avahi
|
||||
hosts: t460p
|
||||
roles:
|
||||
- {role: avahi_daemon, tags: [avahi_daemon, avahi, mdns], become: true}
|
||||
|
||||
- name: Install useful packages
|
||||
hosts: t460p
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue