Skip to content

Commit

Permalink
Added workaround for a bug in logind.
Browse files Browse the repository at this point in the history
  • Loading branch information
erijpkema committed Mar 14, 2019
1 parent 3c20429 commit 5919145
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
roles:
- ssh_host_signer
- ssh_known_hosts
tasks:
- cron:
name: Restart systemd-logind
minute: "/10"
user: root
job: /bin/systemctl restart systemd-logind
cron_file: restart_logind
become: true


- name: Install roles needed for all virtual cluster components except jumphosts.
hosts: cluster
Expand Down

0 comments on commit 5919145

Please sign in to comment.