|
| 1 | +# {{ ansible_managed }} |
| 2 | +# Local modifications will be lost. |
| 3 | + |
| 4 | +# This file is part of avahi__ |
| 5 | +# |
| 6 | +# avahi is free software; you can redistribute it and/or modify it |
| 7 | +# under the terms of the GNU Lesser General Public License as |
| 8 | +# published by the Free Software Foundation; either version 2 of the |
| 9 | +# License, or (at your option) any later version. |
| 10 | +# |
| 11 | +# avahi is distributed in the hope that it will be useful, but WITHOUT |
| 12 | +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
| 13 | +# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public |
| 14 | +# License for more details. |
| 15 | +# |
| 16 | +# You should have received a copy of the GNU Lesser General Public |
| 17 | +# License along with avahi; if not, write to the Free Software |
| 18 | +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
| 19 | +# USA. |
| 20 | + |
| 21 | +# See avahi-daemon.conf(5) for more information on this configuration |
| 22 | +# file! |
| 23 | + |
| 24 | +[server] |
| 25 | +host-name={{avahi__hostname}} |
| 26 | +domain-name={{avahi__domain}} |
| 27 | +#browse-domains=0pointer.de, zeroconf.org |
| 28 | +use-ipv4={{avahi__useipv4}} |
| 29 | +use-ipv6={{avahi__useipv6}} |
| 30 | +#allow-interfaces=eth0 |
| 31 | +#deny-interfaces=eth1 |
| 32 | +#check-response-ttl=no |
| 33 | +#use-iff-running=no |
| 34 | +#enable-dbus=yes |
| 35 | +#disallow-other-stacks=no |
| 36 | +#allow-point-to-point=no |
| 37 | + |
| 38 | +[wide-area] |
| 39 | +enable-wide-area=yes |
| 40 | + |
| 41 | +[publish] |
| 42 | +#disable-publishing=no |
| 43 | +#disable-user-service-publishing=no |
| 44 | +#add-service-cookie=no |
| 45 | +#publish-addresses=yes |
| 46 | +#publish-hinfo=yes |
| 47 | +#publish-workstation=yes |
| 48 | +#publish-domain=yes |
| 49 | +#publish-dns-servers=192.168.50.1, 192.168.50.2 |
| 50 | +#publish-resolv-conf-dns-servers=yes |
| 51 | +#publish-aaaa-on-ipv4=yes |
| 52 | +#publish-a-on-ipv6=no |
| 53 | + |
| 54 | +[reflector] |
| 55 | +#enable-reflector=no |
| 56 | +#reflect-ipv=no |
| 57 | + |
| 58 | +[rlimits] |
| 59 | +#rlimit-as= |
| 60 | +rlimit-core=0 |
| 61 | +rlimit-data=4194304 |
| 62 | +rlimit-fsize=0 |
| 63 | +rlimit-nofile=300 |
| 64 | +rlimit-stack=4194304 |
| 65 | +rlimit-nproc=3 |
0 commit comments