summaryrefslogtreecommitdiff
path: root/base-image/base-image.yml
blob: 3a14b62d605c248a9fbda1cf82007e9ae6fe7476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- hosts: image
  tasks:
    - file:
        path: /etc/machine-id
        state: absent
    - apt:
        name:
          - acpid
          - acpi-support-base
          - cloud-init
          - openssh-server
          - locales-all
        install_recommends: no
    - shell: |
        apt clean
  vars:
    hostname: bullseye
    ansible_python_interpreter: /usr/bin/python3