1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_avahi_daemon.git synced 2024-08-16 15:09:48 +02:00
ansible_role_avahi_daemon/defaults/main.yml
2021-09-02 11:02:00 +02:00

22 lines
452 B
YAML

---
avahi_daemon__services:
- service: 'SSH'
port: 22
protocol: 'any'
transport: 'tcp'
# - service: 'NFS'
# name: 'Filesharing Host %h'
# port: 2049
# protocol: 'ipv6'
# txt_records:
# - 'path=/path/to/nfsexport'
# - service: 'FTP'
# port: '21'
# protocol: 'ipv4'
# txt_records:
# - 'path=/ftppath'
# - 'u=ftpuser'
# - 'p=ftppass'
# should we do a version check? (recomended)
submodules_versioncheck: false