diff --git a/playbooks/00_tst.yml b/playbooks/00_tst.yml index 1e3c949..babf413 100644 --- a/playbooks/00_tst.yml +++ b/playbooks/00_tst.yml @@ -3,11 +3,9 @@ vars: ansible_ssh_user: root ansible_ssh_pass: 1234 - #ansible_ssh_pass: odroid myuser: "root" mypassword: "lacijaydee" mypassword2: "lacijaydee" - tasks: - name: Change password ansible.builtin.user: diff --git a/playbooks/roles/requirements.yml b/playbooks/roles/requirements.yml new file mode 100644 index 0000000..7feb75f --- /dev/null +++ b/playbooks/roles/requirements.yml @@ -0,0 +1,4 @@ +--- +collections: + - name: community.general + source: https://galaxy.ansible.com \ No newline at end of file