1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00
Find a file
2019-05-29 13:39:52 +02:00
ansible Add more devices 2019-04-24 12:58:54 +02:00
files Update submodules 2019-05-29 11:01:54 +02:00
group_vars add roleto install openvpn 2019-04-26 09:27:55 +02:00
host_vars improve ansible workflow for more than one devices 2019-04-24 14:50:40 +02:00
roles Update i3wm 2019-05-29 13:39:52 +02:00
.gitmodules Update submodules 2019-05-29 11:11:46 +02:00
ansible.cfg Split roles to different modells 2019-04-24 09:19:13 +02:00
LICENSE Initial commit 2018-11-17 20:49:51 +01:00
README.md improved README 2019-05-16 17:19:47 +02:00
setup_desk_minni.yml Update submodules 2019-05-17 11:15:21 +02:00
setup_l460.yml Add xrandr role 2019-04-26 09:27:35 +02:00
setup_t460p.yml Add xrandr role 2019-04-26 09:27:35 +02:00

Ansible Thinkpad Setup

My Ansible Setup for my Lenovo Thinkpad.

What is this playbook good for:

  • Install common usefull base packages
  • Create dotfiles like .bashrc and .vimrc
  • Setup and configure I3WM as Window Manager

Install instructions:

# Clone Git
git clone --recursive https://github.com/DO1JLR/ansible_thinkpad_setup.git ansible_thinkpad_setup
cd ansible_thinkpad_setup

# Download needed submodules
git submodule update --init --recursive