mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-08 03:07:14 +02:00
Optimized tests für run once
This commit is contained in:
@@ -9,20 +9,16 @@ galaxy_info:
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
- name: Archlinux
|
||||
versions:
|
||||
- rolling
|
||||
- name: Archlinux
|
||||
versions:
|
||||
- rolling
|
||||
galaxy_tags:
|
||||
- nginx
|
||||
- https
|
||||
- tls
|
||||
- letsencrypt
|
||||
- security
|
||||
- automation
|
||||
- nginx
|
||||
- https
|
||||
- tls
|
||||
- letsencrypt
|
||||
- security
|
||||
- automation
|
||||
repository: "https://github.com/kevinveenbirkenbach/infinito-nexus"
|
||||
documentation: "https://docs.infinito.nexus"
|
||||
issue_tracker_url: "https://github.com/kevinveenbirkenbach/infinito-nexus/issues"
|
||||
dependencies:
|
||||
- srv-web-7-4-core
|
||||
- sys-cln-domains
|
||||
- srv-web-7-7-letsencrypt
|
||||
|
12
roles/srv-web-7-6-https/tasks/main.yml
Normal file
12
roles/srv-web-7-6-https/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: Load former meta dependencies once
|
||||
block:
|
||||
- name: Include moved dependencies
|
||||
include_role:
|
||||
name: '{{ item }}'
|
||||
loop:
|
||||
- srv-web-7-4-core
|
||||
- sys-cln-domains
|
||||
- srv-web-7-7-letsencrypt
|
||||
- set_fact:
|
||||
run_once_srv_web_7_6_https: true
|
||||
when: run_once_srv_web_7_6_https is not defined
|
Reference in New Issue
Block a user