ntlmaps

ntlmaps - Ansible Role

Ansible Role Build Status GitHub tag license

Installs ntlmaps on Debian-based servers.

Requirements

  • Ansible 2.3 or later
  • Debian or Ubuntu (modern versions)

Installation

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.

Role Variables

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.

Contributing

Pull requests are welcomed. Please preserve backward compatibility!

License

This role is released under the MIT License.

About

Installs and configures ntlmaps

Install
ansible-galaxy install unleashedtech/ansible-role-ntlmaps
GitHub repository
License
mit
Downloads
23
Owner
Open source experts focused on your organization and its processes, developing solutions that will unleash your business’ potential.