Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 1a28c7b

Browse files
committed
add SmartOS support
Signed-off-by: Alex Waite <alex@waite.eu>
1 parent 1f1c715 commit 1a28c7b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ galaxy_info:
2222
- name: Amazon
2323
- name: Fedora
2424
- name: Archlinux
25+
- name: SmartOS
2526
galaxy_tags:
2627
- system
2728
- security

vars/SmartOS.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sshd_path: /usr/lib/ssh/sshd
3+
sshd_service_name: ssh
4+
ssh_owner: root
5+
ssh_group: root
6+
7+
ssh_pam_support: false

0 commit comments

Comments
 (0)