Skip to content

Commit

Permalink
New ami role list
Browse files Browse the repository at this point in the history
  • Loading branch information
pavmoj committed Oct 24, 2023
1 parent 0fd210f commit 2569d77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/group_vars/ami_hmpps_domain_services.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
ansible_python_interpreter: python3.9

ami_roles_list:
- join-ad-linux

# the below vars are defined in multiple groups. Keep the values the same to avoid unexpected behaviour
roles_list: "{{ (ami_roles_list | default([]) | difference(server_type_roles_list | default([]))) + (server_type_roles_list | default([])) }}"

0 comments on commit 2569d77

Please sign in to comment.