Skip to content

Commit

Permalink
SSH/RDP用のデーモン開始
Browse files Browse the repository at this point in the history
Ubuntu 24.04側にxrdpでRDP接続すると黒画面で動作しないバグあり
  • Loading branch information
cradle8810 committed Apr 30, 2024
1 parent d118a0a commit 009e82d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ubuntu2404.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,15 @@
- name: Stop Apt-daily
ansible.builtin.import_tasks:
file: tasks/stop-apt-daily.yml

- name: Enable RDP daemon
ansible.builtin.service:
name: xrdp
enabled: true
state: started

- name: Enable ssh daemon
ansible.builtin.service:
name: ssh
enabled: true
state: started

0 comments on commit 009e82d

Please sign in to comment.