- name: trust fai key apt_key: id: B11EE3273F6B2DEB528C93DA2BF8D9FE074BCDE4 url: https://fai-project.org/download/2BF8D9FE074BCDE4.asc state: present - name: add fai repo apt_repository: repo: deb http://fai-project.org/download {{ debian_release }} koeln state: present - name: install all required fai programs package: name: [fai-server, squashfs-tools, ipxe] state: present