We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158e709 commit a40fa43Copy full SHA for a40fa43
blogging/writeup_creation/ansible_deployment_on_gcp.yml
@@ -0,0 +1,14 @@
1
+- name: Deploy to Open
2
+ # startup scripts does most of the hard work, but make sure
3
+ # you're only deploying to things that finished from startup scripts
4
+ hosts: open_django:&finished_startup
5
+ gather_facts: true
6
+ become: true
7
+
8
+ post_tasks:
9
+ - name: Run Startup Script
10
+ shell: |
11
+ google_metadata_script_runner --script-type startup --debug
12
+ args:
13
+ chdir: /
14
+ become: yes
0 commit comments