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