diff --git a/create_aws_wireguard_server.yml b/create_aws_wireguard_server.yml index 335914a..454e2de 100644 --- a/create_aws_wireguard_server.yml +++ b/create_aws_wireguard_server.yml @@ -3,13 +3,15 @@ - name: provisions a graviton server as aws spot instance hosts: localhost connection: local + vars: + ansible_python_interpreter: /usr/bin/python3 vars_prompt: - name: ssh_pub_key_file prompt: Location of your public ssh key - default: "~/.ssh/id_rsa.pub" + default: "~/.ssh/keys/Amazon_RSA.pub" private: no - name: aws_region - prompt: AWS Region to use for instaance + prompt: AWS Region to use for instance default: "us-east-1" private: no - name: aws_ami