Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ansibleを使用したWindows管理
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
curry9999
April 27, 2018
3
6.7k
Ansibleを使用したWindows管理
curry9999
April 27, 2018
Tweet
Share
More Decks by curry9999
See All by curry9999
AWS CDK Deep Dive - migration -
curry9999
0
810
Ansible Night in Osaka 2018.07
curry9999
2
860
Ansibleブログ活動報告2017
curry9999
3
14k
Featured
See All Featured
The Invisible Side of Design
smashingmag
302
51k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Darren the Foodie - Storyboard
khoart
PRO
3
2.7k
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
63
53k
Google's AI Overviews - The New Search
badams
0
930
sira's awesome portfolio website redesign presentation
elsirapls
0
170
The agentic SEO stack - context over prompts
schlessera
0
680
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
260
GraphQLの誤解/rethinking-graphql
sonatard
75
11k
How Software Deployment tools have changed in the past 20 years
geshan
0
32k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.3k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Transcript
WINDOWS MANAGEMENT USING ANSIBLE Ansible Night in Tokyo 2018.04
INTRODUCTION Twitter: curry9999 Mail:
[email protected]
Blog: awsbloglink.wordpress.com Job: - Cloud
Engineer - Infrastructure as Code Engineer 2
SYSTEM REQUIREMENTS PowerShell: 3.0以上 (※) WinRM: 有効 ※Windows Server 2016では5.0がデフォルト
3
この作業に ウンザリ していませんか 4
5
6
7
8
構築手順書の一例 9
STEP 1 10
STEP 2 11
STEP 3 12
STEP 4 13
STEP 5 14
STEP 6 15
STEP 7 16
STEP 8 17
STEP 9 18
STEP 10 19
STEP 11 20
STEP 12 21
ANSIBLEに 置き換えた場合 22
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
RESULT TASK [common: Windows feature] *********************** changed: [52.196.165.141] TASK [common
: Reboot] ****************************** skipping: [52.196.165.141] 24
WINDOWS MODULE LIST 25
26
27
ANSIBLE 2.6 WINDOWS MODULE 28
29
CONCLUSION 30
CONCLUSION 31 ▪ 画面操作の撲滅 ▪ ファイルサーバのエコ利用 ▪ 方眼紙Excelの撲滅
32 Thanks for listening.