Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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