mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-09-20 10:00
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
---
|
||||
|
||||
# Load distribution specific variables
|
||||
- include_vars: "{{ item }}"
|
||||
with_first_found:
|
||||
- "{{ role_path }}/vars/{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
|
||||
- "{{ role_path }}/vars/{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml"
|
||||
- "{{ role_path }}/vars/{{ ansible_distribution }}.yml"
|
||||
- "{{ role_path }}/vars/{{ ansible_os_family }}.yml"
|
||||
tags: web
|
||||
|
||||
- name: List http ports
|
||||
set_fact: nginx_ports={{ nginx_ports + (nginx_vhosts | selectattr('port','defined') | map(attribute='port') | list) | flatten | unique }}
|
||||
tags: firewall,web,quickweb
|
||||
|
@@ -2,9 +2,8 @@
|
||||
|
||||
- name: Install python-passlib
|
||||
package:
|
||||
name:
|
||||
- python-passlib
|
||||
tags: nginx
|
||||
name: "{{ nginx_tools_packages }}"
|
||||
tags: web
|
||||
|
||||
- include_tasks: install_openresty.yml
|
||||
when: nginx_openresty
|
||||
|
@@ -1,8 +1,8 @@
|
||||
---
|
||||
- include_tasks: install.yml
|
||||
- include_tasks: facts.yml
|
||||
tags: always
|
||||
|
||||
- include_tasks: facts.yml
|
||||
- include_tasks: install.yml
|
||||
tags: always
|
||||
|
||||
- include_tasks: ssl.yml
|
||||
|
Reference in New Issue
Block a user