1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00
ansible_playbook_servers/README.md

28 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2020-12-12 23:03:33 +01:00
[![MIT License](https://raw.githubusercontent.com/DO1JLR/ansible_playbook_template/main/.github/license.svg?sanitize=true)](https://github.com/DO1JLR/ansible_playbook_template/blob/main/LICENSE)
2021-01-10 23:57:37 +01:00
Ansible Playbook to set up some of my servers
2020-12-12 23:03:33 +01:00
=========================================
2021-01-10 23:57:37 +01:00
This is a ansible playbook to setup some of my Servers.
Including webserver for some of my domains and my mailserver.
2020-12-12 23:03:33 +01:00
2021-01-10 23:57:37 +01:00
+ 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.
2020-12-12 23:03:33 +01:00
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
```
2023-01-05 21:43:18 +01:00
### Git Vault diff
```
git config --global diff.ansible-vault.textconv "ansible-vault view"
```
2020-12-12 23:03:33 +01:00
### Standard Playbook
Das standard Playook ist ``site.yml``. Womöglich sind hier andere Playbooks eingebunden...