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-02-20 10:48:18 +01:00
ansible Init ansible 2018-11-17 21:19:09 +01:00
files Add submodules 2019-02-20 10:47:53 +01:00
group_vars Use new modules and improve i3wm config 2019-02-20 10:48:18 +01:00
roles Use new modules and improve i3wm config 2019-02-20 10:48:18 +01:00
sshd@6ecf1ca01a Add submodules 2019-02-20 10:47:53 +01:00
.gitmodules Add submodules 2019-02-20 10:47:53 +01:00
ansible.cfg improve ansible.cfg 2019-02-19 19:03:40 +01:00
LICENSE Initial commit 2018-11-17 20:49:51 +01:00
README.md Update README.md 2018-11-21 15:41:56 +01:00
setup.yml Use new modules and improve i3wm config 2019-02-20 10:48:18 +01: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 https://github.com/DO1JLR/ansible_thinkpad_setup.git ansible_thinkpad_setup
cd ansible_thinkpad_setup

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