25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
-
- - name: install packages
- apt:
- pkg: "{{item}}"
- state: present
- with_items:
- - ansible
- - python-pip
- - ipv6calc
- - uuid
- - git
- - python-jmespath
- # ara required_packages:
- - gcc
- - libffi-dev
- - libssl-dev
- - libxml2-dev
- - libxslt-dev
- - python-dev
- - python-setuptools
- - python-pymysql
- #- which
-
- - name: install ansible via pip
- pip:
- name: ansible
- version: 2.4.1
|