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 | FriesPascal/k8s-arch-workshop | ef628e9417f636e48d577a98dc60b87e0524a00c | 0 | infrastructure/roles/kubernetes | 7,576 | [
"no_license"
] | [
{
"path": "infrastructure/roles/kubernetes/defaults/main.yaml",
"content": "kubernetes_version: \"1.29.2\"\nkubernetes_advertise_ip: \"127.0.0.1\"\nkubernetes_etcd_host: \"127.0.0.1\"\nkubernetes_service_cidr: \"10.32.0.0/17\"\nkubernetes_pod_cidr: \"10.32.128.0/17\"\nkubernetes_client_ca_cert_file: \"\"\nk... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4204,
"all_permissive": false
} |
ansible_role | FriesPascal/k8s-arch-workshop | ef628e9417f636e48d577a98dc60b87e0524a00c | 0 | infrastructure/roles/kubernetes-worker | 7,576 | [
"no_license"
] | [
{
"path": "infrastructure/roles/kubernetes-worker/templates/kube-proxy-config.yaml",
"content": "kind: KubeProxyConfiguration\napiVersion: kubeproxy.config.k8s.io/v1alpha1\nclientConnection:\n kubeconfig: /etc/kubernetes/kube-proxy.conf\nmode: iptables\nclusterCIDR: {{ kubernetes_worker_pod_cidr }}\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4705,
"all_permissive": false
} |
ansible_role | nurlanf/openldap-centos6 | efb394b29662bfeb6125235ee3f4a70df869f6ef | 0 | roles/role-ldaputils | 7,576 | [
"no_license"
] | [
{
"path": "roles/role-ldaputils/tasks/main.yml",
"content": "---\n# tasks file for ocs.ldaputils\n- name: Create directory for ldap utils\n file: path=/root/ldaputils state=directory mode=0700\n tags:\n - ldaputils\n- name: Deploy ldap groupadd script\n template: src=ldap_groupadd.j2 dest=/root/ldaput... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3441,
"all_permissive": false
} |
ansible_role | nurlanf/openldap-centos6 | efb394b29662bfeb6125235ee3f4a70df869f6ef | 0 | roles/role-slapd | 7,576 | [
"no_license"
] | [
{
"path": "roles/role-slapd/templates/init_ldap.j2",
"content": "{% set domainList = openldap_domain.split('.') %}\ndn: olcDatabase={2}bdb,cn=config\nchangetype: modify\nreplace: olcSuffix\nolcSuffix: {% for d in domainList[:-1] %}dc={{ d }},{% endfor %}dc={{ domainList[-1] }}\n\ndn: olcDatabase={2}bdb,cn=c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4642,
"all_permissive": false
} |
ansible_role | nurlanf/openldap-centos6 | efb394b29662bfeb6125235ee3f4a70df869f6ef | 0 | roles/role-sssd | 7,576 | [
"no_license"
] | [
{
"path": "roles/role-sssd/templates/sssd.conf.j2",
"content": "{% set domainList = openldap_domain.split('.') %}\n\n# {{ ansible_managed }}\n{# one domain, no reason for multiple at time of writing #}\n[domain/nurlanldap]\nenumerate = true\ncache_credentials = TRUE\n\nid_provider = ldap\nauth_provider = ld... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4643,
"all_permissive": false
} |
ansible_role | lschubert/oci-lab-ocne-metallb | 2b3ba49a71331ddc6675080c84764aed55a21063 | 0 | roles/configure-control | 7,576 | [
"no_license"
] | [
{
"path": "roles/configure-control/tasks/main.yml",
"content": "---\n- name: Capture Loadbalancer IP address\n shell: |\n kubectl get svc -o jsonpath=\"{.status.loadBalancer.ingress[0].ip}\" echo-lb-service\n become: true\n become_user: \"{{ install_user }}\"\n register: external_ip_result\n- name: C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 884,
"all_permissive": false
} |
ansible_role | lschubert/oci-lab-ocne-metallb | 2b3ba49a71331ddc6675080c84764aed55a21063 | 0 | roles/configure-nodes | 7,576 | [
"no_license"
] | [
{
"path": "roles/configure-nodes/tasks/main.yml",
"content": "---\n- name: Configure the firewall \n firewalld:\n port: \"{{ item }}\"\n zone: public\n permanent: yes\n immediate: yes\n state: enabled\n become: true \n loop:\n - 7946/tcp\n - 7946/udp\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | lschubert/oci-lab-ocne-metallb | 2b3ba49a71331ddc6675080c84764aed55a21063 | 0 | roles/install-application | 7,576 | [
"no_license"
] | [
{
"path": "roles/install-application/files/echo-oci-lb.yml",
"content": "---\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: echo-deployment\n labels:\n app: echo1\nspec:\n replicas: 2\n selector:\n matchLabels:\n app: echo1\n template:\n metadata:\n labels:\n app: e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1705,
"all_permissive": false
} |
ansible_role | lschubert/oci-lab-ocne-metallb | 2b3ba49a71331ddc6675080c84764aed55a21063 | 0 | roles/install-istio | 7,576 | [
"no_license"
] | [
{
"path": "roles/install-istio/tasks/main.yml",
"content": "---\n# Steps to configure olcnectl for proper use\n- name: Configure olcnectl completion\n lineinfile:\n line: source <(olcnectl completion bash)\n path: ${HOME}/.bashrc\n become: true\n become_user: \"{{ install_user}}\"\n- name: Prepare ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4969,
"all_permissive": false
} |
ansible_role | lschubert/oci-lab-ocne-metallb | 2b3ba49a71331ddc6675080c84764aed55a21063 | 0 | roles/install-metallb | 7,576 | [
"no_license"
] | [
{
"path": "roles/install-metallb/tasks/main.yml",
"content": "---\n# Steps to configure olcnectl for proper use\n- name: Configure olcnectl completion\n lineinfile:\n line: source <(olcnectl completion bash)\n path: ${HOME}/.bashrc\n become: true\n become_user: \"{{ install_user}}\"\n- name: Prepar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2521,
"all_permissive": false
} |
ansible_role | identifysun/automation-demo | 16853321813d4f25024407acad3451bbabe2b747 | 0 | playbook/roles/backend | 7,576 | [
"no_license"
] | [
{
"path": "playbook/roles/backend/tasks/main.yml",
"content": "- name: install jdk for backend servers\n ansible.builtin.shell: ./jdk_installation.sh\n args:\n chdir: /vagrant\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 115,
"all_permissive": false
} |
ansible_role | identifysun/automation-demo | 16853321813d4f25024407acad3451bbabe2b747 | 0 | playbook/roles/lbserver | 7,576 | [
"no_license"
] | [
{
"path": "playbook/roles/lbserver/tasks/main.yml",
"content": "- name: Install ipvsadm and keepalived\n ansible.builtin.apt:\n name: \n - ipvsadm\n - keepalived\n update_cache: yes\n\n- name: template keepalived conf\n ansible.builtin.template:\n src: keepalived.conf.j2\n dest: /etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1055,
"all_permissive": false
} |
ansible_role | identifysun/automation-demo | 16853321813d4f25024407acad3451bbabe2b747 | 0 | playbook/roles/nginx | 7,576 | [
"no_license"
] | [
{
"path": "playbook/roles/nginx/tasks/main.yml",
"content": "\n- name: install nginx prerequisite\n ansible.builtin.apt:\n name:\n - curl\n - gnupg2\n - ca-certificates\n - ubuntu-keyring\n update_cache: yes\n\n- name: setup apt repository for nginx\n ansible.builtin.shell: ./nginx_insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1472,
"all_permissive": false
} |
ansible_role | jean553/prosody-debian-docker | 3de800c31657653e2421c03c2c584740b76d3227 | 0 | provisioning/roles/prosody | 7,556 | [
"no_license"
] | [
{
"path": "provisioning/roles/prosody/tasks/main.yml",
"content": "---\n\n - name: prosody installed\n apt:\n name: prosody\n update_cache: yes\n state: present\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 | jean553/prosody-debian-docker | 3de800c31657653e2421c03c2c584740b76d3227 | 0 | provisioning/roles/utils | 7,556 | [
"no_license"
] | [
{
"path": "provisioning/roles/utils/tasks/main.yml",
"content": "---\n\n - name: utils installed\n apt:\n name=\"{{ item }}\"\n update_cache=yes\n state=present\n with_items:\n - vim\n - net-tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible/roles/bashrc_remote | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/bashrc_remote/tasks/main.yml",
"content": "---\n- name: Add Bash Aliases\n template: src=.bash_aliases.j2 dest={{ ansible_env.HOME}}/.bash_aliases\n\n- name: Add Bash Profiles\n copy: src=.bash_profiles dest={{ ansible_env.HOME}}\n\n- name: Add My Docker Bash\n copy: src=.my_dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1143,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible/roles/dart | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/dart/templates/dart.sh.j2",
"content": "# add vendor binaries to the path\nPATH=$PATH:{{dart_dir}}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "ansible/roles/dart/tasks/dart_setup.sh",
"content": "#!/usr/bin/env bash... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1507,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible/roles/docker | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker.ubuntu\n- name: Fail if not a new release of Ubuntu\n fail:\n msg: \"{{ ansible_distribution_version }} is not an acceptable version of Ubuntu for this role\"\n when: ansible_distribution_version|version_compare(1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5920,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible/roles/fzf | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/fzf/tasks/main.yml",
"content": "---\n- name: Checkout fzf from git repo\n git: repo=https://github.com/junegunn/fzf.git\n dest={{ ansible_env.HOME }}/.fzf\n\n- name: Install fzf\n script: ~/.fzf/install --all\n\n- name: override fzf bash to ensure used of user.home dir\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 973,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible/roles/gitkraken | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/gitkraken/vars/main.yml",
"content": "---\ngitkraken_name: \"gitkraken\"\ngitkraken_url: \"https://release.gitkraken.com/linux/gitkraken-amd64.deb\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "ansible/roles/gitkraken... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible/roles/intellij | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/intellij/vars/main.yml",
"content": "---\nintellij:\n ppa: ppa:mmk2410/intellij-idea-community\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "ansible/roles/intellij/tasks/main.yml",
"content": "---\n# tasks file for... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 580,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible/roles/mashimom.oh-my-zsh | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/mashimom.oh-my-zsh/defaults/main.yml",
"content": "---\n# defaults file for oh-my-zsh\n\nohmyzsh_user: \"{{ ansible_env.USER }}\"\nohmyzsh_plugins: [git, vagrant, docker, command-not-found, gradle, lein]\nohmyzsh_theme: pygmalion\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3058,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible/roles/maven_color | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/maven_color/vars/main.yml",
"content": "---\nmvn:\n home: /usr/local/apache-maven-3.3.9\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "ansible/roles/maven_color/tasks/main.yml",
"content": "---\n- name: Untar archiv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible/roles/nginx | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/vars/main.yml",
"content": "---\ndomain: sootoop.com\n#ssl_key: /etc/ssl/sfh/sfh.key\n#ssl_crt: /etc/ssl/sfh/sfh.crt\n#ssl_wildcard_crt: /etc/ssl/sfh/wildsfh.crt\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path": "ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3435,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible/roles/powerlevel9k | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/powerlevel9k/tasks/main.yml",
"content": "---\n- name: Checkout powerlevel9k from git repo\n git: repo=https://github.com/bhilburn/powerlevel9k.git\n dest={{ ansible_env.HOME }}/{{ powerlevel_path }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible/roles/powerline | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/powerline/tasks/main.yml",
"content": "---\n- name: install packages\n become: yes\n apt: name=powerline state=present\n tags: powerline\n\n- name: Create .fonts directory\n file: path={{ ansible_env.HOME }}/.fonts state=directory mode=0755\n\n- name: Copy power line font\n cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1953,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible/roles/scribus | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/scribus/tasks/main.yml",
"content": "---\n# tasks file for docker.ubuntu\n- name: Fail if a release is < 16.04 ( Xenial Xerus) Ubuntu\n fail:\n msg: \"{{ ansible_distribution_version }} is not an acceptable version of Ubuntu for this role\"\n when: ansible_distribution_version|... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible/roles/uninstall_docker | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/uninstall_docker/tasks/main.yml",
"content": "---\n\n- name: Uninstall current docker installation\n script: uninstall.sh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "ansible/roles/uninstall_docker/tasks/uninstall.sh"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 258,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible/roles/virtualbox | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/virtualbox/vars/main.yml",
"content": "virtualbox_package: virtualbox\nvirtualbox_guest_additions: virtualbox-guest-additions-iso\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "ansible/roles/virtualbox/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 385,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible3/roles/common | 7,556 | [
"no_license"
] | [
{
"path": "ansible3/roles/common/tasks/configure-git.yml",
"content": "---\r\n - name: Configure git\r\n command: /usr/bin/git config --global {{ item.key }} \"{{ item.value }}\"\r\n become: yes\r\n become_user: \"{{ user.name }}\"\r\n with_items:\r\n - { key: 'user.name', value: '{{ user.... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6169,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible3/roles/dart | 7,556 | [
"no_license"
] | [
{
"path": "ansible3/roles/dart/tasks/sdk.yml",
"content": "---\n- name: Enable HTTPS for apt\n apt: \n name: \"{{item}}\"\n state: installed\n with_items:\n - apt-transport-https\n\n- name: Setup Dart stable repository\n script: dart_setup.sh\n\n- name: Install Dart SDK\n become: yes\n apt: \n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 959,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible3/roles/docker | 7,556 | [
"no_license"
] | [
{
"path": "ansible3/roles/docker/templates/docker.repo.j2",
"content": "[docker-{{ docker_yum_repo_version }}]\nname=Docker Repository\nbaseurl=https://yum.dockerproject.org/repo/{{ docker_yum_repo_version }}/{{ ansible_distribution|lower }}/{{ ansible_distribution_version.split(\".\")[0]|int }}/\nenabled=1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1632,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible3/roles/fzf | 7,556 | [
"no_license"
] | [
{
"path": "ansible3/roles/fzf/tasks/main.yml",
"content": "---\n\n- assert: { that: \"user.home != ''\" }\n\n- name: Checkout fzf from git repo\n git: \n repo: https://github.com/junegunn/fzf.git\n dest: \"{{ user.home }}/.fzf\"\n update: yes\n force: yes\n become: yes\n become_user: \"{{ use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | bwnyasse/config-files | 4eb56a936ff5b0a30ad871d0f9b0816c0d01618d | 1 | ansible3/roles/maven | 7,556 | [
"no_license"
] | [
{
"path": "ansible3/roles/maven/defaults/main.yml",
"content": "---\n# defaults file for apache-maven\nmaven_major: 3\nmaven_version: 3.5.0\nmaven_home_parent_directory: /opt\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "ansible3/roles/maven/t... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 826,
"all_permissive": false
} |
ansible_role | hikaru2025/asd | 9a207e7fbb85851df6d28583688c55fccba70802 | 0 | playbook/roles/task | 7,556 | [
"no_license"
] | [
{
"path": "playbook/roles/task/tasks/main.yml",
"content": "---\n\n\n- name : stop jar\n shell : ps -ef |grep \"{{ jarname }}\"|grep -v \"grep\"|awk '{print$2}'| xargs kill -9\n ignore_errors: True\n- name : clean files\n file : path={{ item }} state=absent\n with_items:\n - \"{{ jarpath }}{{ jar }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 449,
"all_permissive": false
} |
ansible_role | brianannis/pogoprint | cf3b6dced1e36a92bff730be4f0521d61b1949fc | 1 | roles/airprint | 7,556 | [
"no_license"
] | [
{
"path": "roles/airprint/tasks/main.yml",
"content": "---\n# tasks file for airprint\n\n- name: Create airprint directory\n file:\n name: /opt/airprint\n owner: root\n group: root\n mode: '0755'\n state: directory\n recurse: no\n\n- name: Download airprint script\n get_url:\n url: ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 947,
"all_permissive": false
} |
ansible_role | brianannis/pogoprint | cf3b6dced1e36a92bff730be4f0521d61b1949fc | 1 | roles/common | 7,556 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: Install common tools\n apt:\n name: ['wget', 'htop']\n state: present\n update_cache: yes\n\n- name: Set motd\n template:\n src: motd.j2\n dest: /etc/motd\n owner: root\n group: root\n mode: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 248,
"all_permissive": false
} |
ansible_role | brianannis/pogoprint | cf3b6dced1e36a92bff730be4f0521d61b1949fc | 1 | roles/cups | 7,556 | [
"no_license"
] | [
{
"path": "roles/cups/tasks/main.yml",
"content": "---\n# tasks file for cups\n- name: set groups\n user:\n name: ubuntu\n groups: lpadmin\n append: yes\n\n- name: Install cups + driver\n apt:\n name: ['cups', 'printer-driver-splix', 'avahi-daemon', 'python3-cups']\n state: present\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | geeanlooca/bootstrapper | 58370a1800bd952af39b8b27457ec347d8765989 | 0 | roles/anaconda | 7,556 | [
"no_license"
] | [
{
"path": "roles/anaconda/tasks/anaconda.yml",
"content": "---\n\n- name: Install Miniconda\n block:\n - name: check if it is already installed before redownloading\n stat: \n path: /home/{{ ansible_user_id }}/.miniconda3\n register: anaconda_details\n\n - name: download the installer\n get... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | geeanlooca/bootstrapper | 58370a1800bd952af39b8b27457ec347d8765989 | 0 | roles/apps | 7,556 | [
"no_license"
] | [
{
"path": "roles/apps/tasks/main.yml",
"content": "---\n\n- name: install base packages\n become: true\n pacman:\n name:\n - yay\n - gvim\n - git\n - wget\n - curl\n - tree\n - python-pip\n - cmake\n - clang\n - gcc\n - stow\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2175,
"all_permissive": false
} |
ansible_role | geeanlooca/bootstrapper | 58370a1800bd952af39b8b27457ec347d8765989 | 0 | roles/common | 7,556 | [
"no_license"
] | [
{
"path": "roles/common/tasks/systemd.yml",
"content": "---\n\n- name: decrease systemd timeouts\n become: true\n block:\n - name: DefaultTimeoutStartSec\n lineinfile:\n path: /etc/systemd/system.conf\n regexp: '^ *#* *DefaultTimeoutStartSec'\n line: 'DefaultTimeoutStartSec=90s'\n\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | geeanlooca/bootstrapper | 58370a1800bd952af39b8b27457ec347d8765989 | 0 | roles/desktop | 7,556 | [
"no_license"
] | [
{
"path": "roles/desktop/tasks/main.yml",
"content": "---\n\n- name: Install Plex Media Server\n aur:\n skip_installed: true\n name:\n - spotify\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | geeanlooca/bootstrapper | 58370a1800bd952af39b8b27457ec347d8765989 | 0 | roles/kde | 7,556 | [
"no_license"
] | [
{
"path": "roles/kde/tasks/main.yml",
"content": "---\n\n- name: Install KDE apps\n become: true\n pacman: \n name:\n - redshift\n - plasma5-applets-redshift-control\n - filelight\n - skanlite\n - adapta-kde\n - kvantum-qt5\n - kvantum-adapta",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 220,
"all_permissive": false
} |
ansible_role | geeanlooca/bootstrapper | 58370a1800bd952af39b8b27457ec347d8765989 | 0 | roles/laptop | 7,556 | [
"no_license"
] | [
{
"path": "roles/laptop/tasks/kb-layout-autoswitch.yml",
"content": "- name: Install udev rule for automatically switching keyboard layout\n copy:\n src: 90-thinkpad-keyboard.hwdb\n dest: /etc/udev/hwdb.d/90-thinkpad-keyboard.hwdb\n notify: apply keyboard settings\n",
"license_type": "no_lic... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 876,
"all_permissive": false
} |
ansible_role | ViNguyenThuyTuong/udacity-devops-project3 | f8f1d0ba0b2e314d19dea9edd5a63abf6dd77ef8 | 0 | .circleci/ansible/roles/deploy | 7,556 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yaml",
"content": "---\n - name: \"show remote environment\"\n shell: env\n\n - name: Copy compiled files\n ansible.builtin.copy:\n src: /tmp/workspace/backend.tar.gz \n dest: /home/ubuntu\n owner: ubuntu\n group: ubuntu\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 538,
"all_permissive": false
} |
ansible_role | yourcelf/buildstaticnginx | 0cc4c42d6e6c3b88eea15ec5779991a6bd2c7fc6 | 0 | roles/nginx | 7,556 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# Install nginx\n - name: Install build-essentials\n apt: pkg=build-essential state=present\n sudo: yes\n\n - name: Install zlib\n apt: pkg=zlib1g-dev state=present\n sudo: yes\n\n - name: Make build dir\n command: mkdir -p {{ build_dir }}\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 760,
"all_permissive": false
} |
ansible_role | arencloud/lab-libvirt | 6e45917b306154ff0324ff781f3c932ae5511b90 | 0 | vms/roles/vms | 7,556 | [
"no_license"
] | [
{
"path": "vms/roles/vms/templates/vm.xml.j2",
"content": "<domain type='kvm' id='80'>\n <name>{{ vmname }}-{{ item }}</name>\n <memory unit='GiB'>{{ vmmemory }}</memory>\n <vcpu placement='static'>{{ vmcpu }}</vcpu>\n <resource>\n <partition>/machine</partition>\n </resource>\n <os firmware='efi'>... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9561,
"all_permissive": false
} |
ansible_role | tpayne/deployment-script-examples | d3c9a280e9281c7dbf2d545809755a741d0be48b | 4 | ansible-test-playbooks/roles/aRole | 7,556 | [
"no_license"
] | [
{
"path": "ansible-test-playbooks/roles/aRole/templates/conf.j2",
"content": "This is a template document for the {{ hitomi }} called {{ silent_mobius }}.",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "ansible-test-playbooks/roles/aRole/handlers/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | techagile/det_211194 | 91328012ba9eefd5b0b3f3bed25ead13029fa856 | 0 | roles/custom_monitoring | 7,556 | [
"no_license"
] | [
{
"path": "roles/custom_monitoring/files/hostname_ts.py",
"content": "#!/usr/bin/python\n\n# Script to output hostname, timestamp to file on schedule, continuously\n\nimport socket\nimport datetime\nimport time\nimport platform\n\ndef gethostname_val():\n hostname_val=socket.gethostname();\n return hostna... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2380,
"all_permissive": false
} |
ansible_role | Sathiyarajan/devops-pipeline | 707a280b44e3c05cbcaffbe18281e6f7f4357d9b | 16 | ansible/roles/elasticsearch | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/elasticsearch/tasks/main.yml",
"content": "---\n#\n# Install/run elasticsearch\n#\n\n- name: Install libsemanage-python and dependencies\n yum: name={{ item }} state=present\n become: true\n with_items:\n - python-semanage\n- name: Install Packages\n apt: name= state=latest u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1137,
"all_permissive": false
} |
ansible_role | Sathiyarajan/devops-pipeline | 707a280b44e3c05cbcaffbe18281e6f7f4357d9b | 16 | ansible/roles/jenkins | 7,556 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "---\n- name: create directories for jenkins\n file: path=\"{{ item }}\" state=directory mode=0777\n with_items:\n - \"{{ jenkins_host_dir }}\"\n - \"{{ jenkins_data_dir }}\"\n - \"{{ jenkins_tmp_dir }}\"\n\n- name: create a symbolic li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1195,
"all_permissive": false
} |
ansible_role | Sathiyarajan/devops-pipeline | 707a280b44e3c05cbcaffbe18281e6f7f4357d9b | 16 | vagrant/roles/common-packages | 7,556 | [
"no_license"
] | [
{
"path": "vagrant/roles/common-packages/tasks/main.yml",
"content": "---\n\n- import_tasks: yum.yml\n- import_tasks: pip.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "vagrant/roles/common-packages/tasks/yum.yml",
"content": "---\n\n- n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1820,
"all_permissive": false
} |
ansible_role | Sathiyarajan/devops-pipeline | 707a280b44e3c05cbcaffbe18281e6f7f4357d9b | 16 | vagrant/roles/docker | 7,556 | [
"no_license"
] | [
{
"path": "vagrant/roles/docker/tasks/main.yml",
"content": "---\n\n- name: install docker\n yum: name=docker-ce state=installed\n\n- name: create the systemd docker options configuration file\n template: src=docker.service.j2 dest=/usr/lib/systemd/system/docker.service\n notify:\n - reload systemd\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | Sathiyarajan/devops-pipeline | 707a280b44e3c05cbcaffbe18281e6f7f4357d9b | 16 | vagrant/roles/etcd | 7,556 | [
"no_license"
] | [
{
"path": "vagrant/roles/etcd/tasks/main.yml",
"content": "---\n- name: create directories for etcd\n file: path=\"{{ item }}\" state=directory\n with_items:\n - \"{{ etcd_host_dir }}\"\n - \"{{ etcd_host_dir }}/data\"\n\n- set_fact:\n cluster: \"{{ cluster|default([]) + [ 'etcd-' + hostvars[item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1402,
"all_permissive": false
} |
ansible_role | Sathiyarajan/devops-pipeline | 707a280b44e3c05cbcaffbe18281e6f7f4357d9b | 16 | vagrant/roles/haproxy | 7,556 | [
"no_license"
] | [
{
"path": "vagrant/roles/haproxy/templates/haproxy.cfg.j2",
"content": "global\n log 127.0.0.1 local0 info\n maxconn 512000\n daemon\n stats socket /var/haproxy/haproxy.sock mode 600 level admin\n stats timeout 2m\n external-check\n pidfile /dev/null\n\ndefaults\n log global\n o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2044,
"all_permissive": false
} |
ansible_role | Sathiyarajan/devops-pipeline | 707a280b44e3c05cbcaffbe18281e6f7f4357d9b | 16 | vagrant/roles/ingress-controller | 7,556 | [
"no_license"
] | [
{
"path": "vagrant/roles/ingress-controller/templates/ingress-dashboard.yml",
"content": "apiVersion: extensions/v1beta1\nkind: Ingress\nmetadata:\n name: dashboard-ingress\n annotations:\n kubernetes.io/ingress.class: nginx\n nginx.ingress.kubernetes.io/rewrite-target: /\nspec:\n rules:\n - http:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 846,
"all_permissive": false
} |
ansible_role | Sathiyarajan/devops-pipeline | 707a280b44e3c05cbcaffbe18281e6f7f4357d9b | 16 | vagrant/roles/kubernetes | 7,556 | [
"no_license"
] | [
{
"path": "vagrant/roles/kubernetes/tasks/main.yml",
"content": "---\n\n- name: Disabling Swap\n shell: swapoff -a\n\n- name: Commenting Swap entries in /etc/fstab\n replace:\n path: /etc/fstab\n regexp: '(.*swap*)'\n replace: '#\\1'\n\n- name: Disable SELinux at boot time\n template: src=\"seli... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1225,
"all_permissive": false
} |
ansible_role | Sathiyarajan/devops-pipeline | 707a280b44e3c05cbcaffbe18281e6f7f4357d9b | 16 | vagrant/roles/kubernetes-dashboard | 7,556 | [
"no_license"
] | [
{
"path": "vagrant/roles/kubernetes-dashboard/tasks/main.yml",
"content": "---\n\n- name: copy kubernetes configs\n template: src=templates/{{ item }} dest=\"{{ kubernetes_host_dir }}/conf/{{ item }}\"\n notify: apply configs\n with_items:\n - kubernetes-dashboard.yml\n - dashboard-adminuser.yml\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | Sathiyarajan/devops-pipeline | 707a280b44e3c05cbcaffbe18281e6f7f4357d9b | 16 | vagrant/roles/kubernetes-master | 7,556 | [
"no_license"
] | [
{
"path": "vagrant/roles/kubernetes-master/tasks/initiate_master.yml",
"content": "---\n- debug:\n msg:\n - \"Kubernetes master has not been initialised yet\"\n - \"Initializing now...\"\n when: cluster_health.rc != 0\n\n- name: Initializing Kubernetes cluster\n shell: |\n kubeadm reset -f... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4050,
"all_permissive": false
} |
ansible_role | Sathiyarajan/devops-pipeline | 707a280b44e3c05cbcaffbe18281e6f7f4357d9b | 16 | vagrant/roles/kubernetes-worker | 7,556 | [
"no_license"
] | [
{
"path": "vagrant/roles/kubernetes-worker/handlers/main.yml",
"content": "---\n- name: join worker node\n set_fact:\n new_joiner: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "vagrant/roles/kubernetes-worker/tasks/main.yml",
"cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1535,
"all_permissive": false
} |
ansible_role | Sathiyarajan/devops-pipeline | 707a280b44e3c05cbcaffbe18281e6f7f4357d9b | 16 | vagrant/roles/network | 7,556 | [
"no_license"
] | [
{
"path": "vagrant/roles/network/tasks/main.yml",
"content": "---\n\n- name: Starting and Enabling firewalld\n service:\n name: firewalld\n state: started\n enabled: yes\n\n- name: update /etc/hosts file\n lineinfile:\n path: \"/etc/hosts\"\n regexp: \"{{ hostvars[item]['hostname'] }}\\t{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1096,
"all_permissive": false
} |
ansible_role | radamanthus/ansible-rails | 01750ed944621a80665d3a7314055cf5bb549e3e | 9 | roles/common | 7,636 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Install core packages\n action: apt pkg={{ item }}\n with_items:\n - build-essential\n - openssl\n - libreadline6\n - libreadline6-dev\n - curl\n - libcurl4-openssl-dev\n - git-core\n - zlib1g\n - zlib1g-dev\n - lib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 801,
"all_permissive": false
} |
ansible_role | radamanthus/ansible-rails | 01750ed944621a80665d3a7314055cf5bb549e3e | 9 | roles/web | 7,636 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "- include: firewall.yml\n\n# Add third-party repositories for Ruby, Nginx, and Passenger\n- name: Add BrightBox repository\n apt_repository: repo=\"ppa:brightbox/ruby-ng\"\n sudo: yes\n- name: Add Nginx repository\n apt_repository: repo=\"ppa:nginx/stable... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3418,
"all_permissive": false
} |
ansible_role | kumar-pratik/ansible_var | 2d6fbfe46e48c740000d0bdc66e03ad72a61bd42 | 0 | roles/role1 | 7,636 | [
"no_license"
] | [
{
"path": "roles/role1/defaults/main.yml",
"content": "---\nvalue: Default file in role1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/role1/vars/main.yml",
"content": "---\nvalue: Vars file in role1",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 132,
"all_permissive": false
} |
ansible_role | kumar-pratik/ansible_var | 2d6fbfe46e48c740000d0bdc66e03ad72a61bd42 | 0 | roles/role2 | 7,636 | [
"no_license"
] | [
{
"path": "roles/role2/vars/main.yml",
"content": "---\nvalue: Vars file in role2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/role2/tasks/main.yml",
"content": "---\n- name: Debug print from role2\n debug:\n msg: Result={{ value }... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 132,
"all_permissive": false
} |
ansible_role | ngroberio/ocpAdvDeplV2 | 123217beb9e83f652992dffc34da8c11e575473e | 0 | roles/AFTER-INSTALL-ROLE | 7,636 | [
"no_license"
] | [
{
"path": "roles/AFTER-INSTALL-ROLE/tasks/main.yml",
"content": "---\n- name: COPY THE CONFIG FILE FROM MASTERS\n fetch:\n src: /root/.kube/config\n dest: /root/.kube/config\n flat: yes\n tags: check-role\n when: \"'masters' in group_names\"\n\n- name: CHECK system:admin ROLE\n shell: oc whoa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3114,
"all_permissive": false
} |
ansible_role | ngroberio/ocpAdvDeplV2 | 123217beb9e83f652992dffc34da8c11e575473e | 0 | roles/CICD-PIPELINE-ROLE | 7,636 | [
"no_license"
] | [
{
"path": "roles/CICD-PIPELINE-ROLE/vars/seed-hosts.yml",
"content": "openshift_cluster_content:\n- object: project\n content:\n - name: \"CREATE CICD PROJECTS\"\n file: \"{{role_path}}/../../applier/CICD/PROJECTS/projects.yml\"\n action: create\n- object: deployments\n content:\n - name: \"DEPLOY... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1349,
"all_permissive": false
} |
ansible_role | ngroberio/ocpAdvDeplV2 | 123217beb9e83f652992dffc34da8c11e575473e | 0 | roles/DEPLOY-APPS-ROLE | 7,636 | [
"no_license"
] | [
{
"path": "roles/DEPLOY-APPS-ROLE/vars/seed-hosts.yml",
"content": "openshift_cluster_content:\n- object: projects\n content:\n - name: \"CREATE ENVIRONMENTS\"\n file: \"{{role_path}}/../../applier/DEPLOY-TASKS-APP/PROJECTS/projects.yml\"\n action: create\n- object: limitrange\n content:\n - name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2968,
"all_permissive": false
} |
ansible_role | ngroberio/ocpAdvDeplV2 | 123217beb9e83f652992dffc34da8c11e575473e | 0 | roles/HOSTS-TEMPLATE | 7,636 | [
"no_license"
] | [
{
"path": "roles/HOSTS-TEMPLATE/tasks/main.yml",
"content": "---\n# This role setsup the host file\n- name: PREPARE HOSTS FILE\n template: src=hosts.j2 dest=/etc/ansible/hosts\n\n- name: refresh\n meta: refresh_inventory\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | ngroberio/ocpAdvDeplV2 | 123217beb9e83f652992dffc34da8c11e575473e | 0 | roles/SMOKE-TEST-ROLE | 7,636 | [
"no_license"
] | [
{
"path": "roles/SMOKE-TEST-ROLE/vars/seed-hosts.yml",
"content": "openshift_cluster_content:\n- object: project\n content:\n - name: \"CREATE SMOKE TEST PROJECT\"\n file: \"{{role_path}}/../../applier/SMOKE-TEST/PROJECTS/projects.yml\"\n action: create\n- object: deployments\n content:\n - name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1433,
"all_permissive": false
} |
ansible_role | GabrielPrzybysz/ctf-unisinos | ee74e4e7de4d69d8ff7511e94d5e1ae5c99546a6 | 0 | ansible_ctfd/roles/ctfd | 7,636 | [
"no_license"
] | [
{
"path": "ansible_ctfd/roles/ctfd/tasks/main.yml",
"content": "---\n- name: Check if CTFd repository is cloned\n stat:\n path: /home/unisinos/CTFd\n register: ctfd_repo\n\n- name: Clone the CTFd repository if not already cloned\n git:\n repo: 'https://github.com/GabrielPrzybysz/CTFd.git'\n dest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 446,
"all_permissive": false
} |
ansible_role | GabrielPrzybysz/ctf-unisinos | ee74e4e7de4d69d8ff7511e94d5e1ae5c99546a6 | 0 | ansible_ctfd/roles/docker | 7,636 | [
"no_license"
] | [
{
"path": "ansible_ctfd/roles/docker/tasks/main.yml",
"content": "---\n- name: Update apt package index\n apt:\n update_cache: yes\n\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | hkm502/opencv-raspberrypi | a08f170f10067283965d9eef472dace3b04f7730 | 0 | roles/dependencies | 7,636 | [
"no_license"
] | [
{
"path": "roles/dependencies/tasks/main.yml",
"content": "- name: install developer tools required to build OpenCV from source\n apt: pkg={{ item }} state=installed\n sudo: yes\n with_items:\n - build-essential\n - git\n - cmake\n - pkg-config\n\n- name: install packages used to load various... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1184,
"all_permissive": false
} |
ansible_role | hkm502/opencv-raspberrypi | a08f170f10067283965d9eef472dace3b04f7730 | 0 | roles/opencv | 7,636 | [
"no_license"
] | [
{
"path": "roles/opencv/tasks/main.yml",
"content": "- name: install Python 2.7 header files\n apt: pkg=python2.7-dev state=installed\n sudo: yes\n\n- name: install numpy\n apt: pkg=python-numpy state=installed\n sudo: yes\n\n- name: create build directory\n file: path={{ opencv_source_folder }}/build ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 832,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/baseinfrastructure/VNFCs/baseinfrastructure-vnfc/lifecycle/roles/create_instance | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/baseinfrastructure/VNFCs/baseinfrastructure-vnfc/lifecycle/roles/create_instance/tasks/main.yaml",
"content": "---\r\n- name: create mgmt security group\r\n os_security_group:\r\n state: present\r\n name: \"{{ instance_name }}-mgmt-sec\"\r\n description: \"security group for ip pbx... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1571,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/ip-pbx/VNFCs/asterisk-vnfc/lifecycle/roles/create_instance | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/ip-pbx/VNFCs/asterisk-vnfc/lifecycle/roles/create_instance/tasks/kubernetes.yml",
"content": "- name: copy the pod descriptor\n delegate_to: k8s\n template:\n src: pod.yaml\n dest: \"/opt/{{ instance_name }}.yaml\"\n\n- name: Start asterisk container\n delegate_to: k8s\n command: \... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3238,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/ip-pbx/VNFCs/asterisk-vnfc/lifecycle/roles/delete_instance | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/ip-pbx/VNFCs/asterisk-vnfc/lifecycle/roles/delete_instance/tasks/main.yml",
"content": "- import_tasks: openstack.yml\n# when: type == \"Openstack\"\n\n# - import_tasks: kubernetes.yml\n# when: type == \"Kubernetes\"\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/jumphost/VNFCs/jumphost-vnfc/lifecycle/roles/create_instance | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/jumphost/VNFCs/jumphost-vnfc/lifecycle/roles/create_instance/config/jumphost-user-data.yml",
"content": "#cloud-config\nmanage_etc_hosts: true\nbootcmd:\n - [ sysctl, net.ipv4.ip_forward=1 ]\n - [ sh, -c, echo \"nameserver 8.8.8.8\" > /etc/resolv.conf ]\nssh_pwauth: True\npassword: <PASSWORD... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1672,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/jumphost/VNFCs/jumphost-vnfc/lifecycle/roles/delete_instance | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/jumphost/VNFCs/jumphost-vnfc/lifecycle/roles/delete_instance/tasks/main.yml",
"content": "---\n\n- name: remove jumphost virtual machine\n os_server:\n state: absent\n name: \"{{ jumphostname }}\"\n\n- name: remove security group\n os_security_group:\n state: absent\n name: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/neutron-router/VNFCs/router-vnfc/lifecycle/roles/create_instance | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/neutron-router/VNFCs/router-vnfc/lifecycle/roles/create_instance/tasks/main.yaml",
"content": "---\r\n- name: create the router instance\r\n os_router:\r\n state: present\r\n name: \"{{ router_name }}\"\r\n network: \"{{ network }}\"\r\n interfaces:\r\n - \"{{ interface }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/provider-multus-network/VNFCs/provider-multus-vnfc/lifecycle/roles/create_instance | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/provider-multus-network/VNFCs/provider-multus-vnfc/lifecycle/roles/create_instance/tasks/main.yaml",
"content": "---\r\n\r\n- name: template the network descriptor\r\n template:\r\n src: multus-network.yaml\r\n dest: \"/opt/{{ networkid }}.yaml\"\r\n\r\n- name: Create multus network C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 860,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/provider-multus-network/VNFCs/provider-multus-vnfc/lifecycle/roles/create_inventory | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/provider-multus-network/VNFCs/provider-multus-vnfc/lifecycle/roles/create_inventory/tasks/main.yml",
"content": " \n- name: add k8s location\n when: type == \"Kubernetes\" \n add_host:\n name: \"k8s\"\n groups: k8s\n ansible_host: \"{{ k8s_address }}\"\n ansible_user: vag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/provider-neutron-network/VNFCs/provider-network-vnfc/lifecycle/roles/create_instance | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/provider-neutron-network/VNFCs/provider-network-vnfc/lifecycle/roles/create_instance/tasks/main.yaml",
"content": "---\r\n- name: Check network exists\r\n os_networks_facts:\r\n name: \"{{ networkname }}\"\r\n register: net_info\r\n\r\n- debug:\r\n var: net_info\r\n\r\n- fail:\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1365,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/provider-neutron-network/VNFCs/provider-network-vnfc/lifecycle/roles/delete_instance | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/provider-neutron-network/VNFCs/provider-network-vnfc/lifecycle/roles/delete_instance/tasks/main.yml",
"content": "- name: Remove subnet\n os_network:\n state: absent\n name: \"{{ networkname }}_subnet\"\n\n- name: Remove network\n os_network:\n state: absent\n name: \"{{ networ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/sip-performance/VNFCs/sipp-vnfc/lifecycle/roles/create_instance | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/sip-performance/VNFCs/sipp-vnfc/lifecycle/roles/create_instance/tasks/openstack.yml",
"content": "- name: Find image\n os_image_facts:\n image: \"{{ imagename }}\"\n register: sipp_image\n failed_when: sipp_image['ansible_facts']['openstack_image']['id'] is not defined\n\n- name: Show ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3467,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/sip-performance/VNFCs/sipp-vnfc/lifecycle/roles/delete_instance | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/sip-performance/VNFCs/sipp-vnfc/lifecycle/roles/delete_instance/tasks/kubernetes.yml",
"content": "---\n- name: \"Remove sipp instance {{ instance_name }}\"\n delegate_to: k8s\n command: \"kubectl delete pod {{ instance_name }}\"\n environment:\n KUBECONFIG: /etc/kubernetes/admin.conf\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/voip-gateway/VNFCs/kamailio-vnfc/lifecycle/roles/create_instance | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/voip-gateway/VNFCs/kamailio-vnfc/lifecycle/roles/create_instance/templates/pod.yaml",
"content": "---\napiVersion: v1\nkind: Pod\nmetadata:\n name: \"{{ instance_name }}\"\n annotations:\n k8s.v1.cni.cncf.io/networks: \"{{ mgmt_network }},{{ internal_network }},{{ external_network }}\"\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4334,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/voip-gateway/VNFCs/kamailio-vnfc/lifecycle/roles/create_inventory | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/voip-gateway/VNFCs/kamailio-vnfc/lifecycle/roles/create_inventory/tasks/main.yml",
"content": "- name: add instance to hosts inventory\n when: mgmt_address is defined and jumphost_ip is not defined\n add_host:\n name: \"{{ instance_name }}\"\n groups: voip\n ansible_host: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1719,
"all_permissive": false
} |
ansible_role | accanto-systems/marketplace | 5e0f860aa440f7a1a688ae173f498cb1efe906c8 | 2 | vnfs/voip-gateway/VNFCs/kamailio-vnfc/lifecycle/roles/delete_instance | 7,636 | [
"no_license"
] | [
{
"path": "vnfs/voip-gateway/VNFCs/kamailio-vnfc/lifecycle/roles/delete_instance/tasks/openstack.yml",
"content": "---\n- name: \"Remove gateway instance {{ instance_name }}\"\n os_server:\n state: absent\n name: \"{{ instance_name }}\"\n register: server_result\n\n- name: remove internal port\n os... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | Shradha9999/Automation-Project | 4810d0c4d0bca9af2ef5a0d0f0537c43ecb1a8e0 | 0 | ansible/roles/datadisk-N01660290 | 7,636 | [
"no_license"
] | [
{
"path": "ansible/roles/datadisk-N01660290/defaults/main.yml",
"content": "partitions:\n - number: 1\n size: 4G\n fstype: xfs\n mountpoint: /part1\n - number: 2\n size: 5G\n fstype: ext4\n mountpoint: /part2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1050,
"all_permissive": false
} |
ansible_role | Shradha9999/Automation-Project | 4810d0c4d0bca9af2ef5a0d0f0537c43ecb1a8e0 | 0 | ansible/roles/profile-N01660290 | 7,636 | [
"no_license"
] | [
{
"path": "ansible/roles/profile-N01660290/tasks/main.yml",
"content": "---\n- name: Append lines to /etc/profile\n lineinfile:\n dest: /etc/profile\n line: \"{{ item }}\"\n create: yes\n state: present\n loop:\n - \"#Test block added by Ansible……N01660290\"\n - \"export TMOUT=1500\"\n",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | Shradha9999/Automation-Project | 4810d0c4d0bca9af2ef5a0d0f0537c43ecb1a8e0 | 0 | ansible/roles/user-N01660290 | 7,636 | [
"no_license"
] | [
{
"path": "ansible/roles/user-N01660290/tasks/main.yml",
"content": "---\n# tasks file for user-N01660290\n- name: Ensure group \"cloudadmins\" is present\n ansible.builtin.group:\n name: \"cloudadmins\"\n state: present\n\n- name: Ensure group \"wheel\" is present\n ansible.builtin.group:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1482,
"all_permissive": false
} |
ansible_role | Shradha9999/Automation-Project | 4810d0c4d0bca9af2ef5a0d0f0537c43ecb1a8e0 | 0 | ansible/roles/webserver-N01660290 | 7,636 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver-N01660290/tasks/main.yml",
"content": "---\n- name: Install Apache\n package:\n name: httpd\n state: present\n\n- name: Create index.html files\n copy:\n content: \"{{ inventory_hostname }}\"\n dest: \"/var/www/html/index.html\"\n mode: '0444'\n loop:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | KevinMidboe/kazan-ansible | c54c74e67b71f8271e7c6d3076893e2f5382563f | 0 | roles/common | 7,636 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n - name: update apt\n apt:\n update_cache: yes\n cache_valid_time: 86400\n become: true\n\n - name: install required packages\n package:\n name:\n - etcd\n become: true\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | KevinMidboe/kazan-ansible | c54c74e67b71f8271e7c6d3076893e2f5382563f | 0 | roles/etcd | 7,636 | [
"no_license"
] | [
{
"path": "roles/etcd/tasks/certs-worker.yml",
"content": "---\n- name: Copy worker certificates\n copy:\n src: \"{{ playbook_dir }}/../../kazan-ssl/pki/{{ item }}\"\n dest: \"/etc/etcd/\"\n owner: root\n group: root\n mode: 0644\n\n become: true\n with_items:\n - ca/ca.pem\n - clien... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3047,
"all_permissive": false
} |
ansible_role | KevinMidboe/kazan-ansible | c54c74e67b71f8271e7c6d3076893e2f5382563f | 0 | roles/kubernetes | 7,636 | [
"no_license"
] | [
{
"path": "roles/kubernetes/vars/main.yml",
"content": "---\n\nkubernetes_version: \"v1.26.0\"\nkubernetes_download_path: \"https://dl.k8s.io/{{ kubernetes_version }}/bin/linux/amd64\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/kubern... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5698,
"all_permissive": false
} |
ansible_role | ynoamdev/cloud-1 | acd54b04743cd0f9563423704ed3d8063bba9893 | 0 | roles/common | 7,636 | [
"no_license"
] | [
{
"path": "roles/common/templates/.env.j2",
"content": "# .env file generated from Ansible\nWP_DB_USER={{ database_user }}\nWP_DB_PASSWORD={{ database_password }}\nWP_DB_NAME={{ database_name }}\nWP_USER={{ wp_user }}\nWP_PASSWORD={{ <PASSWORD> }}\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 606,
"all_permissive": false
} |
ansible_role | ynoamdev/cloud-1 | acd54b04743cd0f9563423704ed3d8063bba9893 | 0 | roles/db | 7,636 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": "---\n- name: run service\n shell: \"docker-compose -f docker-compose.yml up -d mariadb \"\n args:\n chdir: \"{{ app_dir }}\"\n\n- name: wait for db container\n retries: -1\n delay: 5\n shell: |\n docker-compose -f docker-compose.yml exec mariadb ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1098,
"all_permissive": false
} |
ansible_role | ynoamdev/cloud-1 | acd54b04743cd0f9563423704ed3d8063bba9893 | 0 | roles/phpmyadmin | 7,636 | [
"no_license"
] | [
{
"path": "roles/phpmyadmin/tasks/main.yml",
"content": "---\n- name: run service\n shell: \"docker-compose -f docker-compose.yml up -d phpmyadmin\"\n args:\n chdir: \"{{ app_dir }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | ynoamdev/cloud-1 | acd54b04743cd0f9563423704ed3d8063bba9893 | 0 | roles/webserver | 7,636 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: run service\n shell: \"docker-compose -f docker-compose.yml up -d nginx\"\n args:\n chdir: \"{{ app_dir }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.