EvoBSD is a set of Ansible playbooks and roles providing a customisation of the OpenBSD operating system used by Evolix.
Go to file
Jérémy Dubois 3878e1bddc Exclude generateldif-exec tag for subsequent uses 2022-08-25 18:06:12 +02:00
roles base: add munin files in newsyslog.conf by default 2022-08-25 17:12:23 +02:00
vars accounts: use "evobsd_internal_group" for SSH authentication 2022-01-05 11:16:18 +01:00
.drone.yml fix forgotten quote in .drone.yml 2020-06-04 13:02:47 -04:00
.gitignore Revert last commits : can't keep file if it's untracked 2022-05-03 18:00:45 +02:00
CHANGELOG base: add munin files in newsyslog.conf by default 2022-08-25 17:12:23 +02:00
CONTRIBUTING.md Apply fix in last commit to other markdown files 2020-06-04 13:23:06 -04:00
LICENSE Update copyright to 2020 2020-09-10 11:55:43 +02:00
README.md add a update-utils.yml playbook to update scripts 2022-07-21 14:45:06 +02:00
evolixisation.yml Exclude generateldif-exec tag for subsequent uses 2022-08-25 18:06:12 +02:00
hosts Re add hosts file that should not be deleted, only removed from tracked files 2022-05-03 17:57:08 +02:00
prerequisite.yml Change default Python version to 3.x 2020-10-23 11:38:56 +02:00
update-utils.yml add a update-utils.yml playbook to update scripts 2022-07-21 14:45:06 +02:00

README.md

EvoBSD

EvoBSD is an ansible project used for customising OpenBSD hosts used by Evolix.

How to install an OpenBSD machine

Note : The system must be installed with a root account only.

  1. Install ansible's prerequisites
ansible-playbook prerequisite.yml -CDi hosts -l HOSTNAME
  1. Run it

The variables files evolix-main.yml and evolinux-secrets.yml are customized variables for Evolix that overwrite main.yml variables. They are not needed if you are not from Evolix.

First use (become_method: su) :

ansible-playbook evolixisation.yml --ask-vault-pass -CDki hosts -u root -l HOSTNAME

Subsequent use (become_method: sudo) :

ansible-playbook evolixisation.yml --ask-vault-pass -CDKi hosts --skip-tags pf -l HOSTNAME

How to update scripts

Several tags in the format *utils are configured to update the different scripts, to be used with the update-utils.yml playbook :

  • utils : update scripts from base role, utils.yml task
  • motd-utils : update script from post-install role, motd.yml task
  • evomaintenance-utils : update scripts from base role, evomaintenance.yml task
  • evocheck-utils : update scripts from evocheck role, main.yml task
  • nagios-nrpe-utils : update scripts and checks from nagios-nrpe role, main.yml task
  • etc-git-utils : update scripts from etc-git role, utils.yml task

Contributions

See the contribution guidelines

License

MIT License