Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 468 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 468 Bytes

DevelopmentEnvironment

My Development Environment

Install ansible

cd DevelopmentEnvironment

Populate Secrets

cp secrets.yml.example secrets.yml --no-clobber

Import Ansible Roles

ansible-galaxy install --force --role-file requirements.ansible.yml

Deploy

ansible-playbook -K playbook.yml

Manual steps

Sadly some things can't be automated

  • add the tomoki1207.pdf vscode extension manually.