v.1.4.0 local-upgrade.yaml
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
```shell script
|
||||
ansible-playbook --ask-become-pass bootstrap.yml
|
||||
```
|
||||
|
||||
```bash
|
||||
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-02
|
||||
j-agent-03
|
||||
j-agent-04
|
||||
mongodb
|
||||
docker-registry
|
||||
jenkins
|
||||
gitea
|
||||
pihole
|
||||
newt-pangolin
|
||||
wiki
|
||||
paperless
|
||||
|
||||
[pve]
|
||||
pve-01
|
||||
@@ -21,7 +24,6 @@ nginx
|
||||
vm-ubuntu-01
|
||||
|
||||
[vserver]
|
||||
ionos-ubuntu-01-obsolet
|
||||
ionos-ubuntu-01
|
||||
|
||||
[homelab]
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- hosts: 127.0.0.1
|
||||
# connection: local
|
||||
connection: local
|
||||
gather_facts: yes
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: update respository index
|
||||
|
||||
Reference in New Issue
Block a user