mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
openshift: drop egress policy
We had this with SDN networking, but no more with newer networking. We also don't use it anywhere, it was mostly for when fas2 was running in openshift to isolate it and it's not there anymore. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -71,12 +71,3 @@
|
||||
objectname: prometheusRules.yml
|
||||
template_fullpath: "{{roles_path}}/openshift/project/templates/prometheusRules.yml"
|
||||
when: alerting
|
||||
|
||||
- name: egresspolicy.yml
|
||||
include_role:
|
||||
name: openshift/object
|
||||
vars:
|
||||
objectname: egresspolicy.yml
|
||||
template_fullpath: "{{ egress_policy_template }}"
|
||||
tags:
|
||||
- openshift/egressnetworkpolicy
|
||||
|
||||
Reference in New Issue
Block a user