Added new ansible home directory, moving roles into its 'roles' subdirectory

This commit is contained in:
Alex Tavarez
2025-07-27 00:04:39 -04:00
parent 16430af533
commit bffe44b5a7
60 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
---
dns_secret: "{{ porkbun_api_secret }}"
dns_key: "{{ porkbun_api_key }}"

View File

@@ -0,0 +1,2 @@
---
enrollment_key: "{{ crowdsec_key }}"

View File

@@ -0,0 +1,4 @@
---
gpg_sign_id: ~
official_name: ~
official_email: ~

View File

@@ -0,0 +1,2 @@
---
gcfs_password: "{{ gocrypt_password }}"

View 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

View File

@@ -0,0 +1,5 @@
---
pubkeys: "{{ user_pubkeys }}"
primary_root_acct: "{{ root_auths[0] }}"
nonlogin_method: delog
roots: "{{ root_auths }}"