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 | thunikipatla/deployment_auto_scripts | 0da535ef0eb677606914d398affb4ca2ecc1129f | 0 | roles/java | 7,592 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n- name: To check the java is installed ort not \n shell: which java | wc -l\n register: java_check\n- debug: var=java_check\n\n- name: To install the java if it is not installed already \n yum:\n name: java-1.8.0-openjdk-devel\n state: latest\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 281,
"all_permissive": false
} |
ansible_role | thunikipatla/deployment_auto_scripts | 0da535ef0eb677606914d398affb4ca2ecc1129f | 0 | roles/tomcat_start | 7,592 | [
"no_license"
] | [
{
"path": "roles/tomcat_start/tasks/main.yml",
"content": "---\n- name: To start the tomcat\n service: \n name: tomcat\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 80,
"all_permissive": false
} |
ansible_role | thunikipatla/deployment_auto_scripts | 0da535ef0eb677606914d398affb4ca2ecc1129f | 0 | roles/tomcat_stop | 7,592 | [
"no_license"
] | [
{
"path": "roles/tomcat_stop/tasks/main.yml",
"content": "---\n- name: To stop the tomcat\n service: \n name: tomcat\n state: stopped\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | thunikipatla/deployment_auto_scripts | 0da535ef0eb677606914d398affb4ca2ecc1129f | 0 | roles/war_backup | 7,592 | [
"no_license"
] | [
{
"path": "roles/war_backup/tasks/main.yml",
"content": "---\n- name: To check the war files \n stat:\n path: /opt/tomcat/webapps/openmrs\n register: p\n \n- name: To take the exsting war files as backup \n copy: \n src: /opt/tomcat/webapps/openmrs.war\n dest: /opt/tomcat/backup-war\n remote_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | mahmooddarab/ansible-runCommand | 8699b1ab29ac90faccda502d0e8461483746952f | 0 | roles/myproj | 7,592 | [
"no_license"
] | [
{
"path": "roles/myproj/tasks/main.yaml",
"content": "- name: -----------command modual--------------\n command: cat /home/dir1/file1\n register: catty\n tags: command_mod\n \n- name: -----------show catty--------------\n debug:\n msg: \"{{catty}}\"\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | rantropov/bidracer-ui | e15e8e3a98a8595d13bc8720aa4e4b464f60ae04 | 0 | ansible/roles/bidracer-ui-git | 7,592 | [
"no_license"
] | [
{
"path": "ansible/roles/bidracer-ui-git/tasks/main.yml",
"content": "- name: clone bidracer-ui git repo\n git: repo=https://github.com/bidracer/bidracer-ui.git\n dest=/home/bidracer/bidracer-ui\n accept_hostkey=yes\n force=yes\n update=yes\n sudo: yes\n when: deploy_app\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | rantropov/bidracer-ui | e15e8e3a98a8595d13bc8720aa4e4b464f60ae04 | 0 | ansible/roles/debian-bootstrap | 7,592 | [
"no_license"
] | [
{
"path": "ansible/roles/debian-bootstrap/defaults/main.yml",
"content": "---\nusername: bidracer\n# created with:\n# python -c 'import crypt; print crypt.crypt(\"This is my Password\", <PASSWORD>$\")'\npassword: $<PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1093,
"all_permissive": false
} |
ansible_role | rantropov/bidracer-ui | e15e8e3a98a8595d13bc8720aa4e4b464f60ae04 | 0 | ansible/roles/swarup-apache | 7,592 | [
"no_license"
] | [
{
"path": "ansible/roles/swarup-apache/defaults/main.yml",
"content": "---\nhttp_port: 80\ndomain: localhost\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible/roles/swarup-apache/tasks/main.yml",
"content": "- name: install apache2\n a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 884,
"all_permissive": false
} |
ansible_role | jdlindu/ansible-playbook | 94cc6d7274a963827d7993796fdb64fdd8667038 | 0 | graphite/roles/common | 7,592 | [
"no_license"
] | [
{
"path": "graphite/roles/common/tasks/main.yml",
"content": "---\n- name: gather facts\n yysetup:\n\n- name: install common packages debian/ubuntu\n apt: pkg={{ item }} state=latest update_cache=yes\n with_items:\n - build-essential\n - git\n - python-dev\n - libpq-dev\n - libmysqld-dev\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 533,
"all_permissive": false
} |
ansible_role | jdlindu/ansible-playbook | 94cc6d7274a963827d7993796fdb64fdd8667038 | 0 | graphite/roles/graphite | 7,592 | [
"no_license"
] | [
{
"path": "graphite/roles/graphite/templates/storage-schemas.conf.j2",
"content": "# Schema definitions for Whisper files. Entries are scanned in order,\n# and first match wins. This file is scanned for changes every 60 seconds.\n#\n# [name]\n# pattern = regex\n# retentions = timePerPoint:timeToStore, ti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11475,
"all_permissive": false
} |
ansible_role | jdlindu/ansible-playbook | 94cc6d7274a963827d7993796fdb64fdd8667038 | 0 | graphite/roles/statsd | 7,592 | [
"no_license"
] | [
{
"path": "graphite/roles/statsd/templates/supervisor-statsd.conf.j2",
"content": "[program:statsd]\n{%if statsd_nodes %}\ncommand=/usr/local/bin/node /opt/statsd/proxy.js /opt/statsd/localConfig.js\n{% else %}\ncommand=/usr/local/bin/node /opt/statsd/stats.js /opt/statsd/localConfig.js\n{% endif %}\nproces... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2132,
"all_permissive": false
} |
ansible_role | litong01/fabric-operator | 0412c974e227bedf0ef1bc2dca3c74ec2207c2f3 | 1 | roles/agent | 7,592 | [
"no_license"
] | [
{
"path": "roles/agent/tasks/main.yml",
"content": "---\n# tasks file for Agent\n- name: Validate configurations\n include_tasks: 'validation.yml'\n\n- name: Get binary\n include_tasks: 'get-fabric-bin.yml'\n\n- name: Execute the action\n include_tasks: 'doaction.yml'\n loop: '{{ tactions }}'\n loop_co... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 43,
"total_bytes": 82519,
"all_permissive": false
} |
ansible_role | litong01/fabric-operator | 0412c974e227bedf0ef1bc2dca3c74ec2207c2f3 | 1 | roles/ca | 7,592 | [
"no_license"
] | [
{
"path": "roles/ca/tasks/validation.yml",
"content": "- name: Check if the organization variable is set\n fail:\n msg: \"organization must be provided in the request\"\n when: organization == None or (organization|trim) == ''\n\n- name: Setup project root path\n set_fact:\n ROOTDIR: \"{{ lookup('e... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 8955,
"all_permissive": false
} |
ansible_role | litong01/fabric-operator | 0412c974e227bedf0ef1bc2dca3c74ec2207c2f3 | 1 | roles/chaincode | 7,592 | [
"no_license"
] | [
{
"path": "roles/chaincode/handlers/main.yml",
"content": "---\n# handlers file for Chaincode\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/chaincode/defaults/main.yml",
"content": "---\n# defaults file for Chaincode\norganization:\nn... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2268,
"all_permissive": false
} |
ansible_role | litong01/fabric-operator | 0412c974e227bedf0ef1bc2dca3c74ec2207c2f3 | 1 | roles/console | 7,592 | [
"no_license"
] | [
{
"path": "roles/console/vars/main.yml",
"content": "---\n# vars file for Console\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/console/handlers/main.yml",
"content": "---\n# handlers file for Console\n",
"license_type": "no_licen... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 8830,
"all_permissive": false
} |
ansible_role | litong01/fabric-operator | 0412c974e227bedf0ef1bc2dca3c74ec2207c2f3 | 1 | roles/nodecert | 7,592 | [
"no_license"
] | [
{
"path": "roles/nodecert/tasks/do-peer.yml",
"content": "---\n- name: Search for the matching secret\n community.kubernetes.k8s_info:\n kind: Secret\n label_selectors:\n - 'fabric-node-type = CA'\n - 'fabric-organization = {{ organization }}'\n register: casecret\n\n- name: Fail the proce... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 18865,
"all_permissive": false
} |
ansible_role | litong01/fabric-operator | 0412c974e227bedf0ef1bc2dca3c74ec2207c2f3 | 1 | roles/orderer | 7,592 | [
"no_license"
] | [
{
"path": "roles/orderer/tasks/main.yml",
"content": "---\n- name: Validate configurations\n include_tasks: \"validation.yml\"\n\n- name: Get NODE_HOSTNAME or NODE_IP info\n include_tasks: \"{{ ROOTDIR }}/playbooks/network/get-hostname.yml\"\n\n- name: Get the home directory and setup node name\n set_fac... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 17983,
"all_permissive": false
} |
ansible_role | litong01/fabric-operator | 0412c974e227bedf0ef1bc2dca3c74ec2207c2f3 | 1 | roles/peer | 7,592 | [
"no_license"
] | [
{
"path": "roles/peer/defaults/main.yml",
"content": "---\n# default configuration for Orderer node\n\n# organization name of the Order node. Should be a dns like string\n# this is a required attribute, if it is empty, the error will occur\norganization:\n\n# Certificate for the Orderer node will be saved a... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 14876,
"all_permissive": false
} |
ansible_role | harrymitchinson/homelab | 22748049aaad9b045a0c9082981bd55a4904065d | 1 | roles/bootstrap | 7,592 | [
"no_license"
] | [
{
"path": "roles/bootstrap/tasks/main.yaml",
"content": "- name: Add ssh key\n ansible.posix.authorized_key:\n key: https://github.com/{{ github_user_for_ssh_key }}.keys\n user: \"{{ ansible_user }}\"\n comment: \"github-{{ github_user_for_ssh_key }}\"\n\n- name: Lock password for {{ ansible_user ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3690,
"all_permissive": false
} |
ansible_role | harrymitchinson/homelab | 22748049aaad9b045a0c9082981bd55a4904065d | 1 | roles/caddy | 7,592 | [
"no_license"
] | [
{
"path": "roles/caddy/templates/compose.yaml.j2",
"content": "version: \"3.4\"\nservices:\n pihole:\n container_name: caddy\n hostname: caddy\n restart: always\n image: \"{{ caddy_image }}\"\n volumes:\n - \"/home/{{ ansible_user }}/caddy/Caddyfile:/etc/caddy/Caddyfile\"\n - \"/et... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2422,
"all_permissive": false
} |
ansible_role | harrymitchinson/homelab | 22748049aaad9b045a0c9082981bd55a4904065d | 1 | roles/docker | 7,592 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "- name: Install dependencies\n apt:\n force_apt_get: yes\n name:\n - ca-certificates\n - curl\n - gnupg\n\n- name: Add docker apt key\n apt_key:\n url: https://download.docker.com/linux/debian/gpg\n id: 9<KEY>2D88D81803C0EBFC... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1311,
"all_permissive": false
} |
ansible_role | harrymitchinson/homelab | 22748049aaad9b045a0c9082981bd55a4904065d | 1 | roles/homebridge | 7,592 | [
"no_license"
] | [
{
"path": "roles/homebridge/templates/compose.yaml.j2",
"content": "version: \"3.4\"\nservices:\n pihole:\n container_name: homebridge\n hostname: homebridge\n restart: always\n image: \"{{ homebridge_image }}\"\n network_mode: host\n volumes:\n - \"/home/{{ ansible_user }}/homebridg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1969,
"all_permissive": false
} |
ansible_role | harrymitchinson/homelab | 22748049aaad9b045a0c9082981bd55a4904065d | 1 | roles/keepalived | 7,592 | [
"no_license"
] | [
{
"path": "roles/keepalived/handlers/main.yaml",
"content": "- name: Reload sysctl config\n command: sysctl -p\n\n- name: Restart keepalived\n service:\n name: keepalived\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1730,
"all_permissive": false
} |
ansible_role | harrymitchinson/homelab | 22748049aaad9b045a0c9082981bd55a4904065d | 1 | roles/pihole | 7,592 | [
"no_license"
] | [
{
"path": "roles/pihole/tasks/main.yaml",
"content": "- name: Create pihole directory\n file:\n path: \"/home/{{ ansible_user }}/pihole\"\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n state: directory\n mode: 0755\n\n- name: Configure `/etc/hosts`\n blockinfile:\n pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4273,
"all_permissive": false
} |
ansible_role | harrymitchinson/homelab | 22748049aaad9b045a0c9082981bd55a4904065d | 1 | roles/sshd | 7,592 | [
"no_license"
] | [
{
"path": "roles/sshd/tasks/main.yaml",
"content": "- name: Hardening\n blockinfile:\n path: /etc/ssh/sshd_config\n validate: /usr/sbin/sshd -T -f %s\n block: |\n PermitRootLogin no\n MaxAuthTries 3\n MaxSessions 5\n PasswordAuthentication no\n notify: Restart sshd\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 283,
"all_permissive": false
} |
ansible_role | harrymitchinson/homelab | 22748049aaad9b045a0c9082981bd55a4904065d | 1 | roles/start_keepalived | 7,592 | [
"no_license"
] | [
{
"path": "roles/start_keepalived/tasks/main.yaml",
"content": "- name: Populate service facts\n service_facts:\n\n- name: Ensure keepalived service is started\n service:\n name: keepalived\n state: started\n register: result\n when: \"'keepalived' in services\"\n failed_when:\n - result.faile... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | harrymitchinson/homelab | 22748049aaad9b045a0c9082981bd55a4904065d | 1 | roles/stop_keepalived | 7,592 | [
"no_license"
] | [
{
"path": "roles/stop_keepalived/tasks/main.yaml",
"content": "- name: Populate service facts\n service_facts:\n\n- name: Ensure keepalived service is stopped\n service:\n name: keepalived\n state: stopped\n register: result\n when: \"'keepalived' in services\"\n failed_when:\n - result.failed... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | harrymitchinson/homelab | 22748049aaad9b045a0c9082981bd55a4904065d | 1 | roles/sync | 7,592 | [
"no_license"
] | [
{
"path": "roles/sync/tasks/main.yaml",
"content": "- name: Install sqlite3\n apt:\n force_apt_get: yes\n name: sqlite3\n become: true\n\n- name: Generate ssh keypair\n community.crypto.openssh_keypair:\n comment: pihole-sync-{{ inventory_hostname }}\n path: .ssh/id_rsa_sync\n register: ssh_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 915,
"all_permissive": false
} |
ansible_role | Julia15Lop/k8s-infrastructure | 91aa9f21d666954fe6c0272c5ebb3835f61ed79e | 0 | ansible/roles/master | 7,592 | [
"no_license"
] | [
{
"path": "ansible/roles/master/tasks/02-sdn_install.yml",
"content": "---\n\n# Calico\n- name: Install Tigera\n command: kubectl create -f \"https://docs.projectcalico.org/manifests/tigera-operator.yaml\"\n become: no\n tags:\n - calico\n\n- name: Get Calico resource\n get_url:\n url: \"https://d... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2954,
"all_permissive": false
} |
ansible_role | Julia15Lop/k8s-infrastructure | 91aa9f21d666954fe6c0272c5ebb3835f61ed79e | 0 | ansible/roles/nfs | 7,592 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs/tasks/main.yml",
"content": "---\n\n- include_tasks: 01-nfs_install.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "ansible/roles/nfs/tasks/01-nfs_install.yml",
"content": "---\n\n# Enable NFS\n- name: Start N... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1044,
"all_permissive": false
} |
ansible_role | Julia15Lop/k8s-infrastructure | 91aa9f21d666954fe6c0272c5ebb3835f61ed79e | 0 | ansible/roles/webapp | 7,592 | [
"no_license"
] | [
{
"path": "ansible/roles/webapp/templates/app.yml.j2",
"content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: webapp-routed\n namespace: webapp-routed\n labels:\n app: webapp-routed\nspec:\n replicas: 1\n selector:\n matchLabels:\n app: webapp-routed\n template:\n metadata:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3760,
"all_permissive": false
} |
ansible_role | Julia15Lop/k8s-infrastructure | 91aa9f21d666954fe6c0272c5ebb3835f61ed79e | 0 | ansible/roles/worker | 7,592 | [
"no_license"
] | [
{
"path": "ansible/roles/worker/tasks/01-k8s_config.yml",
"content": "---\n\n# Open ports\n- name: Firewall ports\n firewalld:\n port: '{{ item }}'\n permanent: yes\n state: enabled\n zone: public\n tags:\n - k8s-worker\n with_items:\n - 10250/tcp\n - 30000-32767/tcp\n\n- name: Firew... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | edwardmm/ansible-scripts | b56987edc4c110a3e5efc266763b8dae2dce75df | 0 | roles/createdb | 7,592 | [
"no_license"
] | [
{
"path": "roles/createdb/tasks/main.yml",
"content": "---\n\n- name: PostgreSQL packages\n dnf :\n name: 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm'\n state: present\n\n\n- name: Disable Old PostgreSQL Module\n shell:\n cmd: dnf module ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1512,
"all_permissive": false
} |
ansible_role | pericose/ansible | d0b2dfe750d3ef4d4767bf40494ae124bde398ce | 0 | ansiblle/playbooks/roles/install | 7,592 | [
"no_license"
] | [
{
"path": "ansiblle/playbooks/roles/install/tasks/main.yml",
"content": "---\n- name: Install Software\n win_chocolatey:\n name: \"{{ item }}\"\n state: present\n with_items:\n - firefox\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | AlexanderSaltyckoff/ansible_wiki | 070d87fd651992babc7ec0fcd1f250b8a6534e0f | 0 | roles/deploy_wiki | 7,592 | [
"no_license"
] | [
{
"path": "roles/deploy_wiki/handlers/main.yml",
"content": "---\n# handlers file for deploy_wiki\n- name: Enable Postgresql\n ansible.builtin.systemd_service:\n name: postgresql.service\n enabled: true\n masked: no\n\n- name: Restart wiki.service, also issue daemon-reload to pick up config change... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2575,
"all_permissive": false
} |
ansible_role | andrew-anter/ansiible-tasks | 0907100d157e94d86240771847a385b009d04796 | 0 | roles/web | 7,592 | [
"no_license"
] | [
{
"path": "roles/web/templates/index.html.j2",
"content": "<html>\n <body>\n <h1> {{ template_message }} </h1>\n </body>\n\n</html>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/web/tasks/main.yml",
"content": "---\n# tasks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 886,
"all_permissive": false
} |
ansible_role | HKFree/gitlab | 883c96b64247da8fe0d53ee06594804bfd580e4d | 3 | roles/docker | 7,592 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: Add Docker public key to apt keyring\n apt_key:\n id: \"{{ docker_apt_key_id }}\"\n url: \"{{ docker_apt_key_url }}\"\n\n- name: Add Docker apt repository\n apt_repository:\n repo: \"{{ docker_apt_repository }}\"\n update_cach... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | HKFree/gitlab | 883c96b64247da8fe0d53ee06594804bfd580e4d | 3 | roles/gitlab | 7,592 | [
"no_license"
] | [
{
"path": "roles/gitlab/templates/gitlab.service.j2",
"content": "[Unit]\nDescription=Gitlab Container\nAfter=docker.service\nRequires=docker.service\n\n[Service]\nTimeoutStartSec=0\nRestart=always\nExecStartPre=-/usr/bin/docker rm -f %n\nExecStart=/usr/bin/docker run --rm --name gitlab \\\n -h gitlab \\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1719,
"all_permissive": false
} |
ansible_role | HKFree/gitlab | 883c96b64247da8fe0d53ee06594804bfd580e4d | 3 | roles/runner | 7,592 | [
"no_license"
] | [
{
"path": "roles/runner/defaults/main.yml",
"content": "---\n\ngitlab_external_hostname: gitlab.example.com\ngitlab_external_schema: https\ngitlab_external_url: \"{{ gitlab_external_schema }}://{{ gitlab_external_hostname }}\"\n\nrunner_apt_key_id: F6403F6544A38863DAA0B6E03F01618A51312F3F\nrunner_apt_key_ur... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2879,
"all_permissive": false
} |
ansible_role | dhoutz/ansible-jnpr-vmx | bf1bf5900958708d070dc3b5809ac63b517859c1 | 1 | roles/configure_vmx | 7,592 | [
"no_license"
] | [
{
"path": "roles/configure_vmx/tasks/main.yml",
"content": "- name: delete default vmx config file\n file:\n state: absent\n path: \"/home/vmx/config/vmx.conf\"\n\n- name: generate config for vmx instance\n template:\n src: \"templates/vmx.conf.j2\"\n dest: \"/home/vmx/config/{{item['vmx_name'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 886,
"all_permissive": false
} |
ansible_role | dhoutz/ansible-jnpr-vmx | bf1bf5900958708d070dc3b5809ac63b517859c1 | 1 | roles/install_vmx | 7,592 | [
"no_license"
] | [
{
"path": "roles/install_vmx/tasks/main.yml",
"content": "---\n#- name: create directory to install the vmx\n# file: path=/home/vmx/ state=directory\n\n#- name: copy vmx image to host\n# copy:\n# src: \"{{source_dir}}/vmx-bundle-{{ vmx_version }}.tgz\"\n# dest: /home/vmx\n\n- name: download vmx tgz ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | Celsuss/Dotfiles | 973c01ab5e078f4d662483a613fde5c797023935 | 0 | playbooks/roles/emacs | 7,602 | [
"no_license"
] | [
{
"path": "playbooks/roles/emacs/tasks/debian.yaml",
"content": "---\n\n # Emacs\n # - name: Install emacs dependencies\n # become: yes\n # ansible.builtin.apt:\n # pkg: emacs\n # state: build-dep\n\n# - name: Download emacs v29\n# ansible.builtin.get_url:\n# url... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | Celsuss/Dotfiles | 973c01ab5e078f4d662483a613fde5c797023935 | 0 | playbooks/roles/go | 7,602 | [
"no_license"
] | [
{
"path": "playbooks/roles/go/tasks/debian.yaml",
"content": "---\n- name: Check if go is already installed\n ansible.builtin.stat:\n path: /usr/local/go\n register: register_name\n\n- name: Exit if go is already installed\n ansible.builtin.meta: end_play\n when: register_name.stat.exists\n\n- name: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | Celsuss/Dotfiles | 973c01ab5e078f4d662483a613fde5c797023935 | 0 | playbooks/roles/i3 | 7,602 | [
"no_license"
] | [
{
"path": "playbooks/roles/i3/vars/main.yaml",
"content": "---\ni3_applications:\n - i3\n - i3lock\n - i3status\n - compton\n - fonts-font-awesome\n - feh\n - vlc\n - git\n - fastfetch\n - btop\n - cava\n - fzf\n\ni3_arch_applications:\n - fastfetch\n\ni3_debian_applications:\n - neofetch\n",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 916,
"all_permissive": false
} |
ansible_role | Celsuss/Dotfiles | 973c01ab5e078f4d662483a613fde5c797023935 | 0 | playbooks/roles/package_managers | 7,602 | [
"no_license"
] | [
{
"path": "playbooks/roles/package_managers/tasks/main.yaml",
"content": "---\n- name: Install package managers in Linux\n ansible.builtin.import_tasks: common.yaml\n\n# - name: Install package managers in Debian\n# when: ansible_facts['os_family']|lower == 'debian'\n# ansible.builtin.import_tasks: deb... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1728,
"all_permissive": false
} |
ansible_role | Celsuss/Dotfiles | 973c01ab5e078f4d662483a613fde5c797023935 | 0 | playbooks/roles/polybar | 7,602 | [
"no_license"
] | [
{
"path": "playbooks/roles/polybar/tasks/main.yaml",
"content": "---\n- name: Install polybar in Debian\n when: ansible_facts['os_family']|lower == 'debian'\n ansible.builtin.import_tasks: debian.yaml\n\n- name: Install polybar in Arch\n when: ansible_facts['os_family']|lower == 'arch'\n ansible.builtin... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1082,
"all_permissive": false
} |
ansible_role | Celsuss/Dotfiles | 973c01ab5e078f4d662483a613fde5c797023935 | 0 | playbooks/roles/rofi | 7,602 | [
"no_license"
] | [
{
"path": "playbooks/roles/rofi/tasks/main.yaml",
"content": "---\n- name: Install rofi in Debian\n when: ansible_facts['os_family']|lower == 'debian'\n ansible.builtin.import_tasks: debian.yaml\n\n- name: Install rofi in Arch\n when: ansible_facts['os_family']|lower == 'arch'\n ansible.builtin.import_t... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1145,
"all_permissive": false
} |
ansible_role | Celsuss/Dotfiles | 973c01ab5e078f4d662483a613fde5c797023935 | 0 | playbooks/roles/zsh | 7,602 | [
"no_license"
] | [
{
"path": "playbooks/roles/zsh/tasks/main.yaml",
"content": "---\n- name: Install zsh in Debian\n ansible.builtin.import_tasks: debian.yaml\n when: ansible_facts['os_family']|lower == 'debian'\n\n- name: Install zsh in Arch\n ansible.builtin.import_tasks: arch.yaml\n when: ansible_facts['os_family']|low... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1213,
"all_permissive": false
} |
ansible_role | mylesholloway1/OpenLDAP-Project | 8121fb38ca95feda8edc180693f3436028a018c2 | 0 | ansible/playbook/roles/aws-get | 7,602 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/aws-get/tasks/main.yml",
"content": "---\n# tasks file for aws-get\n\n#========================= GATHER VPC INFO ==================== \n- name: get VPC info\n ec2_vpc_net_info:\n filters:\n \"tag:Name\": \"{{ vpc_tag_name }}\"\n region: \"{{ user_region }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1491,
"all_permissive": false
} |
ansible_role | mylesholloway1/OpenLDAP-Project | 8121fb38ca95feda8edc180693f3436028a018c2 | 0 | ansible/playbook/roles/aws-post | 7,602 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/aws-post/tasks/main.yml",
"content": "---\n# tasks file for aws-post\n#===================== CREATE OPENLDAP EC2 INSTANCE =========== TAG: create-ec2 =======================\n- name: EC2 instance\n ec2_instance:\n name: \"{{ ec2_name }}\" \n vpc_subnet_id: \"{{ aws_s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1591,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | mysql_install/roles/delete | 7,602 | [
"no_license"
] | [
{
"path": "mysql_install/roles/delete/tasks/main.yml",
"content": "- name: Stopping service mysqld \n command: systemctl stop mysqld\n\n- name: Delete all mysql files\n file: \n path: /data/mysql\n state: absent\n\n- name: Delete file mysqld.log \n file:\n path: /var/log/mysqld.log\n state: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | mysql_install/roles/mysql_install | 7,602 | [
"no_license"
] | [
{
"path": "mysql_install/roles/mysql_install/files/my.cnf",
"content": "[client]\nsocket=/data/mysql/mysql.sock\n\n[mysqld]\n\ndatadir=/data/mysql\nsocket=/data/mysql/mysql.sock\n\n# Disabling symbolic-links is recommended to prevent assorted security risks\nsymbolic-links=0\n\n\n############# All sessions ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2144,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | mysql_install/roles/mysql_users | 7,602 | [
"no_license"
] | [
{
"path": "mysql_install/roles/mysql_users/tasks/main.yml",
"content": "- set_fact:\n pwd_root: \"{{ password_root }}\"\n- set_fact:\n pwd_zabbix: \"{{ password_zabbix }}\"\n- set_fact:\n pwd_backupop: \"{{ password_backupop }}\"\n\n- name: Find temporary password\n shell: \"echo `grep 'temporary.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3450,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | mysql_install/roles/post_install | 7,602 | [
"no_license"
] | [
{
"path": "mysql_install/roles/post_install/tasks/main.yml",
"content": "- name: Creating symblink pre-freeze-script\n command: ln -s /usr/local/bin/mysql/pre-freeze-script /usr/sbin/pre-freeze-script\n\n- name: Creating symblink link post-thaw-script\n command: ln -s /usr/local/bin/mysql/post-thaw-script... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1274,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | mysql_install/roles/pre_install | 7,602 | [
"no_license"
] | [
{
"path": "mysql_install/roles/pre_install/vars/main.yml",
"content": "pymysql: python3-mysql.x86_64\nadd_password_to_vsop: add_password_to_vsop.sh",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "mysql_install/roles/pre_install/files/add_password_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1746,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | oracle_opatch/old_ansible_db-master/roles/mysql-backup-db | 7,602 | [
"no_license"
] | [
{
"path": "oracle_opatch/old_ansible_db-master/roles/mysql-backup-db/tasks/main.yml",
"content": "---\n# - name: check lock\n# shell: /usr/lbin/chklock.sh {{inventory_hostname}}\n# delegate_to: ansible\n - name: Create user backup \n mysql_user:\n login_user: root\n login_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 685,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | oracle_opatch/old_ansible_db-master/roles/mysql-create-db | 7,602 | [
"no_license"
] | [
{
"path": "oracle_opatch/old_ansible_db-master/roles/mysql-create-db/tasks/zabbix.yml",
"content": "---\n\n- hosts: tvotke-prd \n vars:\n db_name: televote\n mysql_zabbix_password: <PASSWORD>\n zabbix_datadir: /var/lib/zabbix\n zabbix_su_file: zabbix\n zabbix_su_datadir: /etc/sudoe... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6288,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | oracle_opatch/old_ansible_db-master/roles/mysql-createdb | 7,602 | [
"no_license"
] | [
{
"path": "oracle_opatch/old_ansible_db-master/roles/mysql-createdb/tasks/main.yml",
"content": "---\n# - name: check lock\n# shell: /usr/lbin/chklock.sh {{inventory_hostname}}\n# delegate_to: ansible\n - name: Create databases\n mysql_db:\n login_unix_socket: /data/mysql/mysql.s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 749,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | oracle_opatch/old_ansible_db-master/roles/mysql-install | 7,602 | [
"no_license"
] | [
{
"path": "oracle_opatch/old_ansible_db-master/roles/mysql-install/vars/main.yml",
"content": "project_dir: /tmp/\nfile: mysql.rpm\nmysql_datadir: /data/mysql\nmysql_etc_src: my.cnf.j2 \nmysql_config_include_dir: /etc/ \nmysql_aud_src: server_audit.so.j2\nmysql_aud_file: /usr/lib64/mysql/plugin/server_audit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1732,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | oracle_opatch/old_ansible_db-master/roles/mysql-secure | 7,602 | [
"no_license"
] | [
{
"path": "oracle_opatch/old_ansible_db-master/roles/mysql-secure/tasks/main.yml",
"content": "---\n - name: Find temporary password\n shell: \"echo `grep 'temporary.*root@localhost' /var/log/mysqld.log | sed 's/.*root@localhost: //'`\"\n register: mysql_root_password_temp\n tags: register... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | oracle_opatch/old_ansible_db-master/roles/mysql-update | 7,602 | [
"no_license"
] | [
{
"path": "oracle_opatch/old_ansible_db-master/roles/mysql-update/vars/main.yml",
"content": "---\n vars_prompt:\n - name: \"mysql_root_password\"\n prompt: \"Enter password\"\n private: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 595,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | oracle_opatch/old_ansible_db-master/roles/mysql-zabbix-db | 7,602 | [
"no_license"
] | [
{
"path": "oracle_opatch/old_ansible_db-master/roles/mysql-zabbix-db/tasks/main.yml",
"content": "---\n# - name: check lock\n# shell: /usr/lbin/chklock.sh {{inventory_hostname}}\n# delegate_to: ansible\n - name: Create user Zabbix\n mysql_user:\n login_user: root\n login_p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1093,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | oracle_opatch/orapatch/roles/orapatchcopy | 7,602 | [
"no_license"
] | [
{
"path": "oracle_opatch/orapatch/roles/orapatchcopy/tasks/main.yml",
"content": "---\n - block:\n - name: \"Copying OPatch\"\n copy:\n src: \"{{ patch_location }}/{{ opatch_zip }}\"\n dest: \"{{ remote_location }}/{{ opatch_zip }}\"\n\n - name: \"Copying patch\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1083,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | tutorial/roles/base | 7,602 | [
"no_license"
] | [
{
"path": "tutorial/roles/base/tasks/main.yml",
"content": "- name: add ssh key for jfreiber\n authorized_key:\n user: jfreiber\n key: \"<KEY>\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 86,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | tutorial/roles/db_servers | 7,602 | [
"no_license"
] | [
{
"path": "tutorial/roles/db_servers/tasks/main.yml",
"content": "- name: install mariadb packeage (CentOS)\n tags: centos,db,mariadb\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"Centos\"\n\n- name: install mariadb packeage (Ubuntu)\n tags: ubuntu,db,mariadb\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | tutorial/roles/file_servers | 7,602 | [
"no_license"
] | [
{
"path": "tutorial/roles/file_servers/tasks/main.yml",
"content": "- name: install samba package\n tags: samba\n package: \n name: samba\n state: latest\n\n- name: copy script files\n tags: samba,script\n copy:\n src: script.py\n dest: /home/jfreiber/scripts/first_script.py # filename at d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | tutorial/roles/web_servers | 7,602 | [
"no_license"
] | [
{
"path": "tutorial/roles/web_servers/tasks/main.yml",
"content": "- name: install apache2 and php for Ubuntu\n tags: apache,apache2,ubuntu\n apt: \n name: \n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | hamalv/Ansible | c0a640c0d38afa8b531ded90e943397a04e8b4f3 | 0 | tutorial/roles/workstations | 7,602 | [
"no_license"
] | [
{
"path": "tutorial/roles/workstations/tasks/main.yml",
"content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://_____bla_bla_link_____\n dest: /usr/local/bin/\n remote_src: yes\n mode: 0755\n owner: root\n group: root",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | tombarron/manila-toolbox | d44fe6f15e2c1221003711d8ae2769315b1cb6af | 0 | playbook/roles/build_example_snapshot_class | 7,602 | [
"permissive"
] | [
{
"path": "playbook/roles/build_example_snapshot_class/tasks/main.yml",
"content": "- name: clean snapshot class\n command: kubectl delete snapshotclass csi-manila-snapshotclass\n failed_when: false\n\n- name: create snapshot class\n command: kubectl apply -f examples/manila-csi-plugin/nfs/snapshot/snaps... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": true
} |
ansible_role | tombarron/manila-toolbox | d44fe6f15e2c1221003711d8ae2769315b1cb6af | 0 | playbook/roles/build_example_storage_class | 7,602 | [
"permissive"
] | [
{
"path": "playbook/roles/build_example_storage_class/tasks/main.yml",
"content": "- name: clean storage class\n command: kubectl delete storageclass csi-manila-storageclass\n failed_when: false\n\n- name: create storage class\n command: kubectl apply -f examples/manila-csi-plugin/nfs/dynamic-provisionin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": true
} |
ansible_role | tombarron/manila-toolbox | d44fe6f15e2c1221003711d8ae2769315b1cb6af | 0 | playbook/roles/deploy_devstack | 7,602 | [
"permissive"
] | [
{
"path": "playbook/roles/deploy_devstack/tasks/main.yml",
"content": "# Put /opt/data outside /opt/stack to avoid\n# issues with double level mounts\n- name: ensure /opt/data\n become: true\n file:\n path: /opt/data\n state: directory\n owner: \"{{ ansible_env.USER }}\"\n group: \"{{ ansible_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1528,
"all_permissive": true
} |
ansible_role | tombarron/manila-toolbox | d44fe6f15e2c1221003711d8ae2769315b1cb6af | 0 | playbook/roles/deploy_external_snapshot_controller | 7,602 | [
"permissive"
] | [
{
"path": "playbook/roles/deploy_external_snapshot_controller/tasks/main.yml",
"content": "# Snapshot pre-requisites\n# See: https://github.com/kubernetes-csi/external-snapshotter/blob/master/README.md#usage\n- name: get the external-snapshotter repository\n git:\n repo: 'https://github.com/kubernetes-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 658,
"all_permissive": true
} |
ansible_role | tombarron/manila-toolbox | d44fe6f15e2c1221003711d8ae2769315b1cb6af | 0 | playbook/roles/deploy_k8s_cluster | 7,602 | [
"permissive"
] | [
{
"path": "playbook/roles/deploy_k8s_cluster/tasks/main.yml",
"content": "- name: is K8s cluster already running?\n command: kind get clusters\n failed_when: false\n changed_when: false\n register: result\n\n- debug:\n var: result\n\n- name: deploy k8s cluster via kind\n block:\n\n - name: ensure... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 674,
"all_permissive": true
} |
ansible_role | tombarron/manila-toolbox | d44fe6f15e2c1221003711d8ae2769315b1cb6af | 0 | playbook/roles/deploy_manila_csi | 7,602 | [
"permissive"
] | [
{
"path": "playbook/roles/deploy_manila_csi/tasks/main.yml",
"content": "- name: ensure kubernetes-csi directory\n become: true\n file:\n path: /opt/go/github.com/kubernetes-csi\n state: directory\n owner: \"{{ ansible_env.USER }}\"\n group: \"{{ ansible_env.USER }}\"\n\n- name: deploy NFS pro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2491,
"all_permissive": true
} |
ansible_role | tombarron/manila-toolbox | d44fe6f15e2c1221003711d8ae2769315b1cb6af | 0 | playbook/roles/deploy_nfs_helper | 7,602 | [
"permissive"
] | [
{
"path": "playbook/roles/deploy_nfs_helper/tasks/main.yml",
"content": "- name: get the csi-driver-nfs repository\n git:\n repo: 'https://github.com/kubernetes-csi/csi-driver-nfs'\n dest: /opt/go/github.com/kubernetes-csi/csi-driver-nfs\n update: no\n\n- name: do we already have csi-driver-nfs im... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 940,
"all_permissive": true
} |
ansible_role | tombarron/manila-toolbox | d44fe6f15e2c1221003711d8ae2769315b1cb6af | 0 | playbook/roles/gen_manila_secrets | 7,602 | [
"permissive"
] | [
{
"path": "playbook/roles/gen_manila_secrets/main.yml",
"content": "- name: clean csi-manila-secrets\n command: kubectl delete secret csi-manila-secrets\n failed_when: false\n\n- name: generate csi-manila-secrets\n shell: |\n # . ./adminrc\n . ./demorc\n env | grep '^OS'\n cat << YAML | kubec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1486,
"all_permissive": true
} |
ansible_role | tombarron/manila-toolbox | d44fe6f15e2c1221003711d8ae2769315b1cb6af | 0 | playbook/roles/install_golang | 7,602 | [
"permissive"
] | [
{
"path": "playbook/roles/install_golang/tasks/main.yml",
"content": "---\n- name: install gimme\n become: true\n get_url:\n url: https://raw.githubusercontent.com/travis-ci/gimme/master/gimme\n dest: /usr/local/bin/gimme\n mode: 'u=rwx,go=rx'\n\n- name: set gimme for stable version\n command: g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1091,
"all_permissive": true
} |
ansible_role | tombarron/manila-toolbox | d44fe6f15e2c1221003711d8ae2769315b1cb6af | 0 | playbook/roles/install_helm | 7,602 | [
"permissive"
] | [
{
"path": "playbook/roles/install_helm/tasks/main.yml",
"content": "- name: get helm installer\n get_url:\n url: https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3\n dest: /tmp/get_helm.sh\n mode: '0700'\n\n- name: install helm\n command: /tmp/get_helm.sh\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": true
} |
ansible_role | tombarron/manila-toolbox | d44fe6f15e2c1221003711d8ae2769315b1cb6af | 0 | playbook/roles/install_packages | 7,602 | [
"permissive"
] | [
{
"path": "playbook/roles/install_packages/tasks/main.yml",
"content": " - name: update apt repo and cache & install docker\n become: yes\n apt:\n update_cache: yes\n name: docker.io\n\n - name: add regular user to docker group\n become: yes\n user:\n name: \"{{ ansible_env.USER... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 699,
"all_permissive": true
} |
ansible_role | tombarron/manila-toolbox | d44fe6f15e2c1221003711d8ae2769315b1cb6af | 0 | playbook/roles/sanity_test | 7,602 | [
"permissive"
] | [
{
"path": "playbook/roles/sanity_test/files/pvc.yml",
"content": "apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n namespace: default\n name: nfs-data\nspec:\n accessModes:\n - ReadWriteMany\n resources:\n requests:\n storage: 6Gi\n storageClassName: csi-manila-nfs\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 782,
"all_permissive": true
} |
ansible_role | sijihendrix/ansible-lamp | 06810892367b6c7065d67fa7bb24509e364f00b2 | 1 | roles/apache2 | 7,602 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yaml",
"content": "---\n- name: Install Apache\n apt: name=apache2 update_cache=yes state=latest\n\n- name: Create document root\n file:\n path: \"/var/www/{{ app_name }}\"\n state: directory\n owner: \"www-data\"\n mode: '0755'\n\n- name: Set up Apache virt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1433,
"all_permissive": false
} |
ansible_role | sijihendrix/ansible-lamp | 06810892367b6c7065d67fa7bb24509e364f00b2 | 1 | roles/mysql | 7,602 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yaml",
"content": "---\n- name: mysql-python prereq\n apt: name={{ item }} update_cache=yes state=latest\n loop: [ 'mysql-server', 'python3-pymysql', 'mysql-client']\n\n# MySQL Configuration\n- name: Ensure mysql is running and starts on boot\n service:\n name: mysql... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1550,
"all_permissive": false
} |
ansible_role | sijihendrix/ansible-lamp | 06810892367b6c7065d67fa7bb24509e364f00b2 | 1 | roles/php | 7,602 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yaml",
"content": "---\n- name: Add the SURY PPA for PHP 8.1\n apt: name={{ item }} update_cache=yes state=latest\n loop: [ 'lsb-release' ,'apt-transport-https' ,'ca-certificates' ]\n\n\n- name: \"Repo PHP\"\n apt_repository:\n repo=\"ppa:ondrej/php\"\n\n- name: \"Updat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 915,
"all_permissive": false
} |
ansible_role | sijihendrix/ansible-lamp | 06810892367b6c7065d67fa7bb24509e364f00b2 | 1 | roles/setup | 7,602 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yaml",
"content": "---\n - name: Install prerequisites\n apt: name={{ item }} update_cache=yes state=latest force_apt_get=yes\n loop: [ 'aptitude', 'unzip' ]\n\n - name: Update apt\n apt: update_cache=yes\n \n - name: \"UFW - Allow HTTP on port {{ http_port }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | ccc-team21/7DeadlySins | 17ba2641af4cafb4f424b8b3c0bd06cbd4d97989 | 1 | ansible/roles/checkssh | 7,602 | [
"no_license"
] | [
{
"path": "ansible/roles/checkssh/tasks/main.yml",
"content": "# tasks to check the ssh connection is active \n- name: Checking ssh ports on all created instances \n wait_for:\n port: 22\n host: '{{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }}'\n search_regex: OpenSSH\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | ccc-team21/7DeadlySins | 17ba2641af4cafb4f424b8b3c0bd06cbd4d97989 | 1 | ansible/roles/couchdb | 7,602 | [
"no_license"
] | [
{
"path": "ansible/roles/couchdb/vars/main.yml",
"content": "magic_cookie: \"Loving ansible\"\n\nbind_address: 0.0.0.0\n\nreplication_factor: 2\n\ncouchdb_packages: ['couchdb', 'erlang']\n\ncommunicator_port: 9110",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3042,
"all_permissive": false
} |
ansible_role | ccc-team21/7DeadlySins | 17ba2641af4cafb4f424b8b3c0bd06cbd4d97989 | 1 | ansible/roles/create_dbs | 7,602 | [
"no_license"
] | [
{
"path": "ansible/roles/create_dbs/tasks/main.yml",
"content": "---\n# Creating databases in the couch db cluster\n- name: Add the database for twitter_streaming\n shell: curl -XPUT \"http://{{ admin_user }}:{{ admin_password }}@{{ groups.dbserver[0] }}:5984/twitter_streaming\"\n when: inventory_hostname... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | ccc-team21/7DeadlySins | 17ba2641af4cafb4f424b8b3c0bd06cbd4d97989 | 1 | ansible/roles/filesystem | 7,602 | [
"no_license"
] | [
{
"path": "ansible/roles/filesystem/tasks/main.yml",
"content": "---\n# Create filesystem on all servers\n\n- name: Format the filesystem\n filesystem:\n fstype: \"{{ item.filesystem_fstype }}\"\n dev: \"{{ item.filesystem_device }}\"\n when: item.filesystem_device is defined\n with_items:\n - \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1255,
"all_permissive": false
} |
ansible_role | ccc-team21/7DeadlySins | 17ba2641af4cafb4f424b8b3c0bd06cbd4d97989 | 1 | ansible/roles/harvester | 7,602 | [
"no_license"
] | [
{
"path": "ansible/roles/harvester/tasks/main.yml",
"content": "---\n\n- name: Install python libraries\n pip:\n name: \"{{ packages }}\"\n state: latest\n\n \n- name: Copy the harvester and automation files \n copy:\n src: ../files/{{ item.src }}\n dest: \"{{ item.dest }}\"\n mode: 0755\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 27825,
"all_permissive": false
} |
ansible_role | ccc-team21/7DeadlySins | 17ba2641af4cafb4f424b8b3c0bd06cbd4d97989 | 1 | ansible/roles/openstack_common | 7,602 | [
"no_license"
] | [
{
"path": "ansible/roles/openstack_common/tasks/main.yml",
"content": "---\n#Installing dependencies on host system where you are running the ansible script\n- name: Install pip\n become: yes\n apt:\n name: ['python-pip'] \n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | ccc-team21/7DeadlySins | 17ba2641af4cafb4f424b8b3c0bd06cbd4d97989 | 1 | ansible/roles/openstack_instance | 7,602 | [
"no_license"
] | [
{
"path": "ansible/roles/openstack_instance/tasks/main.yml",
"content": "---\n#Tasks to write the instance creation\n#----------------------- Production------------ -----\n- name: Create an instance for webserver\n os_server:\n name: server_{{ count + 1 }}\n image: '{{ instance_image }}'\n key_nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 947,
"all_permissive": false
} |
ansible_role | ccc-team21/7DeadlySins | 17ba2641af4cafb4f424b8b3c0bd06cbd4d97989 | 1 | ansible/roles/openstack_os | 7,602 | [
"no_license"
] | [
{
"path": "ansible/roles/openstack_os/tasks/main.yml",
"content": "---\n#Gather facts about openstack images avaialble and store in list or dictionaries\n#Show all openstack available images\n- name: Retrieve facts for all instances running\n os_server_facts: \n server: server*\n \n\n\n\n# # Produc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2365,
"all_permissive": false
} |
ansible_role | ccc-team21/7DeadlySins | 17ba2641af4cafb4f424b8b3c0bd06cbd4d97989 | 1 | ansible/roles/openstack_security | 7,602 | [
"no_license"
] | [
{
"path": "ansible/roles/openstack_security/tasks/main.yml",
"content": "---\n#tasks for security group\n- name: Creating security group\n os_security_group:\n name: '{{ item.name }}'\n description: '{{ item.description }}'\n state: present\n loop: '{{ security_groups }}'\n\n\n\n- name: Creating ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 590,
"all_permissive": false
} |
ansible_role | ccc-team21/7DeadlySins | 17ba2641af4cafb4f424b8b3c0bd06cbd4d97989 | 1 | ansible/roles/openstack_volume | 7,602 | [
"no_license"
] | [
{
"path": "ansible/roles/openstack_volume/tasks/main.yml",
"content": "---\n# # Tasks for creation of volume\n\n# --------------- Production \n\n- name: Create volume for the instances\n os_volume:\n display_name: vol_{{ item }}\n size: '{{ vol_size }}'\n availability_zone: '{{ availability_zone }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | ccc-team21/7DeadlySins | 17ba2641af4cafb4f424b8b3c0bd06cbd4d97989 | 1 | ansible/roles/prerequisite | 7,602 | [
"no_license"
] | [
{
"path": "ansible/roles/prerequisite/tasks/main.yml",
"content": "- name: Adding the proxy configuration to all servers\n blockinfile:\n dest: /etc/environment\n insertafter: EOF\n content: |\n http_proxy=\"{{ http_proxy }}\"\n https_proxy=\"{{ https_proxy }}\"\n ftp_pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 722,
"all_permissive": false
} |
ansible_role | ccc-team21/7DeadlySins | 17ba2641af4cafb4f424b8b3c0bd06cbd4d97989 | 1 | ansible/roles/webserver | 7,602 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/vars/main.yml",
"content": "webserver_dirs:\n - '{{ mount_point }}/webserver/static'\n - '{{ mount_point }}/webserver/templates'\n\npackages: ['flask', 'couchdb','flask_restful']\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8204,
"all_permissive": false
} |
ansible_role | Devblockv20/ASGARDEX | f9bc5020a460dc235229ee867e6ac838be386f12 | 1 | deployment/ansible/roles/certbot | 7,602 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/certbot/tasks/main.yml",
"content": "---\n- name: Download EPEL\n become: yes\n get_url:\n url: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n dest: /usr/local/src/epel.rpm\n\n- name: Install EPEL\n become: yes\n yum:\n name: /usr/lo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2258,
"all_permissive": false
} |
ansible_role | Devblockv20/ASGARDEX | f9bc5020a460dc235229ee867e6ac838be386f12 | 1 | deployment/ansible/roles/nginx | 7,602 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/nginx/templates/app.nginx.conf.j2",
"content": "# Redirect http to https\nserver {\n listen 80;\n server_name {{ domain }} www.{{ domain }};\n\n # forward all traffic from HTTP to HTTPS\n location / {\n return 301 https://{{ domain }}$request_uri;\n }\n\n # Rule ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3924,
"all_permissive": false
} |
ansible_role | Devblockv20/ASGARDEX | f9bc5020a460dc235229ee867e6ac838be386f12 | 1 | deployment/ansible/roles/node | 7,602 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/node/tasks/main.yml",
"content": "---\n- name: Download nvm\n become: no\n get_url:\n url: https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh\n dest: /tmp/nvm-install.sh\n mode: 0755\n\n- name: Install nvm\n become: no\n command: /tmp/nvm-ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 755,
"all_permissive": false
} |
ansible_role | fadewalk/pressure | e50e96e1236e9fcfa8c0305e24c29f46e5f80f8d | 0 | roles/cpu_pressure | 7,602 | [
"no_license"
] | [
{
"path": "roles/cpu_pressure/templates/pressure_test_all.sh",
"content": "#!/bin/bash\n#:***********************************************\n#:Program: pressure_test_all\n#:\n#:Version: 1.0\n#:***********************************************\nsource /etc/profile\ncpu_pressure () {\n pkill -KILL pressure\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3996,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.