1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

インフラのテスト自動化(Windows)

Last updated at Posted at 2020-04-11

はじめに

アプリケーションのテスト自動化について整理していたら、たまたまインフラのテスト自動化の記事も見つけたので、後で利用することも想定して一旦用意!!

TODO

□RESOURCE TYPESでできることを確認
□インストールアプリケーションのチェック方法
□環境構築
□お試し実行

参考サイト

Serverspec関連

◆インフラの自動テストを実現するツール「Serverspec」
 https://qiita.com/oh_4shiki/items/006a852ee72476b6f5ea
  ※ここをベースに作業を進めていければ...

◆WindowsとServerspecでいろいろ
 http://ninna2.hatenablog.com/entry/2017/07/09/WindowsとServerspecでいろいろ
◆WindowsでServerspecを試すwithAzure
http://ninna2.hatenablog.com/entry/2017/06/29/WindowsでServerspecを試すwithAzure

◆WindowsでのServerspec
 https://opcdiary.net/windowsでのserverspec/
◆serverspecでWindowsをテストするための設定
 https://qiita.com/oh_4shiki/items/006a852ee72476b6f5ea
◆ServerspecをWindows 10 PCにインストールしてテストを行う場合に、てこずりそうな箇所の解決方法についてメモしました
 http://linuxcommand2007.seesaa.net/article/465919283.html
  ※この辺は環境構築回り...

Ansible関連

◆開発チームの環境をAnsibleで一括構築しよう
 https://thinkit.co.jp/article/10481

◆Gitlab(Runner、Container Registry)+AnsibleでローカルにCI環境を作ってみる
 https://qiita.com/comefigo/items/d5c4d3f61edd30ba46ee

◆Ansibleを使用して、CentOS 7にGitLabをインストールする
 https://qiita.com/GENO/items/6bf1a9d7e1cf41ed358f

◆Ansible + GitLab Runner で作るデプロイジョブ
 https://labs.septeni.co.jp/entry/ansible-gitlab-runner

◆ITインフラ自動化のあらゆるトピック・事例が紹介された、Red Hat Ansible Automates Tokyo 2020 Day1
 https://zine.qiita.com/event/202007-red-hat/
◆自動化の進め方から、導入の経験談、内製ソフトとの連携まで。Red Hat Ansible Automates Tokyo 2020 Day2
 https://zine.qiita.com/event/202007-red-hat-2/

◆Windows Serverもansibleで自動構築してServerspecでテストしよう
 https://qiita.com/uzresk/items/48ef72dd0f572ada2dfa
  ※ここはAnsibleの比重が大きいので...

◆Ansible|ライトウェルブログ|株式会社ライトウェル
 https://lightwell-solution.com/blog/ansible/

◆Ansible入門者向け学習ガイド (Windows編)
 http://c.itdo.jp/technical-information/ansible/ansible%E5%85%A5%E9%96%80%E8%80%85%E5%90%91%E3%81%91%E5%AD%A6%E7%BF%92%E3%82%AC%E3%82%A4%E3%83%89-windows%E7%B7%A8/

◆Windowsサーバ2016をAnsibleで設定してみた
 https://qiita.com/ksawada1979/items/31214d147277042f1e32

◆AnsibleでWindowsを操作する準備をする
 https://qiita.com/yunano/items/f9d5652a296931a09a70

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?