Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juju4/ansible-tinyproxy
Setup tinyproxy
https://github.com/juju4/ansible-tinyproxy
Last synced: 27 days ago
JSON representation
Setup tinyproxy
- Host: GitHub
- URL: https://github.com/juju4/ansible-tinyproxy
- Owner: juju4
- Created: 2021-05-08T18:03:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T19:30:58.000Z (about 1 month ago)
- Last Synced: 2024-12-22T20:24:32.106Z (about 1 month ago)
- Language: Jinja
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Actions Status - Master](https://github.com/juju4/ansible-tinyproxy/workflows/AnsibleCI/badge.svg)](https://github.com/juju4/ansible-tinyproxy/actions?query=branch%3Amaster)
[![Actions Status - Devel](https://github.com/juju4/ansible-tinyproxy/workflows/AnsibleCI/badge.svg?branch=devel)](https://github.com/juju4/ansible-tinyproxy/actions?query=branch%3Adevel)# tinyproxy ansible role
Setup [tinyproxy](https://tinyproxy.github.io/) - [source](https://github.com/tinyproxy/tinyproxy)
## Requirements & Dependencies
### Ansible
It was tested on the following versions:
* 2.10### Operating systems
Tested on Ubuntu 18.04, 20.04, Centos 7 and 8.
## Example Playbook
Just include this role in your list.
For example```
- host: myhost
roles:
- juju4.tinyproxy
```## Continuous integration
```
$ pip install molecule docker
$ molecule test
$ MOLECULE_DISTRO=ubuntu:20.04 molecule test --destroy=never
```## Troubleshooting & Known issues
N/A
## License
BSD 2-clause