Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 350 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 350 Bytes

Ansible playbook

All things to setup a new machine for local development

Prepare

Install all roles and collections

ansible-galaxy install -r requirements.yml

Run

Locally with become privilege

ansible-playbook -bK local.yml

or with specific tag like "now":

ansible-playbook -bK --tags now local.yml