7bfb0db43f
The top-level roles in roles/* should be usable as roles under Zuul and as generic Ansible roles (for control plane). Add an integration job to ensure this. Start with the kerberos and afs roles. Change-Id: I9f5d572d5f69ca4b58e6e62b06fc873fe7a1e2f0
11 lines
349 B
YAML
11 lines
349 B
YAML
#
|
|
# Test system-config roles/*
|
|
#
|
|
# This playbook should use and test roles defined in the system-config
|
|
# top-level roles/* directory. These roles should be generic enough
|
|
# to run under Zuul (here) and also directly under Ansible for the
|
|
# control-plane (see system-config-run-base)
|
|
#
|
|
|
|
# Kerberos & afs roles
|
|
- import_playbook: openafs-client.yaml |