diff --git a/playbooks/soft-init.yml b/playbooks/soft-init.yml new file mode 100644 index 0000000..2cde02e --- /dev/null +++ b/playbooks/soft-init.yml @@ -0,0 +1,9 @@ +--- +- 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: +