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 | cgraaaj/micro_k8s | 29e72e8c40617efa5e89d4292d63992ba6d9bf2f | 0 | roles/reboot | 7,036 | [
"no_license"
] | [
{
"path": "roles/reboot/tasks/main.yml",
"content": "---\n# tasks file for reboot\n- name: Unconditionally reboot the machine with 3 min timeout\n reboot:\n reboot_timeout: 180\n\n# - name: Sleep for 3 min after boot up\n# wait_for:\n# timeout: 180\n# delegate_to: localhost\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 225,
"all_permissive": false
} |
ansible_role | cgraaaj/micro_k8s | 29e72e8c40617efa5e89d4292d63992ba6d9bf2f | 0 | roles/uninstall_microk8s | 7,036 | [
"no_license"
] | [
{
"path": "roles/uninstall_microk8s/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - uninstall_microk8s",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/uninstall_microk8s/vars/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | cgraaaj/micro_k8s | 29e72e8c40617efa5e89d4292d63992ba6d9bf2f | 0 | roles/utilities | 7,036 | [
"no_license"
] | [
{
"path": "roles/utilities/tasks/main.yml",
"content": "---\n# tasks file for utilities\n- name: Show temp\n shell: vcgencmd measure_temp\n register: temp\n when: \"'rpis' in group_names\"\n\n- debug: \n msg: \"{{temp.stdout}}\"\n when: \"'rpis' in group_names\"\n\n- name: Check super senior temp\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | Nanyte25/fh-openshift | cb00f57472206ee3a411e8b4cf006cb6e614190e | 0 | reference-architecture/aws-ansible/playbooks/roles/docker | 7,036 | [
"no_license"
] | [
{
"path": "reference-architecture/aws-ansible/playbooks/roles/docker/tasks/main.yaml",
"content": "---\n- name: Install Docker packages\n yum: name=docker state=present\n\n- name: Install Docker additional packages\n yum: name=docker-lvm-plugin state=present\n\n- name: Start Docker service\n ignore_error... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2877,
"all_permissive": false
} |
ansible_role | Nanyte25/fh-openshift | cb00f57472206ee3a411e8b4cf006cb6e614190e | 0 | reference-architecture/aws-ansible/playbooks/roles/etcd-volume | 7,036 | [
"no_license"
] | [
{
"path": "reference-architecture/aws-ansible/playbooks/roles/etcd-volume/tasks/main.yaml",
"content": "---\n- name: Create filesystem for /var/lib/etcd\n filesystem:\n fstype: xfs\n dev: /dev/xvdb\n register: fs_xvdb\n\n- name: Create filesystem label for /var/lib/etcd\n command: xfs_admin -L ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | Nanyte25/fh-openshift | cb00f57472206ee3a411e8b4cf006cb6e614190e | 0 | reference-architecture/aws-ansible/playbooks/roles/instance-groups | 7,036 | [
"no_license"
] | [
{
"path": "reference-architecture/aws-ansible/playbooks/roles/instance-groups/tasks/main.yaml",
"content": "---\n#- name: Add bastion to group\n# add_host:\n# name: \"{{ hostvars[item].ec2_tag_Name }}\"\n# groups: mgt\n# openshift_node_labels:\n# role: oscpmgt\n# with_items: \"{{ groups['tag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1199,
"all_permissive": false
} |
ansible_role | Nanyte25/fh-openshift | cb00f57472206ee3a411e8b4cf006cb6e614190e | 0 | reference-architecture/aws-ansible/playbooks/roles/openshift-emptydir-quota | 7,036 | [
"no_license"
] | [
{
"path": "reference-architecture/aws-ansible/playbooks/roles/openshift-emptydir-quota/tasks/main.yaml",
"content": "---\n- name: Modify the node configuration\n replace:\n dest: /etc/origin/node/node-config.yaml\n regexp: '^(.*)perFSGroup: (\\s+.*)?$'\n replace: '\\1 perFSGroup: 512Mi\\2'\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | Nanyte25/fh-openshift | cb00f57472206ee3a411e8b4cf006cb6e614190e | 0 | reference-architecture/aws-ansible/playbooks/roles/openshift-images | 7,036 | [
"no_license"
] | [
{
"path": "reference-architecture/aws-ansible/playbooks/roles/openshift-images/tasks/main.yaml",
"content": "---\n\n- name: Verify OSCP images\n no_log: True\n ignore_errors: yes\n shell: \"/bin/docker images | grep {{ item }}\"\n with_items: \"{{ preload_images }}\"\n register: dockerimages\n changed... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 414,
"all_permissive": false
} |
ansible_role | Nanyte25/fh-openshift | cb00f57472206ee3a411e8b4cf006cb6e614190e | 0 | reference-architecture/aws-ansible/playbooks/roles/openshift-infra-pod-scale | 7,036 | [
"no_license"
] | [
{
"path": "reference-architecture/aws-ansible/playbooks/roles/openshift-infra-pod-scale/tasks/main.yaml",
"content": "---\n- name: Scale the router\n command: \"oc scale dc/router --replicas=2\"\n- name: Scale the registry\n command: \"oc scale dc/docker-registry --replicas=2\"\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | Nanyte25/fh-openshift | cb00f57472206ee3a411e8b4cf006cb6e614190e | 0 | reference-architecture/aws-ansible/playbooks/roles/openshift-volume-quota | 7,036 | [
"no_license"
] | [
{
"path": "reference-architecture/aws-ansible/playbooks/roles/openshift-volume-quota/tasks/main.yaml",
"content": "---\n- name: Create filesystem for /var/lib/origin/openshift.local.volumes\n filesystem:\n fstype: xfs\n dev: /dev/xvdc\n\n- name: Create local volumes directory\n file:\n path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | Nanyte25/fh-openshift | cb00f57472206ee3a411e8b4cf006cb6e614190e | 0 | reference-architecture/aws-ansible/playbooks/roles/prerequisites | 7,036 | [
"no_license"
] | [
{
"path": "reference-architecture/aws-ansible/playbooks/roles/prerequisites/tasks/main.yaml",
"content": "---\n#TODO: Fix hard coded key filename\n#- name: Verify Master api ssl key\n# ignore_errors: yes\n# command: openssl rsa -in /etc/pki/tls/private/rhmpoc.com.pem -check\n# register: key\n# changed_w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4953,
"all_permissive": false
} |
ansible_role | Nanyte25/fh-openshift | cb00f57472206ee3a411e8b4cf006cb6e614190e | 0 | reference-architecture/aws-ansible/playbooks/roles/terminate-all | 7,036 | [
"no_license"
] | [
{
"path": "reference-architecture/aws-ansible/playbooks/roles/terminate-all/tasks/main.yaml",
"content": "---\n- name: Remove policy used for user\n iam_policy:\n iam_name: \"{{ s3_username }}\"\n iam_type: user\n policy_name: S3FullAccess\n state: absent\n region: \"{{ region }}\"\n ignore... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 823,
"all_permissive": false
} |
ansible_role | Nanyte25/fh-openshift | cb00f57472206ee3a411e8b4cf006cb6e614190e | 0 | reference-architecture/aws-ansible/playbooks/roles/validate-app | 7,036 | [
"no_license"
] | [
{
"path": "reference-architecture/aws-ansible/playbooks/roles/validate-app/tasks/main.yaml",
"content": "---\n- name: Gather facts\n openshift_facts:\n role: common\n\n- name: Create the validation project\n command: \"{{ openshift.common.client_binary }} new-project validate\"\n\n- name: Create Hello ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1135,
"all_permissive": false
} |
ansible_role | Nanyte25/fh-openshift | cb00f57472206ee3a411e8b4cf006cb6e614190e | 0 | reference-architecture/aws-ansible/playbooks/roles/validate-etcd | 7,036 | [
"no_license"
] | [
{
"path": "reference-architecture/aws-ansible/playbooks/roles/validate-etcd/tasks/main.yaml",
"content": "---\n- name: Validate etcd\n command: \"etcdctl -C https://{{ ansible_nodename }}:2379 --ca-file=/etc/origin/master/master.etcd-ca.crt --cert-file=/etc/origin/master/master.etcd-client.crt --key-file=/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | Nanyte25/fh-openshift | cb00f57472206ee3a411e8b4cf006cb6e614190e | 0 | reference-architecture/aws-ansible/playbooks/roles/validate-masters | 7,036 | [
"no_license"
] | [
{
"path": "reference-architecture/aws-ansible/playbooks/roles/validate-masters/tasks/main.yaml",
"content": "---\n- name: Validate the public address\n uri:\n url: \"https://{{ openshift_master_cluster_public_hostname }}:{{ console_port }}/healthz/ready\"\n validate_certs: False\n status_code: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 604,
"all_permissive": false
} |
ansible_role | Nanyte25/fh-openshift | cb00f57472206ee3a411e8b4cf006cb6e614190e | 0 | reference-architecture/aws-ansible/playbooks/roles/validate-public | 7,036 | [
"no_license"
] | [
{
"path": "reference-architecture/aws-ansible/playbooks/roles/validate-public/tasks/main.yaml",
"content": "---\n- name: Validate the public address\n uri:\n url: \"https://{{ openshift_master_cluster_public_hostname }}:{{ console_port }}/healthz/ready\"\n validate_certs: False\n status_code: 2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 213,
"all_permissive": false
} |
ansible_role | Konstantinov86/explore | b7b892d2c6c7b72f3b8959b810e81d9c939b504c | 0 | lesson9/roles/nginx | 7,036 | [
"no_license"
] | [
{
"path": "lesson9/roles/nginx/templates/nginx.conf.j2",
"content": "user {{ user }};\nworker_processes {{ worker_processes }};\n\nerror_log /var/log/nginx/error.log {{ error_level }};\npid /var/run/nginx.pid;\n\n\nevents {\n worker_connections {{ worker_connections }};\n}\n\n{% if http_enable... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2010,
"all_permissive": false
} |
ansible_role | Konstantinov86/explore | b7b892d2c6c7b72f3b8959b810e81d9c939b504c | 0 | technical_assessment/provisioning/roles/runner | 7,036 | [
"no_license"
] | [
{
"path": "technical_assessment/provisioning/roles/runner/tasks/global-setup.yml",
"content": "---\n- name: Set concurrent option\n lineinfile:\n dest: /etc/gitlab-runner/config.toml\n regexp: '^(\\s*)concurrent ='\n line: '\\1concurrent = {{ gitlab_runner_concurrent }}'\n state: present\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 730,
"all_permissive": false
} |
ansible_role | podmigor/ansible_hw_2 | 1937205d428da3e74534db9e743276fc4aea9ad6 | 0 | roles/deploy_lamp | 7,036 | [
"no_license"
] | [
{
"path": "roles/deploy_lamp/defaults/main.yml",
"content": "---\n\napache_state: started\n\napache_enabled: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/deploy_lamp/tasks/main.yml",
"content": "---\n\n- name: Update apt cache.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1089,
"all_permissive": false
} |
ansible_role | podmigor/ansible_hw_2 | 1937205d428da3e74534db9e743276fc4aea9ad6 | 0 | roles/deploy_mysql | 7,036 | [
"no_license"
] | [
{
"path": "roles/deploy_mysql/tasks/main.yml",
"content": "---\n\n- name: Update apt cache.\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Ensure Mariadb is installed on Debian.\n apt:\n name: \"{{ mariadb_packages }}\"\n state: present\n\n- name: Ensure Mariadb has selected st... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1055,
"all_permissive": false
} |
ansible_role | ahortalq/devops-utilities | feda24e9fb09c92483cd04796be5c7048591b8c3 | 0 | playbooks/roles/get-dockerhub-images | 7,036 | [
"no_license"
] | [
{
"path": "playbooks/roles/get-dockerhub-images/templates/get-dockerhub-images.cfg.j2",
"content": "##############################\n# Variables de configuracion #\n##############################\n\nDIR_BASE={{ dir_base }}\nDIR_WORK={{ dir_work }}\nDIR_LOG={{ dir_log }}\nDIR_WORK_TEMP=$DIR_WORK/get-dockerhub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5253,
"all_permissive": false
} |
ansible_role | ahortalq/devops-utilities | feda24e9fb09c92483cd04796be5c7048591b8c3 | 0 | playbooks/roles/shortcuts | 7,036 | [
"no_license"
] | [
{
"path": "playbooks/roles/shortcuts/tasks/main.yml",
"content": "---\n\n- name: var files\n template:\n src: get-dockerhub-images.cfg.j2\n dest: \"{{ dir_base }}/get-dockerhub-images.cfg\"\n mode: 0775\n\n- name: template get-dockerhub-images\n template:\n src: get-dockerhub-images.sh.j2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4337,
"all_permissive": false
} |
ansible_role | neilramsay/mail-server | f4de539eb9a0074c6989a7b160e9bc7e991180da | 0 | roles/common | 7,036 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yaml",
"content": "- name: Restart SSHGuard\n become: true\n ansible.builtin.service:\n name: sshguard.service\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/common/tasks/ap... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5558,
"all_permissive": false
} |
ansible_role | neilramsay/mail-server | f4de539eb9a0074c6989a7b160e9bc7e991180da | 0 | roles/mail | 7,036 | [
"no_license"
] | [
{
"path": "roles/mail/templates/dovecot/local.conf.j2",
"content": "##\n## Local Modifications\n##\n#\n# This file should include all local changes instead of modifying\n# files within conf.d, which may be clobbered in package updates\n\n##\n## Local Setup\n##\n\n# DNS\nauth_realms = {{ mail_email_domain }}... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 12475,
"all_permissive": false
} |
ansible_role | alliance-genome/agr_ansible_developers | 6c424ecdbc30022627414232ebd451d8b555d629 | 0 | roles/install_python | 7,036 | [
"no_license"
] | [
{
"path": "roles/install_python/tasks/main.yml",
"content": "---\n# tasks file for install_python\n\n- name: Installing Pypy and Pip by running install_python.sh\n script: install_python.sh\n become: true\n become_user: root\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | alliance-genome/agr_ansible_developers | 6c424ecdbc30022627414232ebd451d8b555d629 | 0 | roles/setup_docker | 7,036 | [
"no_license"
] | [
{
"path": "roles/setup_docker/tasks/main.yml",
"content": "---\n# tasks file for setup_docker\n- name: Make DockerHub config directory\n file:\n path: /home/core/.docker\n state: directory\n owner: core\n group: core\n mode: 0755\n\n- name: Copy DockerHub config file\n copy:\n content: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1759,
"all_permissive": false
} |
ansible_role | luciferYu/zhiyi_django_templet | c74e028aed58f7af0cc3e0b3d6ce2938eabeeb01 | 0 | playbooks/roles/common | 7,036 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/files/scripts/nginx_reload.sh",
"content": "/data/exec/nginx/sbin/nginx -s reload\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "playbooks/roles/common/files/rsync_3.1.1/share/man/man1/rsync.1",
"content":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 195069,
"all_permissive": false
} |
ansible_role | luciferYu/zhiyi_django_templet | c74e028aed58f7af0cc3e0b3d6ce2938eabeeb01 | 0 | playbooks/roles/ngx-server | 7,036 | [
"no_license"
] | [
{
"path": "playbooks/roles/ngx-server/tasks/main.yml",
"content": "---\r\n - name: nginx_service_install\r\n debug: msg=\"this is an empty action\"\r\n\r\n # http://kb.linuxvirtualserver.org/wiki/IPVS_FULLNAT_and_SYNPROXY\r\n # ansible-playbook -i hosts --extra-vars \"ngx_version=nginx_1.10.1\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6948,
"all_permissive": false
} |
ansible_role | luciferYu/zhiyi_django_templet | c74e028aed58f7af0cc3e0b3d6ce2938eabeeb01 | 0 | playbooks/roles/py-server | 7,036 | [
"no_license"
] | [
{
"path": "playbooks/roles/py-server/tasks/main.yml",
"content": "---\r\n- name: python_service_install\r\n debug: msg=\"this is an empty action\"\r\n\r\n- name: copy rsync binary files to remote nodes\r\n copy: src=Python-3.6.6.tgz dest=/tmp/Python-3.6.6.tgz\r\n\r\n- name: create ~/.pip dir\r\n file: pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1872,
"all_permissive": false
} |
ansible_role | luciferYu/zhiyi_django_templet | c74e028aed58f7af0cc3e0b3d6ce2938eabeeb01 | 0 | playbooks/roles/toa | 7,036 | [
"no_license"
] | [
{
"path": "playbooks/roles/toa/tasks/main.yml",
"content": "---\r\n - name: toa module install\r\n debug: msg=\"this is an empty action\"\r\n\r\n # http://kb.linuxvirtualserver.org/wiki/IPVS_FULLNAT_and_SYNPROXY\r\n # ansible-playbook -i hosts toa.yml\r\n #\r\n - name: install need packa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2650,
"all_permissive": false
} |
ansible_role | ignasijuez/Ansible-AWS-Project | 6c121ff857a2869bd2dfc5bf60296d8126cf743f | 0 | ansible/aws_inventory/roles/flask_web | 7,156 | [
"no_license"
] | [
{
"path": "ansible/aws_inventory/roles/flask_web/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for flask_web\n\n- name: Update APT cache\n apt:\n update_cache: yes\n\n- name: Install MySQL Database\n apt:\n name: \n - default-mysql-server\n - default-mysql... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2407,
"all_permissive": false
} |
ansible_role | ignasijuez/Ansible-AWS-Project | 6c121ff857a2869bd2dfc5bf60296d8126cf743f | 0 | ansible/aws_inventory/roles/mysql_db | 7,156 | [
"no_license"
] | [
{
"path": "ansible/aws_inventory/roles/mysql_db/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for mysql_db\n\n- name: Update APT cache\n apt:\n update_cache: yes\n\n- name: Install MySQL Database\n apt:\n name: \n - default-mysql-server\n - default-mysql-c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2181,
"all_permissive": false
} |
ansible_role | ignasijuez/Ansible-AWS-Project | 6c121ff857a2869bd2dfc5bf60296d8126cf743f | 0 | ansible/aws_inventory/roles/python | 7,156 | [
"no_license"
] | [
{
"path": "ansible/aws_inventory/roles/python/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for python\n\n- name: Update APT cache\n apt:\n update_cache: yes\n\n- name: Install all required dependencies\n package:\n name: \"{{ item }}\"\n state: present\n loop:\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | ignasijuez/Ansible-AWS-Project | 6c121ff857a2869bd2dfc5bf60296d8126cf743f | 0 | ansible/aws_inventory/roles/setup_clb | 7,156 | [
"no_license"
] | [
{
"path": "ansible/aws_inventory/roles/setup_clb/defaults/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for setup_clb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "ansible/aws_inventory/roles/setup_clb/tasks/main.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1070,
"all_permissive": false
} |
ansible_role | ignasijuez/Ansible-AWS-Project | 6c121ff857a2869bd2dfc5bf60296d8126cf743f | 0 | ansible/aws_inventory/roles/setup_notify | 7,156 | [
"no_license"
] | [
{
"path": "ansible/aws_inventory/roles/setup_notify/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for setup_notify\n\n- name: Obtener información del Classic Load Balancer\n amazon.aws.elb_classic_lb_info:\n region: \"eu-south-2\"\n register: elb_info\n\n- name: Mostra... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1161,
"all_permissive": false
} |
ansible_role | ignasijuez/Ansible-AWS-Project | 6c121ff857a2869bd2dfc5bf60296d8126cf743f | 0 | ansible/aws_inventory/roles/setup_sg | 7,156 | [
"no_license"
] | [
{
"path": "ansible/aws_inventory/roles/setup_sg/defaults/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for setup_sg\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "ansible/aws_inventory/roles/setup_sg/vars/main.yml"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1531,
"all_permissive": false
} |
ansible_role | ignasijuez/Ansible-AWS-Project | 6c121ff857a2869bd2dfc5bf60296d8126cf743f | 0 | ansible/aws_inventory/roles/ssl_certificate | 7,156 | [
"no_license"
] | [
{
"path": "ansible/aws_inventory/roles/ssl_certificate/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for ssl_certificate\n\n- name: Add Certbot PPA\n apt:\n ppa: certbot/certbot\n state: present\n update_cache: yes\n\n- name: Install Certbot and Nginx\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | ignasijuez/Ansible-AWS-Project | 6c121ff857a2869bd2dfc5bf60296d8126cf743f | 0 | ansible/aws_inventory/roles/wait_ec2 | 7,156 | [
"no_license"
] | [
{
"path": "ansible/aws_inventory/roles/wait_ec2/defaults/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for wait_ec2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "ansible/aws_inventory/roles/wait_ec2/vars/main.yml"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4075,
"all_permissive": false
} |
ansible_role | tim-m-robinson/fuse-dit-deploy | 82b27a9e70983186f251577180136a93e8ae91bd | 0 | roles/build_ansible_docker_image | 7,156 | [
"no_license"
] | [
{
"path": "roles/build_ansible_docker_image/tasks/main.yml",
"content": "---\n- name: Copy Ansible Docker context\n synchronize:\n src: '{{ playbook_dir }}/lib/files/docker/ansible-image'\n dest: /tmp/\n\n- name: Build Ansible Docker image\n docker_image:\n path: '/tmp/ansible-image/'\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | tim-m-robinson/fuse-dit-deploy | 82b27a9e70983186f251577180136a93e8ae91bd | 0 | roles/load_default_vars | 7,156 | [
"no_license"
] | [
{
"path": "roles/load_default_vars/tasks/main.yml",
"content": "--- \n- name: Load default vars\n include_vars:\n dir: '{{ playbook_dir }}/vars'\n\n- name: Debug show variables\n debug: var=hostvars[inventory_hostname]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | tim-m-robinson/fuse-dit-deploy | 82b27a9e70983186f251577180136a93e8ae91bd | 0 | roles/redeploy-ol-services | 7,156 | [
"no_license"
] | [
{
"path": "roles/redeploy-ol-services/tasks/main.yml",
"content": "--- \n- name: Starting Deployment\n debug:\n msg: 'OK'\n\n- name: Read credentials from vault\n include_vars: '{{ playbook_dir }}/vars/docker_repo.yml'\n\n- name: Log into remote Nexus repo\n docker_login:\n registry: '{{ nexus_repo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1292,
"all_permissive": false
} |
ansible_role | RHMTT/cicd-workshop-examples | 6a47256f076163002f8056cfe6b99c5d5b02dff0 | 0 | roles/jenkins-pipeline | 7,156 | [
"no_license"
] | [
{
"path": "roles/jenkins-pipeline/files/approve.groovy",
"content": "import org.jenkinsci.plugins.scriptsecurity.scripts.ScriptApproval\n\nScriptApproval scriptApproval = ScriptApproval.get()\nscriptApproval.pendingScripts.each {\n scriptApproval.approveScript(it.hash)\n}\n",
"license_type": "no_lice... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 8690,
"all_permissive": false
} |
ansible_role | tecjeferson/Loadbalancer-Apache-AWS--Linux-Ansible | 2e7bc6641983d1d7bcae7aad6a30e12ed5d39dfe | 0 | roles/webservers | 7,156 | [
"no_license"
] | [
{
"path": "roles/webservers/tasks/main.yml",
"content": "---\n# tasks file for roles/webservers\n\n- name: Upload application file\n copy:\n src: \"../files/index.php\"\n dest: \"{{ path_to_app }}\"\n mode: 0755\n tags: upload\n\n- include_vars: ../vars/secret-password.yml\n- name: Testing the se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 966,
"all_permissive": false
} |
ansible_role | syedaasik/ansible | bc7af678d6c401dec9dd061b36915252b409000a | 0 | roles/packages | 7,156 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n- name: Installing\n include_tasks: install.yml\n when: ansible_distribution == \"Rocky\" and input == \"install\"\n\n- name: Uninstalling \n include_tasks: uninstall.yml\n when: ansible_distribution == \"Rocky\" and input == \"uninstall\"\n"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1199,
"all_permissive": false
} |
ansible_role | Kaci-Cryptology/jensikins-ansible-docker | 963bc8b90e1db058a3cf770ca6265ba13a047502 | 0 | roles/wartest | 7,156 | [
"no_license"
] | [
{
"path": "roles/wartest/tasks/main.yml",
"content": "- name: install pip\n apt:\n name: python3-pip\n state: present\n\n- name: install docker engine\n apt:\n name: docker.io\n state: present\n update_cache: yes\n\n- name: start and enable docker service\n systemd:\n name: docker\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | venerari/jboss-standalone | 41cdeca32fcf19b3ad9fa3b551e42e3b498d8fd6 | 0 | roles/jboss-standalone | 7,156 | [
"no_license"
] | [
{
"path": "roles/jboss-standalone/tasks/main.yml",
"content": "---\r\n- name: Install Java 1.7 and some basic dependencies\r\n yum: \r\n name: \"{{ item }}\"\r\n state: present\r\n with_items:\r\n - unzip\r\n - java-1.7.0-openjdk\r\n - libselinux-python\r\n - libsemanage-python\r\n \r\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2860,
"all_permissive": false
} |
ansible_role | ClubfootBear/ansible-task-1 | 1fc28251090e2773509749d684612bf5ab70ed37 | 0 | roles/edit_grub | 7,156 | [
"no_license"
] | [
{
"path": "roles/edit_grub/defaults/main.yml",
"content": "---\n# defaults file for edit_grub\ngrub_items:\n - name: net.ifnames\n value: 0\n - name: biosdevname\n value: 0",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/edit_grub/ta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1630,
"all_permissive": false
} |
ansible_role | ClubfootBear/ansible-task-1 | 1fc28251090e2773509749d684612bf5ab70ed37 | 0 | roles/install_apache | 7,156 | [
"no_license"
] | [
{
"path": "roles/install_apache/tasks/install-apache-RedHat.yml",
"content": "---\n# tasks file for install_apache\n- name: Install apache choosen version\n yum:\n update_cache: yes\n name: \"{{ apache_service }}-{{ apache_version }}\"\n state: present\n notify: Start apache and add to load",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1674,
"all_permissive": false
} |
ansible_role | ClubfootBear/ansible-task-1 | 1fc28251090e2773509749d684612bf5ab70ed37 | 0 | roles/uninstall_apache | 7,156 | [
"no_license"
] | [
{
"path": "roles/uninstall_apache/vars/RedHat.yml",
"content": "---\napache_service: httpd\n\nindex_path: /var/www/html/index.html",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/uninstall_apache/tasks/close-firewalld.yml",
"content": "--... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 864,
"all_permissive": false
} |
ansible_role | chetan-hireholi/ansible-wca-demo-kit | c450b45373a039fc4dbe03cb53e4a32fa3fb7662 | 16 | Archived/End to End complete Apache Install/Config/roles/init | 7,156 | [
"no_license"
] | [
{
"path": "Archived/End to End complete Apache Install/Config/roles/init/tasks/main.yml",
"content": "---\n# initialize local RHEL9 VM\n# assumptions:\n# - you already built a RHEL9 VM \n# - you already have a non-root user with passwordless sudo rights\n# - you have copied your ssh key for the non-root use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 796,
"all_permissive": false
} |
ansible_role | chetan-hireholi/ansible-wca-demo-kit | c450b45373a039fc4dbe03cb53e4a32fa3fb7662 | 16 | Archived/End to End complete Apache Install/Config/roles/reset | 7,156 | [
"no_license"
] | [
{
"path": "Archived/End to End complete Apache Install/Config/roles/reset/tasks/main.yml",
"content": "---\n- name: Delete /ibmdata/htdocs directory\n ansible.builtin.file:\n path: /ibmdata/htdocs\n state: absent\n\n- name: Remove httpd\n ansible.builtin.package:\n name: httpd\n state: absent\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | agentz04/SFadmin_zdy | 2647bdfebd7d7cf67b26c90922d46a5be3e37942 | 0 | ansible_project/roles/postgresql | 7,156 | [
"no_license"
] | [
{
"path": "ansible_project/roles/postgresql/tasks/main.yml",
"content": "---\n- name: Create pgdg12.repo file\n copy:\n dest: /etc/yum.repos.d/pgdg12.repo\n content: |\n [pgdg12]\n name=PostgreSQL 12 for RHEL/CentOS/AlmaLinux $releasever - $basearch\n baseurl=https://download.postgresq... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 848,
"all_permissive": false
} |
ansible_role | agentz04/SFadmin_zdy | 2647bdfebd7d7cf67b26c90922d46a5be3e37942 | 0 | ansible_project/roles/web_stack | 7,156 | [
"no_license"
] | [
{
"path": "ansible_project/roles/web_stack/vars/main.yml",
"content": "---\n# vars file for web_stack\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "ansible_project/roles/web_stack/tasks/main.yml",
"content": "---\n- name: Install required p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 908,
"all_permissive": false
} |
ansible_role | agentz04/SFadmin_zdy | 2647bdfebd7d7cf67b26c90922d46a5be3e37942 | 0 | ansible_project/roles/zabbix_agent | 7,156 | [
"no_license"
] | [
{
"path": "ansible_project/roles/zabbix_agent/tasks/redhat.yml",
"content": "\n- name: Download Zabbix GPG key\n get_url:\n url: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591\n dest: /etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX\n mode: '0644'\n\n- name: Import Zabbix GPG key using rpm\n command: rpm... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1410,
"all_permissive": false
} |
ansible_role | praveensams16/chandra | 1ec7fd01713817788047892ddfb90b11e2eb7bfb | 0 | roles/apache | 7,156 | [
"no_license"
] | [
{
"path": "roles/apache/handlers/main.yml",
"content": "---\n# handlers file for apache\n- name: apache_start\n service:\n name: \"httpd\"\n state: \"restarted\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "roles/apache/tasks/main.yml"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1103,
"all_permissive": false
} |
ansible_role | oeuf/laptop-setup | a87b6eff90b5463d0c756b4a9ee1337d9fdd21b8 | 0 | roles/dotfiles | 7,156 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yaml",
"content": "---\n- name: Make symlinks for the dotfile triumvirate\n file:\n src: \"{{ playbook_dir }}/roles/dotfiles/files/{{ item }}\"\n dest: \"{{ ansible_env.HOME }}/{{ item }}\"\n state: link\n with_items:\n - .tmux.conf\n - .vimrc\n - .zs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 10027,
"all_permissive": false
} |
ansible_role | oeuf/laptop-setup | a87b6eff90b5463d0c756b4a9ee1337d9fdd21b8 | 0 | roles/homebrew | 7,156 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/main.yaml",
"content": "---\n- name: Install some packags via homebrew\n homebrew:\n name: \"{{ item }}\"\n upgrade_all: yes\n state: latest\n with_items:\n - ctags-exuberant\n - gcc\n - git\n - giter8\n - go\n - hub\n - postgresql\n - pyenv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | oeuf/laptop-setup | a87b6eff90b5463d0c756b4a9ee1337d9fdd21b8 | 0 | roles/homebrew_cask | 7,156 | [
"no_license"
] | [
{
"path": "roles/homebrew_cask/tasks/main.yaml",
"content": "---\n- name: install homebrew cask\n homebrew:\n name: caskroom/cask/brew-cask\n state: present\n\n- name: Install some casks\n homebrew_cask:\n name: \"{{ item }}\"\n state: present\n environment:\n HOMEBREW_CASK_OPTS: --appdi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | oeuf/laptop-setup | a87b6eff90b5463d0c756b4a9ee1337d9fdd21b8 | 0 | roles/osx | 7,156 | [
"no_license"
] | [
{
"path": "roles/osx/tasks/main.yaml",
"content": "---\n- name: Set computer name\n command: sudo scutil --set ComputerName \"ng\"\n\n- name: Set host name\n command: sudo scutil --set HostName \"ng\"\n\n- name: Set local host name\n command: sudo scutil --set LocalHostName \"ng\"\n\n- name: Set antialia... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 10878,
"all_permissive": false
} |
ansible_role | oeuf/laptop-setup | a87b6eff90b5463d0c756b4a9ee1337d9fdd21b8 | 0 | roles/python | 7,156 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yaml",
"content": "---\n- name: Install pip.(add state once upgraded to ansible 2.0)\n sudo: yes\n easy_install: name=pip\n\n- name: Install virtualenv and virtualenvwrapper\n sudo: yes\n pip: name={{ item }} extra_args='--ignore-installed six' state=latest\n with_ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 957,
"all_permissive": false
} |
ansible_role | oeuf/laptop-setup | a87b6eff90b5463d0c756b4a9ee1337d9fdd21b8 | 0 | roles/vim | 7,156 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yaml",
"content": "---\n- name: make vim bundle directory\n file:\n path: \"{{ vim_bundle }}\"\n state: directory\n\n- name: make vim autoload directory\n file:\n path: \"{{ vim_autoload }}\"\n state: directory\n\n- name: install pathogen for vim\n command: cur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1272,
"all_permissive": false
} |
ansible_role | oeuf/laptop-setup | a87b6eff90b5463d0c756b4a9ee1337d9fdd21b8 | 0 | roles/zsh | 7,156 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yaml",
"content": "---\n- name: Download oh-my-zsh.\n git:\n repo: \"{{ github_url }}/robbyrussell/oh-my-zsh.git\"\n dest: \"{{ ansible_env.HOME }}/.oh-my-zsh\"\n update: yes\n\n- name: add zsh to /etc/shells\n lineinfile:\n backup: yes\n dest: /etc/shells\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | ssoi/dotfiles | bd3a874732acc51c0e4d381e470e18c73757c601 | 0 | roles/bash | 7,196 | [
"no_license"
] | [
{
"path": "roles/bash/tasks/main.yml",
"content": "- name: set up bash config\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n owner: \"{{ username }}\"\n group: \"{{ username }}\"\n with_items:\n - { src: \"bashrc\", dest: \"{{ home }}/.bashrc\" }\n - { src: \"aliases\", ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1635,
"all_permissive": false
} |
ansible_role | ssoi/dotfiles | bd3a874732acc51c0e4d381e470e18c73757c601 | 0 | roles/common | 7,196 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: update packages\n apt:\n name: \"*\"\n state: latest\n force_apt_get: true\n update_cache: true\n\n- name: install common packages\n apt:\n name: \"{{ item }}\"\n state: present\n force_apt_get: true\n with_it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | ssoi/dotfiles | bd3a874732acc51c0e4d381e470e18c73757c601 | 0 | roles/i3 | 7,196 | [
"no_license"
] | [
{
"path": "roles/i3/tasks/main.yml",
"content": "- name: install i3 dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - libxcb1-dev\n - libxcb-keysyms1-dev\n - libpango1.0-dev\n - libxcb-util0-dev\n - libxcb-icccm4-dev\n - libyajl-dev\n - libstartup-not... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3080,
"all_permissive": false
} |
ansible_role | ssoi/dotfiles | bd3a874732acc51c0e4d381e470e18c73757c601 | 0 | roles/python | 7,196 | [
"no_license"
] | [
{
"path": "roles/python/files/ctagger.sh",
"content": "#!/bin/bash\n\nset -x\n\nPYTHONLIB=`python -c \"from distutils.sysconfig import get_python_lib; print(get_python_lib())\"`\n\nTAGSDIR=\"${HOME}/.vim/tags\"\nTAGSFILE=\"${TAGSDIR}/tags\"\n\nTAGSTOREMOVELIST=`mktemp`\nFILESTOTAGLIST=`mktemp`\n\nget_all_fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1760,
"all_permissive": false
} |
ansible_role | ssoi/dotfiles | bd3a874732acc51c0e4d381e470e18c73757c601 | 0 | roles/rstats | 7,196 | [
"no_license"
] | [
{
"path": "roles/rstats/files/funcs.R",
"content": "# PCA via SVD with straight-forward normalization option\nprcomp2 <- function(x, scale=FALSE) {\n m <- x - rowMeans(x) # mean-center\n if(scale) m <- m/(apply(x, 1, sd)) # scale rows by SD\n S <- svd(m) # SVD\n Y <- t(m) %*% S$u # project data onto rot... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4048,
"all_permissive": false
} |
ansible_role | ssoi/dotfiles | bd3a874732acc51c0e4d381e470e18c73757c601 | 0 | roles/vim | 7,196 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "- name: add PPA for neovim\n apt_repository:\n repo: ppa:neovim-ppa/unstable\n\n- name: install vim\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - neovim\n - vim\n - vim-runtime\n - vim-gtk3\n - vim-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4901,
"all_permissive": false
} |
ansible_role | ollin/cd-ws-p | d7ebd6ad422be6fe5b2149801eb32c4d5611eca5 | 5 | vagrant/preparation/roles/common | 7,196 | [
"permissive"
] | [
{
"path": "vagrant/preparation/roles/common/tasks/main.yml",
"content": "---\n - name: Update APT package cache\n apt: update_cache=yes cache_valid_time=3600\n\n #password=\"<PASSWORD>\" # created via mkpasswd --method=SHA-512 # see http://docs.ansible.com/ansible/faq.html#how-do-i-gene... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 580,
"all_permissive": true
} |
ansible_role | ollin/cd-ws-p | d7ebd6ad422be6fe5b2149801eb32c4d5611eca5 | 5 | vagrant/preparation/roles/desktop | 7,196 | [
"permissive"
] | [
{
"path": "vagrant/preparation/roles/desktop/tasks/main.yml",
"content": "---\n - name: Create LeafPad destop entry\n template:\n src={{role_path}}/templates/leafpad.desktop.j2\n dest=/home/dev/Desktop/leafpad.desktop\n mode=\"u=rwx,g=rwx,o=r\"\n - name: Create LXTerminal destop entry\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3080,
"all_permissive": true
} |
ansible_role | ollin/cd-ws-p | d7ebd6ad422be6fe5b2149801eb32c4d5611eca5 | 5 | vagrant/preparation/roles/devinfra | 7,196 | [
"permissive"
] | [
{
"path": "vagrant/preparation/roles/devinfra/tasks/main.yml",
"content": "---\n - name: Install devinfra dependencies\n apt: state=installed pkg={{ item }}\n with_items: \"{{ devinfra_required_packages }}\"\n\n - name: Clone cd-ws-infa project\n git:\n repo: 'https://github.com/ollin/cd-ws-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 966,
"all_permissive": true
} |
ansible_role | ollin/cd-ws-p | d7ebd6ad422be6fe5b2149801eb32c4d5611eca5 | 5 | vagrant/preparation/roles/devproject | 7,196 | [
"permissive"
] | [
{
"path": "vagrant/preparation/roles/devproject/tasks/main.yml",
"content": "---\n - name: Clone cd-ws-address project\n git:\n repo: 'https://github.com/ollin/cd-ws-address.git'\n dest: '/home/dev/cd-ws-address'\n\n - name: Set permissions to user dev\n file:\n path: '/home/dev/cd-ws... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 957,
"all_permissive": true
} |
ansible_role | ollin/cd-ws-p | d7ebd6ad422be6fe5b2149801eb32c4d5611eca5 | 5 | vagrant/preparation/roles/devutils | 7,196 | [
"permissive"
] | [
{
"path": "vagrant/preparation/roles/devutils/vars/main.yml",
"content": "dev_util_packages:\n - httpie\n - curl\n - wget\n - htop\n - tig\n - tmux\n",
"license_type": "permissive",
"detected_licenses": [
"CC-BY-4.0"
],
"size_bytes": 74
},
{
"path": "vagrant/preparation/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 211,
"all_permissive": true
} |
ansible_role | ollin/cd-ws-p | d7ebd6ad422be6fe5b2149801eb32c4d5611eca5 | 5 | vagrant/preparation/roles/docker | 7,196 | [
"permissive"
] | [
{
"path": "vagrant/preparation/roles/docker/tasks/main.yml",
"content": "---\n - name: Install docker dependencies\n apt: state=installed pkg={{ item }}\n with_items: \"{{ docker_required_packages }}\"\n\n - name: Install docker repo key\n apt_key:\n url: https://download.docker.com/linux/ub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1003,
"all_permissive": true
} |
ansible_role | ollin/cd-ws-p | d7ebd6ad422be6fe5b2149801eb32c4d5611eca5 | 5 | vagrant/preparation/roles/dockercompose | 7,196 | [
"permissive"
] | [
{
"path": "vagrant/preparation/roles/dockercompose/vars/main.yml",
"content": "\"docker_compose_required_packages\":\n - \"python-setuptools\"\n\n\"docker_compose_version\": \"1.17.0\"\n",
"license_type": "permissive",
"detected_licenses": [
"CC-BY-4.0"
],
"size_bytes": 96
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 507,
"all_permissive": true
} |
ansible_role | ollin/cd-ws-p | d7ebd6ad422be6fe5b2149801eb32c4d5611eca5 | 5 | vagrant/preparation/roles/intellij | 7,196 | [
"permissive"
] | [
{
"path": "vagrant/preparation/roles/intellij/tasks/main.yml",
"content": "---\n - name: Install dependencies\n apt: name={{ item }} state=latest update_cache=yes cache_valid_time=3600\n with_items:\n - tar\n - unzip\n\n - name: Check for Intellij is allready installed\n stat: path=/opt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1798,
"all_permissive": true
} |
ansible_role | ollin/cd-ws-p | d7ebd6ad422be6fe5b2149801eb32c4d5611eca5 | 5 | vagrant/preparation/roles/javadev | 7,196 | [
"permissive"
] | [
{
"path": "vagrant/preparation/roles/javadev/vars/main.yml",
"content": "javadev_packages:\n - openjdk-8-jdk\n - openjdk-8-source\n",
"license_type": "permissive",
"detected_licenses": [
"CC-BY-4.0"
],
"size_bytes": 57
},
{
"path": "vagrant/preparation/roles/javadev/templates... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 458,
"all_permissive": true
} |
ansible_role | ollin/cd-ws-p | d7ebd6ad422be6fe5b2149801eb32c4d5611eca5 | 5 | vagrant/preparation/roles/lubuntu | 7,196 | [
"permissive"
] | [
{
"path": "vagrant/preparation/roles/lubuntu/vars/main.yml",
"content": "lubuntu_packages:\n - lubuntu-core\n - lxde\n - lubuntu-software-center\n - virtualbox-guest-utils\n - virtualbox-guest-x11\n - virtualbox-guest-dkms\n",
"license_type": "permissive",
"detected_licenses": [
"CC-BY-4... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 270,
"all_permissive": true
} |
ansible_role | ollin/cd-ws-p | d7ebd6ad422be6fe5b2149801eb32c4d5611eca5 | 5 | vagrant/preparation/roles/xubuntu | 7,196 | [
"permissive"
] | [
{
"path": "vagrant/preparation/roles/xubuntu/vars/main.yml",
"content": "xubuntu_packages:\n - xfce4\n - leafpad\n - lxdm\n - lxterminal\n - software-center\n - xfce4-xkb-plugin\n - language-selector-gnome\n - language-pack-de\n",
"license_type": "permissive",
"detected_licenses": [
"C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 274,
"all_permissive": true
} |
ansible_role | KylCblln/Cabellon_PrelimExam | e449ae7097ab7818ff2defcce8c7aab748820214 | 0 | roles/change_motd | 7,196 | [
"no_license"
] | [
{
"path": "roles/change_motd/tasks/main.yml",
"content": "---\n# tasks file for change_motd\n- name: creating motd\n copy:\n content: \" \\n\"\n dest: /etc/motd\n\n- name: disabling default motd\n file:\n dest: \"/etc/update-motd.d/\"\n mode: \"u-x,g-x,o-x\"\n state: directory\n recurse:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | KylCblln/Cabellon_PrelimExam | e449ae7097ab7818ff2defcce8c7aab748820214 | 0 | roles/create_user | 7,196 | [
"no_license"
] | [
{
"path": "roles/create_user/tasks/main.yml",
"content": "---\n# tasks file for create_user\n- name: creating a user\n ansible.builtin.user:\n name: \"{{ username }}\"\n comment: \"{{ name }}\"\n uid: 1010\n group: sudo\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 164,
"all_permissive": false
} |
ansible_role | KylCblln/Cabellon_PrelimExam | e449ae7097ab7818ff2defcce8c7aab748820214 | 0 | roles/java | 7,196 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n# tasks file for java\n- name: installing java open-djk\n apt:\n name: default-jdk\n state: latest\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | KylCblln/Cabellon_PrelimExam | e449ae7097ab7818ff2defcce8c7aab748820214 | 0 | roles/python | 7,196 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n# tasks file for python\n- name: installing latest python3 and pip3\n apt:\n name:\n - python3\n - python3-pip\n state: latest\n update_cache: yes \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 158
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 158,
"all_permissive": false
} |
ansible_role | nitish757/SPE-EcomSense | 61fa40b43e5727d9eed724ff7591545acc999afe | 0 | forecastService/ansible/roles/filebeat | 7,196 | [
"no_license"
] | [
{
"path": "forecastService/ansible/roles/filebeat/templates/filebeat.yaml.j2",
"content": "# filebeat.yml\nfilebeat.inputs:\n - type: container\n paths:\n - /var/log/containers/*.log\n processors:\n - add_kubernetes_metadata:\n in_cluster: true\n # custom app log file input\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1793,
"all_permissive": false
} |
ansible_role | nitish757/SPE-EcomSense | 61fa40b43e5727d9eed724ff7591545acc999afe | 0 | forecastService/ansible/roles/git_clone_repo | 7,196 | [
"no_license"
] | [
{
"path": "forecastService/ansible/roles/git_clone_repo/tasks/main.yml",
"content": "# - name: Ensure parent directory exists\n# file:\n# path: \"{{ clone_dir }}\"\n# state: directory\n# mode: '0755'\n\n- name: Remove existing repo directory if exists\n file:\n path: \"{{ clone_dir }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | nitish757/SPE-EcomSense | 61fa40b43e5727d9eed724ff7591545acc999afe | 0 | forecastService/ansible/roles/k8_deploy | 7,196 | [
"no_license"
] | [
{
"path": "forecastService/ansible/roles/k8_deploy/tasks/main.yml",
"content": "- name: Who am I?\n ansible.builtin.shell: whoami\n register: whoami_out\n args:\n executable: /bin/bash\n\n- name: Show whoami output\n debug:\n var: whoami_out.stdout\n\n- name: Current directory\n ansible.builtin.s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2784,
"all_permissive": false
} |
ansible_role | johnnyweak/secret-project | 36c0636f3e12cc05ff46f45e7c550df3090436d1 | 0 | ansibled-dotfiles/roles/docker | 7,196 | [
"no_license"
] | [
{
"path": "ansibled-dotfiles/roles/docker/tasks/debian.yml",
"content": "---\n- name: pip install docker\n pip:\n name: docker\n\n- name: ensure repository key is installed\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: ensure docker registry is availab... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | johnnyweak/secret-project | 36c0636f3e12cc05ff46f45e7c550df3090436d1 | 0 | ansibled-dotfiles/roles/thefuck | 7,196 | [
"no_license"
] | [
{
"path": "ansibled-dotfiles/roles/thefuck/var/main.yml",
"content": "---\nrule.d: \"/home/{{ ansible_user_id }}/thefuck/rules\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "ansibled-dotfiles/roles/thefuck/tasks/main.yml",
"content": "---\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | johnnyweak/secret-project | 36c0636f3e12cc05ff46f45e7c550df3090436d1 | 0 | ansibled-dotfiles/roles/zsh | 7,196 | [
"no_license"
] | [
{
"path": "ansibled-dotfiles/roles/zsh/tasks/main.yml",
"content": "---\n- include_tasks: arch.yml\n when: ansible_distribution == \"Archlinux\"\n\n- include_tasks: debian.yml\n when: ansible_distribution == \"debian\"\n\n- include_tasks: zsh.yml\n\n- include_tasks: templates.yml",
"license_type": "no... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2495,
"all_permissive": false
} |
ansible_role | anish3389/github_pipeline | 15e9208f821637029bd7e88dcab04fa9b84bbb06 | 0 | ansible/roles/nginx | 7,196 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/defaults/main.yml",
"content": "---\napt_packages:\n - nginx\n - awscli\n - python3-pip\npython_packages: \n - boto3\nnginx_conf_file: code.conf\nnginx_sites_enabled_dir: /etc/nginx/sites-enabled\nnginx_sites_available_dir: /etc/nginx/sites-available",
"license_type": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1346,
"all_permissive": false
} |
ansible_role | alacine/dotfiles | cb3f694b429bdf8a7357c1f2cca940107ed975ff | 0 | pve/playbook/roles/srv | 7,196 | [
"no_license"
] | [
{
"path": "pve/playbook/roles/srv/tasks/clash.yml",
"content": "- name: Install Clash\n shell:\n cmd: |\n go install github.com/Dreamacro/clash@latest\n install $(go env GOBIN)/clash /usr/bin/\n\n- name: Create User systemd Directory\n file:\n path: /etc/systemd/system\n state: director... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2537,
"all_permissive": false
} |
ansible_role | DhanashriDBD/Inventory-DD | e87d699d8dfee7850da2c5a8410ca6f3e677f3fa | 0 | roles/allresourceinventory | 7,196 | [
"no_license"
] | [
{
"path": "roles/allresourceinventory/tasks/main.yaml",
"content": "---\n- name: Fetching EC2 inventory \n #command: chmod +x etc/ansible/inventory/csvtocsv.py\n shell: python3 /home/ubuntu/inventory/roles/ec2inventory/files/ec2-inv.py\n\n- name: Ensure Email IDs are exists to send Inventory Data\n aws... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 471,
"all_permissive": false
} |
ansible_role | DhanashriDBD/Inventory-DD | e87d699d8dfee7850da2c5a8410ca6f3e677f3fa | 0 | roles/ec2inventory | 7,196 | [
"no_license"
] | [
{
"path": "roles/ec2inventory/files/ec2-inv.py-bck1",
"content": "#!/usr/bin/python\nimport boto3\nimport csv\nimport shutil\n\n# AWS connection with Boto\nec2_cli = boto3.client('ec2',region_name='us-east-2')\nall_regions = ec2_cli.describe_regions()\n#print(all_regions['Regions'])\n\n#CSV creation and wri... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3458,
"all_permissive": false
} |
ansible_role | DhanashriDBD/Inventory-DD | e87d699d8dfee7850da2c5a8410ca6f3e677f3fa | 0 | roles/rdsinventory | 7,196 | [
"no_license"
] | [
{
"path": "roles/rdsinventory/tasks/main.yaml",
"content": "---\n- name: Fetching RDS Inventory\n #command: chmod +x etc/ansible/inventory/csvtocsv.py\n shell: python3 /home/ubuntu/inventory/roles/rdsinventory/files/rds-inv.py\n\n- name: Ensure Email IDs are exists to send Inventory Data\n aws_ses_iden... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 470,
"all_permissive": false
} |
ansible_role | DhanashriDBD/Inventory-DD | e87d699d8dfee7850da2c5a8410ca6f3e677f3fa | 0 | roles/vpcinventory | 7,196 | [
"no_license"
] | [
{
"path": "roles/vpcinventory/tasks/main.yaml",
"content": "---\n- name: Fetching VPC Inventory\n #command: chmod +x etc/ansible/inventory/csvtocsv.py\n shell: python3 /home/ubuntu/inventory/roles/vpcinventory/files/vpc-sub-inv.py\n\n- name: Ensure Email IDs are exists to send Inventory Data\n aws_ses_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1273,
"all_permissive": false
} |
ansible_role | octomation/vpn | 7a24d3982225e167577fe2a9417e342a886f0a03 | 0 | ansible/roles/docker | 7,196 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "# Recipe for Docker CE engine\n#\n# based on https://docs.docker.com/engine/install/ubuntu/\n\n- name: Uninstall old versions\n apt:\n name:\n - docker\n - docker-engine\n - docker.io\n state: absent\n\n- name: Update the apt... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1821,
"all_permissive": false
} |
ansible_role | octomation/vpn | 7a24d3982225e167577fe2a9417e342a886f0a03 | 0 | ansible/roles/vpn | 7,196 | [
"no_license"
] | [
{
"path": "ansible/roles/vpn/defaults/main.yml",
"content": "outline_hostname: ~\noutline_api_port: ~\noutline_keys_port: ~\n\noutline_shadowbox_image: quay.io/outline/shadowbox:stable\noutline_shadowbox_dir: /opt/outline\noutline_access_config: /opt/outline/access.txt\noutline_refresh: 3600\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1514,
"all_permissive": false
} |
ansible_role | mitali123/Infrastructure_using_ansible | 152c228f6a823c83bcd62eceeff1ad081d8c1554 | 0 | delete-k8s-cluster/roles/delete-cluster | 7,196 | [
"no_license"
] | [
{
"path": "delete-k8s-cluster/roles/delete-cluster/vars/main.yml",
"content": "---\n# vars file for delete-cluster\nAWS_PROFILE: kops\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "delete-k8s-cluster/roles/delete-cluster/tasks/main.yml",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | mitali123/Infrastructure_using_ansible | 152c228f6a823c83bcd62eceeff1ad081d8c1554 | 0 | delete-k8s-cluster/roles/delete-rds | 7,196 | [
"no_license"
] | [
{
"path": "delete-k8s-cluster/roles/delete-rds/tasks/main.yml",
"content": "---\n- name: Gather Info\n ec2_vpc_net_info:\n region: \"{{ aws_region }}\"\n filters:\n \"tag:Name\": \"{{ CLUSTER_NAME }}\"\n register: kops_vpc \n\n- name: Gather Jenkins VPC Info\n ec2_vpc_net_info:\n region: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1989,
"all_permissive": false
} |
ansible_role | mitali123/Infrastructure_using_ansible | 152c228f6a823c83bcd62eceeff1ad081d8c1554 | 0 | jenkins/roles/install-jenkins-on-ec2 | 7,196 | [
"no_license"
] | [
{
"path": "jenkins/roles/install-jenkins-on-ec2/tasks/main.yml",
"content": "---\n- name: Pre tasks\n raw: apt -y update && apt install -y python-minimal\n\n- name: Update repositories\n apt_repository: \n repo: ppa:webupd8team/java\n state: present\n\n- name: Install Java 8\n apt:\n name: openj... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1883,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.