Ansible module for the Waldur API.
Project description
This repository contains collection of Ansible modules to allow provisioning and management of infrastructure under Waldur through Ansible playbooks.
Supported functionality
OpenStack virtual machine provisioning.
OpenStack security group provisioning.
OpenStack floating IP assignment.
OpenStack volume provisioning.
OpenStack snapshot provisioning.
Example usage
Configure an Ansible playbook with parameters
name: Trigger master instance
waldur_os_instance:
access_token: "{{ access_token }}"
api_url: "{{ api_url }}"
flavor: m1.micro
floating_ip: auto
image: CentOS 7
name: "{{ instance_name }}"
project: "OpenStack Project"
provider: VPC
ssh_key: ssh1.pub
subnet: vpc-1-tm-sub-net-2
system_volume_size: 40
wait: false
Pass parameters to an Ansible playbook
ANSIBLE_LIBRARY=/usr/share/ansible-waldur/ ansible \
-m waldur_os_get_instance \
-a "api_url=https://waldur.example.com/api/ access_token=9036194e1ac54cada3248a8c6b203bf7 name=instance-name project='Project name'" \
localhost
Running playbook using virtual Python environment
If you’ve installed Ansible Waldur module to virtual Python environment you need to specify path to Python interpreter and path to module library along with path to playbook:
ansible-playbook \
-e ansible_python_interpreter=/home/user/ansible-env/bin/python \
-M /home/user/ansible-env/lib/python3.6/site-packages/ \
playbook.yml
Contributing
See also: https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for ansible-waldur-module-0.9.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05b10fa8969ae914a5e6c933d955e3d4a3a15fc092387ceda11e9cde7427044a |
|
MD5 | 4bf171c186d3d2dfa4a7a9f08943aea2 |
|
BLAKE2b-256 | b87e1c06c0926832ebc190eb0a8b085be1248622f24b07b2be9852b23e633510 |
Close
Hashes for ansible_waldur_module-0.9.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd81689a831614c847d33d32b8d17b77c8b4addbcbdd4b09e0b66f41f9227c9c |
|
MD5 | b1e9d645e0745dad8145445834af32d7 |
|
BLAKE2b-256 | f4aa58b2c15fae020282af3a2fa2b425113f06e1f9bc1edfc0075e014265c1b6 |