Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 304 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 304 Bytes

Ansible Provisioning

  1. Create a hosts file:
[webservers]
example_hostname ansible_host=123.123.123.123
  1. Create a configuration file in host_vars/example_hostname.yml.

  2. Run a playbook for a single host:

ansible-playbook -i hosts laravel.yml --limit example_hostname