From 975f66f2eebe9dadba04f275774d4ab83f74cf25 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 14:04:41 +0200 Subject: Adding upstream version 7.7.0+dfsg. Signed-off-by: Daniel Baumann --- .../community/hrobot/meta/execution-environment.yml | 7 +++++++ ansible_collections/community/hrobot/meta/runtime.yml | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 ansible_collections/community/hrobot/meta/execution-environment.yml create mode 100644 ansible_collections/community/hrobot/meta/runtime.yml (limited to 'ansible_collections/community/hrobot/meta') diff --git a/ansible_collections/community/hrobot/meta/execution-environment.yml b/ansible_collections/community/hrobot/meta/execution-environment.yml new file mode 100644 index 000000000..f1d9b8a6f --- /dev/null +++ b/ansible_collections/community/hrobot/meta/execution-environment.yml @@ -0,0 +1,7 @@ +--- +# Copyright (c) Ansible Project +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + +version: 1 +dependencies: {} diff --git a/ansible_collections/community/hrobot/meta/runtime.yml b/ansible_collections/community/hrobot/meta/runtime.yml new file mode 100644 index 000000000..7ea33e019 --- /dev/null +++ b/ansible_collections/community/hrobot/meta/runtime.yml @@ -0,0 +1,19 @@ +--- +# Copyright (c) Ansible Project +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + +requires_ansible: '>=2.9.10' +action_groups: + robot: + - boot + - failover_ip + - failover_ip_info + - firewall + - firewall_info + - reset + - reverse_dns + - server + - server_info + - ssh_key + - ssh_key_info -- cgit v1.2.3