small refactor
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
This commit is contained in:
@@ -12,10 +12,7 @@ jobs:
|
|||||||
|
|
||||||
- name: common-setup-just-created
|
- name: common-setup-just-created
|
||||||
run: |
|
run: |
|
||||||
echo "Current working directory:"
|
cd /usr/share/ansible-repo/
|
||||||
pwd
|
|
||||||
echo "Files in workspace:"
|
|
||||||
ls -lsa
|
|
||||||
|
|
||||||
# Example: Create a simple file
|
# Example: Create a simple file
|
||||||
echo "Hello, Gitea Runner!" > output.txt
|
echo "Hello, Gitea Runner!" > output.txt
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
#.vaulto
|
.vaulto
|
||||||
|
mitogen-*
|
||||||
asdf
|
asdf
|
||||||
@@ -6,7 +6,6 @@ all: # keys must be unique, i.e. only one 'hosts' per group
|
|||||||
# #printing-slut.guaranteedstruggle.host:
|
# #printing-slut.guaranteedstruggle.host:
|
||||||
# harbor.guaranteedstruggle.host:
|
# harbor.guaranteedstruggle.host:
|
||||||
|
|
||||||
sdr-slut.guaranteedstruggle.host:
|
|
||||||
#video-slut.guaranteedstruggle.host:
|
#video-slut.guaranteedstruggle.host:
|
||||||
#orangepirv2.guaranteedstruggle.host:
|
#orangepirv2.guaranteedstruggle.host:
|
||||||
#192.168.0.32:
|
#192.168.0.32:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ physical_machines:
|
|||||||
cyberbully.guaranteedstruggle.host:
|
cyberbully.guaranteedstruggle.host:
|
||||||
#
|
#
|
||||||
|
|
||||||
video-slut.guaranteedstruggle.host:
|
|
||||||
orangepirv2.guaranteedstruggle.host:
|
orangepirv2.guaranteedstruggle.host:
|
||||||
##gpu-slut.guaranteedstruggle.host:
|
##gpu-slut.guaranteedstruggle.host:
|
||||||
children:
|
children:
|
||||||
@@ -29,6 +28,8 @@ vms:
|
|||||||
#recording-slut.guaranteedstruggle.host:
|
#recording-slut.guaranteedstruggle.host:
|
||||||
#192.168.0.26
|
#192.168.0.26
|
||||||
recording-slut.guaranteedstruggle.host:
|
recording-slut.guaranteedstruggle.host:
|
||||||
|
sdr-slut.guaranteedstruggle.host:
|
||||||
|
video-slut.guaranteedstruggle.host:
|
||||||
children:
|
children:
|
||||||
printer:
|
printer:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
@@ -37,9 +38,9 @@ vms:
|
|||||||
|
|
||||||
docker:
|
docker:
|
||||||
hosts:
|
hosts:
|
||||||
swarm-node1.guaranteedstruggle.host:
|
# swarm-node1.guaranteedstruggle.host:
|
||||||
swarm-node2.guaranteedstruggle.host:
|
# swarm-node2.guaranteedstruggle.host:
|
||||||
swarm-node3.guaranteedstruggle.host:
|
# swarm-node3.guaranteedstruggle.host:
|
||||||
|
|
||||||
harbor.guaranteedstruggle.host:
|
harbor.guaranteedstruggle.host:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user