From 93bc285f3d8d067917fb22c5e70c2625f4581fbb Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sun, 16 Nov 2025 14:02:09 -0500 Subject: [PATCH] Started creation of play after VPS has been made and initial configuration of main services has been done --- playbooks/soft-init.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 playbooks/soft-init.yml 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: +