Skip to content

Provides a dynamic inventory from openITCOCKPIT of all satellites and the master server.

License

Notifications You must be signed in to change notification settings

it-novum/ansible-openitcockpit-inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ansible-openitcockpit-inventory

Provides a dynamic inventory from openITCOCKPIT of all satellites and the master server.

Configuration

You can place the configuration under /etc/ansible/openitcockpit.ini, ~/.ansible/openitcockpit.ini or ./openitcockpit.ini

[openitcockpit]
url = https://127.0.0.1
apikey = HEREAPIKEYFROMPROFILE
master_hostname = localhost
master_address = 127.0.0.1
validate_certs = False

If "master_address" is set to 127.0.0.1, ansible_connection will be set to local.

This script will always return the inventory data for the master server.

Run

ansible-playbook -i openitcockpit.py site.yml

About

Provides a dynamic inventory from openITCOCKPIT of all satellites and the master server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages