This commit is contained in:
parent
1e8b06987a
commit
3931be2672
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: run updates
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: run updates
|
||||||
|
image: siverten/ansible
|
||||||
|
environment:
|
||||||
|
PASS:
|
||||||
|
from_secret: pass
|
||||||
|
commands:
|
||||||
|
- SERVS=$(cat servers.ini)
|
||||||
|
- echo "[all:vars]\nansible_become_pass = $PASS\n$SERVS" > servers.ini
|
||||||
|
- ansible-playbook -t update
|
||||||
|
|
@ -1,8 +1,8 @@
|
|||||||
# Aliases
|
# Aliases
|
||||||
[schwarzerfunke_vpn]
|
[schwarzerfunke_vpn]
|
||||||
100.64.69.10
|
100.64.69.10
|
||||||
[void_vpn]
|
[void]
|
||||||
100.64.69.7
|
void.42069.no
|
||||||
|
|
||||||
[archy]
|
[archy]
|
||||||
archy.42069.no
|
archy.42069.no
|
||||||
@ -15,7 +15,7 @@ stor
|
|||||||
[sky:children]
|
[sky:children]
|
||||||
schwarzerfunke_vpn
|
schwarzerfunke_vpn
|
||||||
[loftet:children]
|
[loftet:children]
|
||||||
void_vpn
|
void
|
||||||
|
|
||||||
[vpn:children]
|
[vpn:children]
|
||||||
loftet
|
loftet
|
||||||
@ -33,6 +33,6 @@ schwarzerfunke_vpn
|
|||||||
archy
|
archy
|
||||||
store
|
store
|
||||||
[xbps:children]
|
[xbps:children]
|
||||||
void_vpn
|
void
|
||||||
[apt:children]
|
[apt:children]
|
||||||
liten
|
liten
|
||||||
|
Loading…
Reference in New Issue
Block a user