1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00
Find a file
2023-11-08 15:51:58 +01:00
.github Improve linting checking 2023-10-30 02:29:18 +01:00
collections/ansible_collections update submodules 2023-10-31 16:34:45 +01:00
docs some basic docs 2021-01-02 02:06:49 +01:00
files Rename git server 2023-06-14 02:39:36 +02:00
group_vars update submodules 2023-10-31 16:34:45 +01:00
host_vars improve linting and requirements 2023-10-30 02:14:28 +01:00
roles unantended upgrades 2023-11-08 15:51:58 +01:00
templates/files/nginx/sites unantended upgrades 2023-11-08 15:51:58 +01:00
.ansible-lint update roles 2022-01-16 18:19:28 +01:00
.gitattributes LFS 2023-01-05 21:41:21 +01:00
.gitignore Improve linting 2023-04-25 14:50:48 +02:00
.gitmodules unantended upgrades 2023-11-08 15:51:58 +01:00
.yamllint Use gitea as collection l3d.git 2023-05-10 00:22:07 +02:00
ansible.cfg no auto-root 2021-05-09 01:31:15 +02:00
hosts.ini create etesync 2022-11-12 21:21:23 +01:00
LICENCE Initial commit 2020-12-12 23:42:36 +01:00
README.md Improve linting 2023-04-25 14:50:48 +02:00
requirements.txt improve linting and requirements 2023-10-30 02:14:28 +01:00
requirements.yml improve linting and requirements 2023-10-30 02:14:28 +01:00
site.yml update submodules 2023-10-31 16:34:45 +01:00

MIT License

Ansible Playbook to set up some of my servers

This is a ansible playbook to setup some of my Servers. Including webserver for some of my domains and my mailserver.

  • For more general Information have a look in the docs/ Folder.
  • For a highly exact information and when you have a deeper understanding of ansible use the site.yml to understand which roles we are putting together. We tried to store all non sensible used variables in the unencrypted vars.yml.

Tipps und Tricks:

git submodule

Dieses Ansible verwendet submodule. Vergesst nicht diese regelmäßig mit auszuchecken!

git config submodule.recurse true
git submodule update --init --recursive

Git Vault diff

git config --global diff.ansible-vault.textconv "ansible-vault view"

Standard Playbook

Das standard Playook ist site.yml. Womöglich sind hier andere Playbooks eingebunden...