aboutsummaryrefslogtreecommitdiff
path: root/gerboweb/deploy/setup_containers.yml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2020-12-30 13:12:06 +0100
committerjaseg <git@jaseg.net>2020-12-30 13:12:06 +0100
commitc6b1c2225d1ac4ac647950be8667b5709b0033a1 (patch)
tree8db7a14649a277d236791e1c731d98af03a0af88 /gerboweb/deploy/setup_containers.yml
parente290ac758b02a9d03bacd511c87fc997db41d0a8 (diff)
downloadgerbolyze-master.tar.gz
gerbolyze-master.tar.bz2
gerbolyze-master.zip
remove ansible scripts, they are now in their own "infra" repoHEADmaster
Diffstat (limited to 'gerboweb/deploy/setup_containers.yml')
-rw-r--r--gerboweb/deploy/setup_containers.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/gerboweb/deploy/setup_containers.yml b/gerboweb/deploy/setup_containers.yml
deleted file mode 100644
index 8adb9da..0000000
--- a/gerboweb/deploy/setup_containers.yml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-- name: Install host requisites
- dnf:
- name: btrfs-progs,arch-install-scripts,systemd-container,python3-libselinux
- state: latest
-
-- name: Create individual containers
- include_tasks: bootstrap_arch_container.yml
- with_items: "{{ containers }}"
- loop_control:
- loop_var: container
-
-- name: Cleanup bootstrap image
- file:
- path: /tmp/arch-bootstrap.tar.xz
- state: absent
-