README.md

changeset 71
509db8d79ab5
parent 70
04beed510fa3
child 77
0e0bfcf9ffb7
equal deleted inserted replaced
70:04beed510fa3 71:509db8d79ab5
29 #cloud-config 29 #cloud-config
30 packages: 30 packages:
31 - ansible 31 - ansible
32 - git 32 - git
33 runcmd: 33 runcmd:
34 - echo -e '[localhost]\nlocalhost ansible_connection=local' >> /etc/ansible/hosts 34 - echo '[localhost]\nlocalhost ansible_connection=local' >> /etc/ansible/hosts
35 - ansible-pull -U https://github.com/merrilymeredith/devbox-ansible.git 35 - ansible-pull -U https://github.com/merrilymeredith/devbox-ansible.git
36 ``` 36 ```
37 37
38 # TODO 38 # TODO
39 39
40 - Make pull config install cron entry? 40 - Make pull config install cron entry?
41 - Debian 8 ansible is still 1.7 lol

mercurial