add ssh_pwauth to org.osbuild.cloud-init
Signed-off-by: Leonardo Rossetti <lrossett@redhat.com>
This commit is contained in:
parent
f7ef1d6464
commit
4af53e4c6e
3 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,10 @@
|
|||
"description": "cloud-init configuration",
|
||||
"minProperties": 1,
|
||||
"properties": {
|
||||
"ssh_pwauth": {
|
||||
"type": "boolean",
|
||||
"description": "enable/disable ssh password authentication"
|
||||
},
|
||||
"system_info": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
|
|
|
|||
|
|
@ -717,6 +717,7 @@
|
|||
"options": {
|
||||
"filename": "00-default_user.cfg",
|
||||
"config": {
|
||||
"ssh_pwauth": false,
|
||||
"system_info": {
|
||||
"default_user": {
|
||||
"name": "ec2-user"
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ pipelines:
|
|||
options:
|
||||
filename: 00-default_user.cfg
|
||||
config:
|
||||
ssh_pwauth: false
|
||||
system_info:
|
||||
default_user:
|
||||
name: ec2-user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue