ansible-collection-hardening/molecule/nginx_hardening/converge.yml
2020-11-07 21:19:43 +01:00

10 lines
249 B
YAML

---
- name: wrapper playbook for kitchen testing "ansible-nginx-hardening" with custom settings
become: true
hosts: all
vars:
- nginx_ppa_use: true
- nginx_ppa_version: stable
tasks:
- include_role:
name: nginx_hardening