v.1.1.0 remote_user=ansible
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
[defaults]
|
||||
inventory=inventory
|
||||
private_key_file=~/.ssh/id_ed25519
|
||||
remote_user=ansible
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
|
||||
tasks:
|
||||
- name: update respository index
|
||||
apt:
|
||||
ansible.builtin.package:
|
||||
update_cache: yes
|
||||
|
||||
Reference in New Issue
Block a user