From e6f8d6d314208bd4e30a98a976bd15e484de45d3 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Sun, 17 Sep 2017 01:41:24 -0500 Subject: [PATCH] Notes from PR #249 --- scripts/install_ansible | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/install_ansible b/scripts/install_ansible index 56c35f788..e7db96e19 100755 --- a/scripts/install_ansible +++ b/scripts/install_ansible @@ -36,11 +36,11 @@ if [ -f /etc/olpc-release ]; then fi if [ -f /etc/debian_version ]; then - echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main" >> /etc/apt/sources.list +# echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main" >> /etc/apt/sources.list # apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367 # apt-get update # apt-get install ansible git python-pip python-setuptools python-wheel patch - apt-get install git bzip2 file findutils gzip hg svn sudo tar which unzip xz zip libselinux-python + apt-get install ansible python-kerberos python-selinux python-winrm python-xmltodict sshpass bzip2 file findutils gzip tar unzip zip python-keyczar python-boto python-dnspython python-pyrax python-sphere FOUND="yes" FAMILY="debian" fi @@ -50,7 +50,7 @@ if [ `grep -qi ubuntu /etc/lsb-release` ] || [ `grep -qi ubuntu /etc/os-release # apt-add-repository ppa:ansible/ansible # apt-get update # apt-get install ansible git python-pip python-setuptools python-wheel patch - apt-get install git bzip2 file findutils gzip hg svn sudo tar which unzip xz zip libselinux-python + apt-get install ansible python-kerberos python-selinux python-winrm python-xmltodict sshpass bzip2 file findutils gzip tar unzip zip python-keyczar python-boto python-dnspython python-pyrax python-sphere FOUND="yes" FAMILY="debian" fi @@ -59,7 +59,7 @@ if [ `grep -qi raspbian /etc/*elease` ]; then # apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367 # apt-get update # apt-get install ansible git python-pip python-setuptools python-wheel patch - apt-get install git bzip2 file findutils gzip hg svn sudo tar which unzip xz zip libselinux-python + apt-get install ansible python-kerberos python-selinux python-winrm python-xmltodict sshpass bzip2 file findutils gzip tar unzip zip python-keyczar python-boto python-dnspython python-pyrax python-sphere FOUND="yes" FAMILY="debian" fi @@ -88,8 +88,8 @@ fi # latest 2.2 is 2.2.3.0 2017-07-07 if [ $FAMILY = "debian" ]; then - echo 'WARN: Trying to install ansible via pip without some dependencies' - echo 'WARN: Not all functionality of ansible may be available' +# echo 'WARN: Trying to install ansible via pip without some dependencies' +# echo 'WARN: Not all functionality of ansible may be available' pip install ansible==2.3.1 --disable-pip-version-check fi mkdir -p /etc/ansible/