Compare commits
3 commits
55d37e10ac
...
9e409337fd
Author | SHA1 | Date | |
---|---|---|---|
9e409337fd | |||
0db9983da0 | |||
18c576d716 |
3 changed files with 3 additions and 1 deletions
|
@ -9,3 +9,4 @@ UNWANTED_PKGS:
|
|||
- nano
|
||||
- nano-default-editor
|
||||
- systemd-oomd-defaults
|
||||
- zram-generator-defaults
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
create_username: "{{ lookup('env','USER') }}"
|
||||
create_username: "{{ lookup('env', 'USER') }}"
|
||||
create_pwgen: "{{ lookup('password', '/dev/null chars=ascii_letters,digits,hexdigits,punctuation length=32') }}"
|
||||
sudo_group_by_fam:
|
||||
Debian: sudo
|
||||
|
|
|
@ -13,6 +13,7 @@ COMMON_PKGS:
|
|||
- lsof
|
||||
- firewalld
|
||||
- mosh
|
||||
- busybox
|
||||
EL_PKGS:
|
||||
- iperf3
|
||||
- nmap
|
||||
|
|
Loading…
Reference in a new issue