This commit is contained in:
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
|
||||
[schwarzerfunke_vpn]
|
||||
100.64.69.10
|
||||
[void_vpn]
|
||||
100.64.69.7
|
||||
[void]
|
||||
void.42069.no
|
||||
|
||||
[archy]
|
||||
archy.42069.no
|
||||
@@ -15,7 +15,7 @@ stor
|
||||
[sky:children]
|
||||
schwarzerfunke_vpn
|
||||
[loftet:children]
|
||||
void_vpn
|
||||
void
|
||||
|
||||
[vpn:children]
|
||||
loftet
|
||||
@@ -33,6 +33,6 @@ schwarzerfunke_vpn
|
||||
archy
|
||||
store
|
||||
[xbps:children]
|
||||
void_vpn
|
||||
void
|
||||
[apt:children]
|
||||
liten
|
||||
|
Reference in New Issue
Block a user