amotoki / my-bootstrap-playbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-playbook for me

This repository maintains my private ansible playbooks. At now it is used to setup OpenStack devstack environment on Ubuntu/Debian environments.

ansible-playbook all.yml -e host=dev09

myenv playbook

Prepare secrets.yml in the top directory before running myenv.yml. The sample file is found at roles/myenv/vars/secrets_dummy.yml

devstack playbook

For all-in-One or controller:

./run.sh dev08 devstack.yml

For compute node:

./run.sh dev09 devstack.yml -e role=compute -e controller=dev09

Note that controller should be either of host name which can be resolved or IP address.

Playbook for I18N Horizon check site

Moved to https://github.com/amotoki/ansible-i18n-devstack/

About

License:Apache License 2.0


Languages

Language:Emacs Lisp 98.6%Language:Shell 1.3%Language:Jinja 0.0%Language:Python 0.0%Language:Vim Script 0.0%