https://www.youtube.com/watch?v=EcnqJbxBcM0
https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html
Ansible :
- Configuration Management
- YAML Based
- Push Based Approach
- Agentless Architecture - No agent on Target VMS - Simple SSH to Target VM
2 Parts on Local Machine/Server
1) Ansible Inventory : Client Manifest - Details of Group/Target Client VMs
2) Ansible Playbook : YAML - Job - Sections in Ansible - Yaml Configurations
The default location for inventory is a file called
/etc/ansible/hosts
. You can specify a different inventory file at the command line using the
-i <path>
option.Michael DeHaan - Author of Ansible
Ansible was acquired by Redhat
Redhat was acquired by IBM
Ansible has a UI Centric version as well - Ansible Tower
Ansible Tower - Restful UI Web based
No comments:
Post a Comment