Monty Taylor eb086094a8 Install limestone CA on hosts using openstacksdk
In order to talk to limestone clouds we need to configure a custom CA.
Do this in ansible instead of puppet.

A followup should add writing out clouds.yaml files.

Change-Id: I355df1efb31feb31e039040da4ca6088ea632b7e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-08-31 12:17:35 -07:00

29 lines
548 B
YAML

- hosts: "!disabled"
roles:
- users
- base-repos
# Run base-server seperately so that the update apt cache handler in base-repos
# fires before we run base-server
- hosts: "!disabled"
roles:
- base-server
- timezone
- unbound
- hosts: nodepool-launcher:nodepool-builder:bridge.openstack.org:!disabled
strategy: free
roles:
- configure-openstacksdk
- hosts: "puppet:!disabled"
roles:
- puppet-install
- disable-puppet-agent
- hosts: "!ci-backup:!disabled"
roles:
- exim
- iptables
- snmpd