Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-solidserver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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
iam-public
ansible-solidserver
Commits
48b7d816
Verified
Commit
48b7d816
authored
3 months ago
by
Michael Filz
Browse files
Options
Downloads
Patches
Plain Diff
fix shebang for newer ansible versions
use CI image from harbor fix coverage badge
parent
3347f3ae
No related branches found
Branches containing commit
Tags
v1.0.2
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
collection/galaxy.yml
+1
-1
1 addition, 1 deletion
collection/galaxy.yml
collection/plugins/modules/solid_dns_entry.py
+1
-1
1 addition, 1 deletion
collection/plugins/modules/solid_dns_entry.py
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
1
View file @
48b7d816
---
image
:
"
registry.gitla
b.cc-asp.fraunhofer.de/iam
/docker-images
/ansible-ci:latest"
image
:
"
hu
b.cc-asp.fraunhofer.de/iam
-public
/ansible-ci:latest"
stages
:
-
test
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
48b7d816
[

](https://gitlab.cc-asp.fraunhofer.de/iam
/docker-images/sap_metrics
/-/commits/master)
[

](https://gitlab.cc-asp.fraunhofer.de/iam
-public/ansible-solidserver
/-/commits/master)
Ansible SOLIDserver Module
==========================
...
...
This diff is collapsed.
Click to expand it.
collection/galaxy.yml
+
1
−
1
View file @
48b7d816
...
...
@@ -2,7 +2,7 @@
namespace
:
fhg_iam
name
:
solidserver
version
:
1.0.
1
version
:
1.0.
3
readme
:
README.md
authors
:
-
Michael Filz <michael.filz@extern.fraunhofer.de>
...
...
This diff is collapsed.
Click to expand it.
collection/plugins/modules/solid_dns_entry.py
+
1
−
1
View file @
48b7d816
#!/usr/bin/
env
python
3
#!/usr/bin/python
from
__future__
import
(
absolute_import
,
division
,
print_function
)
__metaclass__
=
type
...
...
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