ansible-nas/website/docs/applications/other/hello_world.md

18 lines
501 B
Markdown
Raw Normal View History

2022-09-20 22:00:57 +00:00
---
title: "Hello World"
---
Homepage: [https://www.example.com/](https://www.example.com/)
2022-09-20 22:00:57 +00:00
A few sentences here about what the application does.
## Usage
Set `hello_world_enabled: true` in your `inventories/<your_inventory>/group_vars/nas.yml` file.
2022-09-20 22:00:57 +00:00
The Hello World web interface can be found at [http://ansible_nas_host_or_ip:9999](http://ansible_nas_host_or_ip:9999).
2022-09-20 22:00:57 +00:00
## Specific Configuration
Detail any information here about user setup steps once Ansible-NAS has started the application.