Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 849 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 849 Bytes

ansible-playbooks-dev

license

This repository stores Ansible playbooks for provisioning local development environment.

Requirements

Supported OS

  • Amazon Linux 2
  • Ubuntu 22.04

Usage

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)