mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 10:59:56 +00:00
feat!: create ansible EN role (#2)
This commit is contained in:
18
meta/main.yml
Normal file
18
meta/main.yml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
dependencies:
|
||||
- src: geerlingguy.docker
|
||||
version: "7.1.0"
|
||||
when: docker_install
|
||||
|
||||
galaxy_info:
|
||||
role_name: external_node
|
||||
author: matter-labs
|
||||
description: External node setup
|
||||
license: "license (MIT, APACHE)"
|
||||
min_ansible_version: "2.13.9"
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- jammy
|
||||
galaxy_tags:
|
||||
- en
|
||||
Reference in New Issue
Block a user