v.1.4.0 local-upgrade.yaml
This commit is contained in:
@@ -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
1
ansib-local.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ansible-playbook local-upgrade.yaml --become --ask-become-pass
|
||||||
@@ -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]
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user