ansible/playbook/orochi.yml

46 lines
1.1 KiB
YAML
Raw Normal View History

2023-09-25 08:40:20 +00:00
# 2023-09-25
---
- name: Orochi
hosts: orochi
vars:
vm_name: "orochi" # VM name
vm_title: "Orochi" # VM title
vm_ip: "151" # VM IP
# VM specifics stacks
stacks_vm:
#[]
- "{{ adguardhome }}"
- "{{ adminer }}"
- "{{ aptcacherng }}"
- "{{ dl }}"
- "{{ drawio }}"
- "{{ flame }}"
- "{{ hastebin }}"
- "{{ homepage }}"
- "{{ itzg }}"
- "{{ jekyll }}"
- "{{ monitoring_vm }}"
- "{{ portainer_agent }}"
- "{{ portainer }}"
- "{{ promtail }}"
- "{{ registry }}"
- "{{ ntfy }}"
- "{{ ipfs }}"
availables: []
roles:
- common # Perform common tacks
- docker # Perform Docker installation
- vm # Perform VM preparation
- stacks # Perform stacks creation (include common & 'stacks_vm')
tasks:
# Orochi
- ansible.builtin.include_tasks: orochi/tasks/main.yml
tags:
- tasks
- orochi