Skip to content

Commit

Permalink
Add a playbook that runs sync/publish/promote for both repos and cont…
Browse files Browse the repository at this point in the history
…ianers
  • Loading branch information
technowhizz committed Jan 17, 2025
1 parent 337cdaa commit 45a02dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etc/kayobe/ansible/pulp-everything.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

- import_playbook: pulp-repo-sync.yml

Check failure on line 3 in etc/kayobe/ansible/pulp-everything.yml

View workflow job for this annotation

GitHub Actions / Ansible 2.16 lint with Python 3.12

name[play]

All plays should be named.

Check failure on line 3 in etc/kayobe/ansible/pulp-everything.yml

View workflow job for this annotation

GitHub Actions / Ansible 2.15 lint with Python 3.10

name[play]

All plays should be named.
- import_playbook: pulp-repo-publish.yml

Check failure on line 4 in etc/kayobe/ansible/pulp-everything.yml

View workflow job for this annotation

GitHub Actions / Ansible 2.16 lint with Python 3.12

name[play]

All plays should be named.

Check failure on line 4 in etc/kayobe/ansible/pulp-everything.yml

View workflow job for this annotation

GitHub Actions / Ansible 2.15 lint with Python 3.10

name[play]

All plays should be named.
- import_playbook: pulp-repo-promote-production.yml

Check failure on line 5 in etc/kayobe/ansible/pulp-everything.yml

View workflow job for this annotation

GitHub Actions / Ansible 2.16 lint with Python 3.12

name[play]

All plays should be named.

Check failure on line 5 in etc/kayobe/ansible/pulp-everything.yml

View workflow job for this annotation

GitHub Actions / Ansible 2.15 lint with Python 3.10

name[play]

All plays should be named.
- import_playbook: pulp-container-sync.yml

Check failure on line 6 in etc/kayobe/ansible/pulp-everything.yml

View workflow job for this annotation

GitHub Actions / Ansible 2.16 lint with Python 3.12

name[play]

All plays should be named.

Check failure on line 6 in etc/kayobe/ansible/pulp-everything.yml

View workflow job for this annotation

GitHub Actions / Ansible 2.15 lint with Python 3.10

name[play]

All plays should be named.
- import_playbook: pulp-container-publish.yml

Check failure on line 7 in etc/kayobe/ansible/pulp-everything.yml

View workflow job for this annotation

GitHub Actions / Ansible 2.16 lint with Python 3.12

name[play]

All plays should be named.

Check failure on line 7 in etc/kayobe/ansible/pulp-everything.yml

View workflow job for this annotation

GitHub Actions / Ansible 2.15 lint with Python 3.10

name[play]

All plays should be named.

0 comments on commit 45a02dd

Please sign in to comment.