Skip to content

Commit

Permalink
Add cabs user
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Nov 26, 2021
1 parent d15b3a1 commit 16486b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/tuxedo/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ tuxedo_service_users:
uid: "{{ tuxedo_service_user_id_minimum + (1 * tuxedo_service_user_id_increment) | int }}"
- name: scud
uid: "{{ tuxedo_service_user_id_minimum + (2 * tuxedo_service_user_id_increment) | int }}"
- name: cabs
uid: "{{ tuxedo_service_user_id_minimum + (3 * tuxedo_service_user_id_increment) | int }}"

# Informix Client SDK
informix_sdk_version: "410UC12"
Expand Down

0 comments on commit 16486b2

Please sign in to comment.