Skip to content

Commit

Permalink
updating to FQDN and ansible version to supported version (#57)
Browse files Browse the repository at this point in the history
* new file:   .DS_Store
	modified:   .yamllint.yml
	modified:   meta/runtime.yml
	modified:   roles/credential/meta/main.yml
	modified:   roles/credential/tasks/main.yml
	modified:   roles/decision_environment/meta/main.yml
	modified:   roles/decision_environment/tasks/main.yml
	modified:   roles/dispatch/meta/main.yml
	modified:   roles/project/meta/main.yml
	modified:   roles/project/tasks/main.yml
	modified:   roles/project_sync/meta/main.yml
	modified:   roles/project_sync/tasks/main.yml
	modified:   roles/rulebook_activation/meta/main.yml
	modified:   roles/rulebook_activation/tasks/main.yml
	modified:   roles/user/meta/main.yml
	modified:   roles/user/tasks/main.yml
	modified:   roles/user_token/meta/main.yml
	modified:   roles/user_token/tasks/main.yml

* deleted:    .DS_Store
  • Loading branch information
djdanielsson authored Aug 27, 2024
1 parent cfcdd6e commit cfff2e5
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 16 deletions.
15 changes: 15 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,19 @@ rules:
allowed-values:
- 'true'
- 'false'
comments:
# https://github.com/prettier/prettier/issues/6780
min-spaces-from-content: 1
# https://github.com/adrienverge/yamllint/issues/384
comments-indentation: false
# We are adding an extra space inside braces as that's how prettier does it
# and we are trying not to fight other linters.
braces:
min-spaces-inside: 0 # yamllint defaults to 0
max-spaces-inside: 1 # yamllint defaults to 0
# key-duplicates:
# forbid-duplicated-merge-keys: true # not enabled by default
octal-values:
forbid-implicit-octal: true # yamllint defaults to false
forbid-explicit-octal: true # yamllint defaults to false
...
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
requires_ansible: '>=2.14.0'
requires_ansible: '>=2.15.0'
...
2 changes: 1 addition & 1 deletion roles/credential/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"

min_ansible_version: "2.14"
min_ansible_version: 2.15.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/credential/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Create EDA Controller Credential
- name: Add EDA Controller credential
credential:
infra.eda_configuration.credential:
name: "{{ __credential_item.name }}"
new_name: "{{ __credential_item.new_name | default(omit) }}"
description: "{{ __credential_item.description | default(omit) }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/decision_environment/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"

min_ansible_version: "2.14"
min_ansible_version: 2.15.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/decision_environment/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Create EDA Controller Decision Environment
- name: Add EDA Controller decision environment
decision_environment:
infra.eda_configuration.decision_environment:
name: "{{ __de_item.name }}"
new_name: "{{ __de_item.new_name | default(omit) }}"
description: "{{ __de_item.description | default(omit) }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/dispatch/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: GPL-3.0-or-later

min_ansible_version: 2.14.0
min_ansible_version: 2.15.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/project/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"

min_ansible_version: "2.14"
min_ansible_version: 2.15.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/project/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Create EDA Controller Project
- name: Add EDA Controller project
project:
infra.eda_configuration.project:
name: "{{ __project_item.name }}"
new_name: "{{ __project_item.new_name | default(omit) }}"
description: "{{ __project_item.description | default(omit) }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/project_sync/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"

min_ansible_version: "2.14"
min_ansible_version: 2.15.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/project_sync/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Sync EDA Controller Project
- name: Sync EDA Controller project
project_sync:
infra.eda_configuration.project_sync:
name: "{{ __project_sync_item.name }}"
wait: "{{ __project_sync_item.wait | default(omit) }}"
interval: "{{ __project_sync_item.interval | default(eda_configuration_project_sync_async_delay) }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/rulebook_activation/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"

min_ansible_version: "2.14"
min_ansible_version: 2.15.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/rulebook_activation/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Create EDA Controller Rulebook Activation
- name: Add EDA Controller rulebook activation
rulebook_activation:
infra.eda_configuration.rulebook_activation:
name: "{{ __ra_item.name }}"
description: "{{ __ra_item.description | default(omit) }}"
project: "{{ __ra_item.project | default(omit) }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/user/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"

min_ansible_version: "2.14"
min_ansible_version: 2.15.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/user/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Create EDA Controller user
- name: Add EDA Controller user
user:
infra.eda_configuration.user:
username: "{{ __user_item.username }}"
new_username: "{{ __user_item.new_username | default(omit) }}"
first_name: "{{ __user_item.first_name | default(omit) }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/user_token/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"

min_ansible_version: "2.9"
min_ansible_version: 2.15.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/user_token/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Create EDA Controller User Tokens
- name: Add EDA Controller user token
user_token:
infra.eda_configuration.user_token:
name: "{{ __token_item.name }}"
new_name: "{{ __token_item.new_name | default(omit) }}"
description: "{{ __token_item.description | default(omit) }}"
Expand Down

0 comments on commit cfff2e5

Please sign in to comment.