11 lines
173 B
YAML
11 lines
173 B
YAML
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
|
|
vars:
|
|
pimpmylog_grant_all_privs: yes
|
|
|
|
roles:
|
|
- geerlingguy.apache
|
|
- geerlingguy.php
|
|
- ansible-role-pimpmylog
|