https://github.com/netresearch/ansible-collection-mautic
https://github.com/netresearch/ansible-collection-mautic
ansible ansible-collection docker mautic
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/netresearch/ansible-collection-mautic
- Owner: netresearch
- Created: 2022-03-16T21:52:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T12:28:52.000Z (8 months ago)
- Last Synced: 2025-02-18T13:30:04.064Z (8 months ago)
- Topics: ansible, ansible-collection, docker, mautic
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Collection - netresearch.mautic
## Description
This collection provides setting up and updating a Docker based Mautic stack.
## Included Content
- [mautic](roles/mautic/)
## Installation
Install the collection via ansible-galaxy:
`ansible-galaxy collection install netresearch.mautic`
You can also include the collection in a `requirements.yml` file and install it via `ansible-galaxy collection install -r requirements.yml`, using the format:
```yaml
---
collections:
- name: netresearch.mautic
version: 1.1.0
```## Using this collection
Please refer to the examples in the readmes of the role.
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.