remote root user

This commit is contained in:
quackerd 2021-01-29 17:04:26 -05:00
parent 1b968ccac8
commit e748a1e63f
Signed by: d
GPG Key ID: F73412644EDE357A
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
- hosts: all
gather_facts: true
become: true
remote_user: root
strategy: free
#any_errors_fatal: yes
tasks:

View File

@ -1,6 +1,7 @@
- hosts: all
gather_facts: true
become: true
remote_user: root
strategy: free
#any_errors_fatal: yes
tasks:

View File

@ -1,6 +1,7 @@
- hosts: physical
gather_facts: false
become: true
remote_user: root
serial: 1
any_errors_fatal: true
tasks: