andreaswolf / ansible-role-letsencrypt

Ansible role for generating certificates with acme-tiny via Let’s encrypt
46 stars 20 forks source link

Using on aws #30

Open cdvv7788 opened 8 years ago

cdvv7788 commented 8 years ago

I am trying to run the role on an EC2 instance. By default it comes with an user ubuntu which can sudo. However it seems the role expects to be able to create directories at some locations where only a root user can and does not try to escalate privileges. What is the right approach to solve this situation? Connecting as root via ssh is not an option. Is there something i am missing or doing wrong for this case?