Contenuti dettagliati del Corso
An introduction to Ansible
Describe the fundamental concepts of Ansible and how it is used, install and configure Ansible development tools in VS Code, and configure Ansible settings.
Developing automation content
Build Ansible inventories, write and run simple and complex playbooks, and troubleshoot playbooks and host failures.
Developing Automation Content: Variables
Write playbooks that use variables to simplify management of the playbook, protect sensitive data in variables, and use facts and magic variables to reference information about managed hosts.
Developing Automation Content: Task Control
Write plays that use task control features to efficiently specify a task that must run once for each item in a list, or that only runs if certain conditions are met.
Developing Automation Content: Deploying Files
Deploy, customize, and adjust files on hosts managed by Ansible.
Developing Automation Content at Scale
Manage complex Ansible Playbooks by importing or including other playbooks and tasks, as well as by using advanced host patterns to efficiently select specific hosts from your inventory.
Reusing Code with Ansible Roles and Content Collections
Use Ansible Roles and Ansible Content Collections to develop playbooks more quickly and to reuse Ansible code.
Automate Linux administration tasks
Automate common Linux system administration tasks with Ansible.