From dabd14ab598d9ab8e80d0ff1cf22d078c69888bb Mon Sep 17 00:00:00 2001 From: forkedjensh <forkedjensh@icloud.com> Date: Mon, 12 Mar 2018 18:26:34 +0100 Subject: [PATCH] Rename playbook to work with ansible-pull --- README.rst | 12 +++++++++++- production.yml => local.yml | 0 2 files changed, 11 insertions(+), 1 deletion(-) rename production.yml => local.yml (100%) diff --git a/README.rst b/README.rst index 5154fd4..8bbe4c8 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,16 @@ +####################### Install new OSX machine -======================= +####################### + +First run +========= 1. Run ``bin/bootstrap_osx.sh`` to get hombebrew and ansible 2. Run ``ansible-playbook production.yml`` to install and configure the new desktop + +Periodic runs with ansible-pull +=============================== + +Run ``ansible-pull https://github.com/forkedjensh/setup_desktop`` via cronjob +or launchd. diff --git a/production.yml b/local.yml similarity index 100% rename from production.yml rename to local.yml -- GitLab