Skip to content

Commit

Permalink
debian 9 item.packages
Browse files Browse the repository at this point in the history
rsync add
new layout
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Oct 25, 2019
1 parent 89b6cb0 commit 1732924
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 37 deletions.
1 change: 1 addition & 0 deletions menu/dependency/dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
- { package: 'python-lxml' }
- { package: 'acl' }
- { package: 'python-apt' }
- { package: 'rsync' }

- name: Update pip packages for python3
pip:
Expand Down
75 changes: 38 additions & 37 deletions menu/dependency/dependencydeb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,44 +10,45 @@
gather_facts: True
tasks:
- name: Install Common Packages (Takes Awhile)
apt: 'name={{item}} state=present'
apt: 'name={{item.package}} state=present'
with_items:
- fuse
- nano
- fail2ban
- wget
- lsb-release
- figlet
- software-properties-common
- unzip
- glances
- python-pip
- python3-pip
- python-passlib
- zip
- curl
- man-db
- htop
- openssh-server
- dirmngr
- zip
- apt-transport-https
- ca-certificates
- tree
- ncdu
- ctop
- dialog
- dnsutils
- mc
- apache2-utils
- lsof
- pwgen
- gawk
- python-lxml
- acl
- bc
- gnupg2
- python-apt
- { package: 'fuse' }
- { package: 'nano' }
- { package: 'fail2ban' }
- { package: 'wget' }
- { package: 'lsb-release' }
- { package: 'figlet' }
- { package: 'software-properties-common' }
- { package: 'unzip' }
- { package: 'glances' }
- { package: 'python-pip' }
- { package: 'python3-pip' }
- { package: 'python-passlib' }
- { package: 'zip' }
- { package: 'curl' }
- { package: 'man-db' }
- { package: 'htop' }
- { package: 'openssh-server' }
- { package: 'dirmngr' }
- { package: 'zip' }
- { package: 'apt-transport-https' }
- { package: 'ca-certificates' }
- { package: 'tree' }
- { package: 'ncdu' }
- { package: 'ctop' }
- { package: 'dialog' }
- { package: 'dnsutils' }
- { package: 'mc' }
- { package: 'apache2-utils' }
- { package: 'lsof' }
- { package: 'pwgen' }
- { package: 'gawk' }
- { package: 'python-lxml' }
- { package: 'acl' }
- { package: 'bc' }
- { package: 'gnupg2' }
- { package: 'python-apt' }
- { package: 'rsync' }

- name: Update pip packages for python3
pip:
Expand Down

0 comments on commit 1732924

Please sign in to comment.