updating variables
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
default_user: plex
|
default_user: plex
|
||||||
default_user_password: "{{ vault_default_user_password }}"
|
default_user_password: "{{ vault_default_user_password }}"
|
||||||
|
pyenv_python_version: 3.9.0
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -1,45 +1,63 @@
|
|||||||
---
|
---
|
||||||
packages_to_install:
|
packages_to_install:
|
||||||
- sudo
|
|
||||||
- python-apt
|
|
||||||
- git-core
|
|
||||||
- ufw
|
|
||||||
- dnsutils
|
|
||||||
- build-essential
|
|
||||||
- acl
|
- acl
|
||||||
- screen
|
|
||||||
- bash-completion
|
|
||||||
- ntp
|
|
||||||
- jq
|
|
||||||
- htop
|
|
||||||
- psmisc
|
|
||||||
- python3-pip
|
|
||||||
- vim
|
|
||||||
- netcat
|
|
||||||
- net-tools
|
|
||||||
- nmap
|
|
||||||
- lynx
|
|
||||||
- wget
|
|
||||||
- curl
|
|
||||||
- gzip
|
|
||||||
- rsync
|
|
||||||
- logrotate
|
|
||||||
- rkhunter
|
|
||||||
- cryptsetup
|
|
||||||
- dos2unix
|
|
||||||
- mlocate
|
|
||||||
- rclone
|
|
||||||
- bc
|
|
||||||
- zsh
|
|
||||||
- hddtemp
|
|
||||||
- lm-sensors
|
|
||||||
- atop
|
- atop
|
||||||
- sshfs
|
- bash-completion
|
||||||
- reptyr
|
- bc
|
||||||
- lvm2
|
- build-essential
|
||||||
- parted
|
- cryptsetup
|
||||||
- rename
|
- curl
|
||||||
|
- curl
|
||||||
|
- dnsutils
|
||||||
|
- dos2unix
|
||||||
|
- exim4
|
||||||
|
- git-core
|
||||||
- glances
|
- glances
|
||||||
- gnupg
|
- gnupg
|
||||||
- exim4
|
- gzip
|
||||||
...
|
- hddtemp
|
||||||
|
- htop
|
||||||
|
- jq
|
||||||
|
- libbz2-dev
|
||||||
|
- libffi-dev
|
||||||
|
- liblzma-dev
|
||||||
|
- libncurses5-dev
|
||||||
|
- libreadline-dev
|
||||||
|
- libsqlite3-dev
|
||||||
|
- libssl-dev
|
||||||
|
- libxml2-dev
|
||||||
|
- libxmlsec1-dev
|
||||||
|
- llvm
|
||||||
|
- lm-sensors
|
||||||
|
- logrotate
|
||||||
|
- lvm2
|
||||||
|
- lynx
|
||||||
|
- mlocate
|
||||||
|
- neofetch
|
||||||
|
- net-tools
|
||||||
|
- netcat
|
||||||
|
- nmap
|
||||||
|
- ntp
|
||||||
|
- parted
|
||||||
|
- pkg-config
|
||||||
|
- psmisc
|
||||||
|
- python-apt
|
||||||
|
- python3-pip
|
||||||
|
- python3-venv
|
||||||
|
- rclone
|
||||||
|
- rename
|
||||||
|
- reptyr
|
||||||
|
- rkhunter
|
||||||
|
- rsync
|
||||||
|
- screen
|
||||||
|
- sshfs
|
||||||
|
- sudo
|
||||||
|
- tk-dev
|
||||||
|
- tmux
|
||||||
|
- ufw
|
||||||
|
- vim
|
||||||
|
- wget
|
||||||
|
- wget
|
||||||
|
- xz-utils
|
||||||
|
- zlib1g-dev
|
||||||
|
- zsh
|
||||||
|
|||||||
8
group_vars/all/cargo.yml
Normal file
8
group_vars/all/cargo.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
cargo_packages:
|
||||||
|
- cargo-update
|
||||||
|
- exa
|
||||||
|
- bat
|
||||||
|
- fd-find
|
||||||
|
- ripgrep
|
||||||
|
- bottom
|
||||||
Reference in New Issue
Block a user