├── 10046-aws.zip ├── 10046.zip ├── LICENSE └── README.md /10046-aws.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-on-Infrastructure-Automation-with-Ansible/9652fdb957f75d90862d956600fa45cf746b05ff/10046-aws.zip -------------------------------------------------------------------------------- /10046.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-on-Infrastructure-Automation-with-Ansible/9652fdb957f75d90862d956600fa45cf746b05ff/10046.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 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 | 2 | 3 | 4 | # Hands-On Infrastructure Automation with Ansible [Video] 5 | This is the code repository for [Hands-On Infrastructure Automation with Ansible [Video]](https://www.packtpub.com/application-development/hands-infrastructure-automation-ansible-video?utm_source=github&utm_medium=repository&utm_campaign=9781788991599), 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. 6 | ## About the Video Course 7 | Ansible is an infrastructure automation framework; other examples include Chef, Puppet, and SaltStack. While each framework offers its own unique features, Ansible has an advantage: simplicity. Ansible configuration uses simple, compact, and clean YAML files that are easy to understand and maintain. Ansible is agentless, which means Ansible itself doesn't need to be installed on target machines. At the same time, while Ansible is simple to learn, it is powerful and extensible, making it the perfect choice even for demanding tasks such as configuring an entire OpenStack cluster. 8 | 9 | This video course will show you how to use Ansible to automate deployment so you can quickly and reliably run and upgrade your applications. You will learn how Infrastructure Automation results in cost reduction, productivity, availability, reliability, and performance. You will follow along step-by-step on a real Ansible deployment of dotCMS, an open-source Content Management System (CMS), which will deliver content to websites, intranets and mobile apps. You will gain real-world experience that will get you started quickly on your own deployments. This will include information on all of Ansible's core concepts and features, including playbooks, tasks, roles, templates, variables, and modules. 10 | 11 | By the end of the course, you will be able to create and maintain Ansible playbooks, roles, and custom modules, enabling you to make full use of Ansible as part of a DevOps or automation strategy. 12 | 13 |

What You Will Learn

14 |
15 |
22 | 23 | ## Instructions and Navigation 24 | ### Assumed Knowledge 25 | To fully benefit from the coverage included in this course, you will need:
26 | ● Basic knowledge of the Linux command line 27 | 28 | ● Some familiarity with Linux server administration (e.g. SSH access) 29 | 30 | ● Familiarity with editing text files 31 | 32 | ### Technical Requirements 33 | This course has the following software requirements:
34 | • Atom IDE, Latest Version 35 | 36 | • Recommended Packages: atom-ide-ui, ide-yaml 37 | 38 | • Windows: 39 | 40 | • Cygwin with the following packages: gcc-core, git, make, python2, python2-devel, python2-pip, unzip, vim 41 | 42 | • The Linux subsystem for Windows can also be used on Windows 10, but Ansible installation and use in this environment is not included in the course. 43 | • Ubuntu: 44 | 45 | • Installed packages: python-pip, git 46 | 47 | • Optional Items for Virtualization Examples in Section 8 48 | 49 | • VirtualBox, Latest Version 50 | 51 | • Vagrant, Latest Version 52 | 53 | ○ Packer, Latest Version 54 | 55 | For successful completion of this course, students will require a computer system with at least the following: 56 | 57 | • OS: Windows 7 / 8 / 8.1 / 10 or Linux 58 | 59 | • Processor: Dual-core Intel or AMD 60 | 61 | • Memory: 2 GB RAM 62 | 63 | • Storage: 20 GB 64 | 65 | For an optimal experience with the virtualization tools demonstrated in Section 8, we recommend the following configuration: 66 | 67 | • OS: Windows 7 / 8 / 8.1 / 10 or Linux 68 | 69 | • Processor: Quad-core Intel or AMD 70 | 71 | • Memory: 8 GB RAM 72 | 73 | • Storage: 100 GB free 74 | 75 | This course illustrates using Ansible to install and configure multiple machines in a cluster. To mimic the steps in the video, the student will require access to multiple physical or virtual machines. This can be done using VirtualBox on a single physical machine that meets the recommended hardware specifications, or it can be done through a cloud environment such as Amazon Web Services. 76 | 77 | ## Related Products 78 | * [Ansible for the Absolute Beginner - Hands-On [Video]](https://www.packtpub.com/application-development/ansible-absolute-beginner-hands-video?utm_source=github&utm_medium=repository&utm_campaign=9781789132427) 79 | 80 | * [DevOps : Automate Your Infrastructure Using Ansible and IaC [Video]](https://www.packtpub.com/application-development/devops-automate-your-infrastructure-using-ansible-and-iac-video?utm_source=github&utm_medium=repository&utm_campaign=9781788994453) 81 | 82 | * [Ansible 2 for Beginners [Video]](https://www.packtpub.com/networking-and-servers/ansible-2-beginners-video?utm_source=github&utm_medium=repository&utm_campaign=9781786465719) 83 | 84 | --------------------------------------------------------------------------------