├── Section 3 └── code.zip ├── Section 1 ├── video1.5.zip └── video1.6.zip ├── Section 2 ├── video2.1.zip └── video2.1 (2).zip ├── LICENSE └── README.md /Section 3/code.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/-Getting-Started-with-Ansible-2-Security-Automation/master/Section 3/code.zip -------------------------------------------------------------------------------- /Section 1/video1.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/-Getting-Started-with-Ansible-2-Security-Automation/master/Section 1/video1.5.zip -------------------------------------------------------------------------------- /Section 1/video1.6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/-Getting-Started-with-Ansible-2-Security-Automation/master/Section 1/video1.6.zip -------------------------------------------------------------------------------- /Section 2/video2.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/-Getting-Started-with-Ansible-2-Security-Automation/master/Section 2/video2.1.zip -------------------------------------------------------------------------------- /Section 2/video2.1 (2).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/-Getting-Started-with-Ansible-2-Security-Automation/master/Section 2/video2.1 (2).zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Packt 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Getting Started with Ansible 2 Security Automation 2 | This is the code repository for [Getting Started with Ansible 2 Security Automation](https://www.packtpub.com/virtualization-and-cloud/getting-started-ansible-2-security-automation-video?utm_source=github&utm_medium=repository&utm_campaign=9781788390378), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the video course from start to finish. 3 | ## About the Video Course 4 | Nowadays, security plays an important part in securing your system or data. With over 750 automation modules Ansible makes it easy for you to secure any part of your system, including setting firewalls, providing authentication to users and groups, and setting custom security policies. Ansible allows you to write automation procedures once and use them across your entire infrastructure. 5 | This course covers interesting concepts on how to automate security in your infrastructure; how you can monitor your system to ensure it remains compliant; how to integrate Ansible with your existing SSH and WinRM infrastructure; and using Ansible Tower to secure your machines and Cloud systems. 6 | Moving forward, this course also explores some security use cases such as Network device hardening, application security, fraud detection and prevention, governance, and risk assessment. Finally, this course will also teach you to maintain the compliance state of your system by applying configurations to your system along with some troubleshooting techniques. By the end of this course, you will have achieved an improved security model for your organisation and will have mastered automating different layers of security in your infrastructure. 7 | 8 |

What You Will Learn

9 |
10 |
17 | 18 | ## Instructions and Navigation 19 | ### Assumed Knowledge 20 | To fully benefit from the coverage included in this course, you will need:
21 | If you are a System administrator or a DevOps engineer responsible for finding loop holes in your system or application, then this tutorial is for you. Security consultants looking to automate their infrastructure's security model will also find this course useful. A basic understanding of identifying and solving vulnerabilities in a system is required. 22 | ### Technical Requirements 23 | This course has the following software requirements:
24 | 1. 4GB Ram 25 | 2. 500 GB Harddisk Storage 26 | 3. 2 GB Graphic Memory 27 | 28 | ## Related Products 29 | * [Getting Started with Core Features in Ansible 2 [Video]](https://www.packtpub.com/networking-and-servers/getting-started-core-features-ansible-2-video?utm_source=github&utm_medium=repository&utm_campaign=9781786468789) 30 | 31 | * [Ansible 2: Advancements with Security Automation [Video]](https://www.packtpub.com/networking-and-servers/ansible-2-advancements-security-automation-video?utm_source=github&utm_medium=repository&utm_campaign=9781788478847) 32 | 33 | * [Advanced NLP Projects with TensorFlow 2.0 [Video]](https://www.packtpub.com/application-development/advanced-nlp-projects-tensorflow-20-video?utm_source=github&utm_medium=repository&utm_campaign=9781789952339) 34 | 35 | --------------------------------------------------------------------------------