add a playbook to let me run the cloud post-provisioning manually

This commit is contained in:
Seth Vidal 2013-04-25 16:38:59 +00:00
parent f986919c69
commit bc1bfc1eff

View file

@ -0,0 +1,16 @@
- name: provision instance
hosts: $target
user: root
gather_facts: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- ${private}/vars.yml
- ${vars}/${ansible_distribution}.yml
tasks:
- include: $tasks/growroot_cloud.yml
- include: $tasks/cloud_setup_basic.yml
handlers:
- include: $handlers/restart_services.yml