Skip to content

mrlesmithjr/ansible-openstack-base

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-base

An Ansible role to install OpenStack base components.

Requirements

None

Role Variables

---
# defaults file for ansible-openstack-base

openstack_base_pre_reqs:
  - 'python-dev'
  - 'python-pip'
  - 'python-setuptools'
  - 'software-properties-common'
  - 'ubuntu-cloud-keyring'

openstack_base_release: 'ocata'

openstack_base_repo: 'deb http://ubuntu-cloud.archive.canonical.com/{{ ansible_distribution| lower }} {{ ansible_distribution_release| lower }}-updates/{{ openstack_base_release }} main'

Dependencies

None

Example Playbook

- hosts: openstack
  vars:
  roles:
    - role: ansible-openstack-base
  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

No packages published