Bharath6208 / chef_patching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chef Patching

Build Status

Overview

This cookbook is made to work with the Apprentice Chef training lab. It will stand up the following:

  • Linux node to be patched
  • Windows WSUS Server
  • Windows WSUS Client to be patched

Patching is triggered by tagging your Nodes using the ADO Pipeline and running do_patch.sh and you add the nodes to be tagged in the file do_patch_node_list

Patching Work Flow

Patching

Setup

  1. Make sure that Port 8530 is open in the Security Group.

  2. Setup the WSUS server (This will take 30 mins) kitchen converge wsus-server

  3. Setup the clients to be patched a. Setup the Windows WSUS client kitchen converge wsus-client-windows-2012-r2

    b. Setup the Linux client kitchen converge linux-ubuntu

Run the Demo

References

I used the following code and information to create this repo


License and Author

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

License:Other


Languages

Language:Ruby 68.1%Language:Shell 31.9%