rename playbook

This commit is contained in:
Stefan Märkle 2020-12-02 23:09:32 +01:00
parent d132e3a9ee
commit e3a5d84c9f
2 changed files with 6 additions and 5 deletions

View File

@ -18,6 +18,7 @@ Some details:
- Uses private subnet 10.100.100.0/24 that is then nat'ed to the internet - Uses private subnet 10.100.100.0/24 that is then nat'ed to the internet
- Uses quad9 dns server 9.9.9.9 through the tunnel - Uses quad9 dns server 9.9.9.9 through the tunnel
- Client does route EVERYTHING through the tunnel - Client does route EVERYTHING through the tunnel
- Server has NO firewalling neither as aws security group restriction nor on the debian server
## Prerequisites ## Prerequisites
1. You need an aws account 1. You need an aws account
@ -27,7 +28,7 @@ Some details:
5. You need the amazon.aws collection installed from ansible-galaxy e.g. `ansible-galaxy collection install amazon.aws` 5. You need the amazon.aws collection installed from ansible-galaxy e.g. `ansible-galaxy collection install amazon.aws`
## Installation of server ## Installation of server
1. ansible-playbook gravitoninstance.yml 1. ansible-playbook create_aws_wireguard_server.yml
## Installation of clients ## Installation of clients
1. Install wireguard client for your operating system (e.g. via package manager or Appstore) 1. Install wireguard client for your operating system (e.g. via package manager or Appstore)