Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
debian-bootstrap
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
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
ansible
debian-bootstrap
Commits
caee4ab8
Commit
caee4ab8
authored
8 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- Merge from ansible-role-example.
parent
a76d25f2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ansible.cfg
+6
-0
6 additions, 0 deletions
ansible.cfg
meta/main.yml
+1
-0
1 addition, 0 deletions
meta/main.yml
tests/playbook.yml
+5
-0
5 additions, 0 deletions
tests/playbook.yml
with
12 additions
and
0 deletions
ansible.cfg
0 → 100644
+
6
−
0
View file @
caee4ab8
[defaults]
host_key_checking
=
False
retry_files_enabled
=
False
roles_path
=
.molecule/roles:../
command_warnings
=
True
deprecation_warnings
=
True
This diff is collapsed.
Click to expand it.
meta/main.yml
+
1
−
0
View file @
caee4ab8
...
...
@@ -9,5 +9,6 @@ galaxy_info:
versions
:
-
5.7
-
5.8
-
5.9
galaxy_tags
:
[
'
OpenBSD'
,
'
bootstrap'
]
dependencies
:
[]
This diff is collapsed.
Click to expand it.
tests/playbook.yml
0 → 100644
+
5
−
0
View file @
caee4ab8
---
-
hosts
:
all
gather_facts
:
False
roles
:
-
ansible-role-openbsd-bootstrap
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