From fe8c757fa53a61256508549bd1dd2040a0e7c593 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 21 Aug 2023 02:37:35 +0200 Subject: [PATCH] upt playbook --- hosts.yml | 5 +++-- playbooks/00_install_ldap_client.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts.yml b/hosts.yml index 8bcb788..c49c498 100644 --- a/hosts.yml +++ b/hosts.yml @@ -60,5 +60,6 @@ datacenter: 192.168.77.1 vars: ansible_python_interpreter: /opt/bin/python - ansible_user: jd - ansible_password: "q" + raspberry: + hosts: + 192.168.77.246 \ No newline at end of file diff --git a/playbooks/00_install_ldap_client.yml b/playbooks/00_install_ldap_client.yml index 4aeae84..ed02f71 100644 --- a/playbooks/00_install_ldap_client.yml +++ b/playbooks/00_install_ldap_client.yml @@ -1,4 +1,4 @@ -- hosts: datacenter +- hosts: raspberry name: Install omv become: true become_user: root