Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit c63e78aa authored by fred's avatar fred
Browse files

:pencil: Documents root 1st user case

parent 2bf43577
Branches task
No related tags found
No related merge requests found
---
# When 1st user is root, set it as "remote_user" and remove all "become: yes"
- hosts: "{{ host_list }}"
become_method: sudo
remote_user: "{{ my_user }}"
#remote_user: root
tasks:
- name: SUDO | Group sudo presence
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment