tripleo-common/releasenotes/notes/blacklisted_ips_support-f362e008ae1af210.yaml
Giulio Fidente f98c136078 Consume blacklisted_ip_addresses in workflows
The ceph-ansible and skydive workflows now consumes the
blacklisted_ip_addresses input.

The enable_ssh_admin workflow is modified to consume a list of
ip addresses and only enable ssh on the given set of addresses.

Change-Id: I4255739c852409fb8e170a9913fe7ad810711734
Depends-On: Ic158171c629e82892e480f1e6903a67457f86064
Closes-Bug: #1743046
2018-01-15 21:22:50 +01:00

6 lines
183 B
YAML

---
security:
- |
The `enable_ssh_admin` workflow is now always expecting a list of
servers to operate on, passed via `ssh_servers` input which is
left empty when unset.