Remove Drone; re-name .drone.env -> .ci.env; Add initial Actions; Tidy gitea.yml

This commit is contained in:
2024-12-20 12:56:20 -05:00
parent 43d9408dd0
commit c380074426
4 changed files with 80 additions and 48 deletions

3
.ci.env Normal file
View File

@ -0,0 +1,3 @@
export ANSIBLE_LINT_EXCLUSION="--exclude collections/ansible_collections --exclude .gitea"
export ANSIBLE_INVENTORY="-i 127.0.0.1, --connection=local"
export ANSIBLE_PLAYBOOK="gitea.yml"