tripleo-common/container-images/tcib/base/haproxy/haproxy.yaml

11 lines
230 B
YAML

tcib_actions:
- run: dnf install -y {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
tcib_packages:
common:
- haproxy
- libqb
- pacemaker
- pacemaker-remote
- pcs
- resource-agents