--- - 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