Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/do1jlr/ansible_playbook_servers
Ansible Playbook to deploy some of my servers
https://github.com/do1jlr/ansible_playbook_servers
server
Last synced: about 2 months ago
JSON representation
Ansible Playbook to deploy some of my servers
- Host: GitHub
- URL: https://github.com/do1jlr/ansible_playbook_servers
- Owner: DO1JLR
- License: mit
- Created: 2020-12-12T22:03:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T10:30:33.000Z (9 months ago)
- Last Synced: 2024-05-01T18:37:23.617Z (8 months ago)
- Topics: server
- Language: Jinja
- Homepage:
- Size: 859 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[![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)
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...