Go to file
Robert Kaussow d55fc84fe9
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/docs unknown status
ci/woodpecker/push/notify Pipeline was successful
refctor: rework ci to ue ansible-lint and fix molecule
2024-08-19 10:25:06 +02:00
.woodpecker refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 10:25:06 +02:00
defaults fix: use multiline yaml string for configuration 2023-06-21 09:02:34 +02:00
handlers refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 10:25:06 +02:00
meta refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 10:25:06 +02:00
molecule refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 10:25:06 +02:00
tasks refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 10:25:06 +02:00
.gitignore ci: migrate to woodpecker 2024-02-19 10:43:05 +01:00
.markdownlint.yml ci: migrate to woodpecker 2024-02-19 10:43:05 +01:00
.prettierignore ci: migrate to woodpecker 2024-02-19 10:43:05 +01:00
.yamllint refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 10:25:06 +02:00
LICENSE chore: end of the year maintenance [skip ci] 2021-12-21 10:45:07 +01:00
pyproject.toml ci: migrate to woodpecker 2024-02-19 10:43:05 +01:00
README.md [skip ci] automated docs update 2024-02-19 09:44:52 +00:00

xoxys.dnsmasq

Build Status License: MIT

Setup dnsmasq as local dns resolver.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

dnsmasq_conf

Default value

dnsmasq_conf: |
  bind-interfaces
  interface=lo  

Dependencies

None.

License

MIT

Author

Robert Kaussow