Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Orange-Cyberdefense/GOAD into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayfly277 committed Dec 27, 2023
2 parents 9861fbf + e35c94e commit 4dfbbf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/install_with_virtualbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ ansible-galaxy install -r ansible/requirements.yml
- This will launch vagrant up and the ansible playbooks
- If you run ansible locally
```bash
./goad.sh -t check -l GOAD -p virtualbox -m local
./goad.sh -t install -l GOAD -p virtualbox -m local
```

- If you run ansible on docker
```bash
./goad.sh -t check -l GOAD -p virtualbox -m local
./goad.sh -t install -l GOAD -p virtualbox -m docker
```

### Launch installation manually
Expand Down Expand Up @@ -172,4 +172,4 @@ cd ansible/
ansible-playbook -i ../ad/GOAD/data/inventory -i ../ad/GOAD/providers/virtualbox/inventory main.yml
```

- Details on the provisioning process are here : [provisioning.md](./provisioning.md)
- Details on the provisioning process are here : [provisioning.md](./provisioning.md)
6 changes: 3 additions & 3 deletions docs/install_with_vmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ ansible-galaxy install -r ansible/requirements.yml

- If you run ansible on docker
```bash
./goad.sh -t check -l GOAD -p vmware -m local
./goad.sh -t check -l GOAD -p vmware -m docker
```

### Launch installation manually
Expand All @@ -147,7 +147,7 @@ ansible-galaxy install -r ansible/requirements.yml
- To create the VMs just run

```bash
cd ad/GOAD/providers/virtualbox
cd ad/GOAD/providers/vmware
vagrant up
```

Expand Down Expand Up @@ -194,4 +194,4 @@ ansible-playbook -i ../ad/GOAD/data/inventory -i ../ad/GOAD/providers/vmware/inv
```


- Details on the provisioning process are here : [provisioning.md](./provisioning.md)
- Details on the provisioning process are here : [provisioning.md](./provisioning.md)

0 comments on commit 4dfbbf6

Please sign in to comment.