Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-dnsmasq
Enter description of Ansible role
https://github.com/mrlesmithjr/ansible-dnsmasq
ansible ansible-role
Last synced: 18 days ago
JSON representation
Enter description of Ansible role
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-dnsmasq
- Owner: mrlesmithjr
- License: mit
- Created: 2015-07-29T16:44:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T05:40:16.000Z (about 2 months ago)
- Last Synced: 2024-10-20T01:16:43.911Z (26 days ago)
- Topics: ansible, ansible-role
- Language: Jinja
- Size: 364 KB
- Stars: 18
- Watchers: 3
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-dnsmasq
Ansible role to install/configure DNSMasq
## Build Status
### GitHub Actions
![Molecule Test](https://github.com/mrlesmithjr/ansible-dnsmasq/workflows/Molecule%20Test/badge.svg)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.