[ansible] update roles
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
- hosts: all
|
||||
---
|
||||
- hosts:
|
||||
- all
|
||||
pre_tasks:
|
||||
- include_role:
|
||||
name: ansible-deploy
|
||||
tasks_from: facts.yml
|
||||
roles:
|
||||
- geerlingguy.nodejs
|
||||
- setup
|
||||
- service
|
||||
vars:
|
||||
nodejs_version: 9.x
|
||||
nodejs_npm_global_packages: [gulp-cli]
|
||||
vars_files:
|
||||
- vars/barin.yml
|
||||
|
||||
Reference in New Issue
Block a user