Skip to content

mrlesmithjr/ansible-openstack-openrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents generated with DocToc

ansible-openstack-openrc

An Ansible role to configure OpenStack openrc and clouds.yaml files to use for management.

Info

Requirements

None

Role Variables

---
# defaults file for ansible-openstack-openrc

# Define openrc clouds definitions
# These will be used to generate the following:
# $HOME/username-openrc
# $HOME/.config/openstack/clouds.yaml
#
# Generate passwords using:
# openssl rand -hex 10
openstack_openrc_clouds:
  - name: 'default'
    auth_url: 'http://127.0.0.1:35357/v3'
    endpoint_type: 'internalURL'
    identity_api_version: 3
    interface: 'internal'
    password: []
    project_domain_name: 'Default'
    project_name: 'admin'
    region_name: 'RegionOne'
    tenant_name: 'admin'
    user_domain_name: 'Default'
    username: 'admin'

Dependencies

None

Example Playbook

---
- hosts: openstack
  vars:
  roles:
    - role: ansible-openstack-openrc
  tasks:

License

MIT

Author Information

Larry Smith Jr.

About

No description or website provided.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages