We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1657d52 commit 230bb28Copy full SHA for 230bb28
examples/config/include_url/gobblefile.yml
@@ -0,0 +1,16 @@
1
+meta:
2
+ schema_version: 3
3
+hosts:
4
+ localhost:
5
+ - ssh_target: 127.0.0.1
6
+include_plays_before:
7
+ - source: https://raw.githubusercontent.com/sikalabs/gobble/master/examples/config/include_url/plays.before.yml
8
+include_plays_after:
9
+ - source: https://raw.githubusercontent.com/sikalabs/gobble/master/examples/config/include_url/plays.after.yml
10
+plays:
11
+ - name: This Gobblefile URL
12
+ hosts: [localhost]
13
+ tasks:
14
15
+ print:
16
+ template: This Gobble URL
0 commit comments