mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
12 lines
337 B
YAML
12 lines
337 B
YAML
---
|
|
- name: "create import files for {{application_id}}"
|
|
include_tasks: 01_import.yml
|
|
|
|
- name: "load docker, db and proxy for {{application_id}}"
|
|
include_role:
|
|
name: cmp-db-docker-proxy
|
|
|
|
# Deactivated temporary. Import now via realm.yml
|
|
#- name: Implement SSH Public Key Attribut
|
|
# include_tasks: attributes/ssh_public_key.yml
|