Infra: Ansible Ubuntu Focal
[csit.git] / resources / tools / testbed-setup / ansible / roles / performance_tuning / tasks / ubuntu_bionic.yaml
diff --git a/resources/tools/testbed-setup/ansible/roles/performance_tuning/tasks/ubuntu_bionic.yaml b/resources/tools/testbed-setup/ansible/roles/performance_tuning/tasks/ubuntu_bionic.yaml
deleted file mode 100644 (file)
index 273ad53..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
----
-# file: roles/performance_tuning/tasks/ubuntu_bionic.yaml
-
-- name: Ubuntu Bionic - Mount /tmp as tmpfs I
-  copy:
-    src: "/usr/share/systemd/tmp.mount"
-    dest: "/etc/systemd/system/tmp.mount"
-    remote_src: yes
-  tags:
-    - machine-optimizations
-
-- name: Ubuntu Bionic - Mount /tmp as tmpfs II
-  systemd:
-    name: "tmp.mount"
-    daemon_reload: yes
-    enabled: yes
-  tags:
-    - machine-optimizations