.. Document meta .. |antsibull-internal-nbsp| unicode:: 0xA0 :trim: .. meta:: :antsibull-docs: 2.14.0 .. Anchors .. _ansible_collections.osp.edpm.edpm_nftables_snippet_module: .. Anchors: short name for ansible.builtin .. Title osp.edpm.edpm_nftables_snippet module -- Create rule snippets in selected configuration directory +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. version_added .. rst-class:: ansible-version-added New in osp.edpm 2.12 .. contents:: :local: :depth: 1 .. Deprecated Synopsis -------- .. Description - This module validate and write the YAML in specified location/file, while ensuring the filename is unique in the location. .. Aliases .. Requirements .. Options Parameters ---------- .. tabularcolumns:: \X{1}{3}\X{2}{3} .. list-table:: :width: 100% :widths: auto :header-rows: 1 :class: longtable ansible-option-table * - Parameter - Comments * - .. raw:: html
.. _ansible_collections.osp.edpm.edpm_nftables_snippet_module__parameter-content: .. rst-class:: ansible-option-title **content** .. raw:: html .. ansible-option-type-line:: :ansible-option-type:`string` .. raw:: html
- .. raw:: html
List of rule dicts in valid YAML .. raw:: html
* - .. raw:: html
.. _ansible_collections.osp.edpm.edpm_nftables_snippet_module__parameter-dest: .. rst-class:: ansible-option-title **dest** .. raw:: html .. ansible-option-type-line:: :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Destination absolute path, with filename .. raw:: html
* - .. raw:: html
.. _ansible_collections.osp.edpm.edpm_nftables_snippet_module__parameter-state: .. rst-class:: ansible-option-title **state** .. raw:: html .. ansible-option-type-line:: :ansible-option-type:`string` .. raw:: html
- .. raw:: html
State of the snippet, either present or absent .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"present"` .. raw:: html
.. Attributes .. Notes .. Seealso .. Examples Examples -------- .. code-block:: yaml+jinja - name: Inject snippet for CI edpm_nftables_snippet: dest: /var/lib/edpm-config/firewall/ci-rules.yaml content: | - rule_name: 010 Allow SSH from everywhere rule: proto: tcp dport: 22 - rule_name: Allow console stream from everywhere rule: proto: tcp dport: 19885 state: [] .. Facts .. Return values .. Status (Presently only deprecated) .. Authors Authors ~~~~~~~ - Cedric Jeanneret .. Extra links Collection links ~~~~~~~~~~~~~~~~ .. ansible-links:: - title: "Issue Tracker" url: "https://github.com/openstack-k8s-operators/edpm-ansible/issues" external: true - title: "Repository (Sources)" url: "https://github.com/openstack-k8s-operators/edpm-ansible" external: true .. Parsing errors