Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 836 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 836 Bytes

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]>