]> gitweb.hamatoma.de Git - ansknife.git/commit
Initial commit
authorHamatoma <author@hamatoma.de>
Mon, 5 May 2025 11:02:08 +0000 (13:02 +0200)
committerHamatoma <author@hamatoma.de>
Mon, 5 May 2025 11:02:08 +0000 (13:02 +0200)
commitd5ef44efca249f7f07b4836b644fb0b378bc590c
treecb0bd1c4fa8a67bd049f478f5fe71bb7aea73b50
Initial commit
110 files changed:
CHANGELOG.md [new file with mode: 0644]
README.md [new file with mode: 0644]
SetRights [new symlink]
ansible.cfg [new file with mode: 0644]
docu/de/01_überblick_ansible.md [new file with mode: 0644]
docu/de/05_yaml.md [new file with mode: 0644]
docu/de/10_einrichten_ansible_auf_workstation.md [new file with mode: 0644]
docu/de/20_einrichten_ansible_auf_server.md [new file with mode: 0644]
docu/de/50_neues_ansknife_projekt.md [new file with mode: 0644]
inventory [new file with mode: 0644]
playbooks.templates/i_10_basic.yaml [new file with mode: 0644]
playbooks.templates/i_11_user.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_21_nginx_sites.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_62_postfix_dkim.yaml [new file with mode: 0644]
playbooks.templates/i_70_webapps.yaml [new file with mode: 0644]
playbooks.templates/i_80_firewalld.yaml [new file with mode: 0644]
playbooks.templates/i_81_fail2ban.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]
playbooks/labor.yaml [new file with mode: 0644]
resources/needed.tgz [new file with mode: 0644]
resources/rsh.tgz [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]
scripts/build_dkim_text.py [new file with mode: 0755]
tasks.templates/t_copy_wildcard.yaml [new file with mode: 0644]
tasks.templates/t_dkim.yaml [new file with mode: 0644]
tasks.templates/t_dkim_dns.yaml [new file with mode: 0644]
tasks.templates/t_dkim_keys.yaml [new file with mode: 0644]
tasks.templates/t_dmarc.yaml [new file with mode: 0644]
tasks.templates/t_dmarc_dns.yaml [new file with mode: 0644]
tasks.templates/t_firewalld_basic.yaml [new file with mode: 0644]
tasks.templates/t_firewalld_email.yaml [new file with mode: 0644]
tasks.templates/t_firewalld_http.yaml [new file with mode: 0644]
tasks.templates/t_firewalld_nfs.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_spf.yaml [new file with mode: 0644]
tasks.templates/t_ssl_create_certificate.yaml [new file with mode: 0644]
tasks.templates/t_sysinfo_create.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.fix/antispam/key.table [new file with mode: 0644]
templates.fix/antispam/signing.table [new file with mode: 0644]
templates.fix/nginx/hi1.txt [new file with mode: 0644]
templates.fix/nginx/hi2.txt [new file with mode: 0644]
templates.fix/nginx/index.html [new file with mode: 0644]
templates.fix/nginx/index.php [new file with mode: 0644]
templates.fix/nginx/letsencrypt.conf [new file with mode: 0644]
templates.fix/nginx/site.php [new file with mode: 0644]
templates.fix/nginx/test.site [new file with mode: 0644]
templates.fix/readme.txt [new file with mode: 0644]
templates.fix/scripts/ClearSwap [new file with mode: 0644]
templates.fix/scripts/CreateSysInfo [new file with mode: 0644]
templates.fix/scripts/SaveDatabases [new file with mode: 0755]
templates.fix/scripts/saveowner.py [new file with mode: 0755]
templates.install/project_ansible.md [new file with mode: 0644]
templates.install/project_cron.yaml [new file with mode: 0644]
templates.install/readme.txt [new file with mode: 0644]
templates.install/t_firewalld_local.yaml [new file with mode: 0644]
templates.local/antispam/ignore.hosts [new file with mode: 0644]
templates.local/antispam/opendkim.conf [new file with mode: 0644]
templates.local/antispam/opendmarc.conf [new file with mode: 0644]
templates.local/antispam/trusted.hosts [new file with mode: 0644]
templates.local/firewalld.yaml [new file with mode: 0644]
templates.local/nginx/http.conf [new file with mode: 0644]
templates.local/nginx/sites/readme.txt [new file with mode: 0644]
templates.local/postfix/aliases [new file with mode: 0644]
templates.local/postfix/email_forwarding/main.cf [new file with mode: 0644]
templates.local/postfix/email_forwarding/master.cf [new file with mode: 0644]
templates.local/postfix/send_only/main.cf [new file with mode: 0644]
templates.local/postfix/send_only/master.cf [new file with mode: 0644]
templates.local/postfix/virtual [new file with mode: 0644]
templates.local/readme.txt [new file with mode: 0644]
templates.local/scripts/CreateSysInfo.conf [new file with mode: 0644]
templates.local/scripts/ExampleBackup [new file with mode: 0644]
templates.local/users.yaml [new file with mode: 0644]
templates.vars/common.yaml [new file with mode: 0644]
templates.vars/dkim.yaml [new file with mode: 0644]
templates.vars/firewalld.yaml [new file with mode: 0644]
templates.vars/mysql.yaml [new file with mode: 0644]
templates.vars/mysql_vault.yaml [new file with mode: 0644]
templates.vars/packages.yaml [new file with mode: 0644]
templates.vars/php.yaml [new file with mode: 0644]
templates.vars/ssl-certificate.yaml [new file with mode: 0644]
templates.vars/users.yaml [new file with mode: 0644]
templates.vars/webapps.yaml [new file with mode: 0644]