2
0

Exercice: commit initial

This commit is contained in:
2018-01-08 19:24:19 +01:00
commit 4acecc8e04
114 changed files with 2465 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
# tasks file for myphp
- name: import distribution specific variables
tags: php
include_vars: "{{ ansible_distribution|lower }}.yml"
- name: install php modules
tags: php
package:
name: "{{ item }}"
state: latest
with_items:
"{{ packages_list }}"