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
07c9d558
Verified
Commit
07c9d558
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
arg spec update
parent
575d0647
No related branches found
Branches containing commit
Tags
2.3.0
Tags containing commit
No related merge requests found
Pipeline
#32344
passed
1 year ago
Stage: trixie
Stage: bookworm
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pre-commit-config.yaml
+13
-13
13 additions, 13 deletions
.pre-commit-config.yaml
meta/argument_specs.yml
+28
-1
28 additions, 1 deletion
meta/argument_specs.yml
with
41 additions
and
14 deletions
.pre-commit-config.yaml
+
13
−
13
View file @
07c9d558
...
...
@@ -9,15 +9,26 @@
# 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/>.
---
repos
:
-
repo
:
https://github.com/ansible/ansible-lint.git
rev
:
v24.2.1
hooks
:
-
id
:
ansible-lint
name
:
Ansible Lint
language
:
python
additional_dependencies
:
# https://github.com/kellyjonbrazil/jc/releases
-
jc==1.25.1
# https://github.com/jmespath/jmespath.py/tags
-
jmespath==1.0.1
# https://github.com/jackdewinter/pymarkdown/releases
-
repo
:
https://github.com/jackdewinter/pymarkdown.git
rev
:
0.9.1
6
rev
:
v
0.9.1
7
hooks
:
-
id
:
pymarkdown
name
:
Markdown Lint
# https://github.com/adrienverge/yamllint/tags
-
repo
:
https://github.com/adrienverge/yamllint.git
rev
:
v1.3
4.0
rev
:
v1.3
5.1
hooks
:
-
id
:
yamllint
name
:
YAML Lint
...
...
@@ -30,15 +41,4 @@ repos:
args
:
-
templates
# https://github.com/ansible/ansible-lint/releases
-
repo
:
https://github.com/ansible/ansible-lint.git
rev
:
v24.2.0
hooks
:
-
id
:
ansible-lint
name
:
Ansible Lint
language
:
python
additional_dependencies
:
# https://github.com/kellyjonbrazil/jc/releases
-
jc==1.25.0
# https://github.com/jmespath/jmespath.py/tags
-
jmespath==1.0.1
...
This diff is collapsed.
Click to expand it.
meta/argument_specs.yml
+
28
−
1
View file @
07c9d558
...
...
@@ -34,6 +34,15 @@ argument_specs:
type
:
bool
required
:
false
description
:
Chroot Apache.
apache_conf_available_paths
:
type
:
dict
required
:
false
description
:
Internal variable for the results of finding .conf files in /etc/apache2/conf-available.
apache_conf_available
:
type
:
list
elements
:
str
required
:
false
description
:
Internal variable for the Apache conf available.
apache_conf_disabled
:
type
:
list
elements
:
str
...
...
@@ -100,6 +109,15 @@ argument_specs:
type
:
str
required
:
false
description
:
The version of mod_md to install.
apache_mods_available_paths
:
type
:
dict
required
:
false
description
:
Internal variable for the results of finding .conf files in /etc/apache2/mods-available.
apache_mods_available
:
type
:
list
elements
:
str
required
:
false
description
:
Internal variable for the Apache mods available.
apache_mods_disabled
:
type
:
list
elements
:
str
...
...
@@ -196,6 +214,15 @@ argument_specs:
-
Minor
-
OS
-
Prod
apache_sites_available_paths
:
type
:
dict
required
:
false
description
:
Internal variable for the results of finding .conf files in /etc/apache2/sites-available.
apache_sites_available
:
type
:
list
elements
:
str
required
:
false
description
:
Internal variable for the Apache sites available.
apache_sites_disabled
:
type
:
list
elements
:
str
...
...
@@ -233,7 +260,7 @@ argument_specs:
apache_ulimit
:
type
:
int
required
:
true
description
:
The maximu
n
number of files Apache can open, used for the APACHE_ULIMIT_MAX_FILES env var.
description
:
The maximu
m
number of files Apache can open, used for the APACHE_ULIMIT_MAX_FILES env var.
apache_update_alternatives_query_php
:
type
:
dict
required
:
false
...
...
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