update README: add cluster.yml one-command option
This commit is contained in:
@@ -182,7 +182,14 @@ free -h # Swap: 0 (disabled by cloud-init)
|
|||||||
|
|
||||||
> Playbooks in `cluster-init/ansible/`
|
> Playbooks in `cluster-init/ansible/`
|
||||||
|
|
||||||
### 4.1 Run all playbooks
|
### 4.1 Run all playbooks (one command)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd ~/k8s/cluster-init/ansible
|
||||||
|
ansible-playbook -i inventory.ini cluster.yml
|
||||||
|
```
|
||||||
|
|
||||||
|
Or run individual playbooks:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/k8s/cluster-init/ansible
|
cd ~/k8s/cluster-init/ansible
|
||||||
|
|||||||
Reference in New Issue
Block a user