- import_tasks: sshd.yml - import_tasks: ulimits.yml - name: Set timezone become: true shell: timedatectl set-timezone UTC - name: Setup journald storage become: true lineinfile: path: /etc/systemd/journald.conf regexp: "^#Storage=" line: Storage=persistent # https://www.linode.com/docs/quick-answers/linux/how-to-use-journalctl/ - name: Setup journald storage keep-free become: true lineinfile: path: /etc/systemd/journald.conf state: present regexp: "^#SystemKeepFree=" line: SystemKeepFree=6%