Difference between revisions of "Ansible"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
* Using Variables | * Using Variables | ||
* Get input from user (prompt) | * Get input from user (prompt) | ||
=[[Ansible Handlers]]= | |||
<html> | <html> | ||
<h2><a href="https://docs.ansible.com/ansible/2.5/modules/" target=_blank>Ansible Modules </a> </h2> | <h2><a href="https://docs.ansible.com/ansible/2.5/modules/" target=_blank>Ansible Modules </a> </h2> | ||
<h2><a href="https://galaxy.ansible.com/" target=_blank>Roles on Ansible Galaxy </a> </h2> | <h2><a href="https://galaxy.ansible.com/" target=_blank>Roles on Ansible Galaxy </a> </h2> | ||
</html> | </html> |
Revision as of 18:02, 14 July 2022
Ansible Setup
Ansible General Commands
Ansible File Commands
Ansible User Commands
Ansible Ad-Hoc Commands
Ansible Roles
Roles simplifies long playbooks by grouping tasks into smaller playbooks
Ansible Roles by Application
Ansible Tags
Ansible Variables
- Using Variables
- Get input from user (prompt)
Ansible Handlers