Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

mdhowle/ansible-landesk-inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ansible-landesk-inventory

LANDESK dynamic inventory plugin for Ansible

ABANDONED: We are transitioning away from Ivanti/LANDESK.

Installation

See Ansible Documentation on installing plugins.

Requirements are requests. For Kerberos authentication, requests_kerberos is required. For NTLM authentication, requests_ntlm is required.

Usage

See ansible-doc -t inventory landesk for more details.

Create a landesk.yml with the contents:

plugin: landesk
server: server.example.com
protocol: https
validate_cert: true
authentication: ntlm
username: ExampleUser
password: hunter2
query: Computer.OS.Name LIKE "%Debian%"

Finally, run ansible-playbook -i landesk.yml playbook.yml

Releases

No releases published

Packages

No packages published

Languages