Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joamatab/ansible-infrastructure
https://github.com/joamatab/ansible-infrastructure
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joamatab/ansible-infrastructure
- Owner: joamatab
- License: gpl-3.0
- Created: 2019-09-17T18:18:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T21:00:20.000Z (over 5 years ago)
- Last Synced: 2024-12-09T07:48:25.191Z (about 2 months ago)
- Language: Shell
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Infrastructure
This playbook is used to install and maintain my private infrastructure setup.For the client setup checkout my [client repository](https://git.shivering-isles.com/ansible-client/fedora).
Usage
---To run this playbook you have to do a few steps:
```console
# Clone the repository
git clone https://git.shivering-isles.com/shivering-isles/infrastructure.git# Edit the inventory file
vi inventory# Edit the group_vars
vi group_vars/*# Deploy
ansible-playbook -i inventory site.yml
```That's it for now.
*Hint: For own modifications and to keep track of your changes in a git repository you can use a deployment branch. For details see: https://www.shivering-isles.com/publish-your-work-while-keeping-a-private-fork/*