Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openbsd-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
openbsd-bootstrap
Commits
e3240875
Commit
e3240875
authored
8 years ago
by
nimrod
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of /home/nimrod/Documents/Shore/Ansible/example
# Conflicts: # .travis.yml
parents
9309f6e0
4ca4f85c
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.pre-commit-config.yaml
+5
-17
5 additions, 17 deletions
.pre-commit-config.yaml
.travis.yml
+8
-4
8 additions, 4 deletions
.travis.yml
molecule.yml
+1
-0
1 addition, 0 deletions
molecule.yml
tests/requirements.txt
+6
-7
6 additions, 7 deletions
tests/requirements.txt
with
20 additions
and
28 deletions
.pre-commit-config.yaml
+
5
−
17
View file @
e3240875
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
sha
:
7539d8bd1a00a3c1bfd34cdb606d3a6372e83469
sha
:
v0.7.1
hooks
:
-
id
:
check-added-large-files
-
id
:
check-json
...
...
@@ -9,27 +9,15 @@
-
id
:
flake8
-
id
:
check-symlinks
-
repo
:
https://github.com/adarnimrod/ansible-pre-commit.git
sha
:
v0.
5
.0
sha
:
v0.
6
.0
hooks
:
-
id
:
ansible-syntax-check
always_run
:
true
files
:
tests/playbook.yml
args
:
-
tests/playbook.yml
-
repo
:
https://github.com/willthames/ansible-lint
sha
:
959ab0f525e9abb19cf75f34381015cf33695f61
sha
:
v3.4.12
hooks
:
-
id
:
ansible-lint
always_run
:
true
files
:
tests/playbook.yml
args
:
-
tests/playbook.yml
-
repo
:
local
-
repo
:
https://github.com/adarnimrod/python-pre-commit.git
sha
:
v0.2.0
hooks
:
-
id
:
piprot
name
:
piprot
description
:
Check up-to-date Python requirements
language
:
system
entry
:
piprot --outdated tests/requirements.txt
files
:
requirements.txt
always_run
:
true
This diff is collapsed.
Click to expand it.
.travis.yml
+
8
−
4
View file @
e3240875
...
...
@@ -5,6 +5,9 @@ dist: trusty
sudo
:
True
group
:
beta
env
:
global
:
-
VBOX_MEMORY=2048
matrix
:
-
platform
:
openbsd60
-
&openbsd59
platform=openbsd59
-
platform
:
openbsd56
...
...
@@ -29,8 +32,9 @@ install:
script
:
-
pre-commit run --all-files
-
molecule test --platform $platform
-
travis_wait 45
molecule test --platform $platform
notifications
:
webhooks
:
https://galaxy.ansible.com/api/v1/notifications/
email
:
false
on_failure
:
never
This diff is collapsed.
Click to expand it.
molecule.yml
+
1
−
0
View file @
e3240875
...
...
@@ -31,4 +31,5 @@ vagrant:
-
|
vm.provider "virtualbox" do |v|
v.customize "pre-boot", ["modifyvm", :id, "--hwvirtex", "off"]
v.memory = ENV['VBOX_MEMORY'].to_i if ENV.has_key?('VBOX_MEMORY')
end
This diff is collapsed.
Click to expand it.
tests/requirements.txt
+
6
−
7
View file @
e3240875
ansible==2.2.1.0
testinfra==1.5.3
molecule==1.19.3
ansible-lint==3.4.10
pre-commit==0.12.2
piprot==0.9.7
ansible==2.3.0.0
testinfra==1.5.5
molecule==1.23.2
ansible-lint==3.4.12
pre-commit==0.13.6
python-vagrant==0.5.14
netaddr==0.7.19
passlib==1.7.1
bcrypt==3.1.
2
bcrypt==3.1.
3
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