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:
@@ -11,11 +11,8 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: common-setup-just-created
|
||||
run: |
|
||||
echo "Current working directory:"
|
||||
pwd
|
||||
echo "Files in workspace:"
|
||||
ls -lsa
|
||||
run: |
|
||||
cd /usr/share/ansible-repo/
|
||||
|
||||
# Example: Create a simple file
|
||||
echo "Hello, Gitea Runner!" > output.txt
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
#.vaulto
|
||||
.vaulto
|
||||
mitogen-*
|
||||
asdf
|
||||
@@ -6,7 +6,6 @@ all: # keys must be unique, i.e. only one 'hosts' per group
|
||||
# #printing-slut.guaranteedstruggle.host:
|
||||
# harbor.guaranteedstruggle.host:
|
||||
|
||||
sdr-slut.guaranteedstruggle.host:
|
||||
#video-slut.guaranteedstruggle.host:
|
||||
#orangepirv2.guaranteedstruggle.host:
|
||||
#192.168.0.32:
|
||||
|
||||
@@ -4,7 +4,6 @@ physical_machines:
|
||||
cyberbully.guaranteedstruggle.host:
|
||||
#
|
||||
|
||||
video-slut.guaranteedstruggle.host:
|
||||
orangepirv2.guaranteedstruggle.host:
|
||||
##gpu-slut.guaranteedstruggle.host:
|
||||
children:
|
||||
@@ -29,6 +28,8 @@ vms:
|
||||
#recording-slut.guaranteedstruggle.host:
|
||||
#192.168.0.26
|
||||
recording-slut.guaranteedstruggle.host:
|
||||
sdr-slut.guaranteedstruggle.host:
|
||||
video-slut.guaranteedstruggle.host:
|
||||
children:
|
||||
printer:
|
||||
kubernetes:
|
||||
@@ -37,9 +38,9 @@ vms:
|
||||
|
||||
docker:
|
||||
hosts:
|
||||
swarm-node1.guaranteedstruggle.host:
|
||||
swarm-node2.guaranteedstruggle.host:
|
||||
swarm-node3.guaranteedstruggle.host:
|
||||
# swarm-node1.guaranteedstruggle.host:
|
||||
# swarm-node2.guaranteedstruggle.host:
|
||||
# swarm-node3.guaranteedstruggle.host:
|
||||
|
||||
harbor.guaranteedstruggle.host:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user