Skip to content

Commit

Permalink
adjust readme to be compatible with the new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mkbrechtel committed May 18, 2024
1 parent 54e956a commit 4673b6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apt install --no-install-recommends ceph-base ceph-common
### Create the test VMs with OpenTofu
Go to terraform directory:
```
cd terraform/
cd test/terraform/
```

Init the terraform project:
Expand All @@ -30,19 +30,14 @@ tofu apply
```

### Run the Ansible Playbook
Go to the ansible directory:
Go back to the root directory:
```
cd ../ansible/
cd ../../
```

Copy the example inventory file:
Run the Playbook with the test inventory:
```
cp hosts.yaml.example hosts.yaml
```

Run the Playbooks:
```
ansible-playbook deploy.yaml
ansible-playbook -i test/inventory/ deploy.yaml
```

NOTE: When re-deploying the same cluster (e.g. following a `terraform
Expand Down
3 changes: 0 additions & 3 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ error_on_undefined_vars = false
timeout = 30
forks = 10
connection_plugins = plugins/connection/

[inventory]
enable_plugins = yaml
File renamed without changes.

0 comments on commit 4673b6e

Please sign in to comment.