global vars, move common_pkgs to install-packages role defaults
This commit is contained in:
parent
6ad2462448
commit
ad4c73a3b0
1 changed files with 0 additions and 10 deletions
10
globals.yaml
10
globals.yaml
|
@ -4,13 +4,3 @@ zfs_disk: /dev/vdb
|
|||
zfs_arc_size_mb: "{{ (ansible_memtotal_mb * 0.20)|int|abs }}"
|
||||
zfs_arc_size_bytes: "{{ zfs_arc_size_mb }}000000"
|
||||
pwgen: "{{ lookup('password', '/dev/null chars=ascii_letters,digits,hexdigits,punctuation length=32') }}"
|
||||
common_pkgs:
|
||||
- bash-completion
|
||||
- htop
|
||||
- vim
|
||||
- strace
|
||||
- dmidecode
|
||||
- nethogs
|
||||
- sysbench
|
||||
- fio
|
||||
- rsync
|
||||
|
|
Loading…
Reference in a new issue