# Passwordless sudoing for Admin user?

**URL:** https://discourse.roots.io/t/passwordless-sudoing-for-admin-user/8823
**Category:** trellis
**Created:** 2017-02-15T15:10:56Z
**Posts:** 2

## Post 1 by @mgargano — 2017-02-15T15:10:57Z

So, Trellis is great. Straight forward.

Is there any way to have ansible provision the box so that admin can **su** to root without having to enter in its password?

---

## Post 2 by @silumesii — 2017-06-20T06:42:17Z

Hi @mgargano! Yes, there is a way. I found several tutorials through Google. In case you haven’t already found a solution, have a look at this:

> **[How to configure passwordless sudo for a user in Linux](http://www.golinuxhub.com/2014/06/how-to-configure-passwordless-sudo-for.html)**
>
> In this article I will be very brief on the topic. For more details you can read the below article on sudo and assigning permissions How to...

You could use this as the basis to update your Ansible Playbook.
