https://github.com/puzzle/ansible-training
Puzzle ITC Ansible Training
https://github.com/puzzle/ansible-training
ansible hugo techlab
Last synced: about 1 year ago
JSON representation
Puzzle ITC Ansible Training
- Host: GitHub
- URL: https://github.com/puzzle/ansible-training
- Owner: puzzle
- License: agpl-3.0
- Created: 2019-12-05T16:11:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T09:48:21.000Z (over 1 year ago)
- Last Synced: 2025-04-06T11:48:48.318Z (about 1 year ago)
- Topics: ansible, hugo, techlab
- Language: HTML
- Homepage: https://ansible.puzzle.ch
- Size: 12.4 MB
- Stars: 16
- Watchers: 5
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Puzzle ITC Ansible Training
In the guided hands-on training, participants are able to learn the basics of [Ansible](https://www.ansible.com/).
For more see [Puzzle Ansible Training online](https://ansible.puzzle.ch/).
:rocket: Changing IT for the better with Ansible!
## Content Sections
The training content resides within the [content](content) directory.
The main part are the labs, which can be found at [content/en/docs](content/en/docs).
## Hugo
This site is built using the static page generator [Hugo](https://gohugo.io/).
The page uses the [docsy theme](https://github.com/google/docsy).
Docsy is being enhanced using [docsy-plus](https://github.com/acend/docsy-plus/) as well as [docsy-puzzle](https://github.com/puzzle/docsy-puzzle/).
### Docsy Theme Usage
* [Official docsy documentation](https://www.docsy.dev/docs/)
* [Docsy Plus](https://github.com/acend/docsy-plus/)
## Build using Docker
Build the image:
```bash
docker build . -t puzzle/ansible-techlab:latest
```
Run it locally:
```bash
docker run -i -p 8080:8080 puzzle/ansible-techlab
```
## Contributions
If you find errors, bugs or missing information, please help us improve our training and have a look at the [Contribution Guide](CONTRIBUTING.md).