We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--- - hosts: master remote_user: root gather_facts: no tasks: - name: Creates a Trusted Storage Pool peer: state: present nodes: - 10.70.43.1 - 10.70.43.2 - 10.70.43.3
--- - hosts: master remote_user: root gather_facts: no tasks: - name: Creates a Trusted Storage Pool peer: state: absent nodes: - 10.70.43.1 - 10.70.43.2 - 10.70.43.3
--- - hosts: master remote_user: root gather_facts: no tasks: - name: Creates a Trusted Storage Pool peer: state: absent nodes: - 10.70.43.1 - 10.70.43.2 - 10.70.43.3 force: yes