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 | cft-entrance-task/cft-entrance-task | 6342e78209f24208dedae59a233029a3b0d1e5a6 | 0 | src/roles/aws | 8,026 | [
"no_license"
] | [
{
"path": "src/roles/aws/tasks/describe.yml",
"content": "---\n- name: Get EC2 instances meta\n ec2_instance_facts:\n region: \"{{ region }}\"\n filters:\n instance-state-name: running\n \"tag:ServiceName\": \"{{ service_name }}\"\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secre... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3231,
"all_permissive": false
} |
ansible_role | cft-entrance-task/cft-entrance-task | 6342e78209f24208dedae59a233029a3b0d1e5a6 | 0 | src/roles/backend | 8,026 | [
"no_license"
] | [
{
"path": "src/roles/backend/templates/start-products.sh.j2",
"content": "#!/usr/bin/env bash\n\nIMAGE_NAME='makalex88/products'\nCONTAINER_NAME='products'\n\ndocker rm -f ${CONTAINER_NAME}\n\ndocker pull ${IMAGE_NAME}\n\ndocker run -d --rm \\\n --net host \\\n -p 8082:80 \\\n --add-host=\"products... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | cft-entrance-task/cft-entrance-task | 6342e78209f24208dedae59a233029a3b0d1e5a6 | 0 | src/roles/database | 8,026 | [
"no_license"
] | [
{
"path": "src/roles/database/tasks/main.yml",
"content": "---\n- name: Copy start-productsdb.sh\n template:\n src: start-productsdb.sh.j2\n dest: /tmp/start-productsdb.sh\n mode: 0755\n\n- name: Start productsdb\n shell: /tmp/start-productsdb.sh",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | cft-entrance-task/cft-entrance-task | 6342e78209f24208dedae59a233029a3b0d1e5a6 | 0 | src/roles/frontend | 8,026 | [
"no_license"
] | [
{
"path": "src/roles/frontend/tasks/main.yml",
"content": "---\n- name: Copy start-productsmanager.sh\n template:\n src: start-productsmanager.sh.j2\n dest: /tmp/start-productsmanager.sh\n mode: 0755\n\n- name: Start productsmanager\n shell: /tmp/start-productsmanager.sh",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 800,
"all_permissive": false
} |
ansible_role | cft-entrance-task/cft-entrance-task | 6342e78209f24208dedae59a233029a3b0d1e5a6 | 0 | src/roles/loadbalancer | 8,026 | [
"no_license"
] | [
{
"path": "src/roles/loadbalancer/tasks/main.yml",
"content": "---\n- name: Copy start-loadbalancer.sh\n template:\n src: start-loadbalancer.sh.j2\n dest: /tmp/start-loadbalancer.sh\n mode: 0755\n\n- name: Start loadbalancer\n shell: /tmp/start-loadbalancer.sh",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | cft-entrance-task/cft-entrance-task | 6342e78209f24208dedae59a233029a3b0d1e5a6 | 0 | src/roles/loadgenerator | 8,026 | [
"no_license"
] | [
{
"path": "src/roles/loadgenerator/templates/monitoring.xml.j2",
"content": "<Monitoring>\n <!--Loadgenerator-->\n <Host address=\"{{ hostvars[groups['loadgenerator'][0]]['ansible_default_ipv4']['address'] }}\" comment=\"Load generator\" interval=\"1\" username=\"root\">\n <CPU fielddrop='[\"ti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4713,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/ansible-syncthing-in-docker | 8,026 | [
"no_license"
] | [
{
"path": "roles/ansible-syncthing-in-docker/tasks/main.yml",
"content": "---\n\n- name: create syncthing local directories\n become: true\n file:\n path: \"{{ item }}\"\n state: directory\n recurse: true\n with_items:\n - \"{{ syncthing_root_location }}\"\n - \"{{ syncthing_conf_location ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2662,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/base_setup | 8,026 | [
"no_license"
] | [
{
"path": "roles/base_setup/defaults/main.yml",
"content": "---\n\nbase_packages:\n - curl\n - htop\n - ncdu\n - traceroute\n - tree\n - bash\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/base_setup/tasks/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/disk_mounting | 8,026 | [
"no_license"
] | [
{
"path": "roles/disk_mounting/tasks/mount_disk.yml",
"content": "- name: Generate certificat dir tree\n become: true\n file:\n path: \"{{ dm_mount_disk_path }}\"\n state: directory\n\n- name: Test if disk is already mounted\n shell: \"cat /proc/mounts | grep -q '/dev/mapper/{{ dm_decrypted_disk_na... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2304,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/download_manager | 8,026 | [
"no_license"
] | [
{
"path": "roles/download_manager/tasks/run_container.yml",
"content": "---\n\n- meta: flush_handlers\n\n- name: Start or restart sonarr container\n become: true\n docker_container:\n name: \"{{ sonarr_container_name }}\"\n image: \"{{ sonarr_image }}:{{ sonarr_version }}\"\n state: \"{{ sonarr_d... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5928,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/etc_hosts | 8,026 | [
"no_license"
] | [
{
"path": "roles/etc_hosts/tasks/main.yml",
"content": "---\n\n- name: Upload /etc/hosts\n become: true\n template:\n src: \"etc_hosts.j2\"\n dest: \"/etc/hosts\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/etc_hosts/templates/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 693,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/file_sync_local | 8,026 | [
"no_license"
] | [
{
"path": "roles/file_sync_local/tasks/main.yml",
"content": "---\n\n- name: Gather minimal facts to detect OS\n setup:\n gather_subset: min\n\n- name: Run OS specific steps (MacOS)\n import_tasks: macos.yml\n when: ansible_system == 'Darwin'\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2052,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/mail | 8,026 | [
"no_license"
] | [
{
"path": "roles/mail/handlers/main.yml",
"content": "---\n\n- include: ../tasks/docker_compose.yml\n vars:\n docker_restart: true\n docker_state: present\n task_name: \"Restart\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "roles/mai... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 7743,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/mastodon | 8,026 | [
"no_license"
] | [
{
"path": "roles/mastodon/tasks/main.yml",
"content": "---\n\n- name: create mastodon local directories\n become: true\n file:\n path: \"{{ item }}\"\n state: directory\n recurse: true\n with_items:\n - \"{{ mastodon_data_location }}\"\n - \"{{ mastodon_conf_location }}\"\n\n- name: create... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 11908,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/mattermost | 8,026 | [
"no_license"
] | [
{
"path": "roles/mattermost/defaults/main.yml",
"content": "---\n\n# Name of the mattermost docker container\nmattermost_app_container_name: \"mattermost_app\"\nmattermost_db_container_name: \"mattermost_db_{{ mattermost_postgres_image_tag }}\"\n\nmattermost_root_location: \"/data/containers/mattermost\"\n\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6149,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/media_center | 8,026 | [
"no_license"
] | [
{
"path": "roles/media_center/meta/main.yml",
"content": "---\n\ndependencies:\n - role: base/docker\n - role: reverse_proxy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/media_center/tasks/main.yml",
"content": "---\n\n- name: crea... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1664,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/password_manager | 8,026 | [
"no_license"
] | [
{
"path": "roles/password_manager/handlers/main.yml",
"content": "---\n\n- name: restart password_manager\n set_fact:\n password_manager_docker_restart: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/password_manager/tasks/main.ym... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2175,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/photoprism | 8,026 | [
"no_license"
] | [
{
"path": "roles/photoprism/meta/main.yml",
"content": "---\n\ndependencies:\n - role: base/docker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/photoprism/defaults/main.yml",
"content": "---\n\n# Name of the photoprism docker contai... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8096,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/restic_backup | 8,026 | [
"no_license"
] | [
{
"path": "roles/restic_backup/templates/restic-backup.sh.j2",
"content": "#!/bin/bash\n\nexport PATH=$PATH:/usr/local/sbin\necho \"$(tail -1000 {{ restic_backup_cron_log }})\" > {{ restic_backup_cron_log }}\necho \"$(tail -1000 {{ restic_backup_cron_err_log }})\" > {{ restic_backup_cron_err_log }}\n\nexec ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3896,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/traefik | 8,026 | [
"no_license"
] | [
{
"path": "roles/traefik/handlers/main.yml",
"content": "---\n\n- name: restart traefik\n set_fact:\n traefik_docker_restart: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/traefik/templates/traefik.yml.j2",
"content": "entryP... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4034,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/vpn | 8,026 | [
"no_license"
] | [
{
"path": "roles/vpn/tasks/main.yml",
"content": "---\n\n- name: create ovpn local directories\n become: true\n file:\n path: \"{{ item }}\"\n state: directory\n recurse: true\n with_items:\n - \"{{ ovpn_conf_location }}\"\n - \"{{ ovpn_generated_conf_location }}\"\n\n- name: create a secr... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4512,
"all_permissive": false
} |
ansible_role | BastienF/BFIven | 73bd8c3fb00ae3bfcda6a53a2dcc9a4a0d856b28 | 2 | roles/webserver | 8,026 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/webserver_erase.yml",
"content": "---\n\n- include: handle_nginx_container.yml\n vars:\n docker_restart: false\n docker_state: absent\n\n- name: Erase container data\n file: path=\"{{ webserver_conf_location }}\" state=absent\n become: true",
"license_type": "no... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 7606,
"all_permissive": false
} |
ansible_role | Scwonchi/VKR_PO | 0bbb71fa084c982319a78628316a36c0ea5ecaf2 | 0 | 100502_19К0039_Барткив_ВО_ПО/ansible/roles/dhcp | 8,026 | [
"no_license"
] | [
{
"path": "100502_19К0039_Барткив_ВО_ПО/ansible/roles/dhcp/tasks/main.yml",
"content": "---\n- name: установка dhcp\n apt:\n name: isc-dhcp-server\n state: latest\n become: yes\n \n- name: установка dhcp\n apt:\n name: isc-dhcp-server-ldap\n state: latest\n become: yes\n \n- name: isc-dhcp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 508,
"all_permissive": false
} |
ansible_role | Scwonchi/VKR_PO | 0bbb71fa084c982319a78628316a36c0ea5ecaf2 | 0 | 100502_19К0039_Барткив_ВО_ПО/ansible/roles/ldap | 8,026 | [
"no_license"
] | [
{
"path": "100502_19К0039_Барткив_ВО_ПО/ansible/roles/ldap/templates/tree.ldif.j2",
"content": "dn: dc=virtlabs\nobjectClass: dcObject\nobjectClass: organization\nobjectClass: top\ndc: virtlabs\no: virtlabs\n\ndn: dc=grp,dc=virtlabs\nobjectClass: dcObject\nobjectClass: organizationalRole\nobjectClass: top\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 15469,
"all_permissive": false
} |
ansible_role | Scwonchi/VKR_PO | 0bbb71fa084c982319a78628316a36c0ea5ecaf2 | 0 | 100502_19К0039_Барткив_ВО_ПО/ansible/roles/pdns | 8,026 | [
"no_license"
] | [
{
"path": "100502_19К0039_Барткив_ВО_ПО/ansible/roles/pdns/templates/pdns.local.j2",
"content": "ldap-basedn=dc=dns,dc=srv,dc=subj,dc=virtlabs\nldap-method=tree\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "100502_19К0039_Барткив_ВО_ПО/ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/alerta | 8,026 | [
"no_license"
] | [
{
"path": "roles/alerta/tasks/main.yaml",
"content": "---\n- import_tasks: secrets.yaml\n- import_tasks: deploy.yaml\n- import_tasks: matrix_plugin.yaml\n when: alerta_with_matrix_plugin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path": "roles/ale... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 14375,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/budibase | 8,026 | [
"no_license"
] | [
{
"path": "roles/budibase/defaults/main.yaml",
"content": "---\nbudibase_service_name: base.{{ rps_dns_suffix }}\n\n# see https://hub.docker.com/r/budibase/apps for latest version\nbudibase_version: latest # v2.5.4\n\nbudibase_api_encryption_key: \"{{ ansible_local[budibase_service_name].budibase_a... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 13491,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/collabora | 8,026 | [
"no_license"
] | [
{
"path": "roles/collabora/tasks/secrets.yaml",
"content": "---\n- name: Ensure ansible facts directory exists\n file:\n path: /etc/ansible/facts.d\n state: directory\n\n- name: Copy collabora secrets facts\n copy:\n content: \"{{ collabora_secrets | combine(ansible_local.collabora_secrets|defaul... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2252,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/discourse | 8,026 | [
"no_license"
] | [
{
"path": "roles/discourse/templates/mail-receiver.yaml.j2",
"content": "---\n\n## this is the incoming mail receiver container template\n##\n## After making changes to this file, you MUST rebuild\n## /var/discourse/launcher rebuild mail-receiver\n##\n## BE *VERY* CAREFUL WHEN EDITING!\n## YAML FILES ARE SU... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 25987,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/discourse_sync | 8,026 | [
"no_license"
] | [
{
"path": "roles/discourse_sync/tasks/deploy.yaml",
"content": "---\n\n- name: discourse app discourse_sync_target_directory\n file:\n path: \"{{discourse_sync_target_directory}}\"\n state: directory\n\n- name: create admin api key\n community.docker.docker_container_exec:\n container: \"{{discou... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7615,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/docker | 8,026 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "---\n\n- name: assert that the systems distribution is Debian\n assert:\n that: ansible_distribution == \"Debian\"\n msg: \"The RPS is only supported on Debian!\"\n\n# Old Debian releases don't support docker with IPv6\n- name: assert that the deb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/gitea | 8,026 | [
"no_license"
] | [
{
"path": "roles/gitea/templates/oauth2-proxy.env.j2",
"content": "{{ansible_managed|comment}}\n\n# general\nOAUTH2_PROXY_HTTP_ADDRESS=:4180\nOAUTH2_PROXY_SKIP_PROVIDER_BUTTON=true\n\n# cookie\nOAUTH2_PROXY_COOKIE_NAME=_rps_gitea_oauth2_proxy\nOAUTH2_PROXY_COOKIE_SECRET={{gitea_oauth2_proxy_cookie_secret}}\... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 14036,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/gitlab_credentials | 8,026 | [
"no_license"
] | [
{
"path": "roles/gitlab_credentials/vars/main.yaml",
"content": "gitlab_credentials:\n gitlab_deploy_token_username: \"{{ gitlab_deploy_token_username }}\"\n gitlab_deploy_token_password: \"{{ gitlab_deploy_token_password }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1149,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/keycloak | 8,026 | [
"no_license"
] | [
{
"path": "roles/keycloak/files/import.sh",
"content": "#!/bin/bash\n\n# Fail on errors\nset -e\n\n# Read credentials from env file\nsource env-keycloak\n\n# Import data from all .json files to the keycloak service\ndocker-compose exec -u keycloak -e PGPASSWORD=$KC_DB_PASSWORD keycloak /opt/keycloak/bin/kc.... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 10824,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/keycloak_groups | 8,026 | [
"no_license"
] | [
{
"path": "roles/keycloak_groups/tasks/main.yaml",
"content": "---\n\n- name: keycloak top level groups\n loop: \"{{ keycloak_groups }}\"\n loop_control:\n label: \"/{{ item.name }}\"\n vars:\n group_name: \"{{ item.name }}\"\n community.general.keycloak_group: &keycloak_group\n auth_keycloak_u... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1750,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/keycloak_mail_sender | 8,026 | [
"no_license"
] | [
{
"path": "roles/keycloak_mail_sender/tasks/main.yaml",
"content": "---\n\n- import_tasks: secrets.yaml\n\n- name: create application directory\n file:\n path: \"{{sync_path}}\"\n state: directory\n\n- name: create application files from templates\n template:\n src: \"{{item}}\"\n dest: \"{{sy... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7570,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/keycloak_permissions_sync | 8,026 | [
"no_license"
] | [
{
"path": "roles/keycloak_permissions_sync/vars/main.yaml",
"content": "---\nkeycloak_permissions_sync_secrets:\n keycloak_permissions_sync_keycloak_client_secret: \"{{ keycloak_permissions_sync_keycloak_client_secret | default(lookup('ansible.builtin.password', '/dev/null length=32 chars=ascii_letters,dig... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7332,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/keycloak_realms | 8,026 | [
"no_license"
] | [
{
"path": "roles/keycloak_realms/filter_plugins/mapper_filters.py",
"content": "from typing import Any\nimport json\n\n\ndef _merge_dictionaries(dict1, dict2):\n \"\"\"\n Recursive merge dictionaries.\n\n :param dict1: Base dictionary to merge.\n :param dict2: Dictionary to merge on top of base ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 21709,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/keycloak_theme | 8,026 | [
"no_license"
] | [
{
"path": "roles/keycloak_theme/tasks/main.yaml",
"content": "---\n- name: install git # we need to fetch the theme\n apt:\n name: git\n state: present\n\n- name: fetch keycloak theme - {{ keycloak_theme | default('') }}\n git:\n repo: \"{{ keycloak_theme }}\"\n dest: \"{{ remote_path }}/theme... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4702,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/knot | 8,026 | [
"no_license"
] | [
{
"path": "roles/knot/tasks/main.yaml",
"content": "---\n\n- include_tasks: setup-{{ansible_os_family}}.yaml\n\n- import_tasks: configure.yaml\n tags: knot-config\n\n- import_tasks: zonefiles.yaml\n\n- import_tasks: check.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3571,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/maintenance | 8,026 | [
"no_license"
] | [
{
"path": "roles/maintenance/files/Dockerfile",
"content": "FROM python:3.8-alpine\n# # switch working directory\nWORKDIR /app/maintenance\n\n# # copy every content from the local file to the image\nCOPY . .\n\nRUN python3 -m pip install --upgrade pip\nRUN python3 -m pip install flask\n\nCMD [\"python3\", \... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4765,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/matrix | 8,026 | [
"no_license"
] | [
{
"path": "roles/matrix/README.md",
"content": "# What is this role\n\nThis role deploys the chat service to your server and allows you to easily communicate with your team. The chat used here is Matrix Synapse and the end-user client is Element Web.\n\nDefault address of the Element Web client is https://c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1815,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/matrix_admin_gui | 8,026 | [
"no_license"
] | [
{
"path": "roles/matrix_admin_gui/tasks/traefik.yaml",
"content": "---\n- name: set traefik dynamic config\n copy:\n content: \"{{ traefik_dynamic_config | to_nice_yaml(indent=2, width=777) }}\"\n dest: \"/srv/traefik/conf.d/{{matrix_admin_gui_service_name}}.yaml\"",
"license_type": "no_license",... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2295,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/matrix_element_web | 8,026 | [
"no_license"
] | [
{
"path": "roles/matrix_element_web/vars/RPS_theme.yaml",
"content": "custom_themes:\n\n# Tulsky V.A. 2023\n- name: RPS\n is_dark: false\n fonts:\n faces:\n - font-family: Inter\n src:\n - url: \"/fonts/Inter.ttf\"\n format: ttf\n general: Inter, sans\n monospace: \"'Courier N... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8404,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/matrix_synapse | 8,026 | [
"no_license"
] | [
{
"path": "roles/matrix_synapse/defaults/main.yaml",
"content": "---\nmatrix_synapse_service_name: \"{{ matrix_homeserver_name }}\"\nmatrix_synapse_service_directory: \"/srv/{{matrix_synapse_service_name}}\"\n\n# homeserver\nmatrix_synapse_homeserver_server_name: \"{{ matrix_domain }}\"\nmatrix_synapse_home... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 11819,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/matrix_sync | 8,026 | [
"no_license"
] | [
{
"path": "roles/matrix_sync/tasks/main.yaml",
"content": "- import_tasks: secrets.yaml\n- import_tasks: create_admin_user.yaml\n when: not matrix_sync_access_token\n- import_tasks: get_admin_token.yaml\n- import_tasks: secrets.yaml\n- import_tasks: keycloak_client.yaml\n- import_tasks: deploy.yaml\n",
... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 9443,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/netbox | 8,026 | [
"no_license"
] | [
{
"path": "roles/netbox/tasks/main.yaml",
"content": "---\n\n- import_role:\n name: docker\n\n- name: clone netbox docker repo\n git:\n repo: https://github.com/netbox-community/netbox-docker.git\n dest: /opt/netbox-docker\n\n- name: docker-compose custom override\n copy:\n content: \"{{netbox... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3380,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/nextcloud | 8,026 | [
"no_license"
] | [
{
"path": "roles/nextcloud/tasks/keycloak_sync.yaml",
"content": "- name: copy env file\n template:\n src: \"nextcloud-sync.env.j2\"\n dest: \"{{remote_path}}/nextcloud-sync.env\"\n\n- name: copy docker-compose.override.yaml\n template:\n src: \"docker-compose.override.yaml.j2\"\n dest: \"{{re... | {
"task_files": 19,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 34,
"total_bytes": 44059,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/oauth2_proxy | 8,026 | [
"no_license"
] | [
{
"path": "roles/oauth2_proxy/vars/main.yaml",
"content": "---\noauth2_proxy_secrets:\n oauth2_proxy_client_secret: \"{{ oauth2_proxy_client_secret | default(lookup('ansible.builtin.password', '/dev/null length=32 chars=ascii_letters,digits')) }}\"\n oauth2_proxy_cookie_secret: \"{{ oauth2_proxy_cookie_se... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 34052,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/onlyoffice | 8,026 | [
"no_license"
] | [
{
"path": "roles/onlyoffice/tasks/secrets.yaml",
"content": "---\n- name: Ensure ansible facts directory exists\n file:\n path: /etc/ansible/facts.d\n state: directory\n\n- name: Copy onlyoffice secrets facts\n copy:\n content: \"{{ onlyoffice_secrets | to_nice_json }}\\n\"\n dest: /etc/ansibl... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4235,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/openproject | 8,026 | [
"no_license"
] | [
{
"path": "roles/openproject/tasks/install.yaml",
"content": "---\n- name: openproject installer config\n template:\n src: installer.dat.j2\n dest: /etc/openproject/installer.dat\n force: false\n notify: configure openproject\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 11848,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/proskive | 8,026 | [
"no_license"
] | [
{
"path": "roles/proskive/defaults/main.yaml",
"content": "proskive_release_git_repo: https://{{proskive_release_git_username}}:{{proskive_release_git_password}}@gitlab.miracum.proskive.de/proskive/local/releases/extern/release-12-2020.git\nproskive_release_git_username: proskive-extern\nproskive_release_gi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5239,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/redirects | 8,026 | [
"no_license"
] | [
{
"path": "roles/redirects/tasks/main.yaml",
"content": "---\n- name: traefik dynamic config\n template:\n src: traefik-redirects.yaml.j2\n dest: \"/srv/traefik/conf.d/redirects.yaml\"\n when: redirects | length > 0\n\n- name: delete traefik dynamic config when no redirects are defined\n file:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1560,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/rocketchat | 8,026 | [
"no_license"
] | [
{
"path": "roles/rocketchat/tasks/main.yaml",
"content": "---\n- name: Creates directory\n file:\n path: \"{{ remote_path }}\"\n state: directory\n\n- name: copy rocketchat docker-compose.yaml\n template:\n src: docker-compose.yaml.j2\n dest: \"{{ remote_path }}/docker-compose.yaml\"\n\n- name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3732,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/rps_admin_interface | 8,026 | [
"no_license"
] | [
{
"path": "roles/rps_admin_interface/tasks/keycloak_client.yaml",
"content": "---\n\n- name: keycloak client\n local_action: keycloak_client\n become: false\n args:\n auth_client_id: \"{{ rps_admin_interface_keycloak_client_auth_client_id }}\"\n auth_keycloak_url: \"{{ rps_admin_interface_keycloak_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 12419,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/rps_cohort_explorer | 8,026 | [
"no_license"
] | [
{
"path": "roles/rps_cohort_explorer/tasks/main.yaml",
"content": "---\n\n- name: clone cohort_explorer repo\n git:\n repo: \"{{ rps_cohort_explorer_repo }}\"\n dest: /opt/cohort_explorer\n version: \"{{ rps_cohort_explorer_git_version }}\"\n force: yes\n\n- name: build cohort_explorer image\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 783,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/rps_group_application_api | 8,026 | [
"no_license"
] | [
{
"path": "roles/rps_group_application_api/templates/docker-compose.override.yaml.j2",
"content": "---\nversion: \"3.4\"\nnetworks:\n proxy:\n external: true\n\nservices:\n group-application:\n image: \"{{ group_application_api_container_image }}:{{ group_application_api_container_version }}\"\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5787,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/rps_groups_interface | 8,026 | [
"no_license"
] | [
{
"path": "roles/rps_groups_interface/templates/docker-compose.yaml.j2",
"content": "---\nversion: '3'\n\nnetworks:\n proxy:\n external: true\n\nservices:\n web:\n image: {{rps_groups_interface_container_image}}:{{rps_groups_interface_container_version}}\n logging:\n options:\n max-si... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7625,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/rps_header | 8,026 | [
"no_license"
] | [
{
"path": "roles/rps_header/templates/docker-compose.yaml.j2",
"content": "---\nversion: \"3\"\n\nnetworks:\n proxy:\n external: true\n\nservices:\n header:\n image: {{ rps_header_container_image }}:{{ rps_header_container_image_version }}\n restart: unless-stopped\n logging:\n options:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9985,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/rps_package_full_portal | 8,026 | [
"no_license"
] | [
{
"path": "roles/rps_package_full_portal/defaults/main.yaml",
"content": "---\nrps_dns_suffix: \"{{ inventory_hostname }}\"\n\n# -------------------------------------------------------- #\n# Feature flags to include services to the deployment list #\n# -------------------------------------------------------... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6321,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/rps_package_light | 8,026 | [
"no_license"
] | [
{
"path": "roles/rps_package_light/README.md",
"content": "# RPS Core Package\n\nThis role installs every service to get a minimal functional installation of the RPS up and running.\n\nIt includes the following roles and installs the following services:\n\n## General services\n- Docker\n - Installs docke... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6582,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/rps_profile_interface | 8,026 | [
"no_license"
] | [
{
"path": "roles/rps_profile_interface/vars/main.yaml",
"content": "---\nservice_name: \"profile\"\nservice_domain_name: \"{{ rps_profile_interface_service_name }}\"\n\nremote_path: \"/srv/{{service_domain_name}}\"\n\nrps_profile_traefik_certresolver: \"{{traefik_certresolver}}\"\napp_port: \"801\"\n\nbudib... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5697,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/rps_style_server | 8,026 | [
"no_license"
] | [
{
"path": "roles/rps_style_server/vars/main.yaml",
"content": "---\nremote_path: \"/srv/{{rps_style_service_name}}\"\n\nrps_style_traefik_certresolver: \"{{traefik_certresolver}}\"\napp_port: \"80\"\n\n# For each new running service add below a traefik router and a traefik service\ntraefik_dynamic_config:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2061,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/socat_https_proxy | 8,026 | [
"no_license"
] | [
{
"path": "roles/socat_https_proxy/tasks/main.yaml",
"content": "---\n\n- name: socat https proxy containers\n docker_container:\n name: socat-https-proxy-{{ item.name }}\n image: alpine/socat\n command: >\n TCP4-LISTEN:443,fork,reuseaddr\n PROXY:{{item.proxy_server}}:{{item.server}}:{{i... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/sqlpad | 8,026 | [
"no_license"
] | [
{
"path": "roles/sqlpad/vars/main.yaml",
"content": "---\nremote_path: \"/srv/{{sqlpad_service_name}}\"\n\nsqlpad_secrets:\n sqlpad_admin_password: \"{{ sqlpad_admin_password | default(lookup('ansible.builtin.password', '/dev/null length=32 chars=ascii_letters,digits')) }}\"\n\napp_port: \"3000\"\n\n# For ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4914,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/static_header_test | 8,026 | [
"no_license"
] | [
{
"path": "roles/static_header_test/tasks/main.yaml",
"content": "---\n- name: create application directory\n file:\n path: \"{{remote_path}}\"\n state: directory\n\n- name: create html directory\n file:\n path: \"{{remote_path}}/html\"\n state: directory\n\n- name: copy index.html\n template... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1864,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/traefik | 8,026 | [
"no_license"
] | [
{
"path": "roles/traefik/README.md",
"content": "# Ansible Role Traefik\n\nThis is a general implementation of a docker container with Traefik service for reverse proxy.\n\nConsider the following repo for building your own services together with traefik:\nhttps://gitlab.com/idcohorts/rps/ansible-role-mvp-wi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5136,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/typesense | 8,026 | [
"no_license"
] | [
{
"path": "roles/typesense/tasks/main.yaml",
"content": "---\n\n\n- name: typesense project directory\n file:\n path: \"{{ typesense_project_directory }}\"\n state: directory\n\n- name: typesense oauth proxy collection configuration directory\n file:\n path: \"{{ typesense_project_directory }}/ty... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3953,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/watchtower | 8,026 | [
"no_license"
] | [
{
"path": "roles/watchtower/defaults/main.yaml",
"content": "---\nwatchtower_poll_interval: 60\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/watchtower/tasks/main.yaml",
"content": "---\n\n- name: deploy watchtower docker container\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/website | 8,026 | [
"no_license"
] | [
{
"path": "roles/website/vars/main.yaml",
"content": "---\n\nwebsite_traefik_router:\n rule: \"Host(`{{website_service_name}}`)\"\n entrypoints: websecure\n middlewares: \"{{website_traefik_middlewares}}\"\n service: \"{{website_service_name}}\"\n\nwebsite_service_url: http://{{website_service_name | re... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 10984,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/wiki_bookstack | 8,026 | [
"no_license"
] | [
{
"path": "roles/wiki_bookstack/tasks/keycloak_client.yaml",
"content": "---\n\n- name: set keycloak client config\n local_action: keycloak_client\n become: false\n args:\n auth_client_id: \"{{ bookstack_keycloak_client_auth_client_id }}\"\n auth_keycloak_url: \"{{ bookstack_keycloak_client_auth_ke... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7735,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/wiki_js | 8,026 | [
"no_license"
] | [
{
"path": "roles/wiki_js/templates/db.env.j2",
"content": "POSTGRES_DB={{wiki_js_DB_NAME}}\nPOSTGRES_PASSWORD={{wiki_js_DB_PASSWORD}}\nPOSTGRES_USER={{wiki_js_DB_USER}}\n# MYSQL_ROOT_PASSWORD={{wiki_js_DB_ROOT_PASSWORD}}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 158
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3284,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/wordpress | 8,026 | [
"no_license"
] | [
{
"path": "roles/wordpress/defaults/main.yml",
"content": "---\nwordpress_service_name: wordpress.{{ rps_dns_suffix}}\n\nwordpress_install: true\nwordpress_import: false\nwordpress_export: false\n\nwordpress_traefik_profile: oauth2\n\nwordpress_container_image: wordpress:{{ wordpress_version }}\nwordpress_v... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 9957,
"all_permissive": false
} |
ansible_role | osahris/rps-portal | 7db72ca38d8ee3a7f69f718fb22816743809bddf | 0 | roles/wordpress_split_deployment | 8,026 | [
"no_license"
] | [
{
"path": "roles/wordpress_split_deployment/templates/env-live.j2",
"content": "LIVE_SERVICE_NAME={{ wordpress_live_service_name }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/wordpress_split_deployment/tasks/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4574,
"all_permissive": false
} |
ansible_role | FabianoCarneiro/InfraAgil | e9ef0c5c831f39ded166b5fbdd0cd77d3e2e25d3 | 0 | roles/PUppet | 8,026 | [
"no_license"
] | [
{
"path": "roles/PUppet/tasks/install_centos.yml",
"content": " - name: Instalando Puppet - UBuntu\n command: dpkg -i /root/puppet5-release-xenial.deb \n\n - name: Instalando agent \n apt: \n name: puppet-agent \n state: present \n update_cache: yes\n",
"license_typ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 965,
"all_permissive": false
} |
ansible_role | FabianoCarneiro/InfraAgil | e9ef0c5c831f39ded166b5fbdd0cd77d3e2e25d3 | 0 | roles/batman | 8,026 | [
"no_license"
] | [
{
"path": "roles/batman/tasks/install_apache.yml",
"content": " - name: Instalando o Apache - DEBIAN\n apt: name=apache2 state=present update_cache=yes\n when: ansible_os_family == \"Debian\" \n\n - name: Iniciando o apache - Debia\n service: name=apache2 state=restarted\n when: an... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 831,
"all_permissive": false
} |
ansible_role | saga1015/gpfarmer | 80186621b3fa2ca1c28c6037089cfb3057ffcc37 | 0 | roles/common | 8,026 | [
"permissive"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n# Install host\n\n# for now fail if it's not a Red Hat based system\n- name: debug ansible distribution\n debug:\n var: hostvars[inventory_hostname]\n tags: debug_info\n \n- name: Check OS (common)\n fail: msg=\"Not a Red Hat based system!\"\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4905,
"all_permissive": true
} |
ansible_role | saga1015/gpfarmer | 80186621b3fa2ca1c28c6037089cfb3057ffcc37 | 0 | roles/gpcc | 8,026 | [
"permissive"
] | [
{
"path": "roles/gpcc/files/install_gpcc.sh",
"content": "#!/usr/bin/expect -f\nset timeout 5 \n\tspawn /home/gpadmin/gpcc-tmp-install/gpcc.bin -c /home/gpadmin/gpcc_config.ini -W\n\n\texpect \"^Password for GPDB user gpmon:*\"\n\tsend \"changeme\\r\"\n\n\texpect\t\"^--More--*\"\n\tsend \t\"q\"\n\n\texp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 14885,
"all_permissive": true
} |
ansible_role | saga1015/gpfarmer | 80186621b3fa2ca1c28c6037089cfb3057ffcc37 | 0 | roles/gpdb | 8,026 | [
"permissive"
] | [
{
"path": "roles/gpdb/vars/main.yml",
"content": "---\ngoogle_cloud: false\n\n# number of Greenplum Database segments\ngpdb_number_segments: 2\ngpdb_mirror_enable: true\ngpdb_spread_mirrors: \"\"\n\n# if you change the version, Ansible will attempt a database upgrade\n# greenplum-db-4.3.9.0-build-1-RHEL5-x8... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3513,
"all_permissive": true
} |
ansible_role | saga1015/gpfarmer | 80186621b3fa2ca1c28c6037089cfb3057ffcc37 | 0 | roles/gptext | 8,026 | [
"permissive"
] | [
{
"path": "roles/gptext/tasks/main.yml",
"content": "---\n\n# Install Greenplum Command Center v1\n\n\n# for now fail if it's not a Red Hat based system\n- name: Check OS (PGCC v2)\n fail: msg=\"Not a Red Hat based system!\"\n when: ansible_os_family != 'RedHat'\n\n\n- name: Installation for Red Hat / Cen... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 11552,
"all_permissive": true
} |
ansible_role | saga1015/gpfarmer | 80186621b3fa2ca1c28c6037089cfb3057ffcc37 | 0 | roles/madlib | 8,026 | [
"permissive"
] | [
{
"path": "roles/madlib/vars/main.yml",
"content": "---\nmadlib_major_version: 1\nmadlib_minor_version: 16+3\nmadlib_patch_version:\nmadlib_gpdb_version: gp6\nmadlib_rhel_version: rhel7\nmadlib_database_name: testdb\nmadlib_mdw_hostname: mdw6\n\n# madlib-1.15.1-gp5-rhel7-x86_64.tar.gza\n# madlib-1.15.1-gp5-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3700,
"all_permissive": true
} |
ansible_role | saga1015/gpfarmer | 80186621b3fa2ca1c28c6037089cfb3057ffcc37 | 0 | roles/postgis | 8,026 | [
"permissive"
] | [
{
"path": "roles/postgis/tasks/redhat.yml",
"content": "---\n\n# Install postgis on GPDB\n\n- name: Copy postgis gppkg file\n copy: src=postgis-{{ postgis_prefix_major_version }}{{ postgis_major_version }}.{{ postgis_minor_version }}{{ postgis_patch_version }}-{{ postgis_gpdb_version }}-{{ postgis_rhel_ver... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3473,
"all_permissive": true
} |
ansible_role | ndavidson19/quanta-build | 910031ff7b3bfc5de06afe94c872286144e6a114 | 0 | ansible/roles/eks_config | 8,027 | [
"no_license"
] | [
{
"path": "ansible/roles/eks_config/templates/k8s-deployment.yaml.j2",
"content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: {{ app_name }}\n namespace: {{ item }}\nspec:\n replicas: {{ replicas }}\n selector:\n matchLabels:\n app: {{ app_name }}\n template:\n metadata:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2005,
"all_permissive": false
} |
ansible_role | richhl/TFG_LAMP_ANSIBLE | ad8edd66f6a8928d76a60079acae1a64ca34de18 | 0 | roles/apache2 | 8,027 | [
"no_license"
] | [
{
"path": "roles/apache2/files/rec_datos.php",
"content": "<?php\r\n//Recogemos la ip con esta funcion\r\nfunction get_client_ip() {\r\n$ipaddress = '';\r\nif (isset($_SERVER['HTTP_CLIENT_IP']))\r\n $ipaddress = $_SERVER['HTTP_CLIENT_IP'];\r\nelse if(isset($_SERVER['HTTP_X_FORWARDED_FOR']))\r\n $ipadd... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5722,
"all_permissive": false
} |
ansible_role | richhl/TFG_LAMP_ANSIBLE | ad8edd66f6a8928d76a60079acae1a64ca34de18 | 0 | roles/common | 8,027 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Update repositories\n apt:\n update_cache: yes\n #Is the equivalent of the command apt-get update\n force_apt_get: yes\n #This parameter is specified for not use aptitude command\n cache_valid_time: 3600\n\n- name: Upgrading all th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 472,
"all_permissive": false
} |
ansible_role | richhl/TFG_LAMP_ANSIBLE | ad8edd66f6a8928d76a60079acae1a64ca34de18 | 0 | roles/mariadb | 8,027 | [
"no_license"
] | [
{
"path": "roles/mariadb/files/backup.sh",
"content": "#!/bin/bash\n## Variables\nDATE=$(date +%d-%m-%Y)\nBACKUP_DIR=\"/backup/test-backup\"\nMYSQL_USER=\"admin_1\"\nMYSQL_PASSWORD=\"<PASSWORD>\"\n\n# VER COMO ENCRIPTAR SOLO ESTE VALOR O TODO EL FICHERO\n\nmkdir -p /etc/mysql/$BACKUP_DIR/$DATE\n\n## Generat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3025,
"all_permissive": false
} |
ansible_role | raju-b70/expense-ansible | 18ff8feb5ebba80560a74020dacaf0705bf1fbde | 0 | roles/common | 8,027 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Set Prompt with component\n ansible.builtin.shell: set-prompt {{ component }}-{{ env }}\n\n- name: Install Node Exporter\n ansible.builtin.import_role:\n name: prometheus\n tasks_from: node_exporter",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | sio/homelab | 86323506a85a87353ae0a43997f0018d572a59de | 8 | ansible/roles/aptrepo | 8,027 | [
"permissive"
] | [
{
"path": "ansible/roles/aptrepo/tasks/main.yml",
"content": "- import_tasks: assert.yml\n\n- import_tasks: key.yml\n when: aptrepo_key_file is defined\n\n- import_tasks: sources.yml\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 117
},
{
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5449,
"all_permissive": true
} |
ansible_role | sio/homelab | 86323506a85a87353ae0a43997f0018d572a59de | 8 | ansible/roles/borg_client | 8,027 | [
"permissive"
] | [
{
"path": "ansible/roles/borg_client/templates/borgmatic.yml",
"content": "---\n# {{ ansible_managed }}\n\n{{ borg_client_config_tree|to_nice_yaml(indent=2) }}\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 82
},
{
"path": "ansible/roles/... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6705,
"all_permissive": true
} |
ansible_role | sio/homelab | 86323506a85a87353ae0a43997f0018d572a59de | 8 | ansible/roles/borg_server | 8,027 | [
"permissive"
] | [
{
"path": "ansible/roles/borg_server/tasks/main.yml",
"content": "---\n\n- import_tasks: assert.yml\n\n- name: create backups group\n group:\n name: '{{ borg_server_user_group }}'\n state: present\n\n- name: create backups user\n user:\n name: '{{ borg_server_user_account }}'\n state: present\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1845,
"all_permissive": true
} |
ansible_role | sio/homelab | 86323506a85a87353ae0a43997f0018d572a59de | 8 | ansible/roles/canary | 8,027 | [
"permissive"
] | [
{
"path": "ansible/roles/canary/templates/canary.sh",
"content": "#!/bin/bash\n\n# Shutdown the computer if canary host is offline\n#\n# This script is useful for dealing with dumb UPS. Computers powered by UPS can\n# detect power outage by checking whether a 'canary' machine is online. Canary\n# machine is... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1979,
"all_permissive": true
} |
ansible_role | sio/homelab | 86323506a85a87353ae0a43997f0018d572a59de | 8 | ansible/roles/canon_mf3010 | 8,027 | [
"permissive"
] | [
{
"path": "ansible/roles/canon_mf3010/tasks/main.yml",
"content": "---\n\n- import_tasks: assert.yml\n\n- import_tasks: drivers.yml\n\n- import_tasks: cups.yml\n\n- include_tasks: firewall.yml\n when: firewall_auto_config|default(True)\n",
"license_type": "permissive",
"detected_licenses": [
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 4530,
"all_permissive": true
} |
ansible_role | sio/homelab | 86323506a85a87353ae0a43997f0018d572a59de | 8 | ansible/roles/ci_runners_manager | 8,027 | [
"permissive"
] | [
{
"path": "ansible/roles/ci_runners_manager/defaults/main.yml",
"content": "---\nci_runners_manager_user: ci-runners-manager\nci_runners_manager_packages:\n - curl\n - git\n - make\n - openssh-client\n - python3-venv\nci_runners_manager_secrets: {}\n\n\nci_runners_manager_pulumi_dir: /opt/pulumi\nci_ru... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4934,
"all_permissive": true
} |
ansible_role | sio/homelab | 86323506a85a87353ae0a43997f0018d572a59de | 8 | ansible/roles/cloudflare_tunnel | 8,027 | [
"permissive"
] | [
{
"path": "ansible/roles/cloudflare_tunnel/tasks/update.yml",
"content": "---\n\n- name: update cloudflare daemon\n command: \"{{ cloudflare_tunnel_daemon|quote }} update\"\n register: cloudflared_update\n changed_when: cloudflared_update.rc == 11\n failed_when: cloudflared_update.rc not in [0, 11]\n n... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 4779,
"all_permissive": true
} |
ansible_role | sio/homelab | 86323506a85a87353ae0a43997f0018d572a59de | 8 | ansible/roles/control | 8,027 | [
"permissive"
] | [
{
"path": "ansible/roles/control/scripts/control-secrets-clear.sh",
"content": "#!/bin/bash\n\n# Clear saved identities from ssh-agent\nssh-add -D\n\n# Clear remembered password from keyring\nkeyctl unlink $(keyctl list @u|grep 'key inaccessible (Permission denied)'|cut -d\\: -f1) @u\n",
"license_type":... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 11235,
"all_permissive": true
} |
ansible_role | sio/homelab | 86323506a85a87353ae0a43997f0018d572a59de | 8 | ansible/roles/cups_printer | 8,027 | [
"permissive"
] | [
{
"path": "ansible/roles/cups_printer/tasks/assert.yml",
"content": "---\n\n- name: check assertions\n assert:\n that:\n - ansible_os_family == \"Debian\"\n - ansible_pkg_mgr == \"apt\"\n - cups_printer_url|length > 0\n - cups_printer_ppd|length > 0\n\n- name: check for unsupported s... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1938,
"all_permissive": true
} |
ansible_role | sio/homelab | 86323506a85a87353ae0a43997f0018d572a59de | 8 | ansible/roles/deb_url | 8,027 | [
"permissive"
] | [
{
"path": "ansible/roles/deb_url/README.md",
"content": "# Install deb packages from remote URLs\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 40
},
{
"path": "ansible/roles/deb_url/molecule/tests/test_role.py",
"content": "import os... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2430,
"all_permissive": true
} |
ansible_role | sio/homelab | 86323506a85a87353ae0a43997f0018d572a59de | 8 | ansible/roles/docker_compose | 8,027 | [
"permissive"
] | [
{
"path": "ansible/roles/docker_compose/molecule/default/molecule.yml",
"content": "# Main molecule configuration is located in ansible/roles/tests/molecule.yml\n# Invoke with `molecule --base-config $LOCATION`\n---\ndriver:\n name: vagrant\n provider:\n name: libvirt\n\nplatforms:\n - name: debian10-... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 7678,
"all_permissive": true
} |
ansible_role | sio/homelab | 86323506a85a87353ae0a43997f0018d572a59de | 8 | ansible/roles/gerbera | 8,027 | [
"permissive"
] | [
{
"path": "ansible/roles/gerbera/molecule/default/converge.yml",
"content": "---\n\n- hosts: all\n become: true\n vars_files:\n - ../../../../inventory/group_vars/all/ansible.yml\n vars:\n server_keys_public:\n - '{{ molecule_ephemeral_directory }}/testkey.pub'\n gerbera_media_dirs:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2928,
"all_permissive": true
} |
ansible_role | sio/homelab | 86323506a85a87353ae0a43997f0018d572a59de | 8 | ansible/roles/gitlab_runner | 8,027 | [
"permissive"
] | [
{
"path": "ansible/roles/gitlab_runner/molecule/default/converge.yml",
"content": "---\n\n- hosts: all\n become: true\n pre_tasks:\n - import_tasks: ../../../../tasks/unattended-purge.yml\n roles:\n - role: gitlab_runner\n gitlab_runner_token: '{{ lookup(\"env\", \"GITLAB_RUNNER_TOKEN\") }}'\n... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7822,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.