Skip to content

Instantly share code, notes, and snippets.

@chrrrles
Created February 3, 2017 04:54
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 chrrrles/abe8d208f8b56591554f28f85f080ce7 to your computer and use it in GitHub Desktop.
Save chrrrles/abe8d208f8b56591554f28f85f080ce7 to your computer and use it in GitHub Desktop.
---
- hosts: all
tasks:
- add_host:
name: 10.10.22.22
groups: test_group
- command: echo 'this command will not connect to 10.10.22.22'
- hosts: all
tasks:
- command: echo 'this command will try to connect to 10.10.22.22'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment