akalra / hardening

Security for DevOps Examples

Home Page:http://dev-sec.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOps Server Hardening

The Hardening Framework combines DevOps with Security. It implements hardening for Puppet, Chef and Ansible.

One of the main goals for the Hardening Framework it to provide security as a plug-in mechanism. All modules are implemented as overlay modules and work in conjunction with the corresponding open source module like apache or nginx. This enables you to drop in hardening for your staging and production environments and reuse existing developments.

Components

The framework consists of 6 components:

  • Operating System Hardening
  • SSH Hardening
  • Apache Hardening
  • Nginx Hardening
  • Mysql Hardening
  • Postgres Hardening

Currently, all components are implemented in Chef and Puppet. We implemented SSH Hardening in Ansible and work on OS Hardening. Examples for Ansible will follow as soon as possible.

Layout

This repository contains examples and tools to harden your server. A subfolder for each DevOps tool exists and a readme guides you accordingly:

├── LICENSE
├── README.md
├── ansible
├── chef
└── puppet

Contributors + Kudos

...

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

Security for DevOps Examples

http://dev-sec.io/

License:Apache License 2.0


Languages

Language:Ruby 95.9%Language:Puppet 4.1%