Skip to content

Commit 80195cc

Browse files
committed
Add SMSLab team repos to Ansible inventory
1 parent 11c1118 commit 80195cc

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

ansible/inventory/group_vars/all/source-repositories

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,3 +713,32 @@ source_repositories:
713713
- codeowners:
714714
content: "{{ community_files.codeowners.release_train }}"
715715
dest: ".github/CODEOWNERS"
716+
# SMSLab team
717+
smslab-azimuth-config:
718+
repository_type: "ansible"
719+
workflows: []
720+
community_files:
721+
- codeowners:
722+
content: "{{ community_files.codeowners.sms_lab }}"
723+
dest: ".github/CODEOWNERS"
724+
smslab-config:
725+
repository_type: "ansible"
726+
workflows: []
727+
community_files:
728+
- codeowners:
729+
content: "{{ community_files.codeowners.sms_lab }}"
730+
dest: ".github/CODEOWNERS"
731+
smslab-kayobe-config:
732+
repository_type: "ansible"
733+
workflows: []
734+
community_files:
735+
- codeowners:
736+
content: "{{ community_files.codeowners.sms_lab }}"
737+
dest: ".github/CODEOWNERS"
738+
terraform-bastion:
739+
repository_type: "single-branch"
740+
workflows: []
741+
community_files:
742+
- codeowners:
743+
content: "{{ community_files.codeowners.sms_lab }}"
744+
dest: ".github/CODEOWNERS"

0 commit comments

Comments
 (0)