kubernetes

This commit is contained in:
nora 2024-02-05 20:16:21 +01:00
parent 0eae57ba2e
commit 3cbbc7bf93
6 changed files with 110 additions and 2 deletions

View file

@ -3,6 +3,9 @@
hosts: all
gather_facts: false
tasks:
- name: Change hostname
ansible.builtin.hostname:
name: "{{ inventory_hostname }}"
- name: Install docker
ansible.builtin.apt:
name: "{{ item }}"