summaryrefslogtreecommitdiffstats
path: root/ansible/roles/package-repository-check/tasks/main.yml
blob: 11fb329699a65e100b4b8456c546b72b152387c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
# Purpose of this role is to check whether configured repositories are working.
#
# Successfull prior invocation of 'package-repository' role on 'infrastructure' hosts
# is prerequisite for playing this one on 'infrastructure' group.
#
# Successfull prior invocation of 'package-repository' and 'nginx' role on infrastructure hosts
# is prerequisite for playing this one on 'kubernetes' group.

#Set of tasks designated to failing fast if configured repos are not functioning properly
- include_tasks: "{{ ansible_os_family }}.yml"