Patrick Marchand
b711154722
Apply fix in last commit to other markdown files
...
So a markdown list should be no indentation followed by two spaces. ' '
* one
* two
3 years ago
Patrick Marchand
87ff4e635f
Try to fix markdown indentation after reading issues
...
See https://github.com/remarkjs/remark-lint/issues/178
3 years ago
Patrick Marchand
ce09c3f81f
Try to fix markdown indentation, again and again
3 years ago
Patrick Marchand
245c80d73f
Try to fix markdown indentation, again
3 years ago
Patrick Marchand
aaf22d450e
Try to fix markdown indentation
3 years ago
Patrick Marchand
db488ba8ef
Split long lines in git role
3 years ago
Patrick Marchand
c6410ca1f5
fix forgotten quote in .drone.yml
3 years ago
Patrick Marchand
98089a3274
Fix yaml lint lines too long
...
In some cases I used block scalars: https://yaml-multiline.info/
In other cases I added newlines
In rare cases I just ignored the rule: https://yamllint.readthedocs.io/en/stable/disable_with_comments.html
3 years ago
Patrick Marchand
e877b721f9
Fix readme markdown
3 years ago
Patrick Marchand
896548c14c
lint markdown files
...
Makes sure the documentation will render correctly
3 years ago
Patrick Marchand
f8d6a0be86
add a yaml linting step to the ci
...
catches problems in the drone ci file as well
3 years ago
Patrick Marchand
4e8fca725c
mention linting in CONTRIBUTING.md
...
more of a test for the drone ci hook honestly
3 years ago
Patrick Marchand
a6213719ae
Add linting step to the ci
...
We will need to go through code and ignore any warnings we dont want to fix.
3 years ago
Jérémy Dubois
e29e0e9e62
Ansible-lint and yamllint again
...
Lot of truthy variables, indentation and trailing spaces
3 years ago
Patrick Marchand
af7b3b36fe
Ansible-lint and yamllint
...
Does not fix all warnings, but gets rid of the purely cosmetic ones.
(roles/accounts/tasks/main.yml)
3 years ago
Jérémy Dubois
38e5c1bf70
Add OpenBSD version in computerOS field of ldap.sh
3 years ago
Jérémy Dubois
2177d43637
Import Evomaintenance 0.6.3
3 years ago
Jérémy Dubois
1014dab37b
Escaping percent sign in crontab for bgp role
3 years ago
Tristan PILAT
6ae49f147d
Fix group name in evocheck install task
3 years ago
Tristan PILAT
064055b5c8
Execute Evocheck at the end of the Evolixisation process
3 years ago
Tristan PILAT
1829b0b717
Add evocheck to the roles called during the Evolixisation process
3 years ago
Tristan PILAT
12f7e347da
Add initial version of an evocheck role
3 years ago
Jérémy Dubois
2de4227651
Merge pull request 'Enhance ospfd_simple check' ( #19 ) from enhance_check_ospfd_simple into dev
...
Reviewed-by: Patrick Marchand <pmarchand@noreply.gitea.evolix.org>
3 years ago
Tristan Pilat
2c9bad859d
Merge pull request 'Writing of ospf and bgp roles' ( #29 ) from ospf_and_bgp into dev
...
Reviewed-by: Tristan Pilat <drustan@noreply.gitea.evolix.org>
3 years ago
Tristan Pilat
96b3d43342
Merge pull request 'Reordering of the list of NRPE checks' ( #30 ) from reorder_nrpe_checks into dev
...
Reviewed-by: Tristan Pilat <drustan@noreply.gitea.evolix.org>
3 years ago
Tristan Pilat
d0108d6e3f
Merge pull request 'Customize newsyslog' ( #31 ) from customize_newsyslog into dev
...
Reviewed-by: Patrick Marchand <pmarchand@noreply.gitea.evolix.org>
3 years ago
Jérémy Dubois
c45c68c1b0
Add execute permission to OpenVPN check
3 years ago
Jérémy Dubois
cb2be6ecd2
Change wtmp rotation period
3 years ago
Jérémy Dubois
9b1f5c0f6c
Customize newsyslog.conf
3 years ago
Jérémy Dubois
6cf81802be
Reordering of the list of NRPE checks
...
With deletion of unused check_onduleur
and correction of check_connections_state location
3 years ago
Jérémy Dubois
71e0acb7e7
Functional and better ospfd check
3 years ago
Jérémy Dubois
634cfee774
Writing of ospf and bgp roles
3 years ago
Jérémy Dubois
58851556bf
Add file to .gitignore
3 years ago
Jérémy Dubois
27006f8db7
Doas permissions rearrangement
3 years ago
Jérémy Dubois
267163ba93
Correcting a typo
3 years ago
Jérémy Dubois
05d2b707e1
Add OpenBGPD nrpe check with doas configuration
3 years ago
Jérémy Dubois
1ba892ef01
Improve NRPE OpenVPN check
3 years ago
Jérémy Dubois
caf151d05c
Import last evobackup client script
...
The only difference from Debian version is that /srv does not exist on OpenBSD
and is removed from the backup directory list
Close #21
3 years ago
Jérémy Dubois
c6e3f06fd6
Add .gitignore file
3 years ago
Jérémy Dubois
f57e0e24f0
Change in depreciated options
...
Packages list and comparisons will have a new syntax with future ansible version
3 years ago
Jérémy Dubois
29afa42c3d
Deletion of mailevomaintenance.sh
...
We now use the git status cron for uncommited changes
3 years ago
Jérémy Dubois
10d56cad1e
Correction of the stricter ssh access commit
...
evolinux_ssh_group was missing
3 years ago
Jérémy Dubois
337dcb9438
Make evolixisation playbook more complete
...
- Specification of the different possible uses of the playbook
- Addition of the openvpn role, commented by default
- No use of the PKG_PATH variable, which is no longer useful since OpenBSD 6.1 installurl.
3 years ago
Tristan Pilat
9c716c5d68
Merge branch 'stricter-access-control' of evolix/EvoBSD into dev
...
The changes look good to me. Let's merge to dev!
3 years ago
Tristan PILAT
70135252c0
Import Evomaintenance 0.6.1
3 years ago
Tristan PILAT
f88538858b
Import Evomaintenance 0.6.0
3 years ago
Tristan PILAT
02658b6b1d
Add first version of an OpenVPN role
3 years ago
Tristan PILAT
8be45548a2
Since yspatch can apply stable patches, we no longer need to install openup
3 years ago
Patrick Marchand
67d6c0ab62
revert forgotten extra variables in main
3 years ago
Patrick Marchand
8b1ce861e3
Add stricter ssh and doas access
3 years ago