Skip to content

rklak/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Starting playbook for new machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published