Ansible Thinkpad Setup ========================== My Ansible Setup for my Lenovo Thinkpad. What is this playbook good for: -------------------------------- + Install common usefull base packages + Install instructions: ----------------------- ```bash # 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 ```