lad
Version:
Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
25 lines (24 loc) • 467 B
YAML
- hosts: "{{ hostlist }}"
become: true
become_user: root
vars:
# python 3
pip_python_version: 3
roles:
# https://github.com/Oefenweb/ansible-pip
- role: pip
tasks:
#
# install pip3 deps
# https://github.com/Oefenweb/ansible-pip/issues/10
#
- name: install pyspf
pip:
name: pyspf
- name: install dnspython
pip:
name: dnspython
- name: install dkimpy
pip:
name: dkimpy