Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.01 KB

ansible-role-vpnc-client

Build Status

Ansible Galaxy Role to Setup VPN client for Cisco VPN3000 Concentrator, IOS and PIX for use with RSA Token.

Used for setting up CI/CD pipeline across networks using VPN tunnels.

Requirements

None

Role Variables

Available variables are listed in the below example, along with default values.

Dependencies

None

Example Playbook

- hosts: servers
  roles:
    - role: vinayski.vpnc-client
      vpnc_options:
        ipsec_gateway: gateway.server.com
        ipsec_id: id
        ipsec_secret: secret
        xauth_user: vpnuser
        xauth_password: password
      token_file: /tmp/token.sdtid

License

GNU © 2022 vinayski

Author Information

This role was created by vinayski.