Skip to content

Instantly share code, notes, and snippets.

@piniv
Created March 17, 2019 10:56
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 piniv/d98a1c6c0f1798f8b6053725e5039885 to your computer and use it in GitHub Desktop.
Save piniv/d98a1c6c0f1798f8b6053725e5039885 to your computer and use it in GitHub Desktop.
Play for nodes that works in PULL mode
---
#Play for nodes that works in PULL mode
- hosts: localhost
become: true
vars:
common_deploy_method: pull
tasks:
- import_role:
name: common
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment