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] 5e5b68c9b8
Bump collections/ansible_collections/community/mysql
Bumps [collections/ansible_collections/community/mysql](https://github.com/ansible-collections/community.mysql) from `6ce2f49` to `a80b805`.
- [Release notes](https://github.com/ansible-collections/community.mysql/releases)
- [Commits](6ce2f49f96...a80b805619)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 08:40:40 +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/mysql 2024-05-27 08:40:40 +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 Update l3d.linux 2024-04-27 02:58:39 +02:00
host_vars Adding fsck-2024.winkekatze.tv 2024-04-26 22:53:08 +02:00
roles Merge pull request #129 from DO1JLR/dependabot/submodules/roles/geerlingguy.postgresql-6e339ed 2024-05-22 02:27:15 +02: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 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 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...