https://github.com/wluisaraujo/ansible-role-squid
Infrastructure as Code (IaC) with Ansible role for Squid Proxy Server
https://github.com/wluisaraujo/ansible-role-squid
ansible ansible-role squid squid-proxy squid-proxy-server squid3
Last synced: 2 months ago
JSON representation
Infrastructure as Code (IaC) with Ansible role for Squid Proxy Server
- Host: GitHub
- URL: https://github.com/wluisaraujo/ansible-role-squid
- Owner: wluisaraujo
- License: gpl-3.0
- Created: 2018-04-04T22:04:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T14:05:22.000Z (over 5 years ago)
- Last Synced: 2025-01-18T14:29:31.699Z (4 months ago)
- Topics: ansible, ansible-role, squid, squid-proxy, squid-proxy-server, squid3
- Language: Dockerfile
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://galaxy.ansible.com/wluisaraujo/iac-ansible-squid) [](https://travis-ci.org/wluisaraujo/ansible-role-squid)
---
# IaC: with [Ansible](https://www.ansible.com) role to install and configure [Squid Proxy](www.squid-cache.org/)
------------Description
------------*
Requirements
------------*
Installation
------------```console
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.squid
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.squid/requirements.txt
```Role Variables
--------------[defaults/main.yml](defaults/main.yml)
Dependencies
------------* None
Example Playbook
----------------
```yaml
---
- hosts: localhost
vars:
- name: value
roles:
- squid
...
```----------------
[](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)