beb6b8536f
- added example-bootstrap.py - moved ansible tasks to separate dir
13 lines
495 B
YAML
13 lines
495 B
YAML
---
|
|
|
|
# TODO: this shouldn't be outside of the resource directory
|
|
- hosts: all
|
|
sudo: yes
|
|
tasks:
|
|
- script: /vagrant/bootstrap/playbooks/files/ubuntu-ansible.sh
|
|
- include: /vagrant/bootstrap/playbooks/tasks/cinder.yml
|
|
#- include: celery.yml tags=['master'] celery_dir=/var/run/celery
|
|
- include: /vagrant/bootstrap/playbooks/build-main.yml
|
|
- include: /vagrant/bootstrap/playbooks/custom-configs.yml master_ip={{ master_ip }}
|
|
- include: /vagrant/bootstrap/playbooks/celery.yml tags=slave
|