Skip to content

bsedin/ansible-dante

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dante SOCKS5 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-dante.git library/dante

Use role:

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

Releases

No releases published

Packages

No packages published