Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sshnaidm/avb
Ansible Virtual Baremetal for Openstack
https://github.com/sshnaidm/avb
Last synced: 3 days ago
JSON representation
Ansible Virtual Baremetal for Openstack
- Host: GitHub
- URL: https://github.com/sshnaidm/avb
- Owner: sshnaidm
- License: apache-2.0
- Created: 2021-09-01T08:02:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T00:53:37.000Z (over 3 years ago)
- Last Synced: 2024-11-06T13:58:56.679Z (about 2 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AVB
Ansible Virtual Baremetal for Openstack
Inspired by [OVB - Openstack Virtual Baremetal](https://opendev.org/openstack/openstack-virtual-baremetal) project.
## Howto
Configure your `clouds.yaml` for Openstack. Create your environment file from template `setup.yml`.
Run the playbook:```bash
ansible playbook.yml -e @my_setup.yml
```To remove environment, run:
```bash
ansible playbook.yml -e @my_setup.yml -e teardown=true
```