Skip to content

bsedin/ansible-squid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squid http proxy server role for ansible

Create ./library directory in your ansible project:

mkdir ./library

And configure ansible.cfg:

[defaults]
roles_path = ./library

Add submodule:

git submodule add git@github.com:kressh/ansible-squid.git library/squid

Use role:

---
- hosts: infra01.yourserver.io
  remote_user: ansible
  become: true
  roles:
    - squid

Releases

No releases published

Packages

No packages published