https://github.com/mrlesmithjr/ansible-openstack-dashboard
https://github.com/mrlesmithjr/ansible-openstack-dashboard
ansible ansible-role openstack-dashboard
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-openstack-dashboard
- Owner: mrlesmithjr
- License: mit
- Created: 2017-07-04T16:29:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T04:56:54.000Z (about 8 years ago)
- Last Synced: 2025-01-21T17:47:59.962Z (over 1 year ago)
- Topics: ansible, ansible-role, openstack-dashboard
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
> [!CAUTION]
> **This project is archived and no longer maintained.**
> Archived: 2026-03-26
> Reason: OpenStack deployment automation from ~2017; outdated
- [ansible-openstack-dashboard](#ansible-openstack-dashboard)
- [Requirements](#requirements)
- [Role Variables](#role-variables)
- [Dependencies](#dependencies)
- [Example Playbook](#example-playbook)
- [License](#license)
- [Author Information](#author-information)
# ansible-openstack-dashboard
An [Ansible](https://www.ansible.com) role to install/configure [OpenStack Dashboard](https://docs.openstack.org/ocata/install-guide-ubuntu/horizon-install.html)
## Requirements
None
## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
None
## Example Playbook
```yaml
---
- hosts: openstack_controllers
vars:
roles:
- role: ansible-openstack-dashboard
tasks:
```
## License
MIT
## Author Information
Larry Smith Jr.
- [EverythingShouldBeVirtual](http://everythingshouldbevirtual.com)
- [@mrlesmithjr](https://www.twitter.com/mrlesmithjr)
-