]> gitweb.hamatoma.de Git - ansknife.git/commit
Many extensions and improvements
authorHamatoma <author@hamatoma.de>
Thu, 17 Apr 2025 04:56:52 +0000 (06:56 +0200)
committerHamatoma <author@hamatoma.de>
Thu, 17 Apr 2025 04:56:52 +0000 (06:56 +0200)
commit33f27a5cf50e8228911e683d4c4136cc88c3b184
treeba4eb6bfc985461d6b9b2d7f04cdd2ea3db4ad45
parent73d4e871b29960aebff49e14151006e45ef7b8b5
Many extensions and improvements
55 files changed:
.vscode/settings.json [new file with mode: 0644]
README.md
SetRights [new symlink]
inventory [new file with mode: 0644]
playbooks.templates/i_10_basic.yaml [new file with mode: 0644]
playbooks.templates/i_15_server_packages.yaml [new file with mode: 0644]
playbooks.templates/i_17_configuration.yaml [new file with mode: 0644]
playbooks.templates/i_20_nginx.yaml [new file with mode: 0644]
playbooks.templates/i_30_mariadb.yaml [new file with mode: 0644]
playbooks.templates/i_40_php8.2.yaml [new file with mode: 0644]
playbooks.templates/i_50_git_server.yaml [new file with mode: 0644]
playbooks.templates/i_60_postfix.yaml [new file with mode: 0644]
playbooks.templates/i_70_webapps.yaml [new file with mode: 0644]
playbooks.templates/i_99_test.yaml [new file with mode: 0644]
playbooks.templates/lets_create.yaml [new file with mode: 0644]
playbooks.templates/mysql_create_admin.yaml [new file with mode: 0644]
playbooks.templates/mysql_create_db_and_user.yaml [new file with mode: 0644]
playbooks.templates/nginx_create_site.yaml [new file with mode: 0644]
playbooks.templates/ssl_create_certificate.yaml [new file with mode: 0644]
playbooks.templates/webapp_backup.yaml [new file with mode: 0644]
playbooks.templates/webapp_create.yaml [new file with mode: 0644]
playbooks.templates/webapp_export.yaml [new file with mode: 0644]
playbooks.templates/webapp_import.yaml [new file with mode: 0644]
playbooks/create_project.yaml [new file with mode: 0644]
scripts.templates/AddPassword [new file with mode: 0755]
scripts.templates/CreatePlaybook [new file with mode: 0755]
scripts.templates/CreateTask [new file with mode: 0755]
scripts.templates/SetRights [new file with mode: 0755]
tasks.templates/t_copy_wildcard.yaml [new file with mode: 0644]
tasks.templates/t_lets_create.yaml [new file with mode: 0644]
tasks.templates/t_link_wildcard.yaml [new file with mode: 0644]
tasks.templates/t_mysql_create_admin.yaml [new file with mode: 0644]
tasks.templates/t_mysql_create_db_and_user.yaml [new file with mode: 0644]
tasks.templates/t_nginx_create_site.yaml [new file with mode: 0644]
tasks.templates/t_ssl_create_certificate.yaml [new file with mode: 0644]
tasks.templates/t_webapp_backup.yaml [new file with mode: 0644]
tasks.templates/t_webapp_create.yaml [new file with mode: 0644]
tasks.templates/t_webapp_export.yaml [new file with mode: 0644]
tasks.templates/t_webapp_import.yaml [new file with mode: 0644]
templates/nginx/hi1.txt [new file with mode: 0644]
templates/nginx/hi2.txt [new file with mode: 0644]
templates/nginx/http.conf [new file with mode: 0644]
templates/nginx/index.html [new file with mode: 0644]
templates/nginx/index.php [new file with mode: 0644]
templates/nginx/letsencrypt.conf [new file with mode: 0644]
templates/nginx/site.php [new file with mode: 0644]
templates/nginx/test.site [new file with mode: 0644]
templates/postfix/virtual [new file with mode: 0644]
templates/var/common.yaml [new file with mode: 0644]
templates/var/db.yaml [new file with mode: 0644]
templates/var/php.yaml [new file with mode: 0644]
templates/var/postfix.yaml [new file with mode: 0644]
templates/var/ssl-certificate.yaml [new file with mode: 0644]
templates/var/vault_db.yaml [new file with mode: 0644]
templates/var/webapps.yaml [new file with mode: 0644]