Update README file - amend version number and command examples
This commit is contained in:
parent
864f85a49a
commit
c54d0decb8
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -1,4 +1,4 @@
|
|||
# EvoBSD 6.7.2
|
||||
# EvoBSD 6.8.0
|
||||
|
||||
EvoBSD is an ansible project used for customising OpenBSD hosts
|
||||
used by Evolix.
|
||||
|
@ -17,16 +17,16 @@ ansible-playbook prerequisite.yml -CDi hosts -l HOSTNAME
|
|||
|
||||
2. Run it
|
||||
|
||||
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
|
||||
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 -l HOSTNAME
|
||||
ansible-playbook evolixisation.yml --ask-vault-pass -CDKi hosts --skip-tags pf -l HOSTNAME
|
||||
```
|
||||
|
||||
### Testing
|
||||
|
@ -36,7 +36,7 @@ Changes can be tested by using [Packer](https://www.packer.io/) and
|
|||
|
||||
* This process depends on the [Go](https://golang.org/) programming language.
|
||||
|
||||
## Packages
|
||||
**Packages**
|
||||
|
||||
Needing a Golang eco system and some basics
|
||||
|
||||
|
@ -50,7 +50,7 @@ pkg_add go-- packer-- git--
|
|||
git clone https://github.com/double-p/packer-builder-openbsd-vmm.git
|
||||
````
|
||||
|
||||
## builds
|
||||
**builds**
|
||||
|
||||
Set ````GOPATH```` (default: ~/go), if the 1.4GB dependencies wont fit.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue