Skip to content

Instantly share code, notes, and snippets.

@uehara1414
Last active April 27, 2017 03:02
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 uehara1414/4e14c218577a6b729a6fb761c5e8065f to your computer and use it in GitHub Desktop.
Save uehara1414/4e14c218577a6b729a6fb761c5e8065f to your computer and use it in GitHub Desktop.
メモをここに
## ホストを動的に指定したい
ansible-playbook -i 162.243.56.86, playbooks/sample.yml
## キーワードを動的に指定したい
ansible-playbook playbook.yml --extra-vars "target=the_host_to_run_script_on hoge=fuga"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment