Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion ansible/tasks/setup-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
update_cache: yes
cache_valid_time: 3600

- name: Install other useful tools
become: yes
apt:
pkg:
- magic-wormhole
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are you planning to use this for Div?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Transferring files/logs as needed

- sysstat
update_cache: yes

- name: Adjust APT update intervals
copy:
src: files/apt_periodic
Expand All @@ -61,4 +69,4 @@
dest: /etc/systemd/system/services.slice

- name: System - systemd reload
systemd: daemon_reload=yes
systemd: daemon_reload=yes