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 | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/carrier/ansible/roles/carrier-pvc-claim | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/carrier/ansible/roles/carrier-pvc-claim/tasks/main.yml",
"content": "---\n- name: create directory for armada-etcd pvc templates in file share\n file: path={{item}} state=directory\n with_items:\n - /mnt/nfs/{{CARRIER}}/templates\n \n- name: generate and copy etcd volume template\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2224,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/carrier/ansible/roles/delete-carrier-docker | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/carrier/ansible/roles/delete-carrier-docker/tasks/main.yml",
"content": "---\n# Delete docker files on all carrier masters and workers\n# before deploying carrier without os reload\n\n- name: Delete carrier docker files on masters and workers\n become_user: root\n shell: rm -fr /root/.d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 238,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/carrier/ansible/roles/delete-carrier-secrets | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/carrier/ansible/roles/delete-carrier-secrets/tasks/main.yml",
"content": "---\n# Delete secrets on the carrier before deploying carrier without os reload\n\n- name: Delete carrier secret for armada\n shell: kubectl -n armada delete secret registry-default-secret\n ignore_errors: True\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 758,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/carrier/ansible/roles/delete-pods-in-armada | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/carrier/ansible/roles/delete-pods-in-armada/tasks/main.yml",
"content": "---\n# Delete all pods for the service in the namespace.\n# Kubenetes should restart all pods after deletion to ensure \n# carrier is running with latest service.\n\n# On dev, need to restart armada-etcd first as oth... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1846,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/carrier/ansible/roles/delete-pods-in-namespace | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/carrier/ansible/roles/delete-pods-in-namespace/tasks/main.yml",
"content": "---\n# Delete all pods in the namespace. Kubenetes should restart all pods after delete\n- name: Delete pods in namespace for restart\n shell: kubectl -n {{ namespace }} delete pods --all\n- name: Ensure namespa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 512,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/carrier/ansible/roles/mount-nfs-perf | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/carrier/ansible/roles/mount-nfs-perf/tasks/main.yml",
"content": "---\n- name: Install nfs-common for NFS mount after OS reload\n apt: pkg=nfs-common state=present\n\n- name: create mount point /mnt/nfs_perf/carrier for NFS share if not present\n file: path=/mnt/nfs_perf/carrier state=d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1629,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/carrier/ansible/roles/patch-carrier-cluster | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/carrier/ansible/roles/patch-carrier-cluster/tasks/main.yml",
"content": "---\n# Patch carrier\n\n- name: List os details before patch\n become_user: root\n shell: uname -rv; cat /proc/version; lsb_release -a\n\n- name: List packages installed before patch\n become_user: root\n shell: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1182,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/carrier/ansible/roles/reboot-carrier-cluster | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/carrier/ansible/roles/reboot-carrier-cluster/tasks/main.yml",
"content": "---\n# Reboot carrier cluster\n\n- name: shutdown to reboot now\n become_user: root\n shell: 'shutdown -r now \"Ansible restart host\"'\n async: 0\n poll: 0\n ignore_errors: True\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/carrier/ansible/roles/restart-docker-carrier-cluster | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/carrier/ansible/roles/restart-docker-carrier-cluster/tasks/main.yml",
"content": "---\n# Start docker on carrier cluster\n\n- name: start docker\n become_user: root\n shell: systemctl start docker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/carrier/ansible/roles/restart-pods | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/carrier/ansible/roles/restart-pods/tasks/main.yml",
"content": "---\n# Delete all pods for the service in the namespace. \n# Kubenetes should restart all pods after deletion to ensure \n# carrier is running with latest service.\n- name: Get pods for the micro-service\n shell: kubectl ge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 814,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/cron-nmon | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/cron-nmon/tasks/main.yml",
"content": "---\n\n- set_fact: statsDir=/performance/stats/{{ RUNID }}/nmon\n\n- name: Clean Folder\n file:\n path={{ statsDir }}\n state=absent\n when: CLEAN_DIR == \"TRUE\"\n\n- name: Create Folder\n file:\n path={{ statsDir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1368,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/install-cruiserchurn | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/install-cruiserchurn/tasks/main.yml",
"content": "---\n# Install cruiserchurn\n\n- name: Create churn stats dir\n become: true\n file:\n path: /performance/stats/churn\n state: directory\n owner: jenkins\n mode: 0775\n recurse: yes\n\n- name: Find... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/install-cruisermon | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/install-cruisermon/tasks/main.yml",
"content": "---\n# Install cruisermon\n\n- name: Create cruisermon stats dir\n become: true\n file:\n path: /performance/stats/cruiser_mon\n state: directory\n owner: jenkins\n mode: 0775\n recurse: yes\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 733,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/install-docker | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/install-docker/tasks/main.yml",
"content": "---\n- name: Install Docker dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https\n - ca-certificates\n - software-properties-common\n - curl\n - make\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 937,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/install-golang | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/install-golang/tasks/main.yml",
"content": "---\n\n- name: Download golang tar\n become: true\n get_url:\n url: https://storage.googleapis.com/golang/go1.19.6.linux-amd64.tar.gz\n dest: /usr/local\n validate_certs: False\n mode: 0775\n\n- name: Remov... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1532,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/install-helm | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/install-helm/tasks/main.yml",
"content": "---\n\n- name: Download helm tar\n become: true\n get_url:\n url: https://get.helm.sh/helm-v3.4.2-linux-amd64.tar.gz\n dest: /usr/local\n validate_certs: False\n mode: 0775\n\n- name: Unpack tar\n unarchive:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/install-ibmcloud-developer-tools | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/install-ibmcloud-developer-tools/tasks/main.yml",
"content": "---\n\n- name: Download IBM Cloud Developer Tools - CLI installer script\n # This tool will install ibmcloud, container-service, container-registry and other plugins.\n # Also with deprecated bx and i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1628,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/install-java | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/install-java/tasks/main.yml",
"content": "---\n\n# Install Open JDK Java8 (IBM java has performance issue with jmeter)\n\n- name: Install Java 8\n become: true\n apt: name=openjdk-8-jdk force=yes\n\n- name: Set as default Java\n become: true\n command: update-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/install-jmeter | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/install-jmeter/tasks/main.yml",
"content": "---\n# Install jmeter and plugins ready to run AcmeAIr tests\n# see details here https://github.com/blueperf/helper\n\n- name: download jmeter and do the checksum which can be found on download page\n become: true\n ge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2809,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/install-jq | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/install-jq/tasks/main.yml",
"content": "---\n- name: Install jq base version 1.3, no apt install yet for 1.5\n become: true\n apt:\n name: jq\n state: latest\n install_recommends: yes\n\n- name: Download the 1.5 version\n become: true\n get_url:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/install-kubectl | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/install-kubectl/tasks/main.yml",
"content": "---\n- debug: var=ansible_ssh_user\n- debug: var=ansible_user\n- debug: var=ansible_user_id\n\n- set_fact: k8s_version=\"v1.24.9\"\n\n- name: Download and verify kubectl\n become: true\n get_url:\n url: https://dl.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/install-maven | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/install-maven/tasks/main.yml",
"content": "---\n\n- name: Install maven\n become: true\n apt:\n name: maven\n state: latest\n install_recommends: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/install-oc | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/install-oc/tasks/main.yml",
"content": "---\n# Install oc for use with OpenShift clusters\n\n- set_fact: oc_version=\"4.8\"\n\n- name: create temporary directory\n file:\n path: /tmp/oc-{{ oc_version }}\n state: directory\n\n- name: Get and extract openshif... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 684,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/install-unzip | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/install-unzip/tasks/main.yml",
"content": "---\n\n- name: Install unzip\n become: true\n apt:\n name: unzip\n state: latest\n install_recommends: yes\n\n- name: Install zip\n become: true\n apt:\n name: zip\n state: latest\n install_recommend... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/install-vim | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/install-vim/tasks/main.yml",
"content": "---\n\n- name: Install vim\n become: true\n apt:\n name: vim\n state: latest\n install_recommends: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/start-nfsiostat | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/start-nfsiostat/tasks/main.yml",
"content": "---\n\n- set_fact: statsDir=/performance/stats/{{ RUNID }}/nfsiostat\n\n- name: Clean Folder\n file:\n path={{ statsDir }}\n state=absent\n when: CLEAN_DIR == \"TRUE\"\n\n- name: Create Folder\n file:\n path=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/start-nmon | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/start-nmon/tasks/main.yml",
"content": "---\n\n- set_fact: statsDir=/performance/stats/{{ RUNID }}/nmon\n\n- name: Clean Folder\n file:\n path={{ statsDir }}\n state=absent\n when: CLEAN_DIR == \"TRUE\"\n\n- name: Create Folder\n file:\n path={{ statsDi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/update-grafana | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/update-grafana/tasks/main.yml",
"content": "---\n# Update Grafana which is installed on perf client 1-3\n\n- name: install the deb file \n become: true\n apt:\n deb: \"https://dl.grafana.com/oss/release/grafana_{{ grafana_version }}_amd64.deb\"\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 338,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/update-influxdb | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/update-influxdb/tasks/main.yml",
"content": "---\n# Update Influxdb which is installed on perf client 1-3\n\n- name: install the deb file \n become: true\n apt:\n deb: \"https://dl.influxdata.com/influxdb/releases/influxdb_{{ influxdb_version }}_amd64.deb\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/update-limits | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/update-limits/tasks/main.yml",
"content": "---\n- name: Add or modify pam_limits in /etc/security/limits.conf nofile\n become: true\n pam_limits:\n domain: '*'\n limit_type: '-'\n limit_item: nofile\n value: 524288\n backup: yes\n\n- name: Add or ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1228,
"all_permissive": false
} |
ansible_role | maximusapen/performance-tests | 9ce86f56a89b49e0e7e79d48e424d003ecd4186f | 0 | jenkins/perfClient/ansible/roles/update-sysctl | 7,136 | [
"no_license"
] | [
{
"path": "jenkins/perfClient/ansible/roles/update-sysctl/tasks/main.yml",
"content": "---\n\n# Values from IBM High Performance Computing - Linux System Tuning Recommendations\n# https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Welcome%20to%20High%20Performance%20Computing%20%28HPC%29... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2755,
"all_permissive": false
} |
ansible_role | sharan0-0/MediaWiki | 1e9ead05cdb42107a1059e0e88fbe95551fbe3a6 | 0 | Ansible/roles/yum | 7,216 | [
"no_license"
] | [
{
"path": "Ansible/roles/yum/tasks/main.yml",
"content": "---\n# tasks file for yum repo setup\n- name: Prerequisite installations\n script: scripts.sh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 92,
"all_permissive": false
} |
ansible_role | gloppenhosting/ansible-deployment | 5bd42e1de20fcf2b768895bcb7b71d4682c235fb | 0 | roles/boxrole | 7,216 | [
"no_license"
] | [
{
"path": "roles/boxrole/templates/clean.sh.j2",
"content": "#!/bin/bash\necho \"Kill all containers\"\ndocker kill $(docker ps -a -q)\necho \"Removing all containers\"\ndocker rm $(docker ps -a -q)\n\ndocker ps -f status=exited -q | xargs -r docker rm\ndocker images -f dangling=true -q | xargs -r docker rm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2046,
"all_permissive": false
} |
ansible_role | NicoOosterwijk/musicplayers | 82e546d65a44e2e6d3fcb20da83e4aa719cf1049 | 2 | roles/common | 7,216 | [
"no_license"
] | [
{
"path": "roles/common/tasks/cron.yml",
"content": "---\n# this is the cron playbook for all nodes\n\n- name: Install cron\n become: yes\n apt: name=cron state=present\n tags: cron\n\n- name: Start the cron service\n become: yes\n service: name=cron state=started enabled=yes\n tags: cron\n\n\n",
... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 5723,
"all_permissive": false
} |
ansible_role | NicoOosterwijk/musicplayers | 82e546d65a44e2e6d3fcb20da83e4aa719cf1049 | 2 | roles/volumio | 7,216 | [
"no_license"
] | [
{
"path": "roles/volumio/templates/my-web-radio.j2",
"content": "[\n {\n \"service\": \"webradio\",\n \"name\": \"JazzFM UK\",\n \"uri\": \"{{ JazzFM_uri }}\"\n },\n {\n \"service\": \"webradio\",\n \"name\": \"Radio M\",\n \"uri\": \"{{ RadioM_uri }}\"\n },\n {\n \"service\": \"we... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9089,
"all_permissive": false
} |
ansible_role | cmordzinski/sysops-tools | 36de2ff043006983304ba11b8717c73fd38cd260 | 0 | ansible/roles/admscripts | 7,216 | [
"no_license"
] | [
{
"path": "ansible/roles/admscripts/tasks/roletasks.yml",
"content": "---\n\n- name: Sync admin scripts\n synchronize:\n src: adm/\n dest: \"{{ adm_script_dir }}\"\n copy_links: yes\n delete: yes\n owner: no\n group: no\n checksum: yes\n times: no\n\n- name: Add admin scripts bin di... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | cmordzinski/sysops-tools | 36de2ff043006983304ba11b8717c73fd38cd260 | 0 | ansible/roles/common | 7,216 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "- include_tasks: roletasks.yml\n when: enable_common_role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "ansible/roles/common/tasks/roletasks.yml",
"content": "---\n\n- name: Crea... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2815,
"all_permissive": false
} |
ansible_role | cmordzinski/sysops-tools | 36de2ff043006983304ba11b8717c73fd38cd260 | 0 | ansible/roles/cron | 7,216 | [
"no_license"
] | [
{
"path": "ansible/roles/cron/README.md",
"content": "# Ansible cron Role\n\nWhen run against a host, the cron role will configure the cron entries on the host.\n\nThis role will do the following:\n\n- Create the /etc/cron.d directory with the proper permissions\n- Create /etc/cron.d/local using the templat... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1633,
"all_permissive": false
} |
ansible_role | cmordzinski/sysops-tools | 36de2ff043006983304ba11b8717c73fd38cd260 | 0 | ansible/roles/gpu_mining | 7,216 | [
"no_license"
] | [
{
"path": "ansible/roles/gpu_mining/tasks/roletasks.yml",
"content": "---\n- name: Download t-rex mining software to /tmp/t-rex-miner.tar.gz\n get_url:\n url: \"{{ t_rex_miner_url }}\"\n dest: /tmp/t-rex-miner.tar.gz\n owner: root\n group: root\n mode: 0755\n\n- name: Make sure directory for... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1646,
"all_permissive": false
} |
ansible_role | DavidWalshe93/Pi-Image-Initializer | 123c00c943a53a3fea5b9cf9602a8b9204cfe7f8 | 0 | roles/common | 7,216 | [
"no_license"
] | [
{
"path": "roles/common/templates/.bash_profile.j2",
"content": "\n# Custom Aliases.\n# -----------------------------------\nalias ..=\"cd ..\"\nalias ~=\"cd $HOME\"\nalias ls=\"ls --color=auto\"\nalias ll=\"ls -l\"\nalias la=\"ls -la\"\nalias cl=\"clear\"\nalias p=\"pwd\"\nalias a=\"source /home/{{username... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1547,
"all_permissive": false
} |
ansible_role | DavidWalshe93/Pi-Image-Initializer | 123c00c943a53a3fea5b9cf9602a8b9204cfe7f8 | 0 | roles/install-awscli | 7,216 | [
"no_license"
] | [
{
"path": "roles/install-awscli/tasks/main.yml",
"content": "---\n- name: Check if AWS CLI is installed\n shell: \"aws --version\"\n register: awscli_installed\n ignore_errors: yes\n\n- name: Download AWS CLI binary\n get_url:\n url: \"https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | DavidWalshe93/Pi-Image-Initializer | 123c00c943a53a3fea5b9cf9602a8b9204cfe7f8 | 0 | roles/install-dynamodb | 7,216 | [
"no_license"
] | [
{
"path": "roles/install-dynamodb/tasks/main.yml",
"content": "---\n- name: Check if DynamoDB is already installed\n shell: \"ls {{ dynamodb_jar }}\"\n register: dynamodb_installed\n ignore_errors: yes\n\n- name: Make DynamoDB directory\n file:\n path: \"{{ dynamodb_dir }}\"\n state: directory\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1007,
"all_permissive": false
} |
ansible_role | DavidWalshe93/Pi-Image-Initializer | 123c00c943a53a3fea5b9cf9602a8b9204cfe7f8 | 0 | roles/install-java | 7,216 | [
"no_license"
] | [
{
"path": "roles/install-java/tasks/main.yml",
"content": "---\n- name: Check if Java is installed\n command: \"java -version\"\n register: java_installed\n ignore_errors: yes\n\n- name: Install Java\n shell: apt install default-jdk -y\n when: java_installed is failed\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | DavidWalshe93/Pi-Image-Initializer | 123c00c943a53a3fea5b9cf9602a8b9204cfe7f8 | 0 | roles/install-mosquitto | 7,216 | [
"no_license"
] | [
{
"path": "roles/install-mosquitto/vars/main.yml",
"content": "---\nmosquitto_config_file: \"/etc/mosquitto/mosquitto.conf\"\nmosquitto_listener_port: \"listener 1883\"\nmosquitto_allow_anonymous: \"allow_anonymous true\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 905,
"all_permissive": false
} |
ansible_role | DavidWalshe93/Pi-Image-Initializer | 123c00c943a53a3fea5b9cf9602a8b9204cfe7f8 | 0 | roles/install-pihole | 7,216 | [
"no_license"
] | [
{
"path": "roles/install-pihole/tasks/main.yml",
"content": "---\n\n- name: Check if Java is installed\n command: \"pihole --version\"\n register: pihole_installed\n ignore_errors: yes\n\n- name: Install PiHole\n shell: curl -sSL https://install.pi-hole.net | bash\n when: pihole_installed is failed\n",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | DavidWalshe93/Pi-Image-Initializer | 123c00c943a53a3fea5b9cf9602a8b9204cfe7f8 | 0 | roles/pi-os-setup | 7,216 | [
"no_license"
] | [
{
"path": "roles/pi-os-setup/tasks/main.yml",
"content": "---\n\n- block:\n - name: \"Who am I?\"\n debug:\n msg: \"Running as {{username}}\"\n\n # -----------------------------------------------------------\n # Load Parameters\n # -----------------------------------------------------------\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3140,
"all_permissive": false
} |
ansible_role | DavidWalshe93/Pi-Image-Initializer | 123c00c943a53a3fea5b9cf9602a8b9204cfe7f8 | 0 | roles/reboot | 7,216 | [
"no_license"
] | [
{
"path": "roles/reboot/tasks/main.yml",
"content": "---\n- name: Reboot the Pi\n reboot:\n delay: 0",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 48,
"all_permissive": false
} |
ansible_role | DavidWalshe93/Pi-Image-Initializer | 123c00c943a53a3fea5b9cf9602a8b9204cfe7f8 | 0 | roles/setup-ssh | 7,216 | [
"no_license"
] | [
{
"path": "roles/setup-ssh/vars/main.yml",
"content": "# # The static IP address for the Pi (Outside the DHCP range)\n# ip_address: \"X.X.X.X/N\"\n\n# # The address of your router.\n# routers: \"X.X.X.X\"\n\n# # The domain name of your network (Usually the same as the router address in a home Network.\n# do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 901,
"all_permissive": false
} |
ansible_role | dimasikks/multi_mounting_lvm | fef4480f73b762190d56c1c7d1609cd090225bcb | 0 | roles/configure_disks | 7,216 | [
"no_license"
] | [
{
"path": "roles/configure_disks/vars/main.yml",
"content": "---\nvg: vgroup_1\nsize: 100\npostfix: _1\nfstab:\n filesystem: ext4\n options: errors=remount-ro\n opt_1: 0\n opt_2: 1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/configur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4863,
"all_permissive": false
} |
ansible_role | lcymburajr/hello-world | c1f552b567dc74cb6c4177316dae0fbd0ef865bf | 0 | ansible/roles/base | 7,216 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "---\n- name: Install basic packages\n apt: name={{ item }} state=latest\n with_items:\n - vim\n - curl\n - build-essential\n - git\n - python-setuptools\n - ruby",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | lcymburajr/hello-world | c1f552b567dc74cb6c4177316dae0fbd0ef865bf | 0 | ansible/roles/docker-compose | 7,216 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-compose/tasks/main.yml",
"content": "---\n- name: Get Ubuntu codename\n command: lsb_release -cs\n register: command_output\n\n- name: Set Ubuntu codename\n set_fact:\n lsb_release: \"{{command_output.stdout}}\"\n\n- name: Get kernel name\n command: uname -s\n registe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | Alexander-RB/yandex-praktikum-devops | 2735681f780197088e099178273f95160fc7ece6 | 1 | infrastructure/ansible/roles/backend | 7,216 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/backend/tasks/main.yml",
"content": "---\n\n- name: Update apt\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: Install Java using Ansible \n become: true\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - python\n - python3-pip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1898,
"all_permissive": false
} |
ansible_role | Alexander-RB/yandex-praktikum-devops | 2735681f780197088e099178273f95160fc7ece6 | 1 | infrastructure/ansible/roles/frontend | 7,216 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/frontend/handlers/main.yml",
"content": "---\n- name: Reload systemd\n systemd:\n daemon_reload: true\n\n- name: Restart frontend\n service:\n name: sausage-store-frontend\n enabled: true\n...",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2023,
"all_permissive": false
} |
ansible_role | berkas1/bc_ansible_dev | b776c490426f5fd07a7c4d74b63abcd341bb0bd4 | 0 | roles/base | 7,216 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: \"Installing packages\"\n apt:\n name: \"{{ base_packages }}\"\n state: latest\n update_cache: true\n become: true\n\n- name: \"Adding APT KEY for influxDB\"\n apt_key:\n url: https://repos.influxdata.com/influxdb.key\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4101,
"all_permissive": false
} |
ansible_role | mattvx/ansible-gitlab-role | 8af84d42a507b626413c4f81da54815a3f1f9395 | 0 | roles/role_deploy_gitlab | 7,216 | [
"no_license"
] | [
{
"path": "roles/role_deploy_gitlab/tasks/main.yml",
"content": "---\n\n- name: Asserts\n ansible.builtin.include_tasks: assert.yml\n\n- name: System prep\n ansible.builtin.include_tasks: sysprep.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"pat... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1764,
"all_permissive": false
} |
ansible_role | NicoleDino/Dino_OpenStackNHC_HOA15 | 9465065fb51dbf5ede147d7a3e4f632d704f7ea9 | 0 | dino_hoa15/roles/cinder | 7,216 | [
"no_license"
] | [
{
"path": "dino_hoa15/roles/cinder/tasks/main.yml",
"content": "---\n## CINDER ##\n\n - name: Installing OpenStack Dashboard (Horizon) (Ubuntu)\n apt:\n name:\n - cinder-api\n - cinder-scheduler\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1518,
"all_permissive": false
} |
ansible_role | NicoleDino/Dino_OpenStackNHC_HOA15 | 9465065fb51dbf5ede147d7a3e4f632d704f7ea9 | 0 | dino_hoa15/roles/horizon | 7,216 | [
"no_license"
] | [
{
"path": "dino_hoa15/roles/horizon/tasks/main.yml",
"content": "---\n## HORIZON ##\n\n - name: Installing OpenStack Dashboard (Horizon) (Ubuntu)\n apt:\n name: openstack-dashboard\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Configuring t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1424,
"all_permissive": false
} |
ansible_role | NicoleDino/Dino_OpenStackNHC_HOA15 | 9465065fb51dbf5ede147d7a3e4f632d704f7ea9 | 0 | dino_hoa15/roles/neutron | 7,216 | [
"no_license"
] | [
{
"path": "dino_hoa15/roles/neutron/tasks/main.yml",
"content": "---\n## NEUTRON ##\n\n - name: Installing Neutron (Ubuntu)\n apt:\n name: neutron-linuxbridge-agent\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Editing the neutron file (Ubu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1716,
"all_permissive": false
} |
ansible_role | GoncaloSenra/Cloud-Computing-Project | 977ed7c9c5f0dee7845db9ab940e73c9752b14f5 | 0 | roles/autoscale_laravel | 7,216 | [
"no_license"
] | [
{
"path": "roles/autoscale_laravel/tasks/main.yml",
"content": "---\n- name: Configurar autoscaler\n ansible.builtin.k8s:\n kubeconfig: \"~/.kube/config\"\n state: present\n definition:\n apiVersion: autoscaling/v2\n kind: HorizontalPodAutoscaler\n metadata:\n name: laravel-a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 712,
"all_permissive": false
} |
ansible_role | GoncaloSenra/Cloud-Computing-Project | 977ed7c9c5f0dee7845db9ab940e73c9752b14f5 | 0 | roles/dashboard_laravelio | 7,216 | [
"no_license"
] | [
{
"path": "roles/dashboard_laravelio/tasks/main.yml",
"content": "- name: Creating dashboard\n shell: \"gcloud monitoring dashboards create --config-from-file=./dashboard_templates/dashboard.json\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 130,
"all_permissive": false
} |
ansible_role | GoncaloSenra/Cloud-Computing-Project | 977ed7c9c5f0dee7845db9ab940e73c9752b14f5 | 0 | roles/deploy_laravel | 7,216 | [
"no_license"
] | [
{
"path": "roles/deploy_laravel/tasks/main.yml",
"content": "\n- name: Create static ip adress\n gcp_compute_address:\n name: \"{{ gcp_project }}-ip\"\n region: \"{{ gcp_region }}\"\n project: \"{{ gcp_project }}\"\n state: present\n auth_kind: \"{{ gcp_auth_kind }}\"\n service_account_fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2798,
"all_permissive": false
} |
ansible_role | GoncaloSenra/Cloud-Computing-Project | 977ed7c9c5f0dee7845db9ab940e73c9752b14f5 | 0 | roles/deploy_mysql | 7,216 | [
"no_license"
] | [
{
"path": "roles/deploy_mysql/tasks/main.yml",
"content": "- name: Create MySQL Service\n k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Service\n metadata:\n name: mysql-service # Nome lógico do serviço, que também será o nome DNS do serviço quando for criado.\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2354,
"all_permissive": false
} |
ansible_role | GoncaloSenra/Cloud-Computing-Project | 977ed7c9c5f0dee7845db9ab940e73c9752b14f5 | 0 | roles/namespace_create | 7,216 | [
"no_license"
] | [
{
"path": "roles/namespace_create/tasks/main.yml",
"content": "\n- name: Create Namespace\n k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n labels:\n app: laravel\n name: laravel\n validate_certs: false\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | GoncaloSenra/Cloud-Computing-Project | 977ed7c9c5f0dee7845db9ab940e73c9752b14f5 | 0 | roles/namespace_destroy | 7,216 | [
"no_license"
] | [
{
"path": "roles/namespace_destroy/tasks/main.yml",
"content": "\n- name: Delete Namespace\n k8s:\n state: absent\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n name: laravel\n validate_certs: false\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | GoncaloSenra/Cloud-Computing-Project | 977ed7c9c5f0dee7845db9ab940e73c9752b14f5 | 0 | roles/progress_bar | 7,216 | [
"no_license"
] | [
{
"path": "roles/progress_bar/tasks/main.yml",
"content": "# roles/progress_bar/tasks/main.yml\n- name: Display progress bar 10%\n debug:\n msg: \"█ | 10%\"\n verbosity: 0\n run_once: true\n- name: Pause \"{{ sleep_duration }}\" seconds\n command: sleep \"{{ sleep_duration }}\"\n\n- name: Display p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1808,
"all_permissive": false
} |
ansible_role | GoncaloSenra/Cloud-Computing-Project | 977ed7c9c5f0dee7845db9ab940e73c9752b14f5 | 0 | roles/undeploy_laravel | 7,216 | [
"no_license"
] | [
{
"path": "roles/undeploy_laravel/tasks/main.yml",
"content": "- name: Delete HPA Deployment\n ansible.builtin.k8s:\n state: absent\n definition:\n apiVersion: autoscaling/v2\n kind: HorizontalPodAutoscaler\n metadata:\n name: laravel-autoscaler\n namespace: \"{{ namespac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | GoncaloSenra/Cloud-Computing-Project | 977ed7c9c5f0dee7845db9ab940e73c9752b14f5 | 0 | roles/undeploy_mysql | 7,216 | [
"no_license"
] | [
{
"path": "roles/undeploy_mysql/tasks/main.yml",
"content": "\n- name: Delete MySQL Deployment\n k8s:\n state: absent\n definition:\n apiVersion: apps/v1\n kind: Deployment\n metadata:\n name: mysql-service\n namespace: \"{{ namespace }}\"\n\n- name: Delete MySQL PVC\n k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 600,
"all_permissive": false
} |
ansible_role | KarateJB/JB.Ansible | 600da450e9f10b112999e3d50da4aab4ae69fe77 | 0 | Demo/01.Get_Started/roles/package | 7,216 | [
"no_license"
] | [
{
"path": "Demo/01.Get_Started/roles/package/tasks/main.yml",
"content": "---\n- name: Check if vim is already installed\n command: vim --version\n ignore_errors: true\n changed_when: false\n register: vim_is_installed\n\n- name: Install vim\n apt:\n name: vim\n update_cache: yes\n when: vim_is_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 448,
"all_permissive": false
} |
ansible_role | KarateJB/JB.Ansible | 600da450e9f10b112999e3d50da4aab4ae69fe77 | 0 | Deploy/AspNetCore.IdentityServer4.Sample/roles/app | 7,216 | [
"no_license"
] | [
{
"path": "Deploy/AspNetCore.IdentityServer4.Sample/roles/app/tasks/5.restart_containers.yml",
"content": "---\n\n- name: Restart modified containers\n command: \"docker restart {{ item }}\"\n with_items:\n - idsrv-auth\n - idsrv-backend\n when: appsettings_are_updated is succeeded\n\n- name: Delet... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 11084,
"all_permissive": false
} |
ansible_role | KarateJB/JB.Ansible | 600da450e9f10b112999e3d50da4aab4ae69fe77 | 0 | Deploy/AspNetCore.IdentityServer4.Sample/roles/docker | 7,216 | [
"no_license"
] | [
{
"path": "Deploy/AspNetCore.IdentityServer4.Sample/roles/docker/tasks/main.yml",
"content": "---\n- name: Install packages to allow apt to use a repository over HTTPS\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - software-pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1183,
"all_permissive": false
} |
ansible_role | KarateJB/JB.Ansible | 600da450e9f10b112999e3d50da4aab4ae69fe77 | 0 | Deploy/AspNetCore.IdentityServer4.Sample/roles/pip | 7,216 | [
"no_license"
] | [
{
"path": "Deploy/AspNetCore.IdentityServer4.Sample/roles/pip/tasks/main.yml",
"content": "---\n- name: Check if pip3 is already installed\n command: pip3 --version\n ignore_errors: true\n changed_when: false\n register: pip3_is_installed\n\n- name: Install pip3\n apt:\n name: python3-pip\n updat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | aeryaguzov/workstation | dce14a433ce7a07b1bc7db35f2763cba7b6e3aef | 0 | roles/git | 7,216 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: install git\n become: true\n apt:\n name: git\n state: present\n- name: create config file\n copy:\n src: \".gitconfig\"\n dest: \"/home/{{ansible_user}}/.gitconfig\"\n- name: create global ignore config\n copy:\n src: \".giti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | aeryaguzov/workstation | dce14a433ce7a07b1bc7db35f2763cba7b6e3aef | 0 | roles/idea | 7,216 | [
"no_license"
] | [
{
"path": "roles/idea/tasks/main.yml",
"content": "---\n# https://youtrack.jetbrains.com/issue/IDEA-78860\n- name: setup ibus issue workaround\n lineinfile:\n create: yes\n state: present\n line: \"export IBUS_ENABLE_SYNC_MODE=1\"\n dest: \"/home/{{ansible_user}}/.profile\"\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | aeryaguzov/workstation | dce14a433ce7a07b1bc7db35f2763cba7b6e3aef | 0 | roles/java | 7,216 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n- name: add java repo\n become: true\n apt_repository:\n repo: 'ppa:webupd8team/java'\n state: present\n- name: select the oracle license\n become: true\n debconf:\n name: 'oracle-java8-installer'\n question: 'shared/accepted-oracle-licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | aeryaguzov/workstation | dce14a433ce7a07b1bc7db35f2763cba7b6e3aef | 0 | roles/ssh | 7,216 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: install ssh config\n copy:\n src: config\n dest: \"/home/{{ansible_user}}/.ssh/config\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | aeryaguzov/workstation | dce14a433ce7a07b1bc7db35f2763cba7b6e3aef | 0 | roles/vim | 7,216 | [
"no_license"
] | [
{
"path": "roles/vim/handlers/main.yml",
"content": "---\n- name: install vundle plugins\n shell: vim +PluginInstall +qall\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n- name: install vim\n bec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | 7castle/ansible-gd | 5292885582327d6c30ed8b865b3565bad136c9be | 0 | roles/ntpd | 7,256 | [
"no_license"
] | [
{
"path": "roles/ntpd/defaults/main.yml",
"content": "ntpserver: tak.cesnet.cz\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/ntpd/tasks/main.yml",
"content": "\n# This playbook contains common plays that will be run on all nodes.\n\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | fyrworx4/ansible-splunk-install | 373dbbe57eecc382612576c52a4003586011de37 | 0 | roles/common | 7,256 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: Check if Splunk already installed\n stat:\n path: '/opt/splunk'\n register: splunk_path_present\n\n- name: Check if Splunk package already transfered\n stat:\n path: '{{splunk_working_directory}}{{splunk_file}}'\n register: splunk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1191,
"all_permissive": false
} |
ansible_role | qdriven/ansible-cloudera-manager | 9a99eb0f1733230691b24f92d33c79ba47869f8a | 1 | playbooks/roles/cdh_install | 7,256 | [
"no_license"
] | [
{
"path": "playbooks/roles/cdh_install/tasks/main.yml",
"content": "---\n- name: run wd_setup_cdh.py\n shell: python wd_setup_cdh.py\n args:\n chdir: /tmp/python/cdh_api_folder/\n when: cm is defined\n\n- name: copy java\n shell: rm -rf java.tar | tar cvf java.tar java\n args:\n chdir: \"/usr/sha... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | qdriven/ansible-cloudera-manager | 9a99eb0f1733230691b24f92d33c79ba47869f8a | 1 | playbooks/roles/check | 7,256 | [
"no_license"
] | [
{
"path": "playbooks/roles/check/tasks/main.yml",
"content": "---\n- name: set swappiness to 1\n sysctl: name=vm.swappiness value=1 state=present ignoreerrors=yes\n\n- name: disable Transparent Huge Pages until reboot\n shell: echo never > /sys/kernel/mm/transparent_hugepage/enabled && echo never > /sys/k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2816,
"all_permissive": false
} |
ansible_role | qdriven/ansible-cloudera-manager | 9a99eb0f1733230691b24f92d33c79ba47869f8a | 1 | playbooks/roles/cm | 7,256 | [
"no_license"
] | [
{
"path": "playbooks/roles/cm/vars/redhat-7.yml",
"content": "packages:\n - cloudera-manager-daemons\n - cloudera-manager-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "playbooks/roles/cm/templates/clouderaconfig.ini.j2",
"content":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7609,
"all_permissive": false
} |
ansible_role | qdriven/ansible-cloudera-manager | 9a99eb0f1733230691b24f92d33c79ba47869f8a | 1 | playbooks/roles/common | 7,256 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/templates/CentOS-IDC-Local.repo.j2",
"content": "[CentOS7.2-IDC-Local]\nname=CentOS7.2-IDC-Local\nbaseurl=http://{{ centos_repo_host }}/centos_7_x86_64_everything_1511\ngpgcheck=0\nenabled=1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4237,
"all_permissive": false
} |
ansible_role | qdriven/ansible-cloudera-manager | 9a99eb0f1733230691b24f92d33c79ba47869f8a | 1 | playbooks/roles/kerberos | 7,256 | [
"no_license"
] | [
{
"path": "playbooks/roles/kerberos/templates/kadm5.acl.j2",
"content": "*/admin@{{krb_realm}}\t*",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "playbooks/roles/kerberos/templates/kpropd.acl.j2",
"content": "{% for node in groups['kdc'] %}\nho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3758,
"all_permissive": false
} |
ansible_role | qdriven/ansible-cloudera-manager | 9a99eb0f1733230691b24f92d33c79ba47869f8a | 1 | playbooks/roles/mariadb | 7,256 | [
"no_license"
] | [
{
"path": "playbooks/roles/mariadb/vars/redhat-7.yml",
"content": "packages:\n - mariadb-server\n - MySQL-python\n\ndb_admin_pass: <PASSWORD>\ndb_pass: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "playbooks/roles/mariadb/tasks/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2108,
"all_permissive": false
} |
ansible_role | qdriven/ansible-cloudera-manager | 9a99eb0f1733230691b24f92d33c79ba47869f8a | 1 | playbooks/roles/nginx-keepalived | 7,256 | [
"no_license"
] | [
{
"path": "playbooks/roles/nginx-keepalived/files/check_nginx.sh",
"content": "#! /bin/bash\n\nif [ \"$(ps -ef | grep \"nginx: master process\"| grep -v grep )\" == \"\" ]; then\n su - root -c 'systemctl start nginx'\n sleep 5\n if [ \"$(ps -ef | grep \"nginx: master process\"| grep -v grep )\" == \"\" ]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4345,
"all_permissive": false
} |
ansible_role | qdriven/ansible-cloudera-manager | 9a99eb0f1733230691b24f92d33c79ba47869f8a | 1 | playbooks/roles/openldap | 7,256 | [
"no_license"
] | [
{
"path": "playbooks/roles/openldap/templates/chdomain.ldif.j2",
"content": "dn: olcDatabase={1}monitor,cn=config\nchangetype: modify\nreplace: olcAccess\nolcAccess: {0}to * by dn.base=\"gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth\"\n read by dn.base=\"cn=Manager,dc=idc,dc=wanda-group,dc=net\" ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 20306,
"all_permissive": false
} |
ansible_role | qdriven/ansible-cloudera-manager | 9a99eb0f1733230691b24f92d33c79ba47869f8a | 1 | playbooks/roles/openldap_cli | 7,256 | [
"no_license"
] | [
{
"path": "playbooks/roles/openldap_cli/tasks/main.yml",
"content": "---\n- name: Load OS specific variables\n include_vars: \"{{ item }}\"\n with_first_found:\n - files:\n - \"redhat-7.yml\"\n paths:\n - ../vars\n\n- yum: name=\"{{ item }}\" update_cache=yes state=removed \n with_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1169,
"all_permissive": false
} |
ansible_role | holycattle/angular-momentum | 8a556fa9c5688482fbef06e7f7ed9a3d5b636b79 | 0 | ansible/roles/backend | 7,256 | [
"no_license"
] | [
{
"path": "ansible/roles/backend/tasks/main.yml",
"content": "---\n- name: Install gevent deps\n apt: name=python-gevent state=build-dep\n\n- name: Install backend Python dependencies\n pip: requirements=/var/www/angular-momentum/backend/requirements.txt virtualenv=/var/www/angular-momentum/virtualenv\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 901,
"all_permissive": false
} |
ansible_role | holycattle/angular-momentum | 8a556fa9c5688482fbef06e7f7ed9a3d5b636b79 | 0 | ansible/roles/common | 7,256 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: Install git\n apt: name=git state=latest\n\n- name: Install system packages for urllib3[secure]\n apt: name={{item}} state=latest\n with_items:\n - libssl-dev\n - libffi-dev\n\n- name: Install urllib3 and secure optional de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | holycattle/angular-momentum | 8a556fa9c5688482fbef06e7f7ed9a3d5b636b79 | 0 | ansible/roles/frontend | 7,256 | [
"no_license"
] | [
{
"path": "ansible/roles/frontend/templates/momentum-frontend.conf.j2",
"content": "{# This will serve direct HTTPS requests (should not usually happen #}\nserver {\n listen 80 default_server;\n server_name angular-momentum;\n error_log /var/log/nginx/momentum.error.log;\n access_log /var/log/nginx/mome... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1137,
"all_permissive": false
} |
ansible_role | holycattle/angular-momentum | 8a556fa9c5688482fbef06e7f7ed9a3d5b636b79 | 0 | ansible/roles/redis | 7,256 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/templates/redis-supervisord.conf.j2",
"content": "[program:redis]\ncommand=/usr/bin/redis-server\nuser=redis\nautorestart=true\nstdout_logfile = /var/log/supervisord/%(program_name)s.log\nstderr_logfile = /var/log/supervisord/%(program_name)s.error.log\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1118,
"all_permissive": false
} |
ansible_role | holycattle/angular-momentum | 8a556fa9c5688482fbef06e7f7ed9a3d5b636b79 | 0 | ansible/roles/supervisord | 7,256 | [
"no_license"
] | [
{
"path": "ansible/roles/supervisord/templates/supervisord-upstart.conf.j2",
"content": "description \"supervisord\"\n\nstart on runlevel [2345]\nstop on runlevel [!2345]\n\nrespawn\n\nexec /usr/local/bin/supervisord -c /etc/supervisord.conf --nodaemon\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1306,
"all_permissive": false
} |
ansible_role | holycattle/angular-momentum | 8a556fa9c5688482fbef06e7f7ed9a3d5b636b79 | 0 | ansible/roles/supervisord-nginx | 7,256 | [
"no_license"
] | [
{
"path": "ansible/roles/supervisord-nginx/templates/nginx-supervisord.conf.j2",
"content": "[program:nginx]\ncommand = /usr/sbin/nginx\nstdout_logfile = /var/log/supervisord/%(program_name)s.log\nstderr_logfile = /var/log/supervisord/%(program_name)s.error.log\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | holycattle/angular-momentum | 8a556fa9c5688482fbef06e7f7ed9a3d5b636b79 | 0 | ansible/roles/supervisord-postgresql | 7,256 | [
"no_license"
] | [
{
"path": "ansible/roles/supervisord-postgresql/tasks/main.yml",
"content": "---\n- name: Install PostgreSQL supervisord configuraton\n template: src=postgresql-supervisord.conf.j2 dest=/etc/supervisord.conf.d/postgresql.conf owner=root group=root mode=0600\n notify: Restart PostgreSQL\n\n- name: Disable ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | nice-okura/ansible-elk | 044b2c349c3e3b9257fa700d91b872700bdaa693 | 0 | roles/elasticsearch | 7,256 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "- name: ELKのkeyを登録\n rpm_key:\n state: present\n key: http://packages.elastic.co/GPG-KEY-elasticsearch\n\n- name: yumリポジトリファイルを追加\n copy: src=./files/elasticsearch.repo dest=/etc/yum.repos.d/\n\n- name: ElasticSearch インストール\n yum:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | nice-okura/ansible-elk | 044b2c349c3e3b9257fa700d91b872700bdaa693 | 0 | roles/java | 7,256 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "- name: JAVA RPMの確認\n stat: path=/tmp/jdk-8u161-linux-x64.rpm\n register: is_rpm\n\n- name: JDKのインストーラを取得\n get_url:\n url: http://download.oracle.com/otn-pub/java/jdk/8u161-b12/2f38c3b165be4555a1fa6e98c45e0808/jdk-8u161-linux-x64.rpm\n dest: /tmp\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | nice-okura/ansible-elk | 044b2c349c3e3b9257fa700d91b872700bdaa693 | 0 | roles/kibana | 7,256 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "- name: yumリポジトリファイルを追加\n copy: src=kibana.repo dest=/etc/yum.repos.d/\n\n- name: Kibana インストール\n yum:\n name: kibana\n state: present\n become: yes\n\n- name: 起動\n systemd:\n name: kibana\n state: started\n enabled: True\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | nice-okura/ansible-elk | 044b2c349c3e3b9257fa700d91b872700bdaa693 | 0 | roles/logstash | 7,256 | [
"no_license"
] | [
{
"path": "roles/logstash/tasks/main.yml",
"content": "- name: yumリポジトリファイルを追加\n copy: src=logstash.repo dest=/etc/yum.repos.d/\n\n- name: Logstash インストール\n yum:\n name: logstash\n state: present\n become: yes\n\n- name: 起動\n systemd:\n name: logstash\n state: started\n enabled: True\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | Melanitski/vagrant-ansible | a65ee728f46554c0519b029c123b2a25112c49b2 | 0 | provisioning/roles/hellapay-project | 7,256 | [
"no_license"
] | [
{
"path": "provisioning/roles/hellapay-project/templates/database.yml",
"content": "production:\n adapter: postgresql\n encoding: unicode\n database: {{postgresql_databases[0].name}}\n pool: 5\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 520,
"all_permissive": false
} |
ansible_role | Melanitski/vagrant-ansible | a65ee728f46554c0519b029c123b2a25112c49b2 | 0 | provisioning/roles/imagemagick | 7,256 | [
"no_license"
] | [
{
"path": "provisioning/roles/imagemagick/tasks/main.yml",
"content": "---\n- name: Install packages\n apt: name={{ item }}\n with_items:\n - imagemagick\n - libmagickcore-dev\n - libmagickwand-dev\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 132,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.