unit_type string | repo_path string | commit_id string | stars int32 | unit_prefix string | shard int32 | license_types list | files list | quality dict | flags dict |
|---|---|---|---|---|---|---|---|---|---|
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.openvpn.server_to_server_client | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.openvpn.server_to_server_client/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.openvpn.server\n\n- name: Save client cert name\n ansible.builtin.set_fact:\n pi_server_apps_openvpn_server_to_server_client_cert: \... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2844,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.openvpn.server_to_server_server | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.openvpn.server_to_server_server/templates/client-config.j2",
"content": "iroute {{ args.client_lan_network }} 255.255.255.0\niroute {{ args.client_vpn_network }} 255.255.255.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1515,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.photoprism | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.photoprism/tasks/compose.yml",
"content": "- name: Docker compose\n become: true\n community.docker.docker_compose_v2:\n project_src: \"{{ pi_server_apps_photoprism_etc }}\"\n remove_orphans: true\n state: \"{% if restart %}restarted{% else %}present{% endif %}\"\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6915,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.pihole | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.pihole/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.docker\n\n- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.traefik\n\n- name: Dependency\n ansible.builtin.include_role:\n name:... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8496,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.shutdownd | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.shutdownd/defaults/main.yml",
"content": "pi_server_apps_shutdownd_etc: \"{{ pi_server_etc }}/shutdownd\"\npi_server_apps_shutdownd_script: \"{{ pi_server_apps_shutdownd_etc }}/shutdownd\"\npi_server_apps_shutdownd_var: \"{{ pi_server_var }}/shutdownd\"\npi_server_apps_shutdo... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 12965,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.ssh | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.ssh/templates/email-on-login.j2",
"content": "#!/bin/sh\n# MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN\n\nEMAIL_SCRIPT='{{ pi_server_apps_email_script }}'\n\nif [ \"${PAM_TYPE}\" != 'close_session' ]; then\n if ! grep -F -x \"${PAM_USER}:${PAM_RHOST}\" '{{ pi_server_ap... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2233,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.syncthing | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.syncthing/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.main_data\n\n- name: Syncthing\n ansible.builtin.include_role:\n name: pi_server.apps.syncthing.base\n vars:\n user: \"{{ pi_server_apps_main_data_use... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1267,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.syncthing.base | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.syncthing.base/defaults/main.yml",
"content": "pi_server_apps_syncthing_web_port: \"8384\"\npi_server_apps_syncthing_tcp_port: \"22000\"\npi_server_apps_syncthing_udp_port: \"21027\"\npi_server_apps_syncthing_service: \"pi-server-syncthing\"\n",
"license_type": "no_licens... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4922,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.syncthing.conflict_finder | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.syncthing.conflict_finder/templates/conflict-finder.j2",
"content": "#!/bin/bash\n# MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN\n# Find conflicting files in syncting.\n\nset -eu\n\n{{ cron_wrapper_line }}\n\nDATA_DIR='{{ pi_server_apps_main_data_data_dir }}'\nNO_BACKUP_DI... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2045,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.syncthing.permission_fixer | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.syncthing.permission_fixer/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.main_data\n\n- name: Cronjob\n ansible.builtin.include_role:\n name: pi_server.apps.cron.cronjob\n vars:\n job: syncthing-permission-... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2099,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.traefik | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.traefik/templates/fragment.html.j2",
"content": "<h3>Reverse proxy</h3>\n<ul>\n <li>\n <a href=\"/traefik/dashboard/\">Traefik</a>\n </li>\n</ul>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "roles/... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7503,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.traefik.base | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.traefik.base/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: true\n _run_once: true\n _args: []\n _host_vars: []\n _export_vars:\n - pi_server_apps_traefik_etc\n - pi_server... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2396,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.traefik.http_entrypoint | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.traefik.http_entrypoint/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: false\n _run_once: false\n _args:\n - name\n - port\n _host_vars: []\n _export_vars: []\n",
"lice... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.traefik.http_host_service | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.traefik.http_host_service/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.traefik.base\n\n- name: Service config\n become: true\n ansible.builtin.template:\n src: service.yml.j2\n dest: \"{{ pi_server_apps_tr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1797,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.traefik.https_entrypoint | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.traefik.https_entrypoint/templates/entrypoint.yml.j2",
"content": "{{ args.name }}:\n address: \":{{ args.port }}\"\n http:\n tls: {}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/pi_server.apps.traefi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.traefik.open_host_port_to_containers | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.traefik.open_host_port_to_containers/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: false\n _run_once: false\n _args:\n - port\n _host_vars: []\n _export_vars: []\n",
"licen... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.traefik.publish_port | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.traefik.publish_port/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.traefik\n\n- name: Publish port\n become: true\n ansible.builtin.lineinfile:\n path: \"{{ pi_server_apps_traefik_ports_file }}\"\n line: \"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 547,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.updates | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.updates/defaults/main.yml",
"content": "pi_server_apps_updates_user: \"pi-server-updates\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/pi_server.apps.updates/templates/sudoers.j2",
"content": "# MANAG... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3441,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.zoneedit | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.zoneedit/templates/zoneedit.j2",
"content": "#!/bin/bash\n# MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN\n# Update a ZoneEdit record\n\nset -eu\n\n{{ cron_wrapper_line }}\n\nfunction error() {\n echo \"ERROR:\" \"${@}\"\n exit 1\n}\n\nfunction stop() {\n echo \"No... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3982,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.base | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.base/defaults/main.yml",
"content": "pi_server_etc: \"/etc/pi-server\"\npi_server_opt: \"/opt/pi-server\"\npi_server_var: \"/var/pi-server\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/pi_server.base/tasks/tas... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.base.cleanup_users | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.base.cleanup_users/defaults/main.yml",
"content": "pi_server_base_cleanup_users_default_user: \"ubuntu\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/pi_server.base.cleanup_users/tasks/tasks.yml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.base.hostname | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.base.hostname/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.base\n\n- name: Set hostname\n become: true\n ansible.builtin.hostname:\n name: \"{{ pi_server_hostname }}\"\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.base.localisation | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.base.localisation/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.base\n\n- name: Set timezone\n become: true\n community.general.timezone:\n name: \"{{ pi_server_timezone }}\"\n\n- name: Generate locale\n become: true\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.base.os_hardening | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.base.os_hardening/defaults/main.yml",
"content": "# On the testbed, ICMP ratelimiting must be disabled otherwise ping-based tests\n# will fail. Map keys are whether we're in the testbed.\npi_server_base_os_hardening_icmp_ratelimit_map:\n true: 0\n false: 100\n",
"license_typ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 816,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.base.packages | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.base.packages/tasks/tasks.yml",
"content": "# When updating this file, you can use 'aptitude' to check for any other packages that should be\n# removed; once loaded, type 'l', then '~i!~M' to see all installed non-automatic packages.\n\n- name: Dependency\n ansible.builtin.includ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 911,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.role_helpers | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.role_helpers/tasks/define_role_internal.yml",
"content": "- name: Validate args\n ansible.builtin.fail:\n msg: \"Expected arg '{{ _role_helpers_item }}' is not set\"\n loop: \"{{ _args }}\"\n loop_control:\n loop_var: _role_helpers_item\n when: lookup('vars', _role_helpe... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5391,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.roles.base | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.roles.base/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.base.hostname\n\n- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.base.localisation\n\n- name: Dependency\n ansible.builtin.include_role:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1210,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.roles.pi_core | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.roles.pi_core/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.roles.base\n\n- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.avahi\n\n- name: Dependency\n ansible.builtin.include_role:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 429,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.roles.pi_full | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.roles.pi_full/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.roles.pi_core\n\n- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.main_storage\n\n- name: Dependency\n ansible.builtin.include_role:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 783,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.utils.bootstrap_site | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.utils.bootstrap_site/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.base\n\n- name: Templates\n ansible.builtin.include_role:\n name: pi_server.utils.bootstrap_templates\n vars:\n dest_dir: \"{{ args.fragments_dir }}\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4002,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.utils.bootstrap_templates | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.utils.bootstrap_templates/templates/header.html.j2",
"content": "<!-- MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN -->\n<!doctype html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n <ti... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2048,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.utils.create_file | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.utils.create_file/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.base\n\n- name: \"Check if {{ args.path }} exists\"\n become: true\n ansible.builtin.command:\n cmd: \"ls {{ args.path }}\"\n register: exists\n failed_w... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.utils.net_up_script | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.utils.net_up_script/defaults/main.yml",
"content": "pi_server_utils_net_up_script_dir: \"/etc/networkd-dispatcher/routable.d\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/pi_server.utils.net_up_script/tasks/ta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.utils.nginx | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.utils.nginx/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.docker\n\n- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.traefik\n\n- name: Docker compose file\n become: true\n ansible.builtin... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1820,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.utils.require_file | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.utils.require_file/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.base\n\n- name: \"Check if {{ args.path }} exists\"\n become: true\n ansible.builtin.command:\n cmd: \"ls {{ args.path }}\"\n register: exists\n failed_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.utils.sudoers_fragment | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.utils.sudoers_fragment/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.base\n\n- name: Sudoers\n become: true\n ansible.builtin.template:\n src: \"{{ args.src }}\"\n dest: \"/etc/sudoers.d/{{ args.name }}\"\n owner:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 453,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.utils.swap | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.utils.swap/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.base\n\n- name: Setup swap\n ansible.builtin.include_role:\n name: geerlingguy.swap\n apply:\n become: true\n vars:\n swap_file_size_mb: \"{{ pi_server... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.utils.systemd_service | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.utils.systemd_service/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: false\n _run_once: false\n _args:\n - src\n - service\n - enabled\n _host_vars: []\n _export_vars: []\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.utils.systemd_service_overrides | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.utils.systemd_service_overrides/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.base\n\n- name: \"Systemd overrides '{{ args.service }}' dir\"\n become: true\n ansible.builtin.file:\n path: \"/etc/systemd/system/{{ args.s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 912,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.utils.user | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.utils.user/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.base\n\n- name: \"User '{{ args.user }}'\"\n become: true\n ansible.builtin.user:\n name: \"{{ args.user }}\"\n password: !\n password_lock: true\n shell... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 639,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.aptly | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.aptly/files/aptly/pi-server-test-1.1",
"content": "Section: misc\nPriority: optional\nStandards-Version: 3.9.2\nPackage: pi-server-test\nVersion: 1.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2717,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.ca | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.ca/tasks/tasks.yml",
"content": "- name: Install openvpn\n become: true\n ansible.builtin.package:\n name: openvpn\n state: present\n\n- name: Generate CA\n become: false\n ansible.builtin.shell:\n cmd: \"PATH=\\\"/usr/sbin:${PATH}\\\" {{ pi_serve... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3666,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.certs.base | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.certs.base/tasks/tasks.yml",
"content": "- name: Add certs repo\n become: true\n ansible.builtin.apt_repository:\n repo: \"deb [trusted=yes check-date=no date-max-future=86400] http://{{ pi_server_testbed_internet_ip }}:8080/ certs certs\"\n filename: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 238,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.certs.host_to_server_client | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.certs.host_to_server_client/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.testbed.apps.certs.server\n\n- name: Install certs\n become: true\n ansible.builtin.package:\n name: \"{{ pi_server_hostname... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.certs.server | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.certs.server/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.testbed.apps.certs.base\n\n- name: Install certs\n become: true\n ansible.builtin.package:\n name: \"{{ pi_server_hostname }}-server-certs\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 229,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.certs.server_to_server_client | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.certs.server_to_server_client/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.testbed.apps.certs.server\n\n- name: Install certs\n become: true\n ansible.builtin.package:\n name: \"{{ pi_server_hostna... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.fakesmtp | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.fakesmtp/templates/fakesmtp.service.j2",
"content": "# MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN\n\n[Unit]\nAfter=network.target\nStartLimitIntervalSec=0\n\n[Service]\nType=simple\nRestart=always\nRestartSec=1\nExecStart=/usr/local/lib/npm/bin/fake-smtp-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.git_server | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.git_server/files/setup-git-server.sh",
"content": "#!/bin/bash\n# MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN\n\nREPO_ROOT=\"${HOME}/git\"\nFOO=\"${REPO_ROOT}/foo\"\nBAR=\"${REPO_ROOT}/bar\"\nTEMP=\"${REPO_ROOT}/temp\"\n\ngit config --global user.name foo\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1082,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.media | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.media/tasks/tasks.yml",
"content": "- name: Media dir\n become: true\n ansible.builtin.file:\n path: \"/home/vagrant/media\"\n state: directory\n owner: vagrant\n group: vagrant\n mode: u=rwx,go=rx\n\n- name: Media dir 1\n become: true\n ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 858,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.mockserver | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.mockserver/tasks/tasks.yml",
"content": "- name: Install java\n become: true\n ansible.builtin.package:\n name: openjdk-17-jre\n state: present\n\n- name: Mockserver jar\n become: false\n ansible.builtin.get_url:\n url: https://search.maven.org/re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 713,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.mockserver_client | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.mockserver_client/tasks/tasks.yml",
"content": "- name: Fetch mockserver CA cert\n become: true\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/mock-server/mockserver/master/mockserver-core/src/main/resources/org/mockserver/socket/Cert... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.openvpn.base | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.openvpn.base/tasks/tasks.yml",
"content": "- name: Install openvpn\n become: true\n ansible.builtin.package:\n name: openvpn\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.openvpn.host_to_server_client | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.openvpn.host_to_server_client/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.testbed.apps.openvpn.base\n\n- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.testbed.apps.certs.host_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.openvpn.server_to_server_client | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.openvpn.server_to_server_client/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.testbed.apps.openvpn.base\n\n- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.testbed.apps.certs.serv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.openvpn.server_to_server_server | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.openvpn.server_to_server_server/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.testbed.apps.openvpn.base\n\n- name: Server config\n ansible.builtin.include_role:\n name: pi_server.apps.openvpn.server_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.storage | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.storage/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: false\n _run_once: true\n _args: []\n _host_vars:\n - pi_server_testbed_storage_drive1\n - pi_server_tes... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 925,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.apps.zoneedit | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.apps.zoneedit/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: false\n _run_once: true\n _args: []\n _host_vars:\n - pi_server_testbed_internet_ip\n _export_vars: []\n"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.base | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.base/files/testbed-helper.bash",
"content": "# MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN\n\nfunction first-time() {\n mkdir /tmp/testbed-setup-done &>/dev/null\n}\n\nfunction with-lock() {\n local MUTEX\n local LOG\n MUTEX='/tmp/testbed-setup-mute... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2179,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.roles.internet | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.roles.internet/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.testbed.base\n vars:\n boot_script: internet-boot.j2\n\n- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.testbed.apps.f... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2293,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.roles.pi | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.roles.pi/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.testbed.roles.pi_base\n\n- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.testbed.apps.storage\n\n- name: Dependency\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1281,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.roles.pi_base | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.roles.pi_base/templates/fakepi-default-route.j2",
"content": "{{ pi_server_testbed_router_ip }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "testbed/roles/pi_server.testbed.roles.pi_base/tasks/main.ym... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 985,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.roles.router | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.roles.router/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.testbed.base\n vars:\n boot_script: router-boot.j2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2848,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | testbed/roles/pi_server.testbed.roles.ubuntu | 2,418 | [
"no_license"
] | [
{
"path": "testbed/roles/pi_server.testbed.roles.ubuntu/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.testbed.roles.pi_base\n\n- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.utils.swap\n\n- name: Dependency\n ansible.builtin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | GarethOates/ansible-workshop | 013fef1d32c822980baf238642f2ff3db6a3b1a4 | 0 | roles/common | 2,418 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n- name: Reboot Server\n win_reboot:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/common/defaults/main.yml",
"content": "---\napplications:\n - windirstat\n - googlechrom... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1039,
"all_permissive": false
} |
ansible_role | GarethOates/ansible-workshop | 013fef1d32c822980baf238642f2ff3db6a3b1a4 | 0 | roles/developer | 2,418 | [
"no_license"
] | [
{
"path": "roles/developer/tasks/main.yml",
"content": "---\n- name: Install Visual Studio Code\n win_chocolatey:\n name: vscode\n state: present\n\n- name: Setup Development Folders\n win_file:\n path: \"{{ developerPath }}\"\n state: directory\n notify:\n - Reboot Server\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 220,
"all_permissive": false
} |
ansible_role | nickrgarner/deploy-pipeline | 1b0b7ddab7577b6df3c383e96924e7693507fcc4 | 0 | cm/roles/build-env | 2,378 | [
"no_license"
] | [
{
"path": "cm/roles/build-env/tasks/main.yml",
"content": "---\n# Install dependencies for checkbox.io build jobs\n\n- name: Ensures /etc/jenkins_jobs dir exists\n file: path=/etc/jenkins_jobs state=directory\n become: true\n\n- name: Copy jenkins_job.ini to correct location\n template:\n src: /bakerx... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3714,
"all_permissive": false
} |
ansible_role | nickrgarner/deploy-pipeline | 1b0b7ddab7577b6df3c383e96924e7693507fcc4 | 0 | cm/roles/checkbox.io_config | 2,378 | [
"no_license"
] | [
{
"path": "cm/roles/checkbox.io_config/templates/checkbox.io.j2",
"content": "upstream app_nodejs {\n server 127.0.0.1:3002;\n}\n\nserver {\n listen 80;\n listen [::]:80;\n root /var/www/checkbox.io/public_html/;\n index index.html;\n\n location / {\n try_files $uri $uri/ index.html /index.html;\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3524,
"all_permissive": false
} |
ansible_role | nickrgarner/deploy-pipeline | 1b0b7ddab7577b6df3c383e96924e7693507fcc4 | 0 | cm/roles/iTrust_config | 2,378 | [
"no_license"
] | [
{
"path": "cm/roles/iTrust_config/templates/root.cnf.j2",
"content": "[client]\nuser=root\npassword={{<PASSWORD>}}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "cm/roles/iTrust_config/tasks/main.yml",
"content": "---\n# iTrust2 dependencies\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1833,
"all_permissive": false
} |
ansible_role | nickrgarner/deploy-pipeline | 1b0b7ddab7577b6df3c383e96924e7693507fcc4 | 0 | cm/roles/jenkins_config | 2,378 | [
"no_license"
] | [
{
"path": "cm/roles/jenkins_config/tasks/main.yml",
"content": "---\n# Setup Jenkins on config-srv: configure options + pipeline-style plugins\n\n- name: Change Jenkins Java options\n lineinfile:\n dest: /etc/default/jenkins\n regexp: ^JAVA_ARGS=\n line: JAVA_ARGS=\"{{jenkins.JAVA_OPTIONS}}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3683,
"all_permissive": false
} |
ansible_role | nickrgarner/deploy-pipeline | 1b0b7ddab7577b6df3c383e96924e7693507fcc4 | 0 | cm/roles/jenkins_install | 2,378 | [
"no_license"
] | [
{
"path": "cm/roles/jenkins_install/tasks/main.yml",
"content": "---\n# Setup Jenkins on config-srv: install + pipeline-style plugins\n\n- name: Copy ansible vault-pass to home directory\n template:\n src: /bakerx/.vault-pass\n dest: /home/.vault-pass\n become: true\n\n- name: Create .bakerx directo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2215,
"all_permissive": false
} |
ansible_role | camarox53/baremetal-full-k8s-deployment | 4a9c7e77f09cfb738df71395d2ec261c39f103c2 | 0 | roles/k8s-prete-gluster | 2,378 | [
"no_license"
] | [
{
"path": "roles/k8s-prete-gluster/tasks/clean-slate.yml",
"content": "---\n# Install the latest EPEL Repo \n- name: Install latest EPEL\n package:\n name: http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n state: present\n\n# Enable GlusterFS Repo (Latest stable LTS is 312)\n- n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 14045,
"all_permissive": false
} |
ansible_role | camarox53/baremetal-full-k8s-deployment | 4a9c7e77f09cfb738df71395d2ec261c39f103c2 | 0 | roles/k8s-prete-master | 2,378 | [
"no_license"
] | [
{
"path": "roles/k8s-prete-master/tasks/main.yml",
"content": "---\n\n\n# Get list of all masters in k8s-all-masters group in inventory file\n- name: Initialize fact for list of k8s-all-masters\n set_fact:\n etcdservers: \"\"\n number_hosts: \"{{ ( groups['k8s-all-masters'] | length ) }}\"\n\n# Gener... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2276,
"all_permissive": false
} |
ansible_role | camarox53/baremetal-full-k8s-deployment | 4a9c7e77f09cfb738df71395d2ec261c39f103c2 | 0 | roles/k8s-prete-node-common | 2,378 | [
"no_license"
] | [
{
"path": "roles/k8s-prete-node-common/tasks/main.yml",
"content": "---\n- name: Install Packages needed for the node\n yum: pkg={{item}} state=installed\n with_items:\n - epel-release\n - vim\n - screen\n - net-tools\n - htop\n - git\n - rsync\n - wget\n - curl\n - nfs-utils\n - openssh-server... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2374,
"all_permissive": false
} |
ansible_role | camarox53/baremetal-full-k8s-deployment | 4a9c7e77f09cfb738df71395d2ec261c39f103c2 | 0 | roles/prete-haproxy | 2,378 | [
"no_license"
] | [
{
"path": "roles/prete-haproxy/tasks/main.yml",
"content": "---\n- name: Install Packages needed\n yum: pkg={{item}} state=installed\n with_items:\n - haproxy\n - keepalived\n\n- copy:\n src: ../../../roles/prete-haproxy/files/{{item}} \n dest: /etc/haproxy\n owner: root\n group:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 766,
"all_permissive": false
} |
ansible_role | kraeml/wordpress_SJ2016_17 | bd127d74ce675ba3915b9848cf3623cf3c4d54f9 | 0 | roles/mysql | 2,378 | [
"no_license"
] | [
{
"path": "roles/mysql/defaults/main.yml",
"content": "---\n# defaults file for mysql\nMY_DOMAIN: \"mysql.rdf.loc\"\nWP_DB_NAME: \"wordpress\"\nWP_DB_USERNAME: \"wordpress\"\nWP_DB_PASSWORD: \"<PASSWORD>\"\nWP_IP: 192.168.68.21\nMYSQL_ROOT_PASSWORD: \"<PASSWORD>\"\nDB_IP: 192.168.68.22\nPACKAGES:\n - mysql... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2067,
"all_permissive": false
} |
ansible_role | kraeml/wordpress_SJ2016_17 | bd127d74ce675ba3915b9848cf3623cf3c4d54f9 | 0 | roles/nginx | 2,378 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: Install Packages\n apt:\n name: \"{{item}}\"\n update_cache: yes\n cache_valid_time: 3600\n with_items: \"{{PACKAGES}}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | kraeml/wordpress_SJ2016_17 | bd127d74ce675ba3915b9848cf3623cf3c4d54f9 | 0 | roles/php | 2,378 | [
"no_license"
] | [
{
"path": "roles/php/defaults/main.yml",
"content": "---\n# defaults file for php\nPACKAGES:\n - php\n - php-mysql\n - php-curl\n - php-gd\n - mysql-client\n - php-mbstring\n - php-xml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path": "roles... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | kraeml/wordpress_SJ2016_17 | bd127d74ce675ba3915b9848cf3623cf3c4d54f9 | 0 | roles/wordpress | 2,378 | [
"no_license"
] | [
{
"path": "roles/wordpress/templates/wordpress.rdf.loc.j2",
"content": "server {\n listen 80;\n server_name {{WP_DOMAIN}} www.{{WP_DOMAIN}};\n\n root {{WP_PATH}}/public;\n index index.php;\n\n access_log {{WP_PATH}}/logs/access.log;\n error_log {{WP_PATH}}/logs/error.log;\n\n location / {\n try_fi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3035,
"all_permissive": false
} |
ansible_role | ringhton/terraform-gcp | 732adf954b30714718d6efed7bd4d4c321b45c5b | 0 | roles/index | 2,378 | [
"no_license"
] | [
{
"path": "roles/index/tasks/main.yaml",
"content": "- name: Copy index on VPS\n ansible.builtin.copy:\n src: index.html\n dest: /var/www/html/index.html\n owner: \"root\"\n group: \"root\"\n mode: \"0644\"\n notify:\n - Reload nginx service\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | ringhton/terraform-gcp | 732adf954b30714718d6efed7bd4d4c321b45c5b | 0 | roles/install | 2,378 | [
"no_license"
] | [
{
"path": "roles/install/handlers/main.yaml",
"content": "- name: Start and enabled nginx service\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/install/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | qjebalawang/HOA13 | f43663f3c117c10c6af3020aa589c9580dd7f9b3 | 0 | roles/base | 2,378 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: Install Chrony\r\n apt:\r\n name: chrony\r\n state: present\r\n\r\n- name: Configure Chrony\r\n blockinfile:\r\n path: /etc/chrony/chrony.conf\r\n block: |\r\n server NTP_SERVER iburst\r\n allow 10.0.0.0/24\r\n become: yes\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 321,
"all_permissive": false
} |
ansible_role | qjebalawang/HOA13 | f43663f3c117c10c6af3020aa589c9580dd7f9b3 | 0 | roles/centos_server | 2,378 | [
"no_license"
] | [
{
"path": "roles/centos_server/tasks/main.yml",
"content": "---\r\n# Network Time Protocol (NTP)\r\n- name: Install Chrony\r\n yum:\r\n name: chrony\r\n state: present\r\n\r\n- name: Configure Chrony\r\n blockinfile:\r\n path: /etc/chrony.conf\r\n block: |\r\n server controller iburst\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3055,
"all_permissive": false
} |
ansible_role | qjebalawang/HOA13 | f43663f3c117c10c6af3020aa589c9580dd7f9b3 | 0 | roles/ubuntu_server | 2,378 | [
"no_license"
] | [
{
"path": "roles/ubuntu_server/tasks/main.yml",
"content": "---\n# Network Time Protocol (NTP)\n- name: Install Chrony on Ubuntu\n apt:\n name: chrony\n state: present\n\n- name: Configure Chrony on Ubuntu\n replace:\n path: /etc/chrony/chrony.conf\n regexp: '^pool 2.debian.pool.ntp.org offlin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3480,
"all_permissive": false
} |
ansible_role | hackerain/canary | 3a3fd2b4b7abb5c53867ebf1b9afe15f64004ccf | 3 | roles/post-inspection | 2,378 | [
"no_license"
] | [
{
"path": "roles/post-inspection/tasks/check_ansible_version.yml",
"content": "---\n- name: check ansible version\n assert:\n that:\n - \"'2.4' in ansible_version.full\"\n msg: \"ansible version must >= 2.4\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 13... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 19245,
"all_permissive": false
} |
ansible_role | hackerain/canary | 3a3fd2b4b7abb5c53867ebf1b9afe15f64004ccf | 3 | roles/setup_network | 2,378 | [
"no_license"
] | [
{
"path": "roles/setup_network/defaults/main.yml",
"content": "network_template: bond_with_vlan_openstack\n\n# Options in bond_with_vlan template\n\ndns_server:\n\n# should set in config.yml\nbridge_type: ovs_bridge\nbridge_name:\n\n# If you wrongly specify the nic mapping, resulting network unreachable,\n#... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5843,
"all_permissive": false
} |
ansible_role | satblip/mac-setup | 13b9ab3130da3a47b302a2a9718f38b6048cbc1b | 1 | roles/osx | 2,378 | [
"no_license"
] | [
{
"path": "roles/osx/tasks/main.yml",
"content": "- name: Be sure that desktop folder exists\n file:\n path: '~/Desktop/tmp'\n state: directory\n become: true\n\n- name: Add OSX specific tweaks\n template:\n src: osx_tweaks.sh.j2\n dest: '~/Desktop/tmp/osx_tweaks.sh'\n become: true\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 18579,
"all_permissive": false
} |
ansible_role | guillaumebriday/traefik-docker-ansible | 66e4877ff64dd5728bddaa6682a25b638af8456a | 93 | roles/docker | 2,378 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yml",
"content": "---\n- name: start docker\n service:\n name: docker\n state: started\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "roles/docker/tasks/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 894,
"all_permissive": false
} |
ansible_role | guillaumebriday/traefik-docker-ansible | 66e4877ff64dd5728bddaa6682a25b638af8456a | 93 | roles/traefik | 2,378 | [
"no_license"
] | [
{
"path": "roles/traefik/templates/traefik.yml.j2",
"content": "global:\n checkNewVersion: false\n sendAnonymousUsage: false\n\nlog:\n level: ERROR\n\napi:\n dashboard: true\n\nentryPoints:\n web:\n address: :80\n http:\n redirections:\n entryPoint:\n to: websecure\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2100,
"all_permissive": false
} |
ansible_role | guillaumebriday/traefik-docker-ansible | 66e4877ff64dd5728bddaa6682a25b638af8456a | 93 | roles/watchtower | 2,378 | [
"no_license"
] | [
{
"path": "roles/watchtower/tasks/main.yml",
"content": "---\n- name: Create the Watchtower container\n docker_container:\n name: watchtower\n image: containrrr/watchtower\n restart_policy: unless-stopped\n volumes:\n - /var/run/docker.sock:/var/run/docker.sock\n - /etc/localtime:/etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | m-riedel/observability-platform-benchmark-logs | 70fe4442f764a54a47703fab4aadbc0069eed70b | 0 | roles/benchmark_elastic_default | 2,458 | [
"permissive"
] | [
{
"path": "roles/benchmark_elastic_default/tasks/benchmark-ingestion.yaml",
"content": "---\n- name: Set Fluent-Bit Metrics Path\n set_fact:\n fluentbit_metrics_path: \"/tmp/benchmarks/elastic_default_{{ run_num }}/fluent-bit-metrics.json\"\n fluentbit_metrics_path_remote: \"/var/benchmarks/elastic_d... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8829,
"all_permissive": true
} |
ansible_role | m-riedel/observability-platform-benchmark-logs | 70fe4442f764a54a47703fab4aadbc0069eed70b | 0 | roles/benchmark_loki_default | 2,458 | [
"permissive"
] | [
{
"path": "roles/benchmark_loki_default/tasks/setup.yaml",
"content": "---\n- name: Setup Loki Cluster\n import_tasks: setup-k3s.yaml\n\n- name: Create Benchmark Directory\n file:\n path: \"/var/benchmarks/loki_default_{{ run_num }}\"\n state: directory\n\n- name: Setup metadata for ingestion benchm... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 11901,
"all_permissive": true
} |
ansible_role | m-riedel/observability-platform-benchmark-logs | 70fe4442f764a54a47703fab4aadbc0069eed70b | 0 | roles/benchmark_openobserve_default | 2,458 | [
"permissive"
] | [
{
"path": "roles/benchmark_openobserve_default/tasks/setup-k3s.yaml",
"content": "---\n- name: Add Openobserve Helm Repo\n kubernetes.core.helm_repository:\n name: openobserve\n repo_url: https://charts.openobserve.ai\n state: present\n\n- name: Copy Openobserve values to tmp\n template:\n src... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8144,
"all_permissive": true
} |
ansible_role | m-riedel/observability-platform-benchmark-logs | 70fe4442f764a54a47703fab4aadbc0069eed70b | 0 | roles/benchmark_opensearch_default | 2,458 | [
"permissive"
] | [
{
"path": "roles/benchmark_opensearch_default/tasks/setup.yaml",
"content": "---\n- name: Setup Opensearch Cluster\n import_tasks: setup-k3s.yaml\n\n- name: Create Benchmark Directory\n file:\n path: \"/var/benchmarks/opensearch_default_{{ run_num }}\"\n state: directory\n\n- name: Setup metadata fo... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6445,
"all_permissive": true
} |
ansible_role | m-riedel/observability-platform-benchmark-logs | 70fe4442f764a54a47703fab4aadbc0069eed70b | 0 | roles/benchmark_signoz_default | 2,458 | [
"permissive"
] | [
{
"path": "roles/benchmark_signoz_default/tasks/setup-k3s.yaml",
"content": "---\n- name: Add Signoz Helm Repo\n kubernetes.core.helm_repository:\n name: signoz\n repo_url: https://charts.signoz.io\n state: present\n\n- name: Copy Signoz values to tmp\n template:\n src: templates/signoz-values... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 11802,
"all_permissive": true
} |
ansible_role | m-riedel/observability-platform-benchmark-logs | 70fe4442f764a54a47703fab4aadbc0069eed70b | 0 | roles/docker | 2,458 | [
"permissive"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "---\n- name: Install required System packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n- name: Download Docker GPG key\n get_url:\n url: https://download.docker.com/linux/debian/gpg\n dest: /etc/apt/ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 635,
"all_permissive": true
} |
ansible_role | m-riedel/observability-platform-benchmark-logs | 70fe4442f764a54a47703fab4aadbc0069eed70b | 0 | roles/flog | 2,458 | [
"permissive"
] | [
{
"path": "roles/flog/defaults/main.yaml",
"content": "---\nflog_formats:\n - format: apache_common\n type: log\n # 1GB\n bytes: 1000000000\n # 100MB\n split_on_bytes: 100000000\n time_between_logs: 1us\n time_start: \"{{ now() }}\"",
"license_type": "permissive",
"detected_lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2179,
"all_permissive": true
} |
ansible_role | m-riedel/observability-platform-benchmark-logs | 70fe4442f764a54a47703fab4aadbc0069eed70b | 0 | roles/fluentbit | 2,458 | [
"permissive"
] | [
{
"path": "roles/fluentbit/defaults/main.yaml",
"content": "---\nfluentbit_output_loki: false\nfluentbit_output_loki_host: \"loki.benchmark.local\"\nfluentbit_output_loki_port: 80\nfluentbit_output_loki_tls_enabled: off\nfluentbit_output_loki_use_log_timestamps: false\nfluentbit_output_elasticsearch: false\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5655,
"all_permissive": true
} |
ansible_role | m-riedel/observability-platform-benchmark-logs | 70fe4442f764a54a47703fab4aadbc0069eed70b | 0 | roles/grafana | 2,458 | [
"permissive"
] | [
{
"path": "roles/grafana/tasks/main.yaml",
"content": "---\n- name: Install required packages\n apt:\n pkg:\n - apt-transport-https\n - software-properties-common\n - wget\n- name: Download Grafana GPG key\n get_url:\n url: https://apt.grafana.com/gpg.key\n dest: /etc/apt/keyrings/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 518,
"all_permissive": true
} |
ansible_role | m-riedel/observability-platform-benchmark-logs | 70fe4442f764a54a47703fab4aadbc0069eed70b | 0 | roles/helm | 2,458 | [
"permissive"
] | [
{
"path": "roles/helm/tasks/main.yaml",
"content": "---\n- name: Get Helm install script\n get_url:\n url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n dest: /tmp/get-helm-3.sh\n mode: 0700\n\n- name: Install Helm\n command: /tmp/get-helm-3.sh\n args:\n creates: /usr/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": true
} |
ansible_role | m-riedel/observability-platform-benchmark-logs | 70fe4442f764a54a47703fab4aadbc0069eed70b | 0 | roles/kubectl | 2,458 | [
"permissive"
] | [
{
"path": "roles/kubectl/tasks/main.yaml",
"content": "- name: Update Apt Cache\n apt:\n update_cache: yes\n- name: Install required packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n- name: Download Kubectl GPG Key\n get_url:\n url: https... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 567,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.