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
L3D 9218ab15b5
Merge pull request #66 from DO1JLR/dependabot/submodules/collections/ansible_collections/community/general-549a73b
Bump collections/ansible_collections/community/general from `13e3161` to `549a73b`
2024-02-05 13:48:16 +01:00
.github Improve linting checking 2023-10-30 02:29:18 +01:00
collections/ansible_collections Merge pull request #66 from DO1JLR/dependabot/submodules/collections/ansible_collections/community/general-549a73b 2024-02-05 13:48:16 +01:00
docs some basic docs 2021-01-02 02:06:49 +01:00
files update ntp, remove backwesen 2023-11-28 16:31:07 +01:00
group_vars configure prometheus 2023-11-23 17:14:54 +01:00
host_vars Create host i.l3d.ch 2024-01-12 15:15:16 +01:00
roles Merge pull request #65 from DO1JLR/dependabot/submodules/roles/robertdebock.dovecot-65da7c7 2024-02-05 13:48:04 +01:00
templates/files/nginx/sites Create host i.l3d.ch 2024-01-12 15:15:16 +01:00
.ansible-lint update roles 2022-01-16 18:19:28 +01:00
.gitattributes Adding grafana 2023-11-08 16:58:04 +01:00
.gitignore Improve linting 2023-04-25 14:50:48 +02:00
.gitmodules Start setting up and developing homebox 2024-01-12 03:21:43 +01:00
.yamllint Use gitea as collection l3d.git 2023-05-10 00:22:07 +02:00
ansible.cfg gopass 2024-01-03 22:18:54 +01: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 update ntp, remove backwesen 2023-11-28 16:31:07 +01:00
requirements.yml improve linting and requirements 2023-10-30 02:14:28 +01:00
site.yml Start setting up and developing homebox 2024-01-12 03:21:43 +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...