Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-squid
Ansible role to install/configure Squid Proxy
https://github.com/mrlesmithjr/ansible-squid
ansible ansible-role
Last synced: about 18 hours ago
JSON representation
Ansible role to install/configure Squid Proxy
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-squid
- Owner: mrlesmithjr
- License: mit
- Created: 2015-07-31T04:19:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T21:47:17.000Z (about 1 month ago)
- Last Synced: 2024-12-20T11:07:15.964Z (8 days ago)
- Topics: ansible, ansible-role
- Language: Jinja
- Size: 202 KB
- Stars: 26
- Watchers: 6
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-squid
Ansible role to install/configure Squid Proxy
## Build Status
### GitHub Actions
![Molecule Test](https://github.com/mrlesmithjr/ansible-squid/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.