v.1.1.0 remote_user=ansible

This commit is contained in:
2024-11-17 14:48:11 +01:00
parent 38bce638c5
commit ebe87bedbf
3 changed files with 3 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
[defaults]
inventory=inventory
private_key_file=~/.ssh/id_ed25519
remote_user=ansible

View File

@@ -10,17 +10,10 @@ pihole
[pve]
proxmox
[pve:vars]
ansible_user=root
[vm]
microk8s
nginx
[vm:vars]
ansible_user=tiijay
[vserver]
ionos-ubuntu-01
[vserver:vars]
ansible_user=root

View File

@@ -5,5 +5,6 @@
tasks:
- name: update respository index
apt:
ansible.builtin.package:
update_cache: yes