chore: Update deployment configuration and documentation
- Update Gitea configuration (remove DEFAULT_ACTIONS_URL) - Fix deployment documentation - Update Ansible playbooks - Clean up deprecated files - Add new deployment scripts and templates
This commit is contained in:
7
deployment/ansible/inventory/local.yml
Normal file
7
deployment/ansible/inventory/local.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# Local inventory for running Ansible playbooks on localhost
|
||||
all:
|
||||
hosts:
|
||||
localhost:
|
||||
ansible_connection: local
|
||||
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
||||
Reference in New Issue
Block a user