diff --git a/.gitmodules b/.gitmodules index 682d6eb..d2bbfb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/files/admin_ssh_keys b/files/admin_ssh_keys index 671bacb..70c70c2 160000 --- a/files/admin_ssh_keys +++ b/files/admin_ssh_keys @@ -1 +1 @@ -Subproject commit 671bacbdf8363e79ff1c9f854b8f627829d8482b +Subproject commit 70c70c2d02a2cf1bbe37bbcb2403caec8890e2f7 diff --git a/group_vars/thinkpad.yml b/group_vars/thinkpad.yml index 83ca26c..df0b8e6 100644 --- a/group_vars/thinkpad.yml +++ b/group_vars/thinkpad.yml @@ -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 diff --git a/roles/arch-fonts b/roles/arch-fonts new file mode 160000 index 0000000..32ecbdf --- /dev/null +++ b/roles/arch-fonts @@ -0,0 +1 @@ +Subproject commit 32ecbdf7a16b688097ab766dc324239bd2c8aa2f diff --git a/roles/authorized_keys b/roles/authorized_keys index e3e2170..8352747 160000 --- a/roles/authorized_keys +++ b/roles/authorized_keys @@ -1 +1 @@ -Subproject commit e3e2170b9d8e7a0a6afdb0ebaf6235c410199cdf +Subproject commit 835274722a1330d7e8e2f6ea364b2e9522f7caad diff --git a/roles/ntp b/roles/ntp new file mode 160000 index 0000000..0fc9222 --- /dev/null +++ b/roles/ntp @@ -0,0 +1 @@ +Subproject commit 0fc9222f43253d48f0c3243f4f81e2c9727cadb8 diff --git a/roles/sshd b/roles/sshd index 7282b39..0b2d1f3 160000 --- a/roles/sshd +++ b/roles/sshd @@ -1 +1 @@ -Subproject commit 7282b39ca36744ea12037c43c62cb1714eb804d4 +Subproject commit 0b2d1f339f2a180d116fb3321bf02587a8ca5a8b diff --git a/setup.yml b/setup.yml index 9e57789..0089521 100644 --- a/setup.yml +++ b/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