Skip to content

agrabbs/ansible-hpna-inventory-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible-HPNA Dynamic Inventory

This role will build your host file based upon an HPNA group name.

Requirements

Ansible and HPNA.

Role Variables

HPNA_USER: Your HPNA Service Account

HPNA_PASS: Your HPNA Service Account Password

HPNA_GROUP: The HPNA group you want to build your host file around.

HPNA_API_URL: The HPNA API URL.

Dependencies

Your imagination.

Example Playbook

- hosts: all
  connection: local
  gather_facts: no
  vars_prompt:
    - name: "hostfile"
      prompt: "What do you want to name your hostfile?"
      private: no
    - name: "HPNA_GROUP"
      prompt: "What group are you looking for?"
      private: no
    - name: "HPNA_USER"
      prompt: "Service Account Username?"
      private: no
    - name: "HPNA_PASS"
      prompt: "Service Account Password?"
      private: yes

License

BSD

Author Information

Andrew Grabbs

Andrew@AndrewGrabbs.com

About

Ansible role that generates a hostfile based on a HPNA group name via the HPNA SOAP API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published