Release of EvoBSD 6.8.0 #37

Merged
jlecour merged 168 commits from dev into master 2020-10-23 12:13:36 +02:00
Showing only changes of commit a606230d93 - Show all commits

View file

@ -1,6 +1,6 @@
# yamllint disable rule:line-length
# Playbook command
# First use (become_method: su, and var_files uncommented) :
# First use (become_method: su) :
# ansible-playbook evolixisation.yml --ask-vault-pass -CDki hosts -l HOSTNAME -u root
# Subsequent use (become_method: sudo) :
# ansible-playbook evolixisation.yml --ask-vault-pass -CDKi hosts -l HOSTNAME
@ -16,8 +16,8 @@
vars_files:
- vars/main.yml
# - vars/secrets.yml
# - vars/openbsd-secret.yml
- vars/secrets.yml
- vars/openbsd-secret.yml
roles:
- etc-git