fix: Linting.
This commit is contained in:
parent
1cbc2b9bcb
commit
477611e3e2
@ -4,6 +4,7 @@ extends: default
|
|||||||
|
|
||||||
ignore: |
|
ignore: |
|
||||||
molecule/**/tests/
|
molecule/**/tests/
|
||||||
|
.venv
|
||||||
.github
|
.github
|
||||||
.travis.yml
|
.travis.yml
|
||||||
|
|
||||||
|
@ -16,5 +16,3 @@ flame_skeleton_paths:
|
|||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
flame_documentation_link: ""
|
flame_documentation_link: ""
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: Laur Ivan (laur.ivan@gmail.com)
|
author: Laur Ivan (laur.ivan@gmail.com)
|
||||||
namespace: laurivan
|
namespace: laurivan
|
||||||
|
|
||||||
role_name: flame
|
role_name: flame
|
||||||
description: Flame Role
|
description: Flame Role
|
||||||
min_ansible_version: 2.4
|
min_ansible_version: 2.4
|
||||||
@ -14,16 +13,12 @@ galaxy_info:
|
|||||||
- docker
|
- docker
|
||||||
- dashboard
|
- dashboard
|
||||||
platforms:
|
platforms:
|
||||||
|
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- bullseye
|
- bullseye
|
||||||
- buster
|
- buster
|
||||||
|
|
||||||
|
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- bionic
|
- bionic
|
||||||
- focal
|
- focal
|
||||||
- jammy
|
- jammy
|
||||||
|
|
||||||
|
@ -35,4 +35,3 @@ provisioner:
|
|||||||
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
|
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
|
||||||
verifier:
|
verifier:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
|
||||||
|
@ -9,4 +9,3 @@
|
|||||||
import_tasks: install.yml
|
import_tasks: install.yml
|
||||||
tags:
|
tags:
|
||||||
- flame_install
|
- flame_install
|
||||||
|
|
||||||
|
@ -9,6 +9,6 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "{{ flame_port }}:5005"
|
- "{{ flame_port }}:5005"
|
||||||
environment:
|
environment:
|
||||||
- PASSWORD="{{ flame_password }}"
|
- PASSWORD={{ flame_password }}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user