refactor(users): migrate system.user to system.users[] for multi-user support
This commit is contained in:
@@ -39,11 +39,11 @@ all:
|
||||
mount:
|
||||
path: /var/www
|
||||
fstype: xfs
|
||||
user:
|
||||
name: "web"
|
||||
password: "CHANGE_ME"
|
||||
keys:
|
||||
- "ssh-ed25519 AAAA..."
|
||||
users:
|
||||
- name: "web"
|
||||
password: "CHANGE_ME"
|
||||
keys:
|
||||
- "ssh-ed25519 AAAA..."
|
||||
root:
|
||||
password: "CHANGE_ME"
|
||||
packages:
|
||||
@@ -81,11 +81,11 @@ all:
|
||||
mount:
|
||||
path: /data
|
||||
fstype: ext4
|
||||
user:
|
||||
name: "db"
|
||||
password: "CHANGE_ME"
|
||||
keys:
|
||||
- "ssh-ed25519 AAAA..."
|
||||
users:
|
||||
- name: "db"
|
||||
password: "CHANGE_ME"
|
||||
keys:
|
||||
- "ssh-ed25519 AAAA..."
|
||||
root:
|
||||
password: "CHANGE_ME"
|
||||
luks:
|
||||
@@ -122,11 +122,11 @@ all:
|
||||
mount:
|
||||
path: /data
|
||||
fstype: btrfs
|
||||
user:
|
||||
name: "compute"
|
||||
password: "CHANGE_ME"
|
||||
keys:
|
||||
- "ssh-ed25519 AAAA..."
|
||||
users:
|
||||
- name: "compute"
|
||||
password: "CHANGE_ME"
|
||||
keys:
|
||||
- "ssh-ed25519 AAAA..."
|
||||
root:
|
||||
password: "CHANGE_ME"
|
||||
features:
|
||||
|
||||
Reference in New Issue
Block a user