add setting of node_type
This commit is contained in:
parent
983e7ed3a1
commit
d861bf57dd
1 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,12 @@
|
||||||
---
|
---
|
||||||
|
- name: Set note_type to docker
|
||||||
|
ansible.builtin.copy:
|
||||||
|
content: docker
|
||||||
|
dest: /etc/node_type
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: '0644'
|
||||||
|
|
||||||
- name: Ensure Docker and related packages are removed
|
- name: Ensure Docker and related packages are removed
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name:
|
name:
|
||||||
|
|
Loading…
Add table
Reference in a new issue