Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/half-shot/matrix-ansible-bot
A matrix bot for doing all sorts of ansible operations
https://github.com/half-shot/matrix-ansible-bot
Last synced: 3 months ago
JSON representation
A matrix bot for doing all sorts of ansible operations
- Host: GitHub
- URL: https://github.com/half-shot/matrix-ansible-bot
- Owner: Half-Shot
- License: mit
- Created: 2019-06-09T12:43:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T18:37:56.000Z (about 2 years ago)
- Last Synced: 2024-04-29T00:16:10.749Z (9 months ago)
- Language: TypeScript
- Size: 352 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# matrix-ansible-bot
A matrix bot for doing all sorts of ansible operations![Bot Screenshot](https://matrix.half-shot.uk/_matrix/media/v1/download/half-shot.uk/1253b230e706f06b81e9c6b662171f250827a300)
## Building
```
git clone https://github.com/Half-Shot/matrix-ansible-bot
cd matrix-ansible-bot
npm i # yarn
npm run build # or yarn build
```## Configuration and Running
Copy `config.sample.yaml` to `config.yaml` and edit as appropriate.
```
npm run start # or yarn start
```