From 0499ae08220bf4c49227ffda0c7cb7216692ee2a Mon Sep 17 00:00:00 2001 From: Serge Logvinov Date: Mon, 27 Mar 2023 21:51:21 +0300 Subject: [PATCH] update --- proxmox/prepare/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/proxmox/prepare/README.md b/proxmox/prepare/README.md index d5cb37b..3a78efe 100644 --- a/proxmox/prepare/README.md +++ b/proxmox/prepare/README.md @@ -5,9 +5,18 @@ Apply a few changes to the proxmox node. * cpu governor to `schedutil` (by default it is `performance`) * ipv4/v6 forwarding +Download the galaxy roles: + +```shell +ansible-galaxy role install git+https://github.com/sergelogvinov/ansible-role-system.git,main +ansible-galaxy role install git+https://github.com/sergelogvinov/ansible-role-users.git,main +ansible-galaxy role install git+https://github.com/sergelogvinov/ansible-role-iptables.git,main +``` + Inventory file, set the ip here `ansible_host` ```ini +# proxmox.ini [pve] proxmox-1 ansible_host=1.2.3.1 ansible_ssh_user=root proxmox-2 ansible_host=1.2.3.2 ansible_ssh_user=root