cntlm
cntlm
Install and configure cntlm on your system.
GitHub | GitLab | Quality | Downloads | Version |
---|---|---|---|---|
Example Playbook
This example is taken from molecule/default/converge.yml
and is tested on each push, pull request and release.
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: robertdebock.cntlm
The machine needs to be prepared. In CI this is done using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: yes
gather_facts: no
roles:
- role: robertdebock.bootstrap
- role: robertdebock.buildtools
- role: robertdebock.epel
Also see a full explanation and example on how to use these roles.
Role Variables
The default values for the variables are set in defaults/main.yml
:
---
# defaults file for cntlm
# The version of CNTLM to install.
cntlm_version: "0.92.3"
# What release to install.
cntlm_release: 1
# Where to download CNTLM from.
cntlm_download_mirror: netcologne.dl.sourceforge.net
# CNTLM authenticate to the proxy, set a username, password and domain.
cntlm_username: changeme
cntlm_password: changeme
cntlm_domain: example.com
cntlm_proxy: "changeme.example.com:3128"
# To what port should CNTLM listen?
cntlm_listen: 3128
# When you've got a password hash, you may fill it in here.
# cntlm_passntlmv2: 1234567890abcdef
# When using NTLM authentication (not NTLMv2), set to true:
cntlm_auth_ntlm: false
# What hosts to omit in the proxy.
cntlm_noproxy: localhost
# Where to install temporary files
cntlm_tmp: /root
# Which IPs or CIDR subnets CNTLM is accessible from. Items other than 127.0.0.1 are only effective if gateway_enabled
# is yes
cntlm_allows:
- "127.0.0.1"
# By default ("0/0"), CNTLM is inaccessible from all other IP addresses.
cntlm_denies:
- "0/0"
# If yes, access to CNTLM is possible from outside of the local host, subject to cntlm_allows and cntlm_denies:
gateway_enabled: "no"
# If "yes", include the default ansible_default_ipv4 IP in cntlm_allows ([inventory_hostname]['ansible_default_ipv4'])
cntlm_allows_include_local_ipv4: "no"
Requirements
- pip packages listed in requirements.txt.
Status of used roles
The following roles are used to prepare a system. You can prepare your system in another way.
Requirement | GitHub | GitLab |
---|---|---|
robertdebock.bootstrap | ||
robertdebock.buildtools | ||
robertdebock.epel | ||
robertdebock.service |
Context
This role is a part of many compatible roles. Have a look at the documentation of these roles for further information.
Here is an overview of related roles:
Compatibility
This role has been tested on these container images:
container | tags |
---|---|
el | 8 |
debian | all |
fedora | all |
ubuntu | all |
The minimum version of Ansible required is 2.10, tests have been done to:
- The previous version.
- The current version.
- The development version.
If you find issues, please register them in GitHub
License
Apache-2.0
Author Information
Please consider sponsoring me.