moved vim to userspace package group, referenced crowdsec handler, added password hashing/encryption
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# @TODO create inventory group variables akin to structure of sukaato group's for homeserver
|
# @TODO create inventory group variables akin to structure of sukaato group's for homeserver
|
||||||
# <str<vault>> representing password for Linux root user account of VPS
|
# <str<vault>> representing password for Linux root user account of VPS
|
||||||
password: "{{ lookup('password', '../.tmp/armitage_test.pass', seed='armitage_test') }}"
|
password: "{{ lookup('password', '../.tmp/armitage_test.pass', seed='armitage_test', encrypt='sha512_crypt') }}"
|
||||||
# <str> representing hostname for LAN server; same as host or group variable name
|
# <str> representing hostname for LAN server; same as host or group variable name
|
||||||
instance: armitage
|
instance: armitage
|
||||||
# <str<enum>> representing Linux distro or OS image to be used for VPS
|
# <str<enum>> representing Linux distro or OS image to be used for VPS
|
||||||
@@ -20,7 +20,7 @@ admins:
|
|||||||
- ecdsa-37851076-sk@staging
|
- ecdsa-37851076-sk@staging
|
||||||
- ed25519-37851076-sk@staging
|
- ed25519-37851076-sk@staging
|
||||||
# <str<vault?>> hashed (and maybe salted) password
|
# <str<vault?>> hashed (and maybe salted) password
|
||||||
password: "{{ lookup('password', '../.tmp/armitage_test.pass', seed='senpai:armitage_test') }}"
|
password: "{{ lookup('password', '../.tmp/senpai@armitage_test.pass', seed='senpai:armitage_test', encrypt='sha512_crypt') }}"
|
||||||
# <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
|
||||||
@@ -83,14 +83,6 @@ pkgs:
|
|||||||
suites: ~
|
suites: ~
|
||||||
comps: ~
|
comps: ~
|
||||||
handler: ~
|
handler: ~
|
||||||
- name: vim
|
|
||||||
uri: ~
|
|
||||||
sources: ~
|
|
||||||
sigkey: ~
|
|
||||||
types: ~
|
|
||||||
suites: ~
|
|
||||||
comps: ~
|
|
||||||
handler: vim
|
|
||||||
- name: vim-vimwiki
|
- name: vim-vimwiki
|
||||||
uri: ~
|
uri: ~
|
||||||
sigkey: ~
|
sigkey: ~
|
||||||
@@ -170,7 +162,7 @@ pkgs:
|
|||||||
types: ~
|
types: ~
|
||||||
suites: ~
|
suites: ~
|
||||||
comps: ~
|
comps: ~
|
||||||
handler: ~
|
handler: crowdsec
|
||||||
- name: glow
|
- name: glow
|
||||||
uri: ~
|
uri: ~
|
||||||
sigkey: "https://repo.charm.sh/apt/gpg.key"
|
sigkey: "https://repo.charm.sh/apt/gpg.key"
|
||||||
@@ -388,6 +380,14 @@ pkgs:
|
|||||||
comps: ~
|
comps: ~
|
||||||
handler: ~
|
handler: ~
|
||||||
userspace:
|
userspace:
|
||||||
|
- name: vim
|
||||||
|
uri: ~
|
||||||
|
sources: ~
|
||||||
|
sigkey: ~
|
||||||
|
types: ~
|
||||||
|
suites: ~
|
||||||
|
comps: ~
|
||||||
|
handler: vim
|
||||||
- name: neovim
|
- name: neovim
|
||||||
uri: ~
|
uri: ~
|
||||||
sources: ~
|
sources: ~
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# <str<vault>> representing password for Linux root user account of VPS
|
# <str<vault>> representing password for Linux root user account of VPS
|
||||||
password: "{{ lookup('password', '../.tmp/sukaato_test.pass', seed='sukaato_test') }}"
|
password: "{{ lookup('password', './.tmp/sukaato_test.pass', seed='sukaato_test', encrypt='sha512_crypt') }}"
|
||||||
# <str<vault>> representing API token for VPS cloud service
|
# <str<vault>> representing API token for VPS cloud service
|
||||||
token: ~
|
token: ~
|
||||||
# <str> representing name and hostname of VPS to be made in VPS cloud service
|
# <str> representing name and hostname of VPS to be made in VPS cloud service
|
||||||
@@ -22,7 +22,7 @@ admins:
|
|||||||
- ecdsa-37851076-sk@staging
|
- ecdsa-37851076-sk@staging
|
||||||
- ed25519-37851076-sk@staging
|
- ed25519-37851076-sk@staging
|
||||||
# <str<vault?>> hashed (and maybe salted) password
|
# <str<vault?>> hashed (and maybe salted) password
|
||||||
password: "{{ lookup('password', '../.tmp/sukaato_test.pass', seed='senpai:sukaato_test') }}"
|
password: "{{ lookup('password', './.tmp/senpai@sukaato_test.pass', seed='senpai:sukaato_test', encrypt='sha512_crypt') }}"
|
||||||
# <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
|
||||||
@@ -157,14 +157,6 @@ pkgs:
|
|||||||
suites: ~
|
suites: ~
|
||||||
comps: ~
|
comps: ~
|
||||||
handler: ~
|
handler: ~
|
||||||
- name: vim
|
|
||||||
uri: ~
|
|
||||||
sources: ~
|
|
||||||
sigkey: ~
|
|
||||||
types: ~
|
|
||||||
suites: ~
|
|
||||||
comps: ~
|
|
||||||
handler: vim
|
|
||||||
- name: git
|
- name: git
|
||||||
uri: ~
|
uri: ~
|
||||||
sources: ~
|
sources: ~
|
||||||
@@ -188,7 +180,7 @@ pkgs:
|
|||||||
types: ~
|
types: ~
|
||||||
suites: ~
|
suites: ~
|
||||||
comps: ~
|
comps: ~
|
||||||
handler: ~
|
handler: crowdsec
|
||||||
- name: glow
|
- name: glow
|
||||||
uri: ~
|
uri: ~
|
||||||
sigkey: "https://repo.charm.sh/apt/gpg.key"
|
sigkey: "https://repo.charm.sh/apt/gpg.key"
|
||||||
@@ -335,6 +327,14 @@ pkgs:
|
|||||||
comps: ~
|
comps: ~
|
||||||
handler: headscale
|
handler: headscale
|
||||||
userspace:
|
userspace:
|
||||||
|
- name: vim
|
||||||
|
uri: ~
|
||||||
|
sources: ~
|
||||||
|
sigkey: ~
|
||||||
|
types: ~
|
||||||
|
suites: ~
|
||||||
|
comps: ~
|
||||||
|
handler: vim
|
||||||
- name: neovim
|
- name: neovim
|
||||||
uri: ~
|
uri: ~
|
||||||
sigkey: ~
|
sigkey: ~
|
||||||
|
|||||||
Reference in New Issue
Block a user