diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-07-29 17:00:20 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-07-29 17:00:20 +0200 |
commit | b232b894c3cbe087c8d504e91637dcf62199eed1 (patch) | |
tree | ea72a7d1a7f63c6425ee46785e1cec924351b2c3 /roles/tools/vars | |
parent | 22126073344e60c405d086df37b64da0c6d3c086 (diff) | |
download | infrastructure-b232b894c3cbe087c8d504e91637dcf62199eed1.tar.gz |
Bump to third revision of homelab
Diffstat (limited to 'roles/tools/vars')
-rw-r--r-- | roles/tools/vars/main.yml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/roles/tools/vars/main.yml b/roles/tools/vars/main.yml deleted file mode 100644 index 8eca476..0000000 --- a/roles/tools/vars/main.yml +++ /dev/null @@ -1,34 +0,0 @@ - -# tools ~~ roles/tools/vars/main.yml - ---- - -tools_pkgs: - - common: - - curl - - figlet - - git - - htop - - neovim - - neovim - - wget - - zsh - - alpine: - - ip6tables - - shadow - - sshfs - - tmux - - wireguard-tools - - xz - - freebsd: - - fusefs-sshfs - - tmux - - wireguard - - openbsd: - - sshfs-fuse - - wireguard-tools - - py3-lxml |