summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xci/file/aio/configure-opnfvhost.yml9
-rw-r--r--xci/playbooks/configure-opnfvhost.yml13
2 files changed, 0 insertions, 22 deletions
diff --git a/xci/file/aio/configure-opnfvhost.yml b/xci/file/aio/configure-opnfvhost.yml
index 535b14dc..f25476f9 100644
--- a/xci/file/aio/configure-opnfvhost.yml
+++ b/xci/file/aio/configure-opnfvhost.yml
@@ -1,15 +1,6 @@
---
- hosts: opnfv
remote_user: root
- gather_facts: true
- become: yes
- vars_files:
- - ../var/opnfv.yml
- roles:
- - role: remove-folders
-
-- hosts: opnfv
- remote_user: root
vars_files:
- ../var/opnfv.yml
roles:
diff --git a/xci/playbooks/configure-opnfvhost.yml b/xci/playbooks/configure-opnfvhost.yml
index 73516d5a..173a29eb 100644
--- a/xci/playbooks/configure-opnfvhost.yml
+++ b/xci/playbooks/configure-opnfvhost.yml
@@ -9,19 +9,6 @@
##############################################################################
- hosts: opnfv
remote_user: root
- become: yes
- vars_files:
- - ../var/flavor-vars.yml
- - ../var/opnfv.yml
- pre_tasks:
- - name: Load distribution variables
- include_vars:
- file: ../var/{{ ansible_os_family }}.yml
- roles:
- - role: remove-folders
-
-- hosts: opnfv
- remote_user: root
vars_files:
- ../var/flavor-vars.yml
- ../var/opnfv.yml