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:
parent
79ec576a33
commit
8d1bc5642e
4 changed files with 15 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
user: l3d
|
user: l3d
|
||||||
|
admins:
|
||||||
|
- l3d
|
||||||
|
|
||||||
i3_packages_extra:
|
i3_packages_extra:
|
||||||
- ranger
|
- ranger
|
||||||
|
|
1
roles/dotfiles
Submodule
1
roles/dotfiles
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 7920acd3c0f383f9f8eccfe226353b7aab3f4329
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue