Playbook for Yeoda HomeLab
Steps to commit this from Ansible Server:
- git status
- git diff
- git add README.md
- git status
- git commit -m "updated readme file to have instructions"
- git push origin master
Some Commands to Remember:
- ansible all --list-hosts
- ansible all -m ping
- ansible all -m gather_facts
- ansible all -m gather_facts --limit unifi.local.yeoda.space