summaryrefslogtreecommitdiff
path: root/base-image/base-image.yml
blob: 5f72de686b839ca16408403db52bae9f3a271b21 (plain)
1
2
3
4
5
6
7
8
9
10
- hosts: image
  tasks:
    - apt:
        name:
          - cloud-init
          - openssh-server
          - locales-all
  vars:
    hostname: bullseye
    ansible_python_interpreter: /usr/bin/python3