Skip to content

Commit

Permalink
remove examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gumprich committed Aug 7, 2023
1 parent 8c88306 commit c510de1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 77 deletions.
19 changes: 0 additions & 19 deletions playbooks/check_azure_oauth_token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,3 @@
object_name: "azure_oauth_token"
check_command: "azure_oauth_token"
check_interval: 50m

# EXAMPLES
## used for service_apply
# - name: "Icinga_service_apply_azure"
# include_role:
# name: "telekom_mms.icinga_director.ansible_icinga"
# tasks_from: "icinga_service_apply"
# vars:
# icinga_service_applies:
# - service_apply_object:
# - "azure_oauth_token-service_apply"
# imports: "azure_oauth_token"
# display_name: "azure_oauth_token"
# assign_filter: "{{'host.name=\"azure\"'}}"
# vars:
# tenant_id: "ID"
# client_id: "ID"
# client_secret: "secret"
# scope: "https://management.azure.com/.default"
18 changes: 0 additions & 18 deletions playbooks/check_gitlab_scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,3 @@
object_name: check_gitlab_scheduler
check_command: "check_gitlab_scheduler"
check_interval: 5m

# EXAMPLES
## used for service_apply
# - name: "Icinga_service_apply_azure"
# include_role:
# name: "telekom_mms.icinga_director.ansible_icinga"
# tasks_from: "icinga_service_apply"
# vars:
# icinga_service_applies:
# - service_apply_object:
# - "check_gitlab_scheduler-service_apply"
# imports: "check_gitlab_scheduler"
# display_name: "check_gitlab_scheduler_pipelinename"
# assign_filter: "{{'host.name="gitlab-pipelines"'}}"
# vars:
# projectid: "111"
# schedulerid: "222"
# token: "{{ gitlab_project_token }}"
20 changes: 0 additions & 20 deletions playbooks/check_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,3 @@
type: Function
body: macro("$json_warn$")
-x: $json_xauth$

# EXAMPLES
## used for service_apply
# - name: "Icinga_service_apply_azure"
# include_role:
# name: "telekom_mms.icinga_director.ansible_icinga"
# tasks_from: "icinga_service_apply"
# vars:
# icinga_service_applies:
# - service_apply_object:
# - "{{ object_name }}-service_apply"
# imports: "domon-json"
# display_name: "{{ object_name }}"
# assign_filter: "{{'host.name=\"azure\"'}}"
# vars:
# json_url: "https://api/xxx"
# json_attributes: '{state}'
# json_expect: Online
# json_ignoressl: true
# json_outputvars: '{state}'
20 changes: 0 additions & 20 deletions playbooks/check_json_azure_restapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,3 @@
type: Function
body: macro("$json_warn$")
-x: $json_xauth$

# EXAMPLES
## used for service_apply
# - name: "Icinga_service_template_azure"
# include_role:
# name: "telekom_mms.icinga_director.ansible_icinga"
# tasks_from: "icinga_service_apply"
# vars:
# icinga_service_applies:
# - service_apply_object:
# - "azure_restapi-service_apply"
# imports: "domon-json-azure-restapi"
# display_name: "azure_restapi"
# assign_filter: "{{'host.name=\"azure\"'}}"
# vars:
# json_url: "https://management.azure.com/subscriptions/xxx"
# json_attributes: '{properties}->{state}'
# json_expect: Ready
# json_ignoressl: true
# json_outputvars: '{properties}->{state}'

0 comments on commit c510de1

Please sign in to comment.