https://github.com/mrlesmithjr/ansible-openstack-base
https://github.com/mrlesmithjr/ansible-openstack-base
ansible ansible-role openstack
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-openstack-base
- Owner: mrlesmithjr
- License: mit
- Created: 2017-07-03T23:18:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T23:18:26.000Z (almost 9 years ago)
- Last Synced: 2025-01-21T17:48:01.013Z (over 1 year ago)
- Topics: ansible, ansible-role, openstack
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [ansible-openstack-base](#ansible-openstack-base)
- [Requirements](#requirements)
- [Role Variables](#role-variables)
- [Dependencies](#dependencies)
- [Example Playbook](#example-playbook)
- [License](#license)
- [Author Information](#author-information)
# ansible-openstack-base
An [Ansible](https://www.ansible.com) role to install [OpenStack](https://www.openstack.org/)
base components.
## Requirements
None
## Role Variables
```yaml
---
# 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
```yaml
- hosts: openstack
vars:
roles:
- role: ansible-openstack-base
tasks:
```
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://www.twitter.com/mrlesmithjr)
- [EverythingShouldBeVirtual](http://www.everythingshouldbevirtual.com)
- mrlesmithjr [at] gmail.com