Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 358 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 358 Bytes

Ansible Playbook

  • Setup ansible
  • Setup hosts ( on .ssh/config directory to access the servers password less )
  • Add playbooks with your commands
  • Run ansible-playbook
  • Command for playbook: ansible-playbook ./playbooks/*.yml --user ubuntu -i ./inventory/hosts
  • For using multilpe Hosts configure the host file on /etc/ansible/host