Skip to content

Instantly share code, notes, and snippets.

@NewGyu
Created August 13, 2015 09:04
Show Gist options
  • Save NewGyu/d0a3861718eb7d6d9819 to your computer and use it in GitHub Desktop.
Save NewGyu/d0a3861718eb7d6d9819 to your computer and use it in GitHub Desktop.
AnsibleのVariableの挙動
---
git:
repo: xxx
branch: yyyy
[local]
127.0.0.1 ansible_connection=local
---
git:
branch: override
- hosts: all
vars_files:
- base.yml
- override.yml
tasks:
- name: "でばっぐ"
debug: msg="{{ git }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment