kube-deploy-ansible/README.md

8 lines
180 B
Markdown
Raw Permalink Normal View History

2023-11-07 08:30:02 +00:00
## edit the inventory file according to your host names
2023-11-07 08:33:59 +00:00
### install ansible if you haven't already
```shell
ansible-playbook -i inventory all playbook.yml --ask-become-pass
````