--- - name: Combining Pleroma config details set_fact: pleroma="{{ pleroma_defaults | combine(pleroma, recursive=true) }}" - 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