mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 10:24:01 +08:00
add a playbook to let me run the cloud post-provisioning manually
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user