Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

markcaudill/ansible-satellite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Ansible Satellite

Description

An Ansible dynamic inventory script.

Usage

ansible all -i <path/to/ansible-satellite.py> --list-hosts

If you run ansible-satellite.py by itself it will output in an Ansible inventory-style format. When called by Ansible, it outputs JSON.

Configuration

The configuration is looked for in ~/.ansible-satellite by default.

Example:

[satellite]
url = http://satellite-server.exampl.com/rpc/api

[credentials]
username = coolsysadmin
password = SecretStuff

About

Red Hat Satellite Ansible dynamic inventory source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages