Added mirror structure for bootstrap role's vars as that in role's defaults, specifying variable values
This commit is contained in:
12
roles/bootstrap/vars/main/general.yml
Normal file
12
roles/bootstrap/vars/main/general.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#SPDX-License-Identifier: MIT-0
|
||||||
|
---
|
||||||
|
# vars file for bootstrap
|
||||||
|
admins: ~
|
||||||
|
guests: ~
|
||||||
|
users: ~
|
||||||
|
roots: ~
|
||||||
|
enrollment_key: "{{ crowdsec_key }}"
|
||||||
|
gcfs_password: "{{ gocrypt_password }}"
|
||||||
|
gpg_sign_id: ~
|
||||||
|
official_name: ~
|
||||||
|
official_email: ~
|
3
roles/bootstrap/vars/options/certbot.yml
Normal file
3
roles/bootstrap/vars/options/certbot.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
dns_secret: "{{ porkbun_api_secret }}"
|
||||||
|
dns_key: "{{ porkbun_api_key }}"
|
2
roles/bootstrap/vars/options/crowdsec.yml
Normal file
2
roles/bootstrap/vars/options/crowdsec.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
enrollment_key: "{{ crowdsec_key }}"
|
4
roles/bootstrap/vars/options/git.yml
Normal file
4
roles/bootstrap/vars/options/git.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
gpg_sign_id: ~
|
||||||
|
official_name: ~
|
||||||
|
official_email: ~
|
2
roles/bootstrap/vars/options/gpg.yml
Normal file
2
roles/bootstrap/vars/options/gpg.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
gcfs_password: "{{ gocrypt_password }}"
|
16
roles/bootstrap/vars/options/proftpd.yml
Normal file
16
roles/bootstrap/vars/options/proftpd.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
welcome_msg_path: /etc/proftpd/welcome.msg
|
||||||
|
goodbye_msg_path: /etc/proftpd/bye.msg
|
||||||
|
transfer_msg_path: /etc/proftpd/transfer.msg
|
||||||
|
default_umask: "0022 0022"
|
||||||
|
users_allowed: cybersmuggler webmaster
|
||||||
|
servername: ftp.sukaato.moe
|
||||||
|
admin_email: admin@sukaato.moe
|
||||||
|
serveralias: sukaato
|
||||||
|
ftp_protocols: ftps
|
||||||
|
ftp_port: 990
|
||||||
|
sec_cert_path: /etc/srv/domain.cert.pem
|
||||||
|
sca_cert_path: /etc/srv/domain.cert.pem
|
||||||
|
key_cert_path: /etc/srv/private.key.pem
|
||||||
|
ftp_auth_user_path: /etc/proftpd/ftp.passwd
|
||||||
|
ftp_auth_group_path: /etc/proftpd/ftpd.group
|
5
roles/bootstrap/vars/options/ssh.yml
Normal file
5
roles/bootstrap/vars/options/ssh.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
pubkeys: "{{ user_pubkeys }}"
|
||||||
|
primary_root_acct: "{{ root_auths[0] }}"
|
||||||
|
nonlogin_method: delog
|
||||||
|
roots: "{{ root_auths }}"
|
Reference in New Issue
Block a user