v.1.4.0 local-upgrade.yaml

This commit is contained in:
2025-05-25 10:03:49 +02:00
parent 104201ea1a
commit 9875f15990
4 changed files with 11 additions and 2 deletions

View File

@@ -2,6 +2,11 @@
```shell script ```shell script
ansible-playbook --ask-become-pass bootstrap.yml ansible-playbook --ask-become-pass bootstrap.yml
``` ```
```bash ```bash
ansible-playbook system-upgrade.yml ansible-playbook system-upgrade.yml
``` ```
```bash
ansible-playbook local-upgrade.yaml --become --ask-become-pass
```

1
ansib-local.txt Normal file
View File

@@ -0,0 +1 @@
ansible-playbook local-upgrade.yaml --become --ask-become-pass

View File

@@ -3,12 +3,15 @@ lxc-thin-base-docker
j-agent-01 j-agent-01
j-agent-02 j-agent-02
j-agent-03 j-agent-03
j-agent-04
mongodb mongodb
docker-registry docker-registry
jenkins jenkins
gitea gitea
pihole pihole
newt-pangolin newt-pangolin
wiki
paperless
[pve] [pve]
pve-01 pve-01
@@ -21,7 +24,6 @@ nginx
vm-ubuntu-01 vm-ubuntu-01
[vserver] [vserver]
ionos-ubuntu-01-obsolet
ionos-ubuntu-01 ionos-ubuntu-01
[homelab] [homelab]

View File

@@ -1,6 +1,7 @@
- hosts: 127.0.0.1 - hosts: 127.0.0.1
# connection: local connection: local
gather_facts: yes gather_facts: yes
become: true
tasks: tasks:
- name: update respository index - name: update respository index