This repository stores Ansible playbooks for provisioning local development environment.
- Amazon Linux 2
- Ubuntu 22.04
Clone this repository.
$ git clone https://github.com/rinatz/ansible-playbooks-dev
Move ansible-playbooks-dev
directory and run below command.
$ ansible-playbook -i HOST,... site.yml [-t TAG,...]
Options:
-i HOST Hostnames with comma separated to be provisioned (A comma is required even if there is only one hostname)
-t TAG Role names with comma separated (If not passed this option, all roles are executed)