Installs ntlmaps on Debian-based servers.
- Ansible 2.3 or later
- Debian or Ubuntu (modern versions)
Add this role to requirements.yml
:
- src: unleashedtech.ntlmaps
version: 0.1.0 # Check for latest version!
Run $ ansible-galaxy install -r requirements.yml
to install this new role.
Mandatory variables you will need to set include:
# Parent proxy IP/hostname
ntlmaps_parent_proxy: "xx.xx.xx.xx"
# NTLM authentication settings
# You should probably store these in an encrypted vault file!
ntlmaps_auth_nt_domain: "ACMECORP"
ntlmaps_auth_nt_user: "jsmith"
ntlmaps_auth_nt_password: "hunter2"
See defaults/main.yml
for a list of default variables you may want to override.
Pull requests are welcomed. Please preserve backward compatibility!
This role is released under the MIT License.