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
2021-01-08 23:47:14 +01:00
.github Initial commit 2020-12-12 23:42:36 +01:00
docs some basic docs 2021-01-02 02:06:49 +01:00
files update users 2020-12-22 23:53:15 +01:00
group_vars Enable versionscheck by default 2021-01-06 11:25:36 +01:00
host_vars deploy backwesen.de 2021-01-04 21:52:10 +01:00
roles continue templating 2021-01-08 23:47:14 +01:00
templates/files/nginx/sites initialize backwesen.de 2021-01-04 18:01:23 +01:00
.gitignore enable ansible vault 2021-01-02 22:37:59 +01:00
.gitmodules Update modules 2021-01-07 23:35:21 +01:00
ansible.cfg enable ansible vault 2021-01-02 22:37:59 +01:00
hosts.ini improve website collection 2021-01-01 02:52:42 +01:00
LICENCE Initial commit 2020-12-12 23:42:36 +01:00
README.md Initial commit 2020-12-12 23:42:36 +01:00
site.yml deploy backwesen.de 2021-01-04 21:52:10 +01:00

MIT License

Ansible playbook to set up ...something

This is a ansible playbook to setup ... Server and maybe some other projects. We will see...

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

Standard Playbook

Das standard Playook ist site.yml. Womöglich sind hier andere Playbooks eingebunden...

best practise Ansible-Vault:

docs.ansible.com/ansible/latest/user_guide/playbooks_best_practices.htm

weitere Methide variablen ins ansible vault:

ansible-vault encrypt_string 'encrypted_secret_string_value' \
  -n string_name