1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-13 11:06:05 +02:00

updated README

This commit is contained in:
eoli3n 2020-05-14 11:15:18 +02:00
parent 574383c1b5
commit d2cc1424e2

View File

@ -97,8 +97,8 @@ ssh-copy-id -i path/to/ssh/key.pub user@host
ansible-playbook install.yml -CD
ansible-playbook install.yml
```
To configure cli tools for root on desktop hosts:
Note: *ansible_user* needs to be sudoers.
To configure cli tools for root on desktop hosts:
*Note: ansible_user needs to be sudoers.*
```
ansible-playbook install.yml -b -K -l desktop
```