changed dictionary attribute or variable name 'keys' to 'ssh_keys' due to possible reservation of prior
This commit is contained in:
@@ -13,14 +13,14 @@ instance: armitage
|
|||||||
# operating_system: "tftp://hikiki.local:69/debian.iso"
|
# operating_system: "tftp://hikiki.local:69/debian.iso"
|
||||||
operating_system: ~
|
operating_system: ~
|
||||||
# <list[<str>]> of control node or local SSH key basenames
|
# <list[<str>]> of control node or local SSH key basenames
|
||||||
keys:
|
ssh_keys:
|
||||||
- id_ed25519_localhost
|
- id_ed25519_localhost
|
||||||
# <list<dict>> list of administrative users (in Linux, users that can use "sudo")
|
# <list<dict>> list of administrative users (in Linux, users that can use "sudo")
|
||||||
admins:
|
admins:
|
||||||
- username: admin # <str> arbitrary valid user name
|
- username: admin # <str> arbitrary valid user name
|
||||||
services: ~ # <list[<str>]> if linux system user, assocated servce
|
services: ~ # <list[<str>]> if linux system user, assocated servce
|
||||||
# <list[<str>]> list of control node or local SSH key basenames for this user
|
# <list[<str>]> list of control node or local SSH key basenames for this user
|
||||||
keys: "{{ keys }}"
|
ssh_keys: "{{ keys }}"
|
||||||
# <str<vault?>> hashed (and maybe salted) password
|
# <str<vault?>> hashed (and maybe salted) password
|
||||||
password: !vault |
|
password: !vault |
|
||||||
$ANSIBLE_VAULT;1.1;AES256
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ instance: ""
|
|||||||
# Example-- operating_system: "tftp://hikiki.local:69/debian.iso"
|
# Example-- operating_system: "tftp://hikiki.local:69/debian.iso"
|
||||||
operating_system: ~
|
operating_system: ~
|
||||||
# <list[<str>]> of control node or local SSH key basenames
|
# <list[<str>]> of control node or local SSH key basenames
|
||||||
keys: []
|
ssh_keys: []
|
||||||
# <dict[<str>:<dict>]> package groups
|
# <dict[<str>:<dict>]> package groups
|
||||||
pkgs:
|
pkgs:
|
||||||
# <dict[<str>:<dict>]> representing package groups installed by package manager via repositories
|
# <dict[<str>:<dict>]> representing package groups installed by package manager via repositories
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ origin: us-east
|
|||||||
# <str<enum>> representing Linux distro or OS image available in VPS service to be used for VPS
|
# <str<enum>> representing Linux distro or OS image available in VPS service to be used for VPS
|
||||||
operating_system: linode/debian13
|
operating_system: linode/debian13
|
||||||
# <list[<str>]> list of control node or local SSH key basenames for root user
|
# <list[<str>]> list of control node or local SSH key basenames for root user
|
||||||
keys:
|
ssh_keys:
|
||||||
- id_ecdsa-sha2_sukaato_miniyubikey
|
- id_ecdsa-sha2_sukaato_miniyubikey
|
||||||
- id_ecdsa-sha2_sukaato_yubikey
|
- id_ecdsa-sha2_sukaato_yubikey
|
||||||
# <list<dict>> list of administrative users (in Linux, users that can use "sudo")
|
# <list<dict>> list of administrative users (in Linux, users that can use "sudo")
|
||||||
@@ -32,7 +32,7 @@ admins:
|
|||||||
- username: senpai # <str> arbitrary valid user name
|
- username: senpai # <str> arbitrary valid user name
|
||||||
services: ~ # <list[<str>]> if linux system user, assocated servce
|
services: ~ # <list[<str>]> if linux system user, assocated servce
|
||||||
# <list[<str>]> list of control node or local SSH key basenames for this user
|
# <list[<str>]> list of control node or local SSH key basenames for this user
|
||||||
keys:
|
ssh_keys:
|
||||||
- id_ed25519_sukaato_yubikey
|
- id_ed25519_sukaato_yubikey
|
||||||
- id_ed25519_sukaato_miniyubikey
|
- id_ed25519_sukaato_miniyubikey
|
||||||
# <str<vault?>> hashed (and maybe salted) password
|
# <str<vault?>> hashed (and maybe salted) password
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ origin: ""
|
|||||||
# <str<enum>> representing Linux distro or OS image available in VPS service to be used for VPS
|
# <str<enum>> representing Linux distro or OS image available in VPS service to be used for VPS
|
||||||
operating_system: ~
|
operating_system: ~
|
||||||
# <list[<str>]> of control node or local SSH key basenames
|
# <list[<str>]> of control node or local SSH key basenames
|
||||||
keys: []
|
ssh_keys: []
|
||||||
# <dict[<str>:<dict>]> package groups
|
# <dict[<str>:<dict>]> package groups
|
||||||
pkgs:
|
pkgs:
|
||||||
# <dict[<str>:<dict>]> representing package groups installed by package manager via repositories
|
# <dict[<str>:<dict>]> representing package groups installed by package manager via repositories
|
||||||
|
|||||||
Reference in New Issue
Block a user