Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
certbot
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
certbot
Commits
a7142994
Commit
a7142994
authored
8 years ago
by
nimrod
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/platforms'
# Conflicts: # .travis.yml
parents
e1804d8d
72c3a168
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.travis.yml
+13
-1
13 additions, 1 deletion
.travis.yml
molecule.yml
+9
-1
9 additions, 1 deletion
molecule.yml
tasks/main.yml
+1
-1
1 addition, 1 deletion
tasks/main.yml
tests/playbook.yml
+1
-1
1 addition, 1 deletion
tests/playbook.yml
with
24 additions
and
4 deletions
.travis.yml
+
13
−
1
View file @
a7142994
...
...
@@ -6,15 +6,27 @@ sudo: True
group
:
beta
services
:
[
docker
]
env
:
-
platform
:
openbsd
-
platform
:
openbsd60
driver
:
vagrant
-
platform
:
openbsd59
driver
:
vagrant
-
platform
:
xenial
driver
:
vagrant
-
platform
:
trusty
driver
:
vagrant
-
platform
:
jessie
driver
:
vagrant
-
platform
:
wheezy
driver
:
vagrant
-
driver
:
docker
platform
:
all
matrix
:
fast_finish
:
True
allow_failures
:
-
python
:
"
3.5"
-
env
:
platform=openbsd59 driver=vagrant
-
env
:
platform=jessie driver=vagrant
-
env
:
platform=wheezy driver=vagrant
cache
:
-
pip
-
directories
:
...
...
This diff is collapsed.
Click to expand it.
molecule.yml
+
9
−
1
View file @
a7142994
...
...
@@ -16,10 +16,18 @@ vagrant:
options
:
cpus
:
1
platforms
:
-
name
:
openbsd
-
name
:
openbsd
60
box
:
fnichol/openbsd-6.0-i386
-
name
:
openbsd59
box
:
fnichol/openbsd-5.9-i386
-
name
:
xenial
box
:
ubuntu/xenial32
-
name
:
trusty
box
:
ubuntu/trusty32
-
name
:
jessie
box
:
debian/jessie32
-
name
:
wheezy
box
:
debian/wheezy32
instances
:
-
name
:
example
options
:
...
...
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
1
−
1
View file @
a7142994
...
...
@@ -5,4 +5,4 @@
assert
:
that
:
-
ansible_os_family in ['OpenBSD', 'Debian']
-
ansible_distribution_release in ['6.0', '
xenial
']
-
ansible_distribution_release in ['6.0', '
5.9', 'xenial', 'trusty', 'jessie', 'wheezy
']
This diff is collapsed.
Click to expand it.
tests/playbook.yml
+
1
−
1
View file @
a7142994
---
-
hosts
:
example-openbsd
-
hosts
:
example-openbsd
*
gather_facts
:
false
roles
:
[
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