summaryrefslogtreecommitdiffstats
path: root/controller/ansible/include
diff options
context:
space:
mode:
Diffstat (limited to 'controller/ansible/include')
-rw-r--r--controller/ansible/include/additional-packages.yml6
-rw-r--r--controller/ansible/include/beakerlib.yml1
-rw-r--r--controller/ansible/include/download-results.yml5
-rw-r--r--controller/ansible/include/prepare-testenv.yml3
4 files changed, 0 insertions, 15 deletions
diff --git a/controller/ansible/include/additional-packages.yml b/controller/ansible/include/additional-packages.yml
deleted file mode 100644
index f821255..0000000
--- a/controller/ansible/include/additional-packages.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-- local_action: shell cat "{{ dtf_rpm_files_list }}" | xargs -n 100
- register: additional_packages
-
-- debug: msg="{{ additional_packages.stdout }}"
-
-- shell: yum install -y {{ additional_packages.stdout }}
diff --git a/controller/ansible/include/beakerlib.yml b/controller/ansible/include/beakerlib.yml
deleted file mode 100644
index 0461f25..0000000
--- a/controller/ansible/include/beakerlib.yml
+++ /dev/null
@@ -1 +0,0 @@
-- yum: conf_file=https://beaker-project.org/yum/beaker-server-Fedora.repo state=present name=beakerlib
diff --git a/controller/ansible/include/download-results.yml b/controller/ansible/include/download-results.yml
deleted file mode 100644
index 4404e08..0000000
--- a/controller/ansible/include/download-results.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-- shell: cp -f /var/tmp/dtf-run.overview /var/tmp/dtf/
-
-- shell: cd /var/tmp ; tar -czf dtf.tar.gz dtf
-
-- fetch: src=/var/tmp/dtf.tar.gz dest="{{ opt_workdir }}/" flat=yes
diff --git a/controller/ansible/include/prepare-testenv.yml b/controller/ansible/include/prepare-testenv.yml
deleted file mode 100644
index a63e51a..0000000
--- a/controller/ansible/include/prepare-testenv.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-- yum: state=present name=postgresql-server
-
-- yum: state=present name=postgresql-upgrade