Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
fail2ban
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
fail2ban
Commits
77da3670
Verified
Commit
77da3670
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
test molecule
parent
b5d7335f
No related branches found
No related tags found
No related merge requests found
Pipeline
#29383
failed
1 year ago
Stage: bookworm
Stage: jammy
Stage: trixie
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
molecule/default/converge.yml
+0
-8
0 additions, 8 deletions
molecule/default/converge.yml
with
2 additions
and
9 deletions
.gitlab-ci.yml
+
2
−
1
View file @
77da3670
...
...
@@ -14,7 +14,7 @@ variables:
ANSIBLE_FORCE_COLOR
:
"
1"
ANSIBLE_REMOTE_TMP
:
"
/tmp"
ANSIBLE_SHELL_ALLOW_WORLD_READABLE_TEMP
:
"
1"
MOLECULE_VERBOSITY
:
"
0
"
MOLECULE_VERBOSITY
:
"
2
"
PY_COLORS
:
"
1"
before_script
:
-
whoami
...
...
@@ -25,6 +25,7 @@ before_script:
-
yamllint --version
-
which molecule
-
molecule --version
-
touch /var/log/auth.log
stages
:
-
bookworm
# - bullseye
...
...
This diff is collapsed.
Click to expand it.
molecule/default/converge.yml
+
0
−
8
View file @
77da3670
...
...
@@ -30,14 +30,6 @@
ansible.builtin.debug
:
var
:
ansible_user_dir
-
name
:
Touch /var/log/auth.log
ansible.builtin.file
:
path
:
/var/log/auth.log
state
:
touch
mode
:
"
0644"
owner
:
root
group
:
root
-
name
:
Include role as root
ansible.builtin.include_role
:
name
:
"
{{
lookup('ansible.builtin.env',
'CI_PROJECT_NAME')
}}"
...
...
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