mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
updated TODO and README
This commit is contained in:
parent
7d92c13d73
commit
e082a9bbc8
10
README.md
10
README.md
@ -60,9 +60,15 @@ Users needs to be sudoers.
|
||||
|
||||
###### a. localhost run
|
||||
|
||||
I will use a trick here to let ansible think that i use 2 hosts.
|
||||
It will configure *root* with *cli* and *user* with *desktop* environment.
|
||||
That trick needs ``-K`` without ``-b`` when running playbook.
|
||||
|
||||
```
|
||||
[cli]
|
||||
cli_user ansible_connection=local ansible_user=root
|
||||
[desktop]
|
||||
localhost ansible_connection=local ansible_user=user
|
||||
desktop ansible_connection=local ansible_user=user
|
||||
```
|
||||
|
||||
###### b. multiple hosts run
|
||||
@ -94,7 +100,7 @@ ansible-playbook install.yml
|
||||
```
|
||||
To configure cli tools for root on desktop hosts
|
||||
```
|
||||
ansible-playbook install.yml -b -K
|
||||
ansible-playbook install.yml -b -K -l desktop
|
||||
```
|
||||
|
||||
-----
|
||||
|
1
TODO
1
TODO
@ -27,7 +27,6 @@
|
||||
|
||||
# IMPROVMENTS
|
||||
* try a GTK theme with some transparency
|
||||
- how to configure a user and root for desktop in one run ?
|
||||
- readd terminfo role
|
||||
- change theme in config file : dynamic waybar colors
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user