refactor: restructured project for higher-utility naming practices and optimized data structures for variables
This commit is contained in:
37
group_vars/all
Normal file
37
group_vars/all
Normal file
@@ -0,0 +1,37 @@
|
||||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# vars file
|
||||
custom_vars: ~
|
||||
fqdn: ~
|
||||
vps_service:
|
||||
# @DOC <bool>
|
||||
exists: true
|
||||
# @DOC <vault<str>>
|
||||
password: ~
|
||||
# @DOC <vault<str>>
|
||||
api_key: ~
|
||||
# @DOC <str>
|
||||
type: "linode"
|
||||
# @DOC <str>
|
||||
region: "us-east"
|
||||
# @DOC <list<str>>
|
||||
ssh_authorized_keys: []
|
||||
# @DOC <str>
|
||||
root_fate: disposal
|
||||
# @DOC <list<str>>
|
||||
keywords: []
|
||||
groups:
|
||||
sample_group:
|
||||
group_name: ~
|
||||
type: ~
|
||||
users:
|
||||
admin:
|
||||
username: admin
|
||||
password: "password123"
|
||||
shell: /bin/bash
|
||||
home: ~
|
||||
admin: true
|
||||
type: regular
|
||||
group: ~
|
||||
groups: [sudo]
|
||||
ssh_authorized_keys:
|
||||
Reference in New Issue
Block a user