Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sachin-slathia/685fa46cbc6c85af5029617dfd7fbdb9 to your computer and use it in GitHub Desktop.
Save sachin-slathia/685fa46cbc6c85af5029617dfd7fbdb9 to your computer and use it in GitHub Desktop.
---
- name: Gather hosts
hosts: test-servers
tasks:
- debug:
msg: Hello Ist Play
- name: include a playbook
include: sample.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment