Skip to content

Commit

Permalink
added slide with dsl example
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 31, 2019
1 parent 366d480 commit 87ca8e9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
3 changes: 1 addition & 2 deletions training/concord-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
<div class="slides">
<section>
<img src="./images/concord-logo.png"/>
<h1>An Overview</h1>
<p>Workflow Orchestration and Continuous Deployment at its Best</p>
<h1>Overview</h1>
</section>
<section data-background="images/concord-logo.png"
data-background-size="250px"
Expand Down
23 changes: 23 additions & 0 deletions training/includes/concord-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,29 @@ No target restrictions.

<!--- vertical -->

# Concord DSL Example

`concord.yml` file in git repository:

```
configuration:
dependencies:
- mvn://com.walmartlabs.concord.plugins.basic:ansible-tasks:
arguments:
name: "Example"
flows:
default:
- log: "Process ${name} kicked off by ${initiator.displayName}"
- task: ansible
in:
playbook: playbook/hello.yml
....
```

Lots more available in examples folder in source.

<!--- vertical -->

## Use Case: Ansible at Walmart

Multiple large scale success stories:
Expand Down

0 comments on commit 87ca8e9

Please sign in to comment.