summaryrefslogtreecommitdiff
path: root/playbook.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbook.yaml')
-rw-r--r--playbook.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/playbook.yaml b/playbook.yaml
index 511b30a..06f75e0 100644
--- a/playbook.yaml
+++ b/playbook.yaml
@@ -51,6 +51,16 @@
group: admin
mode: preserve
+ - name: Ensure cloud-init is disabled
+ ansible.builtin.copy:
+ content: ""
+ dest: /etc/cloud/cloud-init.disabled
+ force: false
+ owner: root
+ group: root
+ mode: "0644"
+ become: true
+
- name: Retrieve DANE hash
ansible.builtin.shell:
cmd: >