.. Document meta .. |antsibull-internal-nbsp| unicode:: 0xA0 :trim: .. meta:: :antsibull-docs: 2.14.0 .. Anchors .. _ansible_collections.osp.edpm.edpm_nftables_from_files_module: .. Anchors: short name for ansible.builtin .. Title osp.edpm.edpm_nftables_from_files module -- Get yaml contents and output a single list of rules +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. version_added .. rst-class:: ansible-version-added New in osp.edpm 2.12 .. contents:: :local: :depth: 1 .. Deprecated Synopsis -------- .. Description - This action loads multiple YAML files from a specified location, and appends the elements into a single list. This list can then be used within edpm\_nftables in order to configure the firewall. .. 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_from_files_module__parameter-src: .. rst-class:: ansible-option-title **src** .. raw:: html .. ansible-option-type-line:: :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Source directory for the different files .. raw:: html
.. Attributes .. Notes .. Seealso .. Examples Examples -------- .. code-block:: yaml+jinja - name: Get nftables rules register: edpm_nftables_rules edpm_nftables_from_files: src: /var/lib/edpm-config/firewall .. Facts .. Return values Return Values ------------- Common return values are documented :ref:`here `, the following are the fields unique to this module: .. tabularcolumns:: \X{1}{3}\X{2}{3} .. list-table:: :width: 100% :widths: auto :header-rows: 1 :class: longtable ansible-option-table * - Key - Description * - .. raw:: html
.. _ansible_collections.osp.edpm.edpm_nftables_from_files_module__return-rules: .. rst-class:: ansible-option-title **rules** .. raw:: html .. ansible-option-type-line:: :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
List of nftables rules built upon the files content .. rst-class:: ansible-option-line :ansible-option-returned-bold:`Returned:` always .. rst-class:: ansible-option-line .. rst-class:: ansible-option-sample :ansible-option-sample-bold:`Sample:` :ansible-rv-sample-value:`{"rules": [{"rule": {"proto": "all", "state": ["RELATED", "ESTABLISHED"]}, "rule\_name": "000 accept related established"}, {"rule": {"dport": 22, "proto": "tcp"}, "rule\_name": "010 accept ssh from all"}], "success": true}` .. raw:: html
.. 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