We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337cdaa commit 2a12690Copy full SHA for 2a12690
etc/kayobe/ansible/pulp-everything.yml
@@ -0,0 +1,15 @@
1
+---
2
+- name: "Import pulp-repo-sync"
3
+ import_playbook: pulp-repo-sync.yml
4
+
5
+- name: "Import pulp-repo-publish"
6
+ import_playbook: pulp-repo-publish.yml
7
8
+- name: "Import pulp-repo-promote-production"
9
+ import_playbook: pulp-repo-promote-production.yml
10
11
+- name: "Import pulp-container-sync"
12
+ import_playbook: pulp-container-sync.yml
13
14
+- name: "Import pulp-container-publish"
15
+ import_playbook: pulp-container-publish.yml
0 commit comments