Skip to content

Basic ansible playbook template

License

Notifications You must be signed in to change notification settings

DO1JLR/ansible_playbook_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic ansible playbook template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published