EvoBSD is a set of Ansible playbooks and roles providing a customisation of the OpenBSD operating system used by Evolix.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Jérémy Dubois f0ecc79696 accounts: use "evobsd_internal_group" for SSH authentication 1 year ago
roles accounts: use "evobsd_internal_group" for SSH authentication 1 year ago
tasks Fix commit_etc_git.yml task author 3 years ago
vars accounts: use "evobsd_internal_group" for SSH authentication 1 year ago
.drone.yml fix forgotten quote in .drone.yml 3 years ago
.gitignore Update README, change needed vars files, edit .gitignore and remove unneeded environment variable 1 year ago
CHANGELOG accounts: use "evobsd_internal_group" for SSH authentication 1 year ago
CONTRIBUTING.md Apply fix in last commit to other markdown files 3 years ago
LICENSE Update copyright to 2020 3 years ago
README.md Update README, change needed vars files, edit .gitignore and remove unneeded environment variable 1 year ago
evolixisation.yml Update README, change needed vars files, edit .gitignore and remove unneeded environment variable 1 year ago
hosts Update ansible_python_interpreter var and add ansible_host var in inventory 2 years ago
prerequisite.yml Change default Python version to 3.x 2 years ago

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

Contributions

See the contribution guidelines

License

MIT License