From 98af384bf2077ed4072a9aa1c1d6f2ef3b16d48f Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sun, 7 Mar 2021 15:41:50 +0000 Subject: [PATCH] updating README.md for mac/linux flags --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5e51c6..78c823b 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ -ansible_linux_setup +# ansible_linux_setup + +## Linux server setup + +### `provision.yml` + +- Set `hosts` to `all` +- Set `target_system` to `linux` + +## Mac setup + +### `provision.yml` + +- Set `hosts` to `127.0.0.1` +- Set `connection` to `local` +- Set `default_user` to Mac user +- Set `default_user_group` to Mac user's group +- Set `ansible_become_pass` to users password for sudo