add a playbook to let me run the cloud post-provisioning manually
This commit is contained in:
parent
f986919c69
commit
bc1bfc1eff
1 changed files with 16 additions and 0 deletions
16
playbooks/transient-post-provision.yml
Normal file
16
playbooks/transient-post-provision.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue