v.0.0.1 ionos-ubuntu-01

This commit is contained in:
2024-11-17 11:47:32 +01:00
parent 5c39a46f64
commit cdc0cdae6a
3 changed files with 11 additions and 7 deletions

View File

@@ -1,7 +1,3 @@
[defaults] [defaults]
inventory=inventory inventory=inventory
private_key_file=~/.ssh/id_ed25519 private_key_file=~/.ssh/id_ed25519
[tiijay]
inventory=inventory2
private_key_file=~/.ssh/id_ed25519

View File

@@ -1,4 +1,4 @@
[default] [lxc]
j-agent-01 j-agent-01
j-agent-02 j-agent-02
j-agent-03 j-agent-03
@@ -8,6 +8,14 @@ jenkins
gitea gitea
pihole pihole
[tiijay] [vm]
microk8s microk8s
nginx nginx
[vm:vars]
ansible_user=tiijay
[vserver]
ionos-ubuntu-01
[vserver:vars]
ansible_user=root

View File

@@ -1,6 +1,6 @@
--- ---
- hosts: default - hosts: all
become: true become: true
tasks: tasks: