mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
Minor improving basic README
This commit is contained in:
parent
b20873fc3c
commit
a0902fa135
1 changed files with 5 additions and 10 deletions
15
README.md
15
README.md
|
@ -1,11 +1,13 @@
|
||||||
[![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)
|
[![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 ...something
|
Ansible Playbook to set up some of my servers
|
||||||
=========================================
|
=========================================
|
||||||
|
|
||||||
This is a ansible playbook to setup ... Server and maybe some other projects. We will see...
|
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:
|
Tipps und Tricks:
|
||||||
---------
|
---------
|
||||||
|
@ -20,10 +22,3 @@ git submodule update --init --recursive
|
||||||
Das standard Playook ist ``site.yml``. Womöglich sind hier andere Playbooks eingebunden...
|
Das standard Playook ist ``site.yml``. Womöglich sind hier andere Playbooks eingebunden...
|
||||||
|
|
||||||
### best practise Ansible-Vault:
|
### best practise Ansible-Vault:
|
||||||
[docs.ansible.com/ansible/latest/user_guide/playbooks_best_practices.htm](https://docs.ansible.com/ansible/latest/user_guide/playbooks_best_practices.html#tip-for-variables-and-vaults)
|
|
||||||
|
|
||||||
### weitere Methide variablen ins ansible vault:
|
|
||||||
```
|
|
||||||
ansible-vault encrypt_string 'encrypted_secret_string_value' \
|
|
||||||
-n string_name
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in a new issue