GithubHelp home page GithubHelp logo

nycrecords / ansible-role-cntlm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kakawait/ansible-cntlm

0.0 1.0 0.0 17 KB

Ansible role - CNTLM

Home Page: https://galaxy.ansible.com/kakawait/cntlm/

License: MIT License

Jinja 100.00%

ansible-role-cntlm's Introduction

ansible-cntlm

Install and configure CNTLM.

Requirements

In most case we need CNTLM to set enterprise proxy in order to acces to internet network. By accepting its assumption it will be strange that the ansible-cntlm role try to download last CNTLM version from internet.

Role variables

  • cntlm_package_file: Configure path to package file (rpm or deb) (string, NO DEFAULT). If not specified, CNTLM is downloaded from sourceforge.
  • cntlm_config_file: Name of the configuration file of CNTLM (string, default: /etc/cntlm.conf)
  • cntlm_service_name: Name of the CNTLM service (string, default: cntlmd)
  • cntlm_version: Configure CNTLM version to install (string, default: 0.92.3)
  • cntlm_config_template: Configure path to template for CNTLM configuration file cntlm.conf (string, default: cntlm.conf.j2)
  • cntlm_username: Configure cntlm username (string, default: testuser)
  • cntlm_domain: Configure cntlm domain (string, default: corp-uk)
  • cntlm_pass_lm, cntlm_pass_nt, cntlm_pass_ntlm: Configure cntlm hashed credentials (string, default: 1AD35398BE6565DDB5C4EF70C0593492, 77B9081511704EE852F94227CF48A793, D5826E9C665C37C80B53397D5C07BBCB)
  • cntlm_proxies: Configure proxies servers (object array, default: [{'ip': '10.0.0.41', 'port': '8080'}, {'ip': '10.0.0.42', 'port': '8080'}])
  • cntlm_no_proxy: Configure no proxy value (string, default: localhost, 127.0.0.*, 10.*, 192.168.*)
  • cntlm_listen_ip: Configure CNTLM listen ip (string, default: 0.0.0.0)
  • cntlm_listen_port: Configure CNTLM listen port (string, default: 3128)
  • cntlm_allows: Configure allows host to access CNTLM (string array, default: ['127.0.0.1'])
  • cntlm_denies: Configure denies host to access CNTLM (string array, default: ['0/0'])

Dependencies

None.

Example playbook

---
- hosts: localhost
  roles:
    - { role: ansible-cntlm }

License

MIT

Author information

This role was created in 2015 by Thibaud Lepretre, a simple backend developer

ansible-role-cntlm's People

Contributors

andremiras avatar ilia-khaustov avatar joelbcastillo avatar kakawait avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.