/ansible-common

Primary LanguageJinjaMIT LicenseMIT

Ansible - Hypha

Add to your Ansible repo

Add to requirements.yml:

---
collections:
- name: https://github.com/hyphacoop/ansible-common.git
  type: git

Install with:

ansible-galaxy install -r requirements.yml

Using

Our setup role conflicts with Ansible's built-in one. In general modules should be specified by their full path, like hypha.common.setup and ansible.builtin.setup.

Roles