always run on main, and README update
Infrastructure / Check and run Ansbile playbooks (push) Successful in 1m28s
Details
Infrastructure / Check and run Ansbile playbooks (push) Successful in 1m28s
Details
This commit is contained in:
parent
daa116f741
commit
13bb62fe61
|
@ -3,12 +3,12 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
paths:
|
paths:
|
||||||
- infra/**-playbook.yaml
|
- infra/**-playbook.yaml
|
||||||
- .github/workflows/infra.yaml
|
- .github/workflows/infra.yaml
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEPLOY: ${{ github.ref == 'refs/heads/main' && ((startsWith(github.event.head_commit.message, '[deploy-all]') && 'all') || ('some')) || 'none' }}
|
DEPLOY: ${{ github.ref == 'refs/heads/main' && ((startsWith(github.event.head_commit.message, '[deploy-all]') && 'all') || ('some')) || 'none' }}
|
||||||
|
|
|
@ -6,3 +6,5 @@ This repository contains any automations used in deploying *.koval.net services.
|
||||||
|
|
||||||
All 'managed' infrastructure is deployed and provisioned with [Ansible](https://www.ansible.com/).
|
All 'managed' infrastructure is deployed and provisioned with [Ansible](https://www.ansible.com/).
|
||||||
However, some 'unmanaged' (manually managed) resources also exist - primarily everything required for this repository to work (I don't want to make a dependency loop).
|
However, some 'unmanaged' (manually managed) resources also exist - primarily everything required for this repository to work (I don't want to make a dependency loop).
|
||||||
|
|
||||||
|
Ansible playbooks are ran in alphanumerical order and are expected idempotent.
|
||||||
|
|
Loading…
Reference in New Issue