10 lines
286 B
YAML
10 lines
286 B
YAML
---
|
|
- name: Configure the rest of the system for the administrative user(s)
|
|
hosts: vps1
|
|
# remote_user: # @NOTE can be uncommented to insert known administrative user
|
|
# @NOTE below can be uncommented to insert known administrative user
|
|
# vars:
|
|
# ansible_user: root
|
|
tasks:
|
|
|