This repository has been archived on 2023-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
pleroma-ansible-playbook/tasks/main.yml

33 lines
571 B
YAML
Raw Normal View History

2019-10-02 01:31:38 +01:00
---
- name: Combining Pleroma config details
set_fact: pleroma="{{ pleroma_defaults | combine(pleroma, recursive=true) }}"
tags:
- always
2019-10-02 01:31:38 +01:00
- name: Installing and configuring PostgreSQL.
include_tasks:
file: postgres.yml
apply:
tags:
- postgres
tags:
- postgres
- name: Installing and configuring Pleroma.
include_tasks:
file: pleroma.yml
apply:
tags:
- pleroma
tags:
- pleroma
- name: Installing and configuring Nginx.
include_tasks:
file: nginx.yml
apply:
tags:
- nginx
tags:
- nginx