Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ansibleを使用したWindows管理

curry9999
April 27, 2018
6.1k

 Ansibleを使用したWindows管理

curry9999

April 27, 2018
Tweet

Transcript

  1. 5

  2. 6

  3. 7

  4. 8

  5. PLAYBOOK --- - name: Windows feature win_feature: name: NET-Framework-Features include_sub_features:

    yes include_management_tools: yes register: result - name: Reboot win_reboot: when: result.reboot_required 23
  6. RESULT TASK [common: Windows feature] *********************** changed: [52.196.165.141] TASK [common

    : Reboot] ****************************** skipping: [52.196.165.141] 24
  7. 26

  8. 27

  9. 29