Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
common
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ansible
common
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
4
Dec
8
Jul
11
Jun
10
9
31
May
17
Dec
16
14
13
12
11
10
9
4
1
25
Nov
24
16
10
8
4
3
1
Migrate to GitLab.
master
master
- Removed TLS key and cert handling.
- Moved backports to a seperate role.
- Removed add_tls_cert, wasn't used.
- Seperated UFW handling to independent role.
- Moved unattended upgrades to a seperate role.
- Removed NTP client, moved to a seperate role.
- Removed stunnel, sudo, mail aliases, lock root and ldap login from role. They're provided by dedicated roles.
- Added name and date to license.
Corrected the stunnel restart handler.
Corrected stunnel OpenBSD pkg install (used OS family instead of release version).
Added stunnel installation.
- Create ssl-cert group for TLS keys access on OpenBSD.
More work on Collectd, stil WIP.
Correct a regex (because I wrote a regex).
Force OpenBSD's pkg to run non-interactively.
Update CA store only when needed.
Correct changed_when statement.
Correct include statement.
Adjust root mail alias to function on both Debian and OpenBSD, updated the TODO list accordingly.
Updated the TODO list.
Removed ca_store variable, wasn't in use.
Better ntp sync handling.
Added ntp sync handling for Debian and OpenBSD.
Adjust add_tls_cert tasks to work on OpenBSD as well.
Assume that gather_facts is set to False, run the setup module when it's safe.
Adjustments to OpenBSD bootstrap to run on both platforms.
Improve TLS keys and certs handling in OpenBSD.
Bash is needed for login shell (so only for the ldap_login role), moved tasks accordingly.
Added support for bootstrapping OpenBSD (for running Ansible in the first place).
Collectd agent WIP (installation, basic config for Debian-based and OpenBSD).
Correct typo.
Better assertion in backports.
- Updated the README and TODO list.
Don't lock the root account (prevents certain tasks), instead just empty the password.
Corrected changed_when state for root account lock.
Correct when statement.
Update README, dependencies and TODO list.
Don't run any tasks if the role ran once before.
- Can't include a tasks file with a variable in the name, so manually specify
Loading