forked from CCCHH/ansible-infra
Vendor Galaxy Roles and Collections
This commit is contained in:
parent
c1e1897cda
commit
2aed20393f
3553 changed files with 387444 additions and 2 deletions
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
# 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
|
||||
|
||||
_community_sops_install_system_has_system: true
|
||||
_community_sops_install_system_has_system_latest_only: true
|
||||
_community_sops_install_system_has_github: false
|
||||
|
||||
_community_sops_install_allow_downgrade: false
|
||||
|
||||
_community_sops_install_system_packages:
|
||||
- gpg
|
||||
_community_sops_install_system_packages_unsigned: []
|
||||
|
||||
_community_sops_install_system_package_deb_github: false
|
||||
_community_sops_install_system_packages_github: []
|
||||
_community_sops_install_system_packages_unsigned_github: []
|
||||
|
||||
_community_sops_install_system_package_deb_system: false
|
||||
_community_sops_install_system_packages_system:
|
||||
- sops
|
||||
_community_sops_install_system_packages_unsigned_system: []
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
# 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
|
||||
|
||||
_community_sops_install_system_has_system: true
|
||||
_community_sops_install_system_has_system_latest_only: true
|
||||
_community_sops_install_system_has_github: false
|
||||
|
||||
_community_sops_install_allow_downgrade: false
|
||||
|
||||
_community_sops_install_system_packages:
|
||||
- gnupg
|
||||
_community_sops_install_system_packages_unsigned: []
|
||||
|
||||
_community_sops_install_system_package_deb_github: false
|
||||
_community_sops_install_system_packages_github: []
|
||||
_community_sops_install_system_packages_unsigned_github: []
|
||||
|
||||
_community_sops_install_system_package_deb_system: false
|
||||
_community_sops_install_system_packages_system:
|
||||
- sops
|
||||
_community_sops_install_system_packages_unsigned_system: []
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
# 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
|
||||
|
||||
_community_sops_install_system_has_system: false
|
||||
_community_sops_install_system_has_system_latest_only: true
|
||||
_community_sops_install_system_has_github: true
|
||||
|
||||
_community_sops_install_allow_downgrade: '{{ ansible_version.full is version("2.12", ">=") }}'
|
||||
|
||||
_community_sops_install_system_packages:
|
||||
- gnupg
|
||||
_community_sops_install_system_packages_unsigned: []
|
||||
|
||||
_community_sops_install_arch_transform:
|
||||
x86_64: amd64
|
||||
aarch64: arm64
|
||||
_community_sops_install_system_package_deb_github: >-
|
||||
https://github.com/getsops/sops/releases/download/v{{
|
||||
_community_sops_install_effective_sops_version
|
||||
}}/sops_{{
|
||||
_community_sops_install_effective_sops_version.replace('-', '.')
|
||||
}}_{{
|
||||
_community_sops_install_arch_transform.get(ansible_facts.architecture, ansible_facts.architecture)
|
||||
}}.deb
|
||||
_community_sops_install_system_packages_github: []
|
||||
_community_sops_install_system_packages_unsigned_github: []
|
||||
|
||||
_community_sops_install_system_package_deb_system: false
|
||||
_community_sops_install_system_packages_system: []
|
||||
_community_sops_install_system_packages_unsigned_system: []
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
# 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
|
||||
|
||||
_community_sops_install_system_has_system: false
|
||||
_community_sops_install_system_has_system_latest_only: true
|
||||
_community_sops_install_system_has_github: true
|
||||
|
||||
_community_sops_install_allow_downgrade: true
|
||||
|
||||
_community_sops_install_system_packages:
|
||||
- gnupg2
|
||||
_community_sops_install_system_packages_unsigned: []
|
||||
|
||||
_community_sops_install_system_package_deb_github: false
|
||||
_community_sops_install_system_packages_github: []
|
||||
_community_sops_install_system_packages_unsigned_github:
|
||||
- >-
|
||||
https://github.com/getsops/sops/releases/download/v{{
|
||||
_community_sops_install_effective_sops_version
|
||||
}}/sops-{{
|
||||
(_community_sops_install_effective_sops_version is version('3.6.0', '<')) | ternary('v', '')
|
||||
}}{{
|
||||
_community_sops_install_effective_sops_version.replace('-', '.')
|
||||
}}{{
|
||||
(
|
||||
_community_sops_install_effective_sops_version is version('3.8.0', '<') or
|
||||
_community_sops_install_effective_sops_version is version('3.9.0', '>=')
|
||||
) | ternary('-1', '')
|
||||
}}.{{
|
||||
ansible_facts.architecture
|
||||
}}.rpm
|
||||
|
||||
_community_sops_install_system_package_deb_system: false
|
||||
_community_sops_install_system_packages_system: []
|
||||
_community_sops_install_system_packages_unsigned_system: []
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
# 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
|
||||
|
||||
_community_sops_install_system_has_system: false
|
||||
_community_sops_install_system_has_system_latest_only: true
|
||||
_community_sops_install_system_has_github: false
|
||||
|
||||
_community_sops_install_allow_downgrade: false
|
||||
|
||||
_community_sops_install_system_packages: []
|
||||
_community_sops_install_system_packages_unsigned: []
|
||||
|
||||
_community_sops_install_system_package_deb_github: false
|
||||
_community_sops_install_system_packages_github: []
|
||||
_community_sops_install_system_packages_unsigned_github: []
|
||||
|
||||
_community_sops_install_system_package_deb_system: false
|
||||
_community_sops_install_system_packages_system: []
|
||||
_community_sops_install_system_packages_unsigned_system: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue