updating README.md for mac/linux flags
This commit is contained in:
19
README.md
19
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
|
||||
|
||||
Reference in New Issue
Block a user