mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-15 09:05:10 +01:00
kubernetes
This commit is contained in:
parent
0eae57ba2e
commit
3cbbc7bf93
6 changed files with 110 additions and 2 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue