Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Update dependencies (#115)
Browse files Browse the repository at this point in the history
dig was not included but is now required by aws-quickstart.

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>
  • Loading branch information
chuckha authored and craigtracey committed Nov 28, 2018
1 parent 4d96817 commit a234efc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ansible/roles/common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ common_rpms:
- python2-pip
- python-requests
- ebtables
- socat
- socat
- ntp
- jq
- nfs-utils
- cloud-utils
- bind-utils
common_extra_rpms: []
common_debs:
- openssh-client
Expand All @@ -23,5 +24,6 @@ common_debs:
- jq
- nfs-client
- cloud-utils
- dnsutils
common_extra_debs: []
common_redhat_epel_rpm: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"

0 comments on commit a234efc

Please sign in to comment.