Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Baker committed Feb 20, 2019
1 parent eaac94a commit ffcff71
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
14 changes: 7 additions & 7 deletions menu/dependency/dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- name: Install Common Packages (Takes Awhile)
apt: "name={{item}} state=present"
with_items:
- docker-ce
- fuse
- nano
- fail2ban
Expand Down Expand Up @@ -50,6 +51,7 @@
- acl
- bc


# apt:
# name:
# - fuse
Expand Down Expand Up @@ -89,11 +91,9 @@
# - python-lxml
# - acl
# - bc


- name: Update pip packages for python3
pip:
name:
pip:
name:
- pip
- setuptools
- pyOpenSSL
Expand All @@ -104,13 +104,13 @@
executable: pip3

- name: Update pip packages for python2
pip:
name:
pip:
name:
- pip
- setuptools
- pyOpenSSL
- requests
- netaddr
- ansible
state: latest
executable: pip2
executable: pip2
13 changes: 7 additions & 6 deletions menu/dependency/dependencydeb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- name: Install Common Packages (Takes Awhile)
apt: "name={{item}} state=present"
with_items:
- docker-ce
- fuse
- nano
- fail2ban
Expand Down Expand Up @@ -47,7 +48,7 @@
- python-lxml
- acl
- bc
# New ansible way of doing this, this should replace old method soon.
# New ansible way of doing this, this should replace old method soon.
# apt:
# name:
# - fuse
Expand Down Expand Up @@ -87,8 +88,8 @@
# - bc

- name: Update pip packages for python3
pip:
name:
pip:
name:
- pip
- setuptools
- pyOpenSSL
Expand All @@ -99,13 +100,13 @@
executable: pip3

- name: Update pip packages for python2
pip:
name:
pip:
name:
- pip
- setuptools
- pyOpenSSL
- requests
- netaddr
- ansible
state: latest
executable: pip2
executable: pip2

0 comments on commit ffcff71

Please sign in to comment.