Apt install ansible

1 개요[ | ]

apt install ansible
root@zetawiki:~# apt install ansible
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  python-cffi-backend python-crypto python-cryptography python-ecdsa python-enum34
  python-httplib2 python-idna python-ipaddress python-jinja2 python-markupsafe
  python-paramiko python-pyasn1 python-yaml
Suggested packages:
  python-crypto-dbg python-crypto-doc python-cryptography-doc python-cryptography-vectors
  python-enum34-doc python-jinja2-doc doc-base
The following NEW packages will be installed:
  ansible python-cffi-backend python-crypto python-cryptography python-ecdsa python-enum34
  python-httplib2 python-idna python-ipaddress python-jinja2 python-markupsafe
  python-paramiko python-pyasn1 python-yaml
0 upgraded, 14 newly installed, 0 to remove and 76 not upgraded.
Need to get 4,224 kB of archives.
After this operation, 33.2 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://ap-northeast-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 python-markupsafe amd64 0.23-2build2 [15.5 kB]
Get:2 http://ap-northeast-2.ec2.archive.ubuntu.com/ubuntu xenial/main amd64 python-jinja2 all 2.8-1 [109 kB]
Get:3 http://ppa.launchpad.net/ansible/ansible/ubuntu xenial/main amd64 ansible all 2.5.4-1ppa~xenial [3,181 kB]
... (생략)
Setting up python-pyasn1 (0.1.9-1) ...############################################.......] 
Setting up python-cryptography (1.2.3-1ubuntu0.1) ...###############################.....] 
Setting up ansible (2.5.4-1ppa~xenial) ...############################################...]
root@zetawiki:~# ansible --version
ansible 2.5.4
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/dist-packages/ansible
  executable location = /usr/bin/ansible
  python version = 2.7.12 (default, Dec  4 2017, 14:50:18) [GCC 5.4.0 20160609]

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}