d8fe45b3d8
Having tagged plays allows us to easily run a subset of the plays for a command, and perform targeted operations with less risk of unintended consequences. The tags are typically named after the playbook, although some of the overcloud playbooks have been tagged without an overcloud- prefix.
11 lines
361 B
YAML
11 lines
361 B
YAML
---
|
|
# Glean/simple-init is useful for reading configdrive data when provisioning
|
|
# servers but gets in the way after this as it tries to enable all network
|
|
# interfaces. In some cases this can lead to timeouts.
|
|
- name: Ensure Glean is disabled and its artifacts are removed
|
|
hosts: seed:overcloud
|
|
tags:
|
|
- disable-glean
|
|
roles:
|
|
- role: disable-glean
|