Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
apache
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
webarch
apache
Commits
4a439b84
Verified
Commit
4a439b84
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
pre-commit update
parent
89828518
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#28246
passed
1 year ago
Stage: lint
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pre-commit-config.yaml
+21
-3
21 additions, 3 deletions
.pre-commit-config.yaml
tasks/config.yml
+2
-2
2 additions, 2 deletions
tasks/config.yml
with
23 additions
and
5 deletions
.pre-commit-config.yaml
+
21
−
3
View file @
4a439b84
...
...
@@ -8,11 +8,29 @@
#
# You should have received a copy of the GNU General Public License along with the Webarchitects Apache Ansible role. If not, see <https://www.gnu.org/licenses/>.
---
# https://yamllint.readthedocs.io/en/stable/integration.html
# https://github.com/adrienverge/yamllint/tags
repos
:
# https://github.com/adrienverge/yamllint/tags
-
repo
:
https://github.com/adrienverge/yamllint.git
rev
:
v1.3
1
.0
rev
:
v1.3
2
.0
hooks
:
-
id
:
yamllint
name
:
YAML Lint
# https://github.com/ansible/ansible-lint/releases
-
repo
:
https://github.com/ansible/ansible-lint.git
rev
:
v6.17.2
hooks
:
-
id
:
ansible-lint
name
:
Ansible Lint
language
:
python
additional_dependencies
:
# https://github.com/kellyjonbrazil/jc/releases
-
jc==1.23.2
# https://github.com/jmespath/jmespath.py/tags
-
jmespath==1.0.1
# https://github.com/jackdewinter/pymarkdown/releases
-
repo
:
https://github.com/jackdewinter/pymarkdown
rev
:
v0.9.11
hooks
:
-
id
:
pymarkdown
name
:
Markdown Lint
...
This diff is collapsed.
Click to expand it.
tasks/config.yml
+
2
−
2
View file @
4a439b84
...
...
@@ -177,13 +177,13 @@
name
:
acmesh
tasks_from
:
letsencrypt.yml
vars
:
common_name
:
"
{{
inventory_hostname
}}"
acmesh_
common_name
:
"
{{
inventory_hostname
}}"
when
:
-
( "md" not in apache_mods_enabled ) or ( apache_cert.stat is defined and not apache_cert.stat.exists )
-
( "ssl" in apache_mods_enabled )
-
( "le" in apache_conf_enabled )
-
( common_name is defined ) and ( common_name == inventory_hostname )
-
(
acmesh_
common_name is defined ) and (
acmesh_
common_name == inventory_hostname )
tags
:
-
apache
...
...
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