mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
10 lines
249 B
YAML
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
|