mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
Add tags to ssl and site configuration
This commit is contained in:
@@ -2,12 +2,15 @@
|
|||||||
|
|
||||||
- name: INCLUDE_VARS | Related to OS
|
- name: INCLUDE_VARS | Related to OS
|
||||||
include_vars: "{{ ansible_distribution }}.yml"
|
include_vars: "{{ ansible_distribution }}.yml"
|
||||||
|
tags: ['nginx::site', 'nginx::ssl']
|
||||||
|
|
||||||
- name: INCLUDE | Install
|
- name: INCLUDE | Install
|
||||||
include: install_{{ ansible_distribution }}.yml
|
include: install_{{ ansible_distribution }}.yml
|
||||||
|
tags: ['nginx::site', 'nginx::ssl']
|
||||||
|
|
||||||
- name: INCLUDE | Prepare
|
- name: INCLUDE | Prepare
|
||||||
include: prepare.yml
|
include: prepare.yml
|
||||||
|
tags: ['nginx::site', 'nginx::ssl']
|
||||||
|
|
||||||
- name: INCLUDE | Manage dynamic modules
|
- name: INCLUDE | Manage dynamic modules
|
||||||
include: dyn_modules.yml
|
include: dyn_modules.yml
|
||||||
@@ -24,6 +27,8 @@
|
|||||||
|
|
||||||
- name: INCLUDE | SSL configuration
|
- name: INCLUDE | SSL configuration
|
||||||
include: ssl.yml
|
include: ssl.yml
|
||||||
|
tags: ['nginx::ssl']
|
||||||
|
|
||||||
- name: INCLUDE | Sites configuration
|
- name: INCLUDE | Sites configuration
|
||||||
include: site.yml
|
include: site.yml
|
||||||
|
tags: ['nginx::site']
|
||||||
|
|||||||
Reference in New Issue
Block a user