Add tags to ssl and site configuration
parent
af9fa6a2c3
commit
4d819ac2a1
|
@ -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']
|
||||||
|
|
Loading…
Reference in New Issue