Deprecating old stuff that isnt used anymore
This commit is contained in:
15
deprecated/playbooks/alpha/docker-config.yml
Normal file
15
deprecated/playbooks/alpha/docker-config.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# Here we basically install a config that limits all containers to having
|
||||
# a maxium amount of logs on disk. We do this to save on storage space
|
||||
---
|
||||
- hosts: alpha
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Copy over daemon.json config
|
||||
copy:
|
||||
src: docker/daemon.json
|
||||
dest: /etc/daemon.json
|
||||
|
||||
- name: Restart Docker service
|
||||
systemd:
|
||||
name: docker
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user