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",
|
"description": "cloud-init configuration",
|
||||||
"minProperties": 1,
|
"minProperties": 1,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"ssh_pwauth": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "enable/disable ssh password authentication"
|
||||||
|
},
|
||||||
"system_info": {
|
"system_info": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
|
||||||
|
|
@ -717,6 +717,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"filename": "00-default_user.cfg",
|
"filename": "00-default_user.cfg",
|
||||||
"config": {
|
"config": {
|
||||||
|
"ssh_pwauth": false,
|
||||||
"system_info": {
|
"system_info": {
|
||||||
"default_user": {
|
"default_user": {
|
||||||
"name": "ec2-user"
|
"name": "ec2-user"
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ pipelines:
|
||||||
options:
|
options:
|
||||||
filename: 00-default_user.cfg
|
filename: 00-default_user.cfg
|
||||||
config:
|
config:
|
||||||
|
ssh_pwauth: false
|
||||||
system_info:
|
system_info:
|
||||||
default_user:
|
default_user:
|
||||||
name: ec2-user
|
name: ec2-user
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue