mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
updates and add firefox
This commit is contained in:
parent
5db941f0d1
commit
dadd309b58
7 changed files with 23 additions and 3 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -7,3 +7,6 @@
|
||||||
[submodule "roles/dotfiles"]
|
[submodule "roles/dotfiles"]
|
||||||
path = roles/dotfiles
|
path = roles/dotfiles
|
||||||
url = https://github.com/DO1JLR/role_dotfiles.git
|
url = https://github.com/DO1JLR/role_dotfiles.git
|
||||||
|
[submodule "roles/firefox"]
|
||||||
|
path = roles/firefox
|
||||||
|
url = https://github.com/maxbachmann/role-firefox.git
|
||||||
|
|
|
@ -5,7 +5,7 @@ nocows = True
|
||||||
transport = local
|
transport = local
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become=Yes
|
become=No
|
||||||
become_method=sudo
|
become_method=sudo
|
||||||
become_user=root
|
become_user=root
|
||||||
become_ask_pass=False
|
become_ask_pass=False
|
||||||
|
|
|
@ -46,3 +46,13 @@ i3_desktop_env:
|
||||||
|
|
||||||
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png"
|
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Firefox config
|
||||||
|
search_engines:
|
||||||
|
- google
|
||||||
|
- duckduckgo
|
||||||
|
- invidious
|
||||||
|
- searx
|
||||||
|
- qwant
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 43534dace3a3d0bb343d8bf4a2062353dd440675
|
Subproject commit 20256e41530dd9880dd159cac6f11be1bc3ce969
|
1
roles/firefox
Submodule
1
roles/firefox
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 42e94132a670b1325df3810b20d8e3fea03dbe5a
|
|
@ -1 +1 @@
|
||||||
Subproject commit 99ea1afc68eb6b678f0f8c4c971ae2f378432f55
|
Subproject commit 89f3aa664fedf7f784b50456abd037cc9680ac37
|
|
@ -16,6 +16,12 @@
|
||||||
roles:
|
roles:
|
||||||
- dotfiles
|
- dotfiles
|
||||||
|
|
||||||
|
- name: configure some programms
|
||||||
|
hosts: thinkpad
|
||||||
|
tags:
|
||||||
|
- setup
|
||||||
|
roles:
|
||||||
|
- firefox
|
||||||
|
|
||||||
- name: Install useful packages
|
- name: Install useful packages
|
||||||
hosts: thinkpad
|
hosts: thinkpad
|
||||||
|
|
Loading…
Reference in a new issue