1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

Add dotfiles

This commit is contained in:
L3D 2018-11-18 00:08:50 +01:00
parent 79ec576a33
commit 8d1bc5642e
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 15 additions and 0 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "roles/i3wm"] [submodule "roles/i3wm"]
path = roles/i3wm path = roles/i3wm
url = https://github.com/DO1JLR/ansible-role-i3wm.git url = https://github.com/DO1JLR/ansible-role-i3wm.git
[submodule "roles/dotfiles"]
path = roles/dotfiles
url = https://github.com/DO1JLR/role_dotfiles.git

View file

@ -1,5 +1,7 @@
--- ---
user: l3d user: l3d
admins:
- l3d
i3_packages_extra: i3_packages_extra:
- ranger - ranger

1
roles/dotfiles Submodule

@ -0,0 +1 @@
Subproject commit 7920acd3c0f383f9f8eccfe226353b7aab3f4329

View file

@ -5,9 +5,18 @@
tags: tags:
- packages - packages
- updates - updates
- setup
roles: roles:
- workstation_packages - workstation_packages
- name: Install useful dotfiles
hosts: thinkpad
tags:
- setup
roles:
- dotfiles
- name: Install useful packages - name: Install useful packages
hosts: thinkpad hosts: thinkpad
tags: tags: