Add desktop configuration

This commit is contained in:
Sonny Bakker 2021-11-28 14:21:27 +01:00
parent cede4ea365
commit 3d26eaa10c
2 changed files with 9 additions and 0 deletions

View file

@ -13,6 +13,12 @@
dest: '/etc/subuid',
}
- name: setup desktop configuration
copy:
src: 'files/docker-daemon.json'
dest: '{{ xdg_config_dir }}/docker/daemon.json'
when: ansible_hostname == 'desktop'
- name: ensure correct DOCKER_HOST is set
lineinfile:
path: '{{ ansible_env.HOME }}/.bashrc'