Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maschmann/bit-et1804-ansible-example
https://github.com/maschmann/bit-et1804-ansible-example
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maschmann/bit-et1804-ansible-example
- Owner: maschmann
- Created: 2018-10-17T08:23:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T16:29:17.000Z (about 6 years ago)
- Last Synced: 2024-11-08T17:55:00.562Z (about 2 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible provisioning examples for bIT ET 2018/04
Some basic examples to show how to work with ansible roles.
Based on [the vagrant virtual machine setup](https://github.com/maschmann/bit-et1804-vagrant-example).## prerequisites
install:
- ```ansible-galaxy install tecris.maven``` for webservers
- ```ansible-galaxy install geerlingguy.mysql``` for database servers## commands
- ```ansible-playbook -i inventory provision.yml```
- ```ansible-playbook -i inventory provision.yml --limit webservers```
- ```ansible-playbook -i inventory provision.yml --limit webservers --tags=java```## sources
- [Maven](https://github.com/tecris/ansible-maven)