mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-24 04:49:26 +00:00
upt playbook
This commit is contained in:
parent
3507838024
commit
e10b6aeb2b
@ -3,11 +3,9 @@
|
|||||||
vars:
|
vars:
|
||||||
ansible_ssh_user: root
|
ansible_ssh_user: root
|
||||||
ansible_ssh_pass: 1234
|
ansible_ssh_pass: 1234
|
||||||
#ansible_ssh_pass: odroid
|
|
||||||
myuser: "root"
|
myuser: "root"
|
||||||
mypassword: "lacijaydee"
|
mypassword: "lacijaydee"
|
||||||
mypassword2: "lacijaydee"
|
mypassword2: "lacijaydee"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Change password
|
- name: Change password
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
|
4
playbooks/roles/requirements.yml
Normal file
4
playbooks/roles/requirements.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
collections:
|
||||||
|
- name: community.general
|
||||||
|
source: https://galaxy.ansible.com
|
Loading…
x
Reference in New Issue
Block a user