Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 255 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 255 Bytes

dotfiles

install ansible

$ sudo apt-get install python python-pip
$ sudo pip install -U ansible

usage

# deploy .screenrc locally
$ ansible-playbook playbooks/roles/screen/tasks/main.yml -i inventory.yml --extra-vars "env=local"