ci: add ansible and CICD deployment
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Self-hosted GitHub Actions runner hosts.
|
||||
# Per-project runner matrix lives in host_vars/<host>.yml.
|
||||
# Set ansible_host (and ansible_user if not root) to real values.
|
||||
|
||||
[stage]
|
||||
stage01 ansible_host=172.25.25.209 ansible_user=ubuntu
|
||||
|
||||
[prod]
|
||||
prod01 ansible_host=CHANGE_ME ansible_user=ubuntu
|
||||
Reference in New Issue
Block a user