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

6
install.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install -y software-properties-common ansible