Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Commit

Permalink
Added ansible examples to the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Apr 1, 2017
1 parent fb3ddf7 commit 1b566a3
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 26 deletions.
21 changes: 0 additions & 21 deletions 1

This file was deleted.

3 changes: 2 additions & 1 deletion interactive_demo/ansible/playbook_validate_state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
hosts: all
gather_facts: false
connection: local
tags: [print_action]

tasks:
- name: Let's gather state of interfaces
Expand All @@ -28,5 +29,5 @@
assert:
that:
- "{{ report.compliance_report.complies }}"
msg: "{{ report.compliance_report }}"
msg: "{{ report.compliance_report|to_nice_json }}"

Loading

0 comments on commit 1b566a3

Please sign in to comment.