kube-deploy-ansible/README.md

8 lines
180 B
Markdown

## edit the inventory file according to your host names
### install ansible if you haven't already
```shell
ansible-playbook -i inventory all playbook.yml --ask-become-pass
````