https://github.com/ianhomer/try-ansible
Explore Ansible - Automated infrastructure provisioning
https://github.com/ianhomer/try-ansible
ansible explore
Last synced: about 1 year ago
JSON representation
Explore Ansible - Automated infrastructure provisioning
- Host: GitHub
- URL: https://github.com/ianhomer/try-ansible
- Owner: ianhomer
- License: apache-2.0
- Created: 2024-02-11T22:19:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T07:29:42.000Z (over 2 years ago)
- Last Synced: 2025-02-09T05:36:13.211Z (over 1 year ago)
- Topics: ansible, explore
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Try Ansible
Install Ansible
brew install ansible molecule
List inventory
ansible-inventory -i inventory.ini --list
Run playbook
ansible-playbook -i inventory.ini playbook.yaml