Skip to content

unleashedtech/ansible-role-ntlmaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Ansible role for installing ntlmaps on Debian/Ubuntu

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published