Container and Cloud Management
Ansible is a very flexible automation tool and can be easily used to automate any aspect of your infrastructure. In the last few years, container-based workloads and cloud workloads have become more and more popular, and for this reason, we will look at how you can automate tasks related to those kinds of workloads with Ansible. This chapter will start by designing and building containers with Ansible. We will then look at how to run those containers, and finally, we will look at ways to manage various cloud platforms with Ansible.
Specifically, we will be covering the following topics in this chapter:
- Automating Docker and Podman with Ansible
- Managing Kubernetes with Ansible
- Exploring container-focused modules
- Automating against Amazon Web Services
- Complementing Google Cloud Platform with automation
- Seamless automation integration with Azure
- Expanding your environment with Rackspace Cloud
- Using Ansible to orchestrate...