Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@takakabe
Last active February 11, 2018 07:17
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 takakabe/8d38a1985770eac27c892957b30ca855 to your computer and use it in GitHub Desktop.
Save takakabe/8d38a1985770eac27c892957b30ca855 to your computer and use it in GitHub Desktop.
Ansible
---
- hosts: target_host
gather_facts: false
tasks:
# python をインストールする
- name: install_python
win_command: C:\\python-3.6.3.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment