ansible-on-prem/playbooks/enable-x11.yml
xbazzi e7ba86f10a
All checks were successful
Simple Mirror to GitHub / mirror (push) Successful in 35s
Feat: add scylladb + a bunch of stuff I forgot to commit earlier
2025-08-21 23:43:52 -06:00

11 lines
243 B
YAML

- name: Enable X11 Forwarding
hosts: prod_vms
become: true
roles:
- role: server/ssh/x11
- role: server/packages
tasks:
- name: Restart sshd
ansible.builtin.systemd_service:
name: sshd
state: restarted