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
dependabot[bot] 492aaba00c
Bump collections/ansible_collections/community/crypto
Bumps [collections/ansible_collections/community/crypto](https://github.com/ansible-collections/community.crypto) from `e42f8e0` to `f0b8073`.
- [Release notes](https://github.com/ansible-collections/community.crypto/releases)
- [Commits](e42f8e0d0c...f0b8073ea5)

---
updated-dependencies:
- dependency-name: collections/ansible_collections/community/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 08:16:32 +00:00
.github Merge pull request #94 from DO1JLR/dependabot/github_actions/ansible-actions/ansible-lint-action-1.0.3 2024-04-07 17:59:50 +02:00
collections/ansible_collections Bump collections/ansible_collections/community/crypto 2024-08-19 08:16:32 +00: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 improve simple version check 2024-07-02 02:04:21 +02:00
host_vars update grafana and debs 2024-07-02 02:52:49 +02:00
roles Bump roles/unattended_upgrades from 8ef1bb3 to 6f1f945 2024-08-12 08:44:32 +00:00
templates/files/nginx/sites Adding fsck-2024.winkekatze.tv 2024-04-26 22:53:08 +02: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 update 2024-04-26 22:44:50 +02:00
.yamllint remove mx.l3d.ch for now... 2024-02-26 13:05:57 +01:00
ansible.cfg gopass 2024-01-03 22:18:54 +01:00
hosts.ini remove mx.l3d.ch for now... 2024-02-26 13:05:57 +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 grafana and debs 2024-07-02 02:52:49 +02:00
requirements.yml improve linting and requirements 2023-10-30 02:14:28 +01:00
site.yml Update l3d.linux 2024-04-27 02:58:39 +02: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...