This commit is contained in:
Uumas
2021-03-29 00:33:37 +03:00
parent 6195797060
commit eb7511366b

30
docs/general.md Normal file
View File

@@ -0,0 +1,30 @@
# Required variables
These variables are required by some roles. Example values included.
```
email: 'admin@domain.tld'
```
# Default variables
These variables have default values (shown below) which can be overridden.
```
install_packages:
- vim
- git
- etckeeper
- net-tools
- nmap
- ncdu
- fish
- parted
```
# Optional variables
These variables are not required and not defined by default. Example values included.
```
delete_packages:
- nano
- curl
```