Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.68 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.68 KB

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.