Initial commit with a first start on my Ansible dotfiles

This commit is contained in:
Pierre Martin
2015-09-20 23:33:57 +02:00
parent 24ed775def
commit 5ed75b6d46
6 changed files with 85 additions and 0 deletions

4
update.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
ansible-playbook --ask-become-pass dotfiles.yml -i hosts \
|| sudo ansible-galaxy install -r requirements.txt --ignore-errors