v.1.3.2 newt-pangolin
This commit is contained in:
@@ -8,6 +8,7 @@ docker-registry
|
|||||||
jenkins
|
jenkins
|
||||||
gitea
|
gitea
|
||||||
pihole
|
pihole
|
||||||
|
newt-pangolin
|
||||||
|
|
||||||
[pve]
|
[pve]
|
||||||
pve-01
|
pve-01
|
||||||
@@ -20,6 +21,7 @@ nginx
|
|||||||
vm-ubuntu-01
|
vm-ubuntu-01
|
||||||
|
|
||||||
[vserver]
|
[vserver]
|
||||||
|
ionos-ubuntu-01-obsolet
|
||||||
ionos-ubuntu-01
|
ionos-ubuntu-01
|
||||||
|
|
||||||
[homelab]
|
[homelab]
|
||||||
|
|||||||
9
local-upgrade.yaml
Normal file
9
local-upgrade.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
- hosts: 127.0.0.1
|
||||||
|
# connection: local
|
||||||
|
gather_facts: yes
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- name: update respository index
|
||||||
|
ansible.builtin.apt:
|
||||||
|
update_cache: yes
|
||||||
|
upgrade: safe
|
||||||
@@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: true
|
become: true
|
||||||
gather_facts: no
|
gather_facts: yes
|
||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: update respository index
|
- name: update respository index
|
||||||
@@ -13,7 +12,7 @@
|
|||||||
|
|
||||||
- hosts: homelab
|
- hosts: homelab
|
||||||
become: true
|
become: true
|
||||||
gather_facts: no
|
gather_facts: yes
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Upgrade flatpaks
|
- name: Upgrade flatpaks
|
||||||
|
|||||||
Reference in New Issue
Block a user