Forum Discussion

randy_rekdal's avatar
randy_rekdal
Novice I
6 months ago

Hello, Just started doing some experimentation with

Hello, Just started doing some experimentation with Ansible against our Flashblade systems and have run into this "fatal" error that dosent seem all that fatal in that the task finishes, and sucessfully builds the file system but the play recap shows that the task has failed. Best case seems to be to get this secured. Anyone seen this or have some pointers for a total code novice? Thanks fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "/home/admin/.local/lib/python3.11/site-packages/urllib3/connectionpool.py InsecureRequestWarning: Unverified HTTPS request is being made to host '10.10.10.10'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings\n warnings.warn(\n/home/admin/.local/lib/python3.11/site-packages/urllib3/connectionpool.py:1099 - name: Pure Storage FlashBlade Ansible module Demo hosts: localhost collections: - purestorage.flashblade gather_facts: false tasks: - name: Create new FlashBlade FileSystem purefb_fs: fb_url: 10.10.10.10 api_token: kjdashaskdjhsajkdhaskjhd name: Ansible_Test state: present size: 1T nfsv3: true nfsv4: false hard_limit: true nfs_rules: '*(rw,no_root_squash)' snapshot: true