mirror of
https://github.com/roles-ansible/ansible_role_avahi_daemon.git
synced 2024-08-16 15:09:48 +02:00
16 lines
417 B
YAML
16 lines
417 B
YAML
---
|
|
avahi_services:
|
|
- service: 'SSH'
|
|
port: 22
|
|
# - service: 'NFS'
|
|
# port: 2049
|
|
# extra: '<txt-record>path=/path/to/nfsexport</txt-record>'
|
|
# - service: 'FTP'
|
|
# port: '21'
|
|
# extra: |
|
|
# <txt-record>path=/ftppath</txt-record>
|
|
# <txt-record>u=ftpuser</txt-record>
|
|
# <txt-record>p=ftppass</txt-record>
|
|
|
|
# should we do a version check? (recomended)
|
|
submodules_versioncheck: false
|