Clean
This commit is contained in:
parent
479df3737e
commit
f7f4ab6161
|
|
@ -14,8 +14,14 @@
|
||||||
api_credential_file: '/Users/fabioisti/Keys/ns1.sifi.isti.cnr.it_fabio_apikey.txt'
|
api_credential_file: '/Users/fabioisti/Keys/ns1.sifi.isti.cnr.it_fabio_apikey.txt'
|
||||||
firewall: "{{ ansible_host}}"
|
firewall: "{{ ansible_host}}"
|
||||||
ssl_verify: true
|
ssl_verify: true
|
||||||
|
ssl_ca_file: '/Users/fabioisti/git/SSE-LAB/ansible/inventories/group_vars/sifi/SIFI_CA.pem'
|
||||||
tasks:
|
tasks:
|
||||||
|
- name : Check libs
|
||||||
|
script: /Users/fabioisti/test_httpx.py
|
||||||
|
args:
|
||||||
|
executable: python3
|
||||||
|
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
oxlorg.opnsense.alias:
|
oxlorg.opnsense.alias:
|
||||||
name: 'ANSIBLE_TEST1'
|
name: 'ANSIBLE_TEST1'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue