mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Update my setup
This commit is contained in:
parent
352c603d2c
commit
b008d63439
8 changed files with 32 additions and 5 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -25,3 +25,9 @@
|
|||
[submodule "roles/nextcloud"]
|
||||
path = roles/nextcloud
|
||||
url = https://github.com/DO1JLR/role_nextcloud_client.git
|
||||
[submodule "roles/ntp"]
|
||||
path = roles/ntp
|
||||
url = https://github.com/DO1JLR/role-ntp.git
|
||||
[submodule "roles/arch-fonts"]
|
||||
path = roles/arch-fonts
|
||||
url = https://github.com/DO1JLR/role-arch-fonts.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 671bacbdf8363e79ff1c9f854b8f627829d8482b
|
||||
Subproject commit 70c70c2d02a2cf1bbe37bbcb2403caec8890e2f7
|
|
@ -3,11 +3,20 @@
|
|||
user: l3d
|
||||
users:
|
||||
l3d:
|
||||
- l3d
|
||||
- l3d@backup.l3d.yt
|
||||
- l3d@backup.l3d.yt
|
||||
- l3d@derpy.l3d.yt
|
||||
- l3d@mobile.l3d.yt
|
||||
- l3d@pinkie.l3d.yt
|
||||
|
||||
admins:
|
||||
- l3d
|
||||
|
||||
accounts:
|
||||
- l3d
|
||||
|
||||
ssh_public_key_store: 'admin_ssh_keys'
|
||||
home_sweet_home: false
|
||||
# i3wm config:
|
||||
|
||||
i3_packages_extra:
|
||||
|
@ -76,7 +85,7 @@ i3:
|
|||
i3_desktop_env:
|
||||
background: "/home/{{ user }}/.config/background.png"
|
||||
|
||||
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png"
|
||||
i3lock_options: "i3lock --image=/home/{{ user }}/.config/lockscreen.png --color 000000"
|
||||
|
||||
|
||||
# Firefox config
|
||||
|
|
1
roles/arch-fonts
Submodule
1
roles/arch-fonts
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 32ecbdf7a16b688097ab766dc324239bd2c8aa2f
|
|
@ -1 +1 @@
|
|||
Subproject commit e3e2170b9d8e7a0a6afdb0ebaf6235c410199cdf
|
||||
Subproject commit 835274722a1330d7e8e2f6ea364b2e9522f7caad
|
1
roles/ntp
Submodule
1
roles/ntp
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 0fc9222f43253d48f0c3243f4f81e2c9727cadb8
|
|
@ -1 +1 @@
|
|||
Subproject commit 7282b39ca36744ea12037c43c62cb1714eb804d4
|
||||
Subproject commit 0b2d1f339f2a180d116fb3321bf02587a8ca5a8b
|
10
setup.yml
10
setup.yml
|
@ -62,6 +62,7 @@
|
|||
roles:
|
||||
- copy_files
|
||||
- i3wm
|
||||
- ntp
|
||||
|
||||
- name: install nextcloud-client
|
||||
hosts: thinkpad
|
||||
|
@ -71,5 +72,14 @@
|
|||
roles:
|
||||
- nextcloud
|
||||
|
||||
- name: install some arch fonts
|
||||
hosts: thinkpad
|
||||
tags:
|
||||
- arch
|
||||
- font
|
||||
- fonts
|
||||
- schrift
|
||||
roles:
|
||||
- arch-fonts
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue