Skip to content

Commit

Permalink
Merge pull request #76 from rug-cit-hpc/fix/restart-logind
Browse files Browse the repository at this point in the history
Added workaround for a bug in logind.
  • Loading branch information
rasmanen authored Mar 14, 2019
2 parents 3c20429 + 5919145 commit 49f4854
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 49f4854

Please sign in to comment.