Skip to content

Instantly share code, notes, and snippets.

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 tsubakimoto/36300f22f7267d7e1511 to your computer and use it in GitHub Desktop.
Save tsubakimoto/36300f22f7267d7e1511 to your computer and use it in GitHub Desktop.
Windows Modules — Ansible Documentation http://docs.ansible.com/list_of_windows_modules.html

Windows Modules

win_chocolatey

Installs packages using chocolatey (chocolateyを使ってパッケージをインストールします)

win_feature

Installs and uninstalls Windows Features (Windowsの機能をインストール/アンインストールします)

win_get_url

Fetches a file from a given URL (指定したURLからファイルを取得します)

win_group

Add and remove local groups (ローカルグループへの追加/削除を行います)

win_msi

Installs and uninstalls Windows MSI files (MSIファイルをインストール/アンインストールします)

win_ping

A windows version of the classic ping module. (WindowsのPingモジュールです)

win_service

Manages Windows services (Windowsのサービスを管理します)

win_stat

returns information about a Windows file (Windowsファイルについての情報を取得します)

win_updates

Lists / Installs windows updates (Windows Updateをリスト化/インストールします)

win_user

Manages local Windows user accounts (Windowsローカルアカウントを管理します)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment