Wiredcraft / devops-ansible

Ansible folder structure, including playbooks / plugins / etc.
0 stars 1 forks source link

Inventory script - devops.py #5

Closed zbal closed 11 years ago

zbal commented 11 years ago

Provided with proper admin credentials, can fetch the groups and variables of space and hosts.

Requires:

zbal commented 11 years ago

Done, including:

zbal commented 11 years ago

NOTE:

Use some caching to query the various cloud APIs ?

zbal commented 11 years ago

Will be using the caching in place in api.devo.ps for servers/caches/ip.js.

It will be used to provide the devops-ansible API with the IP address and will be accessible as a variable to the hosts upon execution of the playbooks.

The variable name is: ansible_ssh_host.

Closing.