ansible-mm-management/README.md

29 lines
670 B
Markdown
Raw Permalink Normal View History

2022-03-23 22:24:35 +00:00
# Ansible AWX Template: Mattermost
Ansible AWX is the method used for the Rocky Linux infrastructure, as a replacement for using the CLI. This template is used to manage mattermost for the Rocky infrastructure.
## Provides / Information
This repository is for Mattermost.
```
.
├── README.md
├── defaults
│   └── main.yml
├── files
│   └── README.md
├── handlers
│   └── main.yml
├── tasks
│   └── main.yml
├── templates
│   └── README.md
├── tests
│   ├── README.md
│   ├── inventory
│   └── test.yml
└── vars
└── main.yml
```