updating README.md for mac/linux flags

This commit is contained in:
2021-03-07 15:41:50 +00:00
parent ca33a4b0b6
commit 98af384bf2

View File

@@ -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