v.1.1.0 remote_user=ansible
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
inventory=inventory
|
inventory=inventory
|
||||||
private_key_file=~/.ssh/id_ed25519
|
private_key_file=~/.ssh/id_ed25519
|
||||||
|
remote_user=ansible
|
||||||
@@ -10,17 +10,10 @@ pihole
|
|||||||
|
|
||||||
[pve]
|
[pve]
|
||||||
proxmox
|
proxmox
|
||||||
[pve:vars]
|
|
||||||
ansible_user=root
|
|
||||||
|
|
||||||
[vm]
|
[vm]
|
||||||
microk8s
|
microk8s
|
||||||
nginx
|
nginx
|
||||||
[vm:vars]
|
|
||||||
ansible_user=tiijay
|
|
||||||
|
|
||||||
[vserver]
|
[vserver]
|
||||||
ionos-ubuntu-01
|
ionos-ubuntu-01
|
||||||
[vserver:vars]
|
|
||||||
ansible_user=root
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,5 +5,6 @@
|
|||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: update respository index
|
- name: update respository index
|
||||||
apt:
|
ansible.builtin.package:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
Reference in New Issue
Block a user