mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
add BOTH PPA repos (for Ansible 2.4.x & latest) to /etc/apt/*
This commit is contained in:
parent
a87d41d2bc
commit
d62c51c041
1 changed files with 4 additions and 3 deletions
|
@ -20,7 +20,7 @@ if ! which ansible-playbook ; then
|
||||||
yum -y install ca-certificates nss epel-release
|
yum -y install ca-certificates nss epel-release
|
||||||
yum -y install git bzip2 file findutils gzip hg svn sudo tar which unzip xz zip libselinux-python
|
yum -y install git bzip2 file findutils gzip hg svn sudo tar which unzip xz zip libselinux-python
|
||||||
yum -y install python-pip python-setuptools python-wheel patch
|
yum -y install python-pip python-setuptools python-wheel patch
|
||||||
yum -y install http://releases.ansible.com/ansible/rpm/release/epel-7-x86_64/ansible-2.4.2.0-1.el7.ans.noarch.rpm
|
yum -y install http://releases.ansible.com/ansible/rpm/release/epel-7-x86_64/ansible-2.4.4.0-1.el7.ans.noarch.rpm
|
||||||
# FOUND="true"
|
# FOUND="true"
|
||||||
# FAMILY="redhat"
|
# FAMILY="redhat"
|
||||||
# elif [ -f /etc/fedora-release ]; then
|
# elif [ -f /etc/fedora-release ]; then
|
||||||
|
@ -41,9 +41,10 @@ if ! which ansible-playbook ; then
|
||||||
elif [ -f /etc/debian_version ] || (grep -qi raspbian /etc/*elease) ; then
|
elif [ -f /etc/debian_version ] || (grep -qi raspbian /etc/*elease) ; then
|
||||||
if ( ! grep -qi ansible /etc/apt/sources.list) && [ ! -f /etc/apt/sources.list.d/ansible ]; then
|
if ( ! grep -qi ansible /etc/apt/sources.list) && [ ! -f /etc/apt/sources.list.d/ansible ]; then
|
||||||
apt -y install dirmngr python-pip python-setuptools python-wheel patch
|
apt -y install dirmngr python-pip python-setuptools python-wheel patch
|
||||||
# echo "deb http://ppa.launchpad.net/ansible/ansible-2.4/ubuntu xenial main" \
|
|
||||||
echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu xenial main" \
|
echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu xenial main" \
|
||||||
>> /etc/apt/sources.list.d/ansible.list
|
>> /etc/apt/sources.list.d/ansible.list
|
||||||
|
echo "deb http://ppa.launchpad.net/ansible/ansible-2.4/ubuntu xenial main" \
|
||||||
|
>> /etc/apt/sources.list.d/ansible.list
|
||||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
|
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
|
||||||
fi
|
fi
|
||||||
# FOUND="true"
|
# FOUND="true"
|
||||||
|
@ -51,8 +52,8 @@ if ! which ansible-playbook ; then
|
||||||
# Parens are optional, but greatly clarify :)
|
# Parens are optional, but greatly clarify :)
|
||||||
elif (grep -qi ubuntu /etc/lsb-release) || (grep -qi ubuntu /etc/os-release); then
|
elif (grep -qi ubuntu /etc/lsb-release) || (grep -qi ubuntu /etc/os-release); then
|
||||||
apt -y install python-pip python-setuptools python-wheel patch
|
apt -y install python-pip python-setuptools python-wheel patch
|
||||||
# apt-add-repository -y ppa:ansible/ansible-2.4
|
|
||||||
apt-add-repository -y ppa:ansible/ansible
|
apt-add-repository -y ppa:ansible/ansible
|
||||||
|
apt-add-repository -y ppa:ansible/ansible-2.4
|
||||||
# FOUND="true"
|
# FOUND="true"
|
||||||
# FAMILY="debian"
|
# FAMILY="debian"
|
||||||
# fi
|
# fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue