Skip to content

Commit

Permalink
chore(examples/config/include_url): Add example Gobblefile with inclu…
Browse files Browse the repository at this point in the history
…de_plays_before,include_plays_after with URL source
  • Loading branch information
ondrejsika committed Apr 16, 2023
1 parent 1657d52 commit 230bb28
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/config/include_url/gobblefile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
meta:
schema_version: 3
hosts:
localhost:
- ssh_target: 127.0.0.1
include_plays_before:
- source: https://raw.githubusercontent.com/sikalabs/gobble/master/examples/config/include_url/plays.before.yml
include_plays_after:
- source: https://raw.githubusercontent.com/sikalabs/gobble/master/examples/config/include_url/plays.after.yml
plays:
- name: This Gobblefile URL
hosts: [localhost]
tasks:
- name: This Gobblefile URL
print:
template: This Gobble URL

0 comments on commit 230bb28

Please sign in to comment.