summaryrefslogtreecommitdiff
path: root/base-image/base-image.yml
diff options
context:
space:
mode:
Diffstat (limited to 'base-image/base-image.yml')
-rw-r--r--base-image/base-image.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/base-image/base-image.yml b/base-image/base-image.yml
new file mode 100644
index 0000000..5f72de6
--- /dev/null
+++ b/base-image/base-image.yml
@@ -0,0 +1,10 @@
+- hosts: image
+ tasks:
+ - apt:
+ name:
+ - cloud-init
+ - openssh-server
+ - locales-all
+ vars:
+ hostname: bullseye
+ ansible_python_interpreter: /usr/bin/python3