4c219eafc2
Probably not going to use it though... |
||
---|---|---|
roles | ||
.gitignore | ||
README.md | ||
ansible.cfg | ||
common.yml | ||
database.yml | ||
dockerregistry.yml | ||
hosts | ||
keystone.yml | ||
mariadb.yml | ||
rabbitmq.yml | ||
site.yml |
README.md
hpc-cloud
This repository will contain playbooks to bring up openstack components inside docker containers.
It makes use of ansible roles. The roles can be set in the inventory file (hosts)
To bring up one role, for instance keystone, use:
$ ansible-playbook keystone.yml
To bring up all roles, use
$ ansible-playbook site.yml