Skip to content

makayel/ansible-plugin-inventory-ambari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ambari - Apache Ambari inventory source

Synopsis

  • Get inventory hosts from Apache Ambari
  • Uses a YAML configuration file that ends with ambari.(yml|yaml)

Requirements

This below requirements are needed on the local node that executes this plugin.

Parameters

plugin: ambari
hostname: ambari-server.makayel.local
port: 8443
username: localuser
password: localpass
protocol: https
validate_ssl: False
ansible_user: nodesuser
ansible_ssh_pass: nodespass

Tests

ansible-inventory -i inventory/env.ambari.yml --list
ansible -i inventory/env.ambari.yml all -m ping

Status

Author

Michael Hatoum <[email protected]>

Releases

No releases published

Packages

No packages published

Languages