Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker_jitsi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
Ansible Roles
docker_jitsi
Commits
ec51c889
Commit
ec51c889
authored
1 year ago
by
Rémi - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
[UPD] ansible-lint
parent
6299fd45
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.ansible-lint
+7
-0
7 additions, 0 deletions
.ansible-lint
.yamllint
+39
-0
39 additions, 0 deletions
.yamllint
handlers/main.yml
+5
-5
5 additions, 5 deletions
handlers/main.yml
meta/main.yml
+12
-12
12 additions, 12 deletions
meta/main.yml
tasks/main.yml
+7
-7
7 additions, 7 deletions
tasks/main.yml
with
70 additions
and
24 deletions
.ansible-lint
0 → 100644
+
7
−
0
View file @
ec51c889
---
warn_list: # or 'skip_list' to silence them completely
- git-latest # Git checkouts must contain explicit version
- ignore-errors # Use failed_when and specify error conditions instead of using ignore_errors
- no-changed-when # Commands should not change things if nothing needs doing
- no-handler # Tasks that run when changed should likely be handlers
- package-latest # Package installs should not use latest
This diff is collapsed.
Click to expand it.
.yamllint
0 → 100644
+
39
−
0
View file @
ec51c889
---
# Based on ansible-lint config
extends: default
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
colons:
max-spaces-after: -1
level: error
commas:
max-spaces-after: -1
level: error
# comments enable
comments: enable
comments-indentation: enable
document-start: enable
empty-lines:
max: 3
level: error
hyphens:
level: error
indentation:
level: warning
indent-sequences: consistent
spaces: 4
check-multi-line-strings: true
key-duplicates: enable
line-length: disable
new-line-at-end-of-file: enable
new-lines:
type: unix
# trailing-spaces enable
trailing-spaces: enable
truthy: enable
This diff is collapsed.
Click to expand it.
handlers/main.yml
+
5
−
5
View file @
ec51c889
---
---
-
name
:
s
tart jitsi docker
-
name
:
S
tart jitsi docker
docker_compose
:
community.docker.
docker_compose
:
project_src
:
/home/docker/
project_src
:
/home/docker/
files
:
jitsi.yaml
files
:
jitsi.yaml
project_name
:
jitsi
project_name
:
jitsi
async
:
120
async
:
120
poll
:
10
poll
:
10
when
:
not ansible_check_mode
when
:
not ansible_check_mode
This diff is collapsed.
Click to expand it.
meta/main.yml
+
12
−
12
View file @
ec51c889
---
---
galaxy_info
:
galaxy_info
:
author
:
Rémi
author
:
lefilament
description
:
Role for deploying Jitsi on Docker
description
:
Role for deploying Jitsi on Docker
company
:
Le Filament (https://le-filament.com)
company
:
Le Filament (https://le-filament.com)
license
:
AGPL-3.0-or-later
license
:
AGPL-3.0-or-later
min_ansible_version
:
2.1
min_ansible_version
:
"
2.1
"
platforms
:
platforms
:
-
name
:
Ubuntu
-
name
:
Ubuntu
versions
:
versions
:
-
bionic
-
bionic
-
focal
-
focal
galaxy_tags
:
galaxy_tags
:
-
jitsi
-
jitsi
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
7
−
7
View file @
ec51c889
...
@@ -2,11 +2,11 @@
...
@@ -2,11 +2,11 @@
## Install Jitsi docker
## Install Jitsi docker
-
name
:
Install Jitsi docker
-
name
:
Install Jitsi docker
template
:
ansible.builtin.
template
:
src
:
jitsi.yaml.j2
src
:
jitsi.yaml.j2
dest
:
/home/docker/jitsi.yaml
dest
:
/home/docker/jitsi.yaml
owner
:
root
owner
:
root
group
:
root
group
:
root
mode
:
'
0400'
mode
:
'
0400'
notify
:
notify
:
-
s
tart jitsi docker
-
S
tart jitsi docker
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment