This website works better with JavaScript.
Home
Explore
Help
Sign In
comfy.lab
/
inf-aux
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
install mosh
master
3moon
6 years ago
parent
f762578150
commit
2190dc18d5
1 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
roles/rpi-base/tasks/access.yml
+ 7
- 1
roles/rpi-base/tasks/access.yml
View File
@ -1,5 +1,11 @@
-
name
:
ACCESS | install mosh
apt:
package
:
mosh
state
:
present
become
:
yes
-
name
:
ACCESS | enable & start sshd
service:
name
:
ssh
state
:
started
enabled
:
yes
enabled
:
yes
Write
Preview
Loading…
Cancel
Save