-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No more need to send extra-vars.
- Loading branch information
Showing
13 changed files
with
31 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,6 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: ./.github/actions/setup-ansible | ||
- run: | | ||
ansible-playbook main.yaml --limit localhost --tags autorestic \ | ||
--extra-vars "b2_account_id=ci b2_account_key=ci \ | ||
backblaze_homeassistant_key=ci \ | ||
backblaze_zigbee2mqtt_key=ci \ | ||
healthchecks_backup_homeassistant_ping_url=ci \ | ||
healthchecks_backup_zigbee2mqtt_ping_url=ci" | ||
ansible-playbook main.yaml --limit localhost --tags autorestic | ||
cd ~/autorestic && docker compose run autorestic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: ./.github/actions/setup-ansible | ||
- run: | | ||
ansible-playbook main.yaml --limit localhost --tags diun \ | ||
--extra-vars "telegram_token=ci telegram_chatids=ci" | ||
ansible-playbook main.yaml --limit localhost --tags diun | ||
docker ps --filter name=diun | grep --quiet diun |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: ./.github/actions/setup-ansible | ||
- run: | | ||
ansible-playbook main.yaml --limit localhost --tags duckdns \ | ||
--extra-vars "duckdns_domain=ci duckdns_token=ci" | ||
ansible-playbook main.yaml --limit localhost --tags duckdns | ||
docker ps --filter name=duckdns | grep --quiet duckdns |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: ./.github/actions/setup-ansible | ||
- run: | | ||
ansible-playbook main.yaml --limit localhost --tags gatus \ | ||
--extra-vars "telegram_token=ci telegram_chatids=ci" | ||
ansible-playbook main.yaml --limit localhost --tags gatus | ||
docker ps --filter name=gatus | grep --quiet gatus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: ./.github/actions/setup-ansible | ||
- run: | | ||
ansible-playbook main.yaml --limit localhost --tags healthchecks \ | ||
--extra-vars "healthchecks_secret_key=ci" | ||
ansible-playbook main.yaml --limit localhost --tags healthchecks | ||
docker ps --filter name=healthchecks | grep --quiet healthchecks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,7 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: ./.github/actions/setup-ansible | ||
- run: | | ||
ansible-playbook main.yaml --limit localhost --tags homeassistant \ | ||
--extra-vars "domain=ci b2_account_id=ci b2_account_key=ci \ | ||
backblaze_homeassistant_key=ci backblaze_zigbee2mqtt_key=ci \ | ||
healthchecks_backup_homeassistant_url=ci \ | ||
healthchecks_backup_zigbee2mqtt_url=ci" | ||
ansible-playbook main.yaml --limit localhost --tags homeassistant | ||
docker ps --filter name=homeassistant | grep --quiet homeassistant | ||
docker exec homeassistant hass --config /config --script check_config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: ./.github/actions/setup-ansible | ||
- run: | | ||
ansible-playbook main.yaml --limit localhost --tags monocker \ | ||
--extra-vars "telegram_token=ci telegram_chatids=ci" | ||
ansible-playbook main.yaml --limit localhost --tags monocker | ||
docker ps --filter name=monocker | grep --quiet monocker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,6 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: ./.github/actions/setup-ansible | ||
- run: | | ||
ansible-playbook main.yaml --limit localhost --tags traefik \ | ||
--extra-vars "domain=ci duckdns_token=ci \ | ||
traefik_username=ci traefik_password=ci \ | ||
letsencrypt_email=ci letsencrypt_provider=ci" | ||
ansible-playbook main.yaml --limit localhost --tags traefik | ||
docker ps --filter name=traefik | grep --quiet traefik |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters