Skip to content

Commit

Permalink
Ansible AWS S3 Removal: Added instruction to README
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Jul 19, 2023
1 parent 1c3de91 commit 47cf8db
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion infra/aws-s3/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ This will create an S3 Bucket with basic functionalities.

## Ansible

The commmand to create the infra is:
The command to create the infra is:

```bash
$ ansible-playbook -v ansible/aws-s3.yaml --extra-vars bucket_name=<bucket-name>
```

Once completed do:

```bash
$ ansible-playbook -v ansible/aws-s3-removal.yaml --extra-vars bucket_name=<bucket-name>
```

## Terraform

The commmand to create the infra is:
Expand Down

0 comments on commit 47cf8db

Please sign in to comment.