Configure the resources needed for an OpenStack project.
- network
- subnet
- router
- security_group
- security_group_rules
- keypair
- server_group
!!! This images is no longer support.!!!
This role is not self contained. He requires pandemonium1986.os_requirements to work correctly.
ansible-galaxy install -f pandemonium1986.os_requirements
From defaults/main.yml :
osappliances_users:
- pandemonium
osappliances_cidr: "192.168.66.0/24"
osappliances_openstack_project_name: "pandama"
osappliances_os_router_network: "external-public"
- pandemonium1986.os_requirements
- name : Openstack deployement
hosts: local
become: true
tasks:
- import_role:
name: pandemonium1986.os_appliances
This project is licensed under the MIT License - see the LICENSE file for details
- Michael Maffait - Initial work - Pandemonium1986