chore: initial release #22

Merged
jon_nfc merged 54 commits from development into master 2024-02-21 09:07:13 +00:00
16 changed files with 262 additions and 9 deletions
Showing only changes of commit eb242f77ce - Show all commits

View File

@ -9,3 +9,11 @@
ansible.builtin.file:
path: "{{ nfc_c_path_cache }}"
state: directory
- name: Agent ID
ansible.builtin.include_tasks:
file: tasks/agent_id.yaml
vars: # ToDo: remove the below t4est vars
api_scanagents: tools/scanagents

View File

@ -0,0 +1,10 @@
---
- name: Get My ScanAgent ID
ansible.builtin.include_tasks:
file: tasks/api_call.yaml
vars:
api_client_name: "{{ client_name }}"
api_token: "{{ client_token }}"
api_path: "{{ api_scanagents }}"
api_query_string: "filter_by=code&filter_value={{ scanagent_code }}"