summaryrefslogtreecommitdiff
path: root/base-image/base-image.yml
blob: 44357d703eaa1caec68d0527fce1c4d00744cf35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- hosts: image
  tasks:
    - apt:
        name:
          - cloud-init
          - openssh-server
        install_recommends: no
    - shell: |
        apt clean
  vars:
    hostname: bullseye
    ansible_python_interpreter: /usr/bin/python3