debian 8 новый установщик mikbill
nano /etc/apt/sources.list
deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
sudo apt-get update
apt-get install python-setuptools
sudo apt-get install ansible
wget http://setup.2x.mikbill.pro/setup.tar.gz
https://docs.ansible.com/ansible/2.5/installation_guide/intro_installation.html
Latest Releases Via Apt (Debian)
Debian users may leverage the same source as the Ubuntu PPA.
Add the following line to /etc/apt/sources.list:
deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main
Then run these commands:
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
$ sudo apt-get update
$ sudo apt-get install ansible
wget http://setup.2x.mikbill.pro/setup.tar.gz
в архиве есть mikbill.yml
когда распакуешь перейдешь в папку setup
и запустишь mikbill.yml так:
ansible-playbook mikbill.yml
deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main
# sudo apt-get install dirmngr
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
sudo apt-get update
apt-get install python-setuptools
sudo apt-get install ansible
wget http://setup.2x.mikbill.pro/setup.tar.gz
https://docs.ansible.com/ansible/2.5/installation_guide/intro_installation.html
Latest Releases Via Apt (Debian)
Debian users may leverage the same source as the Ubuntu PPA.
Add the following line to /etc/apt/sources.list:
deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main
Then run these commands:
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
$ sudo apt-get update
$ sudo apt-get install ansible
wget http://setup.2x.mikbill.pro/setup.tar.gz
в архиве есть mikbill.yml
когда распакуешь перейдешь в папку setup
и запустишь mikbill.yml так:
ansible-playbook mikbill.yml
Комментарии
Отправить комментарий