Ansible
Documentation and Resources
- Ansible Site
- Ansible Documentation
- Ansible Galaxy
- Online YAML Tools
- Code Beautify
- Ansible Automation Hub
Galaxy Collections I Care About
IBM Storage
Brocade
Ansible collections stored here: /root/.ansible/collections/ansible_collections/ibm/storage_virtualize
Implementation
Install Python
Install Ansible
Getting Started
You can run ansible modules directly with the command: ansible
You can run an ansible playbook using the command: ansible-playbook
Hello World! Playbook Example
-
Create the emply playbook file
-
Enter the following contents in the playbook YAML file
-
Run the playbook