Skip to content

Commit 4673b6e

Browse files
committed
adjust readme to be compatible with the new structure
1 parent 54e956a commit 4673b6e

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

README.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apt install --no-install-recommends ceph-base ceph-common
1616
### Create the test VMs with OpenTofu
1717
Go to terraform directory:
1818
```
19-
cd terraform/
19+
cd test/terraform/
2020
```
2121

2222
Init the terraform project:
@@ -30,19 +30,14 @@ tofu apply
3030
```
3131

3232
### Run the Ansible Playbook
33-
Go to the ansible directory:
33+
Go back to the root directory:
3434
```
35-
cd ../ansible/
35+
cd ../../
3636
```
3737

38-
Copy the example inventory file:
38+
Run the Playbook with the test inventory:
3939
```
40-
cp hosts.yaml.example hosts.yaml
41-
```
42-
43-
Run the Playbooks:
44-
```
45-
ansible-playbook deploy.yaml
40+
ansible-playbook -i test/inventory/ deploy.yaml
4641
```
4742

4843
NOTE: When re-deploying the same cluster (e.g. following a `terraform

ansible.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ error_on_undefined_vars = false
33
timeout = 30
44
forks = 10
55
connection_plugins = plugins/connection/
6-
7-
[inventory]
8-
enable_plugins = yaml
File renamed without changes.

0 commit comments

Comments
 (0)