- Security Automation with Ansible 2
- Madhu Akula Akash Mahajan
- 246字
- 2021-07-02 21:59:52
Scheduling tools to enable the next abstraction of automation
Scheduling and automation tools enable us to automate tasks such as continuous integration and continuous delivery. They are able to do this by providing the following fairly standard services:
- A web-based UI we can use to configure them
- Usually, a REST-based API so that we can use their features programmatically
- The ability to authenticate against its local store or possibly another service (OAuth/Security Assertion Markup Language (SAML))
- They all fundamentally give us a clear way to automate tasks to suit our workflow
Most security-related automation does boil down to doing a similar task over and over again and looking at the differences. This is especially true when you are in the line of doing security operations and security assessments.
Remember that by using Ansible roles and the playbooks containing them, we are already on our way to doing security automation. Now our aim is to take away the grunt work of remembering to execute those playbooks and get going.
There are three primary contenders that are used for this kind of automation. They are listed and described here:
- Ansible Tower
- Jenkins
- Rundeck

In this chapter, we will install and configure all three tools to get you started.
Red Hat, who bought Ansible in the October 2015, has indicated that they plan to open source Ansible Tower. They made this announcement at AnsibleFest 2016. You can follow the progress of that at https://www.ansible.com/open-tower.
- AutoCAD快速入門與工程制圖
- SCRATCH與機(jī)器人
- Learning Apache Cassandra(Second Edition)
- 嵌入式Linux上的C語言編程實(shí)踐
- 可編程控制器技術(shù)應(yīng)用(西門子S7系列)
- 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)基礎(chǔ)
- C語言開發(fā)技術(shù)詳解
- CompTIA Linux+ Certification Guide
- Chef:Powerful Infrastructure Automation
- C++程序設(shè)計(jì)基礎(chǔ)(上)
- SQL Server數(shù)據(jù)庫應(yīng)用基礎(chǔ)(第2版)
- 智能鼠原理與制作(進(jìn)階篇)
- FANUC工業(yè)機(jī)器人配置與編程技術(shù)
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- Data Analysis with R(Second Edition)