# HG changeset patch # User Meredith # Date 1497508578 0 # Node ID c58e9f53dbecabd1173fab157e72a5b0407ad138 # Parent db8f5f12cb74b8cd2701035b16db6093a9a38735 edited diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -9,18 +9,14 @@ The `gui_enabled` var controls whether o ## TODO - Adjust to work with ansible-pull via a cloud-config userdata like this: - > #cloud-config - > - > packages: - > - > - ansible - > - git - > - > runcmd: - > - > - echo -e "[localhost]\n127.0.0.1 ansible_connection=local" >> /etc/ansible/hosts - > - ssh-keyscan github.com >> /etc/ssh/ssh_known_hosts - > - mkdir /etc/ansible/web - > - ansible-pull -d /etc/ansible/web/ -U + #cloud-config + packages: + - ansible + - git + runcmd: + - echo -e "[localhost]\n127.0.0.1 ansible_connection=local" >> /etc/ansible/hosts + - ssh-keyscan github.com >> /etc/ssh/ssh_known_hosts + - mkdir /etc/ansible/web + - ansible-pull -d /etc/ansible/web/ -U - The above will require a git mirror