summaryrefslogtreecommitdiffstats
path: root/ansible/infrastructure.yml
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-02-25 16:00:46 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-02-28 11:34:56 +0100
commit8bd90d9023e43ae59effb75caef2a68cc00abe3a (patch)
tree3f3de36d40d6ce262c30e8f75d59835f9df04cb7 /ansible/infrastructure.yml
parent41a20c145b30e9eebf395742b986bfed2ed7ca60 (diff)
Use 'package_facts' module in firewall role
Centos iso image doesn't have 'yum-utils' package with 'repoquery' binary which causes 'yum' module to crash. Using more generic 'package_facts' fixes that. This patch also introduces more general compatibility with RedHat/Debian based distros. Issue-ID: OOM-1632 Change-Id: Ica026c0f9a9ffa9e307f7cba589900962b0db4e7 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/infrastructure.yml')
-rw-r--r--ansible/infrastructure.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/ansible/infrastructure.yml b/ansible/infrastructure.yml
index e4715a9c..a0bc7011 100644
--- a/ansible/infrastructure.yml
+++ b/ansible/infrastructure.yml
@@ -24,8 +24,6 @@
hosts: infrastructure, kubernetes
roles:
- role: firewall
- vars:
- state: disable
- name: Setup infrastructure servers
hosts: infrastructure