No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- ---
-
- - 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
|