edit

Thu, 15 Jun 2017 20:52:21 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 15 Jun 2017 20:52:21 -0400
changeset 70
04beed510fa3
parent 69
292cb125556d
child 71
509db8d79ab5

edit

README.md file | annotate | diff | comparison | revisions
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+
+
 # Devbox playbook
 
 This is a playbook that installs dev tools and DE tools I like to have around 
@@ -18,7 +20,7 @@ 4. `ansible-playbook -i $inventory $args
 ## Pull
 
 1. Install `ansible`, `git`
-2. `echo -e '[localhost]\n127.0.0.1 ansible_connection=local' >> /etc/ansible/hosts`
+2. `echo -e '[localhost]\nlocalhost ansible_connection=local' >> /etc/ansible/hosts`
 2. `ansible-pull -U https://github.com/merrilymeredith/devbox-ansible.git`
 
 ### cloud-init
@@ -29,7 +31,10 @@ packages:
   - ansible
   - git
 runcmd:
-  - echo -e '[localhost]\n127.0.0.1 ansible_connection=local' >> /etc/ansible/hosts
+  - echo -e '[localhost]\nlocalhost ansible_connection=local' >> /etc/ansible/hosts
   - ansible-pull -U https://github.com/merrilymeredith/devbox-ansible.git
 ```
 
+# TODO
+
+- Make pull config install cron entry?

mercurial