๐Ÿ“ฆ simono / ansible-examples

Code Examples for my Talk "Automatisieren mit Ansible"

โ˜… 2 stars โ‘‚ 0 forks ๐Ÿ‘ 2 watching
๐Ÿ“ฅ Clone https://github.com/simono/ansible-examples.git
HTTPS git clone https://github.com/simono/ansible-examples.git
SSH git clone git@github.com:simono/ansible-examples.git
CLI gh repo clone simono/ansible-examples
Simon Olofsson Simon Olofsson Initial commit. 2ac244b 11 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ ad-hoc
๐Ÿ“ playbooks
๐Ÿ“ roles
๐Ÿ“ rolling-update
๐Ÿ“ vagrant
๐Ÿ“ vault
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Ansible Examples

This Repository contains Ansible Playbooks and Vagrant VMs for my Talk "Automatisieren mit Ansible" (available in German only).

Playbooks

ad-hoc*: Example Inventory playbooks*: Example Playbooks roles*: Example Roles, used with Vagrant vagrant: Two VMs using the Roles from roles*. Run: vagrant up vault: An encrypted File, find out the password* yourself ;-) rolling-update*: Rolling Update example from ansible/ansible-examples