upt playbook

This commit is contained in:
jaydee 2023-08-21 02:37:35 +02:00
parent 2b1d6540bb
commit fe8c757fa5
2 changed files with 4 additions and 3 deletions

View File

@ -60,5 +60,6 @@ datacenter:
192.168.77.1 192.168.77.1
vars: vars:
ansible_python_interpreter: /opt/bin/python ansible_python_interpreter: /opt/bin/python
ansible_user: jd raspberry:
ansible_password: "q" hosts:
192.168.77.246

View File

@ -1,4 +1,4 @@
- hosts: datacenter - hosts: raspberry
name: Install omv name: Install omv
become: true become: true
become_user: root become_user: root