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
Graph
855d6c552e5e644f81297392201b18a62021dfed
Select Git revision
Branches
1
master
default
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Dec
16
Apr
14
22
Mar
8
Feb
7
5
3
1
28
Jan
23
22
21
19
18
17
11
10
8
4
3
2
1
20
Dec
18
17
16
15
11
7
4
3
28
Nov
27
26
25
23
22
17
16
19
Oct
18
8
17
Aug
14
3
13
Jul
11
8
5
4
3
28
Jun
19
10
6
20
May
13
Mar
Migrate to GitLab.
master remote_m…
master remote_mirror_ab05030caf6343c72cb1e5413e474b37/master
- Don't configure pkg.conf in 6.1 or later, was removed in 6.1.
- Replace ansible_distribution_release with ansible_distribution_version because the facts were reversed prior to Ansible 2.3.0.0 for OpenBSD.
Merge branch 'master' of /home/nimrod/Documents/Shore/Ansible/example
- Updated requirements.
- Updated pre-commit hooks.
- Removed piprot dependency since it's used only with pre-commit and now it's installed inside the hook's virtualenv.
- Use my Python pre-commit hooks repo for piprot.
- Increased VM memory allocation in Travis CI (hopefuly this will speed up builds).
- Allow up to 45 minutes for molecule test (workaround builds that were killed because no output was received for 10 minutes, usually APT installations).
- Updated requirements.
- Don't notify Ansible Galaxy on failed builds (otherwise broken builds are uploaded to Galaxy).
- For Ansible to work of the box, the python symlink MUST be at /usr/bin/python.
Merge branch 'master' of /home/nimrod/Documents/Shore/Ansible/example
- Updated requirements.
- Increase boot timeout to 600 because Travis CI fails on this occasionally.
- Link both python to python2 to python2.7.
Merge branch 'master' of /home/nimrod/Documents/Shore/Ansible/example
- Updated requirements.
- Updated requirements.
- Newer version of Ansible pre-commit hooks.
- Added Debian Stretch as a test platform.
- Stop testing with Docker containers, they're only a good fit for a very limited use (cli applications, not services or system-level) and the speed of testing doesn't justify the work needed.
- Updated requirements.
- Don't allow anymore failures for Jessie, Precise and Wheezy.
- Replaced Wheezy Vagrant box again.
- Forgot to add Ubuntu Precise to assertions, corrected.
- Added all supported Linux distros to the Docker Travis CI build.
- Added Ubuntu Precise.
Merge branch 'sudo_using_users_role'
Merge branch 'master' of /home/nimrod/Documents/Shore/Ansible/example
- Don't provision sudo, use the users role instead.
- Configure sudo using the users role (instead of adding the same tasks to each bootstrap role).
- Updated requirements.
- Updated requirements.
Merge branch 'master' of /home/nimrod/Documents/Shore/Ansible/example
Revert "- Try Python 3.5 (molecule dependency fails in Python 3.4)." -
- Use anchors in .travis.yml to keep it DRY, avoid typos.
Merge branch 'feature/platforms'
- Figuring out the correct format for allowed_failures.
Loading