From 7a63ffd9493b0a8b636de26b8f0954cf08a2b9d9 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 14 Feb 2018 00:18:24 +0800 Subject: Init ansible playbook for DFly VPS bootstrap --- roles/bootstrap/templates/sudoers.d_ansible.j2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/bootstrap/templates/sudoers.d_ansible.j2 (limited to 'roles/bootstrap/templates') diff --git a/roles/bootstrap/templates/sudoers.d_ansible.j2 b/roles/bootstrap/templates/sudoers.d_ansible.j2 new file mode 100644 index 0000000..6bd73ec --- /dev/null +++ b/roles/bootstrap/templates/sudoers.d_ansible.j2 @@ -0,0 +1,2 @@ +# Allow user `{{ deploy_user }}` do deployment without password +{{ deploy_user }} ALL=(ALL) NOPASSWD: ALL -- cgit v1.2.2