Go to file
Louis Abel 43e8c02b78
update pre-commit config
2023-02-15 16:51:35 -07:00
collections init for mattermost 2022-03-23 15:24:35 -07:00
defaults init for mattermost 2022-03-23 15:24:35 -07:00
files init for mattermost 2022-03-23 15:24:35 -07:00
handlers init for mattermost 2022-03-23 15:24:35 -07:00
roles init for mattermost 2022-03-23 15:24:35 -07:00
tasks init for mattermost 2022-03-23 15:24:35 -07:00
templates init for mattermost 2022-03-23 15:24:35 -07:00
tests init for mattermost 2022-03-23 15:24:35 -07:00
vars init for mattermost 2022-03-23 15:24:35 -07:00
.ansible-lint init for mattermost 2022-03-23 15:24:35 -07:00
.gitignore init for mattermost 2022-03-23 15:24:35 -07:00
.pre-commit-config.yaml update pre-commit config 2023-02-15 16:51:35 -07:00
.yamllint init for mattermost 2022-03-23 15:24:35 -07:00
README.md init for mattermost 2022-03-23 15:24:35 -07:00

README.md

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