Compare commits

..

No commits in common. "6eaeedbefda7296f88242946ae86beb1b6650902" and "983e7ed3a10473b0dcc6cef6c9b14b6d51945845" have entirely different histories.

2 changed files with 1 additions and 15 deletions

8
.gitignore vendored
View file

@ -8,10 +8,4 @@ inventory/
cache/ cache/
# Ignore Testplaybook # Ignore Testplaybook
playbooks/global/testserver.yml playbooks/global/testserver.yml
# Ignore vscode files
.vscode/
# Ignore General Ansible Files
.ansible/

View file

@ -1,12 +1,4 @@
--- ---
- 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: