Added new ansible home directory, moving roles into its 'roles' subdirectory
This commit is contained in:
3
.ansible/roles/bootstrap/defaults/options/certbot.yml
Normal file
3
.ansible/roles/bootstrap/defaults/options/certbot.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
dns_secret: ~
|
||||
dns_key: ~
|
2
.ansible/roles/bootstrap/defaults/options/crowdsec.yml
Normal file
2
.ansible/roles/bootstrap/defaults/options/crowdsec.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
enrollment_key: ~
|
4
.ansible/roles/bootstrap/defaults/options/git.yml
Normal file
4
.ansible/roles/bootstrap/defaults/options/git.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
gpg_sign_id: ~
|
||||
official_name: ~
|
||||
official_email: ~
|
2
.ansible/roles/bootstrap/defaults/options/gpg.yml
Normal file
2
.ansible/roles/bootstrap/defaults/options/gpg.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
gcfs_password: ~
|
16
.ansible/roles/bootstrap/defaults/options/proftpd.yml
Normal file
16
.ansible/roles/bootstrap/defaults/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: root
|
||||
servername: ~
|
||||
admin_email: ~
|
||||
serveralias: localhost
|
||||
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
.ansible/roles/bootstrap/defaults/options/ssh.yml
Normal file
5
.ansible/roles/bootstrap/defaults/options/ssh.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
pubkeys: ~
|
||||
primary_root_acct: ~
|
||||
nonlogin_method: ~
|
||||
roots: ~
|
Reference in New Issue
Block a user