home · contact · privacy
Add first stab at ansible config for new thinkpad.
authorChristian Heller <c.heller@plomlompom.de>
Fri, 17 Mar 2017 02:07:09 +0000 (03:07 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 17 Mar 2017 02:07:09 +0000 (03:07 +0100)
commit2da55dda3ec713a4b92d5a18e645045183518624
tree5ddc1a7ab529948c694ed137c428246943916d58
parent9979af5e31e161f257c972fa2addc017a4739dd8
Add first stab at ansible config for new thinkpad.
15 files changed:
ansible/.config.yml.swp [new file with mode: 0644]
ansible/config.yml [new file with mode: 0644]
ansible/files/_etc_apt_apt.conf.d_99mindeps [new file with mode: 0644]
ansible/files/_etc_default_console-setup [new file with mode: 0644]
ansible/files/_etc_default_keyboard [new file with mode: 0644]
ansible/files/_etc_profile [new file with mode: 0644]
ansible/run.sh [new file with mode: 0644]
ansible/tasks/.console_init.yml.swp [new file with mode: 0644]
ansible/tasks/.timezone.yml.swp [new file with mode: 0644]
ansible/tasks/apt_init.yml [new file with mode: 0644]
ansible/tasks/console_init.yml [new file with mode: 0644]
ansible/tasks/hostname.yml [new file with mode: 0644]
ansible/tasks/initial_purge.yml [new file with mode: 0644]
ansible/tasks/set_repos.yml [new file with mode: 0644]
ansible/tasks/timezone.yml [new file with mode: 0644]