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 | Nold360/ffmd-ansible | d02411d4308590f9e808bcf6410fdf7f756e619e | 0 | roles/gateways | 509 | [
"no_license"
] | [
{
"path": "roles/gateways/tasks/main.yml",
"content": "---\n- name: Deploy docker-compose.yaml\n copy:\n src: docker-compose.yaml\n dest: /srv/docker/docker-compose.yaml\n\n- name: Pull All Docker Images\n shell:\n cmd: docker-compose pull -q\n chdir: /srv/docker\n\n- name: Start All Docker Co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1555,
"all_permissive": false
} |
ansible_role | Nold360/ffmd-ansible | d02411d4308590f9e808bcf6410fdf7f756e619e | 0 | roles/ssh | 509 | [
"no_license"
] | [
{
"path": "roles/ssh/handlers/main.yml",
"content": "---\n- name: restart sshd\n service:\n state: restarted\n name: ssh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: Install SSH Se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | Nold360/ffmd-ansible | d02411d4308590f9e808bcf6410fdf7f756e619e | 0 | roles/users | 509 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n- name: Create user accounts and add users to groups\n user:\n name: \"{{ item }}\"\n groups: \"sudo\"\n with_items: \"{{ admin_users }}\"\n\n- name: \"[localhost] Clone SSH-Keys from Git\"\n local_action:\n module: git\n repo: \"{{ ssh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | Sanyam101/AnsibleJbossGCP | 0fbb6882d7f7e5ba78c0042776dd7dcddac94e76 | 1 | roles/create-VM | 509 | [
"no_license"
] | [
{
"path": "roles/create-VM/tasks/main.yml",
"content": "---\n- include: tasks.yml\n hosts=\"local\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/create-VM/tasks/tasks.yml",
"content": " - name: Launch instances\n gce:\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1281,
"all_permissive": false
} |
ansible_role | Sanyam101/AnsibleJbossGCP | 0fbb6882d7f7e5ba78c0042776dd7dcddac94e76 | 1 | roles/deploywar | 509 | [
"no_license"
] | [
{
"path": "roles/deploywar/tasks/tasks.yml",
"content": "---\n- name: Copy application WAR file to host\n copy: \n src=/home/sahiltuli87/LoginWebApp.war\n dest=/usr/share/jboss-as-7.1.1.Final/standalone/deployments\n become: True\n delegate_to: \"{{ new_IP }}\"\n\n#- name: Deploy HelloWorld to JBo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 961,
"all_permissive": false
} |
ansible_role | Sanyam101/AnsibleJbossGCP | 0fbb6882d7f7e5ba78c0042776dd7dcddac94e76 | 1 | roles/jboss-standalone | 509 | [
"no_license"
] | [
{
"path": "roles/jboss-standalone/tasks/main_old2.yml",
"content": "---\n- name: Configure\n hosts: webserver\n become: true\n command: \"hostanme\"\n register: bame\n \n- debug:\n var: bame\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3574,
"all_permissive": false
} |
ansible_role | Sanyam101/AnsibleJbossGCP | 0fbb6882d7f7e5ba78c0042776dd7dcddac94e76 | 1 | roles/test-machine | 509 | [
"no_license"
] | [
{
"path": "roles/test-machine/tasks/main.yml",
"content": "---\n\n- include: tasks.yml\n delegate_to: \"{{ new_IP }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/test-machine/tasks/tasks.yml",
"content": "- name: fetch machine na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | alisahp/configuration-management-with-ansible | 4cc4caeac527be1e453a74704189068de16a3d98 | 0 | Roles/users | 509 | [
"no_license"
] | [
{
"path": "Roles/users/tasks/main.yml",
"content": "---\n# tasks file for package\n- name: Install company packages\n user:\n name: \"{{item}}\"\n with_items:\n - bob\n - ben\n - lisa\n - kathy\n - tim\n\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | sabre1041/eap_common_criteria | d033e2eb771d221fd974e2b4ed2f56caa8559f56 | 0 | roles/eap_common_criteria | 509 | [
"no_license"
] | [
{
"path": "roles/eap_common_criteria/tasks/main.yml",
"content": "---\n\n- name: Check that required information has been provided\n assert:\n that:\n - java_home is defined\n - java_version is defined\n - jboss_home is defined\n - jdk_id is defined\n fail_msg: \"java_home, java_v... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7107,
"all_permissive": false
} |
ansible_role | sabre1041/eap_common_criteria | d033e2eb771d221fd974e2b4ed2f56caa8559f56 | 0 | roles/setup-jboss-eap | 509 | [
"no_license"
] | [
{
"path": "roles/setup-jboss-eap/defaults/main.yml",
"content": "---\njbossas:\n user: root\n basedir: /var/run/jbossas\n base_config: standalone.xml\n config_name: jbossas\n instance_id: jbossas\n bind_addr: 127.0.0.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2688,
"all_permissive": false
} |
ansible_role | sabre1041/eap_common_criteria | d033e2eb771d221fd974e2b4ed2f56caa8559f56 | 0 | roles/setup-pgsql-driver | 509 | [
"no_license"
] | [
{
"path": "roles/setup-pgsql-driver/tasks/main.yml",
"content": "- name: \"Checks required jboss_home var is defined\"\n assert:\n that:\n - jboss_home is defined\n fail_msg: \"No jboss_home is defined\"\n quiet: true\n\n- name: \"Set up module dir for Postgres JDBC Driver\"\n file:\n pat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1228,
"all_permissive": false
} |
ansible_role | j4v3l/alpine-arm-k3s | 4271c4e54b4777c5234efc83c124ded453d81248 | 0 | roles/labels | 509 | [
"no_license"
] | [
{
"path": "roles/labels/tasks/main.yml",
"content": "---\n# Wait for node to be ready in the cluster\n- name: Wait for node to be ready in the cluster\n ansible.builtin.command: kubectl get nodes -o json\n register: node_status\n retries: 12\n delay: 10\n until: >\n node_status.stdout | from_json | ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1278,
"all_permissive": false
} |
ansible_role | j4v3l/alpine-arm-k3s | 4271c4e54b4777c5234efc83c124ded453d81248 | 0 | roles/master | 509 | [
"no_license"
] | [
{
"path": "roles/master/tasks/main.yml",
"content": "---\n# Install K3s on the first master\n- name: Install K3s on the first master\n ansible.builtin.shell: |\n curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC=\"server --cluster-init\" sh -\n when: inventory_hostname == groups['masters'][0]\n become: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1292,
"all_permissive": false
} |
ansible_role | j4v3l/alpine-arm-k3s | 4271c4e54b4777c5234efc83c124ded453d81248 | 0 | roles/prerequisites | 509 | [
"no_license"
] | [
{
"path": "roles/prerequisites/tasks/main.yml",
"content": "---\n# tasks file for prerequisites\n- name: Update Alpine repositories to official mirrors\n ansible.builtin.shell: |\n sed -i 's|http://mirror.ette.biz/alpine|http://dl-cdn.alpinelinux.org/alpine|g' /etc/apk/repositories\n apk update\n be... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1504,
"all_permissive": false
} |
ansible_role | j4v3l/alpine-arm-k3s | 4271c4e54b4777c5234efc83c124ded453d81248 | 0 | roles/purge | 509 | [
"no_license"
] | [
{
"path": "roles/purge/tasks/main.yaml",
"content": "---\n# Stop and remove K3s from the node\n- name: Stop K3s service if running\n ansible.builtin.shell: |\n rc-service k3s stop || true\n become: true\n ignore_errors: true\n# Uninstall K3s\n- name: Check if K3s uninstall script exists\n ansible.bui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2475,
"all_permissive": false
} |
ansible_role | j4v3l/alpine-arm-k3s | 4271c4e54b4777c5234efc83c124ded453d81248 | 0 | roles/worker | 509 | [
"no_license"
] | [
{
"path": "roles/worker/tasks/main.yml",
"content": "---\n# fetch the K3S token from the master node\n- name: Fetch K3S token from the master node\n ansible.builtin.command: cat /var/lib/rancher/k3s/server/node-token\n register: k3s_token\n delegate_to: \"{{ groups['masters'][0] }}\"\n become: true\n\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1672,
"all_permissive": false
} |
ansible_role | garethahealy/ansible-middleware-playground | 6aff959d47b657409bba1d95f2a766b92c46d046 | 0 | configure-aws/roles/configure_bootstrap | 509 | [
"permissive"
] | [
{
"path": "configure-aws/roles/configure_bootstrap/tasks/main.yml",
"content": "---\n- name: Install linux packages\n ansible.builtin.include_tasks: linux_packages.yml\n\n- name: Install ansible packages\n ansible.builtin.include_tasks: ansible_packages.yml\n\n- name: Update known_hosts\n ansible.builtin... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3476,
"all_permissive": true
} |
ansible_role | garethahealy/ansible-middleware-playground | 6aff959d47b657409bba1d95f2a766b92c46d046 | 0 | configure-aws/roles/configure_bootstrap_python | 509 | [
"permissive"
] | [
{
"path": "configure-aws/roles/configure_bootstrap_python/tasks/main.yml",
"content": "---\n- name: Install linux packages\n ansible.builtin.include_tasks: linux_packages.yml\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 87
},
{
"path":... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 250,
"all_permissive": true
} |
ansible_role | garethahealy/ansible-middleware-playground | 6aff959d47b657409bba1d95f2a766b92c46d046 | 0 | configure-aws/roles/create_vpc | 509 | [
"permissive"
] | [
{
"path": "configure-aws/roles/create_vpc/tasks/ami_exists.yml",
"content": "---\n- name: Check image_id exists\n amazon.aws.ec2_ami_info:\n region: \"{{ create_vpc_region }}\"\n image_ids: \"{{ create_vpc_image_id }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 13239,
"all_permissive": true
} |
ansible_role | garethahealy/ansible-middleware-playground | 6aff959d47b657409bba1d95f2a766b92c46d046 | 0 | playbooks/roles/test_amq | 509 | [
"permissive"
] | [
{
"path": "playbooks/roles/test_amq/tasks/artemis_bin.yml",
"content": "---\n- name: Include collections defaults\n ansible.builtin.include_vars: ~/.ansible/collections/ansible_collections/redhat/amq_broker/roles/amq_broker/defaults/main.yml\n\n- name: Ensure /home/ec2-user/amq-broker exists\n ansible.bui... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1820,
"all_permissive": true
} |
ansible_role | nikhilsarecha/proj3 | 29f5229af47c2092c32dd70cae561362ec41bd49 | 0 | .circleci/ansible/roles/deploy | 509 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n\n- name: \"unarchive backend files\"\n unarchive:\n src: artifact.tar.gz\n dest: /home/ubuntu\n\n- name: start app\n become: yes\n shell: |\n cd ~/backend\n npm install\n pm2 stop default\n pm2 start npm -- sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | tianshimoyi/Ansible-k8s-installer | d2406357b2ec5c13f325542d3686a6214de73df4 | 0 | roles/etcd_tls | 509 | [
"no_license"
] | [
{
"path": "roles/etcd_tls/tasks/tls_localhost_preparetion.yaml",
"content": "- name: Create local dir for tls sign\n file: path={{localhost_tls_dir}} state=directory mode=0755\n\n- name: Copy ca-config.json to target\n template: src=ca-config.json.j2 dest={{localhost_tls_dir}}/ca-config.json\n\n- name: Co... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3693,
"all_permissive": false
} |
ansible_role | tianshimoyi/Ansible-k8s-installer | d2406357b2ec5c13f325542d3686a6214de73df4 | 0 | roles/private_warehouse | 509 | [
"no_license"
] | [
{
"path": "roles/private_warehouse/tasks/docker.yaml",
"content": "- name: copy rpms\n copy: src={{rpm_path}} dest={{rpm_target_location}}\n- name: download-docker\n shell: docker --version &> /dev/null && [ $? -eq 0 ] || rpm -ivh --replacefiles --replacepkgs --nodeps {{rpm_target_location}}/*.rpm\n- name... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1544,
"all_permissive": false
} |
ansible_role | tianshimoyi/Ansible-k8s-installer | d2406357b2ec5c13f325542d3686a6214de73df4 | 0 | roles/server_client | 509 | [
"no_license"
] | [
{
"path": "roles/server_client/tasks/client.yaml",
"content": "- name: edit /etc/hosts\n shell: while read line;do grep \"$line\" /etc/hosts &> /dev/null && [ $? -eq 0 ] || echo \"$line\" >> /etc/hosts;done < /tmp/hosts.txt\n\n- name: mkdir .k8s_installer\n file: path=/root/.k8s-installer state=directory\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7424,
"all_permissive": false
} |
ansible_role | jenciso/ansible-gitlab-docker | e10d856c96882530ae16379b4543db455465abf7 | 0 | roles/gitlab | 506 | [
"no_license"
] | [
{
"path": "roles/gitlab/tasks/main.yml",
"content": "---\n- name: gitlab | create directory\n file: path={{ item }} state=directory\n with_items:\n - /data/gitlab/config\n - /data/gitlab/data\n - /data/gitlab/logs\n\n\n- name: gitlab | create .env\n lineinfile:\n path: /data/gitlab/.env\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2553,
"all_permissive": false
} |
ansible_role | ASHARFALI/Ansible-script | 5fc6d7b23d9d17618913b6d969a1bc85e154bde7 | 0 | playbook/roles/securitycheck | 506 | [
"no_license"
] | [
{
"path": "playbook/roles/securitycheck/vars/main.yml",
"content": "vars:\n \n - ssh_port_output \n - root_uid\n - Password_Auth\n - X11_Forwarder\n - permit_root_login_prohibited\n - permit_empty_passwords_enabledi\n - host_based_authenticatio_enabled\n - pam_enabled\n - rsa_present\n - printmod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6006,
"all_permissive": false
} |
ansible_role | cloudmaster39/ansible_prakt | fe189dc8edcb1b4404454e0eb1e78441da414243 | 0 | roles/app | 506 | [
"no_license"
] | [
{
"path": "roles/app/files/rh-ruby26.sh",
"content": "source /opt/rh/rh-ruby26/enable\nexport X_SCLS=\"`scl enable rh-ruby26 'echo $X_SCLS'`\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/app/tasks/main.yml",
"content": "- name: \"En... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1874,
"all_permissive": false
} |
ansible_role | cloudmaster39/ansible_prakt | fe189dc8edcb1b4404454e0eb1e78441da414243 | 0 | roles/nginx | 506 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: Configure NGINX\n ansible.builtin.include_role:\n name: nginxinc.nginx_config\n vars:\n nginx_branch: stable\n nginx_config_selinux: true\n\n- name: Copy a nginx.conf file on the remote machine\n ansible.builtin.copy:\n src: /var/www... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 917,
"all_permissive": false
} |
ansible_role | cloudmaster39/ansible_prakt | fe189dc8edcb1b4404454e0eb1e78441da414243 | 0 | roles/postgresql | 506 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "# Create user in postgresql\n- name: Install system dependencies\n ansible.builtin.yum:\n name:\n - postgresql\n - postgresql-server\n - postgresql-devel\n state: present\n update_cache: true\n\n- name: Check if PostgreSQL is ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1493,
"all_permissive": false
} |
ansible_role | cloudmaster39/ansible_prakt | fe189dc8edcb1b4404454e0eb1e78441da414243 | 0 | roles/system | 506 | [
"no_license"
] | [
{
"path": "roles/system/tasks/main.yml",
"content": "- name: \"Install epel-release yum\"\n ansible.builtin.yum:\n name: epel-release\n update_cache: true\n state: latest\n\n- name: \"Install Ruby repos\"\n ansible.builtin.yum:\n name:\n - centos-release-scl-rh\n - centos-release-scl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1048,
"all_permissive": false
} |
ansible_role | emanuel575/devops-eng-assignment | 35cdb1320d3eb74d3cf50d43007228917e1ae717 | 0 | roles/app_stack | 506 | [
"no_license"
] | [
{
"path": "roles/app_stack/defaults/main.yml",
"content": "---\n# defaults file for roles/app-stack\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/app_stack/templates/docker-compose.yml.j2",
"content": "version: \"3.9\"\nservices:\n a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1374,
"all_permissive": false
} |
ansible_role | emanuel575/devops-eng-assignment | 35cdb1320d3eb74d3cf50d43007228917e1ae717 | 0 | roles/docker | 506 | [
"no_license"
] | [
{
"path": "roles/docker/vars/main.yml",
"content": "---\n# vars file for roles/docker\ndeb_architecture: {\n \"aarch64\": \"arm64\",\n \"x86_64\": \"amd64\"\n}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/docker/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1733,
"all_permissive": false
} |
ansible_role | thibaudbe/Vagrant-passenger-starter | 8c0977b4f70f8327e0599699ec9a81e304a428b4 | 0 | vagrant/provisioning/roles/build-essential | 506 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/build-essential/tasks/main.yml",
"content": "---\n- name: Install python and C++ packages\n sudo: yes\n apt:\n name: '{{ item }}'\n with_items:\n - build-essential\n - libcurl4-openssl-dev\n - python-setuptools\n - python-dev\n tags:\n - python\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | thibaudbe/Vagrant-passenger-starter | 8c0977b4f70f8327e0599699ec9a81e304a428b4 | 0 | vagrant/provisioning/roles/nginx-conf | 506 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/nginx-conf/files/nginx.conf",
"content": "\nworker_processes 1;\n\nerror_log /opt/nginx/logs/error.log;\npid /opt/nginx/logs/nginx.pid;\n\nevents {\n\tworker_connections 1024;\n}\n\nhttp {\n\tinclude /opt/nginx/conf/include.d/*.conf;\n\n\tinclude mime.ty... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2220,
"all_permissive": false
} |
ansible_role | thibaudbe/Vagrant-passenger-starter | 8c0977b4f70f8327e0599699ec9a81e304a428b4 | 0 | vagrant/provisioning/roles/nodejs | 506 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/nodejs/tasks/main.yml",
"content": "---\n- name: Import nodejs repository\n apt_repository: repo='ppa:chris-lea/node.js'\n \n- name: Ensure Nodejs is updated in 0.10.4 version (stable)\n apt: pkg=nodejs state=present update_cache=yes\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | thibaudbe/Vagrant-passenger-starter | 8c0977b4f70f8327e0599699ec9a81e304a428b4 | 0 | vagrant/provisioning/roles/passenger | 506 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/passenger/vars/main.yml",
"content": "---\n# PGP key\npgp_id: AC40B2F7\npgp_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x561F9B9CAC40B2F7'\n\n# Passenger\npassenger_version: '\"deb https://oss-binaries.phusionpassenger.com/apt/passenger pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 891,
"all_permissive": false
} |
ansible_role | thibaudbe/Vagrant-passenger-starter | 8c0977b4f70f8327e0599699ec9a81e304a428b4 | 0 | vagrant/provisioning/roles/python | 506 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/python/tasks/main.yml",
"content": "---\n- name: Install the distribution's Python base packages\n apt: pkg={{ item }} state=installed\n with_items:\n - python-dev\n - python-pip\n - python-virtualenv\n\n# - name: import python3 repository\n# apt_repository... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | thibaudbe/Vagrant-passenger-starter | 8c0977b4f70f8327e0599699ec9a81e304a428b4 | 0 | vagrant/provisioning/roles/ruby | 506 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/ruby/defaults/main.yml",
"content": "---\nruby_version: 'default' # for default, 2.0 for ruby2.0 package\nruby_gems:\n - rake",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "vagrant/provisioning/roles/ruby/tas... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 820,
"all_permissive": false
} |
ansible_role | thibaudbe/Vagrant-passenger-starter | 8c0977b4f70f8327e0599699ec9a81e304a428b4 | 0 | vagrant/provisioning/roles/ruby-2.1 | 506 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/ruby-2.1/tasks/main.yml",
"content": "---\n- name: Import ruby-ng-experimental repository\n apt_repository: repo='ppa:brightbox/ruby-ng-experimental'\n \n- name: Ensure Ruby in updated in 2.1 version\n apt: >\n pkg={{ item }} \n state=present\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | thibaudbe/Vagrant-passenger-starter | 8c0977b4f70f8327e0599699ec9a81e304a428b4 | 0 | vagrant/provisioning/roles/ruby-dev | 506 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/ruby-dev/tasks/main.yml",
"content": "---\n- name: Ensure Ruby development packages are installed\n apt: >\n pkg={{ item }} \n state=present\n with_items:\n - ruby-dev\n - rake\n - rubygems\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | atlet99/realm-role | 47c0ab30c3c2b710b7d9de5274ccc28e989bc39f | 0 | roles/realm | 506 | [
"no_license"
] | [
{
"path": "roles/realm/templates/krb5.conf.j2",
"content": "includedir /etc/krb5.conf.d/\n\n[logging]\n default = FILE:/var/log/krb5libs.log\n kdc = FILE:/var/log/krb5kdc.log\n admin_server = FILE:/var/log/kadmind.log\n\n[libdefaults]\n dns_lookup_realm = false\n ticket_lifetime = 24h\n re... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 11496,
"all_permissive": false
} |
ansible_role | Aramxxx8691/RoadMap | 85d9bcad3000a791d198ee6e63d1a0f9b8ccd794 | 0 | Ansible/roles/deploy_apache_web | 506 | [
"no_license"
] | [
{
"path": "Ansible/roles/deploy_apache_web/files/style.css",
"content": "body {\n font-family: Arial, sans-serif;\n text-align: center;\n margin: 0;\n padding: 0;\n background-color: #f4f4f4;\n}\n.gallery {\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n gap: 15px... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3308,
"all_permissive": false
} |
ansible_role | sarbajitD-24/linux_appdeploy | 25d4dbd1288bce6be7cc493a83ad452d272d67df | 0 | roles/01-create-dir | 506 | [
"no_license"
] | [
{
"path": "roles/01-create-dir/vars/main.yml",
"content": "Workdir: /home/ec2-user\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "roles/01-create-dir/tasks/main.yml",
"content": "# tasks file for role name 01-create-dir\n\n- name: create dir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 192,
"all_permissive": false
} |
ansible_role | sarbajitD-24/linux_appdeploy | 25d4dbd1288bce6be7cc493a83ad452d272d67df | 0 | roles/02-download-artiact | 506 | [
"no_license"
] | [
{
"path": "roles/02-download-artiact/tasks/main.yml",
"content": "#tasks file for role name 02-download-artiact\n\n- name: download target artifact\n get_url:\n url: https://grass.osgeo.org/sampledata/north_carolina/nc_basic_spm_grass7.tar.gz\n dest: \"{{ AppDeployDir }}\"\n mode: 0755\n become_u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 281,
"all_permissive": false
} |
ansible_role | sarbajitD-24/linux_appdeploy | 25d4dbd1288bce6be7cc493a83ad452d272d67df | 0 | roles/03-extract-artifact | 506 | [
"no_license"
] | [
{
"path": "roles/03-extract-artifact/tasks/main.yml",
"content": "#tasks file for role name 03-extract-artifact\n- name: Extract the Artifact\n unarchive:\n src: \"{{ AppDeployDir }}/nc_basic_spm_grass7.tar.gz\"\n dest: \"{{ AppDeployDir }}\"\n remote_src: yes\n become_user: ec2_user\n",
"lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | d13mikle/08-ansible-06-module | 36c55ba229344d18105d94d6b44fffa9df2e92db | 0 | roles/my_module | 506 | [
"no_license"
] | [
{
"path": "roles/my_module/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - collections/ansible_collections/my_own_namespace/yandex_cloud_elk/roles/my_module\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
"path"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | vinga2805/artifactory | 3a0c7f5e7c32d3b8831c49907e456928792889d3 | 0 | roles/artifactory | 506 | [
"no_license"
] | [
{
"path": "roles/artifactory/vars/main.yml",
"content": "---\nartifactory_version: artifactory-oss-6.3.3\nartifactory_dir: /opt/{{ artifactory_version }}\nartifactory_zip_file: artifactory-oss-6.3.3.zip \nartifactory_zip_url: http://dl.bintray.com/content/jfrog/artifactory/jfrog-{{ artifactory_zip_file }}\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1134,
"all_permissive": false
} |
ansible_role | sonalnikam/Capstone | 434d810ceeb10552e2d4d3f4fb93a2e4feaf339f | 0 | roles/aws_ec2_elb | 506 | [
"no_license"
] | [
{
"path": "roles/aws_ec2_elb/tasks/main.yml",
"content": " # tasks file for Capstone\n- name: install python\n apt:\n name: python3\n state: present\n\n- name: Install boto for AWS\n pip:\n name: \"{{ item }}\"\n state: present\n with_items:\n - boto\n - boto3\n\n- name: Creating Security G... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2984,
"all_permissive": false
} |
ansible_role | HadrienPatte/mediaserver | 45797890ac10d77ef40706773aecedb16eee6a70 | 0 | roles/data-volume | 506 | [
"no_license"
] | [
{
"path": "roles/data-volume/defaults/main.yml",
"content": "---\ndisk:\n uuid: b467fe41-10bc-4176-90a6-6908df9784c0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/data-volume/tasks/main.yml",
"content": "---\n- name: Install cryptset... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | HadrienPatte/mediaserver | 45797890ac10d77ef40706773aecedb16eee6a70 | 0 | roles/mediaserver | 506 | [
"no_license"
] | [
{
"path": "roles/mediaserver/files/custom_thermal.py",
"content": "import os\nfrom checks import AgentCheck\n\n\nclass ThermalCheck(AgentCheck):\n __NAMESPACE__ = \"thermal\"\n\n def __init__(self, name, init_config, instances):\n super(ThermalCheck, self).__init__(name, init_config, instances)... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 28285,
"all_permissive": false
} |
ansible_role | dbaasgit/oracle19cAnsible | 590f6d1bbadec1a32b8f196eaa0e654c38a18c7a | 2 | roles/dbsoftware19c_install | 506 | [
"no_license"
] | [
{
"path": "roles/dbsoftware19c_install/tasks/main.yml",
"content": "- name: display pre database software install message\n remote_user: \"{{ root_user }}\"\n debug:\n msg:\n - 'Oracle Database Software 19c Installation started for Single Instance at {{ansible_date_time.iso8601}}:'\n\n- name: crea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3532,
"all_permissive": false
} |
ansible_role | ryangniadek/bootstrap_workstation | 25ffed5dfc3223d2ddf73b5adf7d7f2b8f34e7ad | 0 | roles/packages | 506 | [
"no_license"
] | [
{
"path": "roles/packages/tests/test.yml",
"content": "---\n- name: Test role\n hosts: localhost\n remote_user: root\n roles:\n - packages\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "roles/packages/defaults/main.yml",
"content": "--... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1971,
"all_permissive": false
} |
ansible_role | ryangniadek/bootstrap_workstation | 25ffed5dfc3223d2ddf73b5adf7d7f2b8f34e7ad | 0 | roles/services | 506 | [
"no_license"
] | [
{
"path": "roles/services/defaults/main.yml",
"content": "---\nservices_enabled_started: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/services/tasks/main.yml",
"content": "---\n- name: Ensure cockpit service is enabled and running... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | ryangniadek/bootstrap_workstation | 25ffed5dfc3223d2ddf73b5adf7d7f2b8f34e7ad | 0 | roles/users | 506 | [
"no_license"
] | [
{
"path": "roles/users/files/gitconfig.j2",
"content": "# Managed with Ansible - DO NOT EDIT\n[user]\n\tname = {{ user['name'] }}\n\temail = {{ user['email'] }}\n[push]\n\tdefault = simple\n\tautoSetupRemote = true\n[alias]\n\ttree = log --oneline --decorate --all --graph\n[init]\n\tdefaultBranch = main\n",... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1824,
"all_permissive": false
} |
ansible_role | yo-404/ansible-examples | b438f305249d32999aa499ab367dd37cc9274cc2 | 0 | git-nginx-mongodb/ROLES/mongodb | 511 | [
"no_license"
] | [
{
"path": "git-nginx-mongodb/ROLES/mongodb/tasks/main.yml",
"content": "---\n# tasks file for mongodb\n\n- name: MongoDb -import public key\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: EA312927\n\n- name: MongoDb add repo\n apt_repository:\n filename: '/etc/apt/sources.list.d/mongo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | yo-404/ansible-examples | b438f305249d32999aa499ab367dd37cc9274cc2 | 0 | git-nginx-mongodb/ROLES/nginx | 511 | [
"no_license"
] | [
{
"path": "git-nginx-mongodb/ROLES/nginx/tasks/main.yml",
"content": "---\n#task to start install and start nginx\n- name: install nginx\n apt: nginx\n state: present\n- name: start nginx\n service:\n name: nginx\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | rdiff-backup/rdiff-backup-ansible | 37db017019107792001ee7314c44430170f5114c | 6 | roles/rdiff_backup_develop | 511 | [
"no_license"
] | [
{
"path": "roles/rdiff_backup_develop/tasks/main.yml",
"content": "---\n# tasks file for rdiff_backup_develop\n- name: gather information about the OS if necessary\n setup:\n gather_subset: os_family\n when: ansible_os_family is not defined\n\n- name: install necessary software packages\n ansible.buil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5013,
"all_permissive": false
} |
ansible_role | rdiff-backup/rdiff-backup-ansible | 37db017019107792001ee7314c44430170f5114c | 6 | roles/rdiff_backup_install | 511 | [
"no_license"
] | [
{
"path": "roles/rdiff_backup_install/tasks/install/dist_Fedora.yml",
"content": "---\n# install rdiff-backup under Fedora\n\n- name: Fedora | install rdiff-backup\n ansible.builtin.dnf:\n name: rdiff-backup\n state: \"{{ __rdiffbackup_package_state }}\"\n become: true\n\n- name: Fedora | install op... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 8938,
"all_permissive": false
} |
ansible_role | yadavanubhav05/mongodb | 60ab680a877829ef50a7435d5abf45eba689bd74 | 0 | roles/mongo-install | 511 | [
"permissive"
] | [
{
"path": "roles/mongo-install/tasks/pre-reqs.yml",
"content": "- name: Disable SELinux (restart reqd)\r\n selinux:\r\n state: disabled\r\n\r\n- name: set transparent hugepage option\r\n become: true\r\n blockinfile:\r\n backup: yes\r\n path: /etc/rc.d/rc.local\r\n mode: 0755\r\n create: yes\r... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 11034,
"all_permissive": true
} |
ansible_role | versionsix/ansible-tower-cluster-vagrant | 3f4798e093044ebbaa9d73c77cdaa7b38f410813 | 0 | roles/tower_certificate | 511 | [
"no_license"
] | [
{
"path": "roles/tower_certificate/tasks/main.yml",
"content": "---\n- name: Check for local certificate\n local_action: stat path=certificates/tower.cert\n # Ansible ignores become: false so will try to get sudo on local machine\n # by forcing with become_user we are able to override this unwanted behav... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | versionsix/ansible-tower-cluster-vagrant | 3f4798e093044ebbaa9d73c77cdaa7b38f410813 | 0 | roles/tower_config | 511 | [
"no_license"
] | [
{
"path": "roles/tower_config/tasks/main.yml",
"content": "- name: Read license file\n local_action: set_fact at_license={{lookup('file', '{{playbook_dir}}/ansible_tower_license.txt') | from_json}}\n\n- name: Set EULA accepted\n set_fact:\n at_license: \"{{ at_license | combine({'eula_accepted': 'true'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1468,
"all_permissive": false
} |
ansible_role | versionsix/ansible-tower-cluster-vagrant | 3f4798e093044ebbaa9d73c77cdaa7b38f410813 | 0 | roles/tower_database | 511 | [
"no_license"
] | [
{
"path": "roles/tower_database/defaults/main.yml",
"content": "---\nepel:\n repo_url: \"http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\"\n repo_gpg_key_url: \"https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7\"\n repofile_path: \"/etc/yum.repos.d/epel.repo\"\n\npostgres:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4327,
"all_permissive": false
} |
ansible_role | burderahul/DevOpsHackathon | 4a469d39711e587af8f1c32c7155ae44410f91a6 | 0 | Ansible/roles/docker | 511 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker/tasks/main.yml",
"content": "---\n\n- name: Download Docker\n get_url:\n url: https://get.docker.com/\n dest: /root/install_docker.sh\n mode: 0700\n\n- name: Install Docker\n shell: /root/install_docker.sh\n\n- name: Enable Docker\n systemd:\n name: docker\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 983,
"all_permissive": false
} |
ansible_role | burderahul/DevOpsHackathon | 4a469d39711e587af8f1c32c7155ae44410f91a6 | 0 | Ansible/roles/jenkins | 511 | [
"no_license"
] | [
{
"path": "Ansible/roles/jenkins/tasks/main.yml",
"content": "---\n\n- name: Download Jenkins repo yum URL for\n get_url:\n url: \"{{jenkins.repo_URL}}\"\n dest: /etc/yum.repos.d/jenkins.repo\n become: true\n\n- name: Import GPG Key\n rpm_key:\n state: present\n key: \"{{jenkins.gpg_key}}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | archyemi/devops_capstone | 0cbb746f417a0794fd7ac7fefcccbca171285a7b | 0 | .circleci/ansible/roles/configure-server | 511 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name: \"upgrade packages.\"\n become: true\n apt:\n upgrade: \"yes\"\n\n- name: \"Remove dependencies that are no longer required.\"\n become: true\n apt:\n autoremove: yes\n\n- name: Install utilities\n becom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1643,
"all_permissive": false
} |
ansible_role | archyemi/devops_capstone | 0cbb746f417a0794fd7ac7fefcccbca171285a7b | 0 | .circleci/ansible/roles/deploy | 511 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n\n- name: Creates kubernetes directory\n file:\n path: ~/kubernetes\n state: directory\n\n- name: Unarchive Kubernetes\n unarchive:\n src: kubernetes.tar.gz\n dest: /home/ubuntu/kubernetes/\n\n#- name: Deployments\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 501,
"all_permissive": false
} |
ansible_role | mafprod/deploy-vim | d747e432f863b85dca60c6339f1a36c2890f742e | 0 | roles/vim | 511 | [
"no_license"
] | [
{
"path": "roles/vim/vars/Archlinux.yml",
"content": "---\n# Packages for Archlinux\npkg_list:\n - fakeroot\n - vim\n - neovim\n - git\n - powerline\n - fzf\n - jq\n - powerline-fonts\n - autopep8\n - perl-test-perltidy\n - perl-perl-critic\n - prettier\n - python-pylint\n - shellcheck-bin\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 8701,
"all_permissive": false
} |
ansible_role | dmidk/spo-deploy | 5a472ecdb468ef3c52961a5d2600d1bf8e4bed42 | 0 | ansible/roles/spo-pipeline | 511 | [
"no_license"
] | [
{
"path": "ansible/roles/spo-pipeline/tasks/main.yml",
"content": "---\n\n#####################\n# Include vars\n#####################\n\n- name: Include role environment variables\n include_vars:\n dir: \"vars\"\n extensions:\n - \"yml\"\n\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 213,
"all_permissive": false
} |
ansible_role | steele-ntwrk/MKDOCS-System-OOD | 18c04cf93955e4ad1dc07084064f0a8bef8c086d | 0 | Ansible/roles/control_node | 510 | [
"no_license"
] | [
{
"path": "Ansible/roles/control_node/tasks/subsystem_dirs_files.yml",
"content": "- name: Create directory for subsystem\n file:\n path: \"{{ base_path }}/{{project_name}}/docs/{{ system_item.name }}/{{ subsystem_item.name }}\"\n state: directory\n tags:\n - init\n - update_project_systems\n\... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 26355,
"all_permissive": false
} |
ansible_role | steele-ntwrk/MKDOCS-System-OOD | 18c04cf93955e4ad1dc07084064f0a8bef8c086d | 0 | Ansible/roles/nginx | 510 | [
"no_license"
] | [
{
"path": "Ansible/roles/nginx/vars/main.yml",
"content": "server_name: \"{{ inventory_hostname }}\"\nremote_site_path: \"{{ project_path }}\"\nlocal_site_path: /usr/local/share/nginx/site\napp_root: \"{{ project_name }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2007,
"all_permissive": false
} |
ansible_role | maryamk26/linux_task | 877c75814502c1eed8ec9ea23c7205d7f7f5ec57 | 0 | roles/dns | 510 | [
"no_license"
] | [
{
"path": "roles/dns/tasks/main.yml",
"content": "- name: Install BIND9\n apt:\n name: bind9\n state: present\n update_cache: yes\n\n- name: Configure zone\n copy:\n dest: /etc/bind/named.conf.local\n content: |\n zone \"v06.itissl.ru\" {\n type {{ dns_type }};\n file \"/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1338,
"all_permissive": false
} |
ansible_role | maryamk26/linux_task | 877c75814502c1eed8ec9ea23c7205d7f7f5ec57 | 0 | roles/dns_primary | 510 | [
"no_license"
] | [
{
"path": "roles/dns_primary/tasks/main.yml",
"content": "- name: Install BIND9\n apt:\n name: bind9\n state: present\n update_cache: yes\n\n- name: Configure primary zone\n copy:\n dest: /etc/bind/named.conf.local\n content: |\n zone \"v06.itissl.ru\" {\n type master;\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1210,
"all_permissive": false
} |
ansible_role | maryamk26/linux_task | 877c75814502c1eed8ec9ea23c7205d7f7f5ec57 | 0 | roles/dns_secondary | 510 | [
"no_license"
] | [
{
"path": "roles/dns_secondary/tasks/main.yml",
"content": "- name: Install BIND9\n apt:\n name: bind9\n state: present\n update_cache: yes\n\n- name: Configure secondary zone\n copy:\n dest: /etc/bind/named.conf.local\n content: |\n zone \"v06.itissl.ru\" {\n type slave;\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 433,
"all_permissive": false
} |
ansible_role | maryamk26/linux_task | 877c75814502c1eed8ec9ea23c7205d7f7f5ec57 | 0 | roles/webserver | 510 | [
"no_license"
] | [
{
"path": "roles/webserver/defaults/main.yml",
"content": "my_fullname: \"<NAME>\"\nmy_group: \"11-200\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/webserver/templates/index.html.j2",
"content": "<!DOCTYPE html>\n<html>\n<head><... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 896,
"all_permissive": false
} |
ansible_role | lisandrodv27/dev-ops-vm | 6020745c54ec1271dce8cd73df24b4c145d5f4ba | 0 | Ansible-project/roles/awscli | 510 | [
"no_license"
] | [
{
"path": "Ansible-project/roles/awscli/tasks/main.yaml",
"content": "- name: \"Run AWS CLI install script\"\n script: \"~/devops-project/Ansible-project/roles/awscli/tasks/awscli-install.sh\" ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "Ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | lisandrodv27/dev-ops-vm | 6020745c54ec1271dce8cd73df24b4c145d5f4ba | 0 | Ansible-project/roles/docker | 510 | [
"no_license"
] | [
{
"path": "Ansible-project/roles/docker/tasks/main.yaml",
"content": "- name: \"Update packages\"\n apt:\n update_cache: \"yes\"\n force_apt_get: \"yes\"\n\n- name: \"Install packages\"\n apt:\n name: \"{{ DCKR_PACKAGES }}\"\n state: present\n force_apt_get: \"yes\"\n\n- name: \"Add docker ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 809,
"all_permissive": false
} |
ansible_role | lisandrodv27/dev-ops-vm | 6020745c54ec1271dce8cd73df24b4c145d5f4ba | 0 | Ansible-project/roles/k8s | 510 | [
"no_license"
] | [
{
"path": "Ansible-project/roles/k8s/tasks/main.yaml",
"content": "- name: \"Add apt key for k8s\"\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: \"Adding apt repository for k8s\"\n apt_repository:\n repo: deb https://apt.kubernetes.io/ kuberne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | lisandrodv27/dev-ops-vm | 6020745c54ec1271dce8cd73df24b4c145d5f4ba | 0 | Ansible-project/roles/mysql | 510 | [
"no_license"
] | [
{
"path": "Ansible-project/roles/mysql/tasks/mysql-install.sh",
"content": "#! /bin/bash\n\nif ! which mysql > /dev/null; then\n \n sudo apt update -y\n sudo apt install mysql-client-core-5.7 -y\n\nelse\n\n \"MYSQL is already installed\"\n\nfi\n\nmysql --version",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | hash3liZer/netwin | 2440228364dd65b8f51badf96300cad549323b6c | 0 | provisioning/roles/russiaserver | 510 | [
"permissive"
] | [
{
"path": "provisioning/roles/russiaserver/defaults/main.yml",
"content": "username: putin\npassword: <PASSWORD>\ntelnet_port: 2323\nflag: \"Top_Secret_Flag\\n\"\nflag_2: \"Cant_Guess_This\\n\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 109
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1304,
"all_permissive": true
} |
ansible_role | packetfield/infra-core | d597a92f135fa2e8a978d4a8267000bbb879a38d | 7 | ansible/roles/common | 510 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n\n- include_tasks: debian-config.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "ansible/roles/common/README.md",
"content": "\nInstalls basic packages\n",
"license_t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | packetfield/infra-core | d597a92f135fa2e8a978d4a8267000bbb879a38d | 7 | ansible/roles/common-docker | 510 | [
"no_license"
] | [
{
"path": "ansible/roles/common-docker/tasks/main.yml",
"content": "---\n\n- name: ensure apt is updated\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: install docker apt repo key\n apt_key:\n url: https://download.docker.com/linux/debian/gpg\n\n- name: ensure required PPAs are ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1047,
"all_permissive": false
} |
ansible_role | packetfield/infra-core | d597a92f135fa2e8a978d4a8267000bbb879a38d | 7 | ansible/roles/common-java-openjdk8 | 510 | [
"no_license"
] | [
{
"path": "ansible/roles/common-java-openjdk8/handlers/main.yml",
"content": "---\n- name: set default java\n shell: update-java-alternatives --set java-1.8.0-openjdk-amd64\n\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "ansible/roles/comm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | packetfield/infra-core | d597a92f135fa2e8a978d4a8267000bbb879a38d | 7 | ansible/roles/common-packaging | 510 | [
"no_license"
] | [
{
"path": "ansible/roles/common-packaging/vars/Debian-9.yml",
"content": "---\n\n__common_packaging_apt_packages:\n - apt-transport-https\n - ca-certificates\n - fail2ban\n - htop\n - jq\n - ncdu\n - python-pip\n - unzip\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2545,
"all_permissive": false
} |
ansible_role | packetfield/infra-core | d597a92f135fa2e8a978d4a8267000bbb879a38d | 7 | ansible/roles/common-storage | 510 | [
"no_license"
] | [
{
"path": "ansible/roles/common-storage/README.md",
"content": "# Overview\n\nTakes care of mounting and formatting (if neccessary) volumes.\n\nIt will also run resize2fs every time (in case the disk has been grown)\n\nPlease override these variables with your own dictionary..\n\n\n## example playbook\n```\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1768,
"all_permissive": false
} |
ansible_role | packetfield/infra-core | d597a92f135fa2e8a978d4a8267000bbb879a38d | 7 | ansible/roles/drone | 510 | [
"no_license"
] | [
{
"path": "ansible/roles/drone/files/README.md",
"content": "TODO: we can skip installing this by associating the correct scopes with the host sometime\n\n\nthis file is encrypted btw... `ansible-vault decrypt service_account.json`\n\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2391,
"all_permissive": false
} |
ansible_role | packetfield/infra-core | d597a92f135fa2e8a978d4a8267000bbb879a38d | 7 | ansible/roles/gocd | 510 | [
"no_license"
] | [
{
"path": "ansible/roles/gocd/handlers/main.yml",
"content": "---\n\n# docker-compose restart (basically)\n- name: restart gocd containers\n docker_service:\n project_src: \"{{ gocd_docker_home }}\"\n restarted: yes\n notify: wait a bit for docker to settle\n\n- name: wait a bit for docker to settle... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5697,
"all_permissive": false
} |
ansible_role | packetfield/infra-core | d597a92f135fa2e8a978d4a8267000bbb879a38d | 7 | ansible/roles/node_exporter | 510 | [
"no_license"
] | [
{
"path": "ansible/roles/node_exporter/meta/main.yml",
"content": "---\n\ndependencies: []\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "ansible/roles/node_exporter/defaults/main.yml",
"content": "---\n\nprometheus_node_exporter_download_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3109,
"all_permissive": false
} |
ansible_role | vegaelle/ansible-playbooks | 4c9533fe6df4e04a8646457d692c560622f3c80c | 0 | roles/app | 510 | [
"no_license"
] | [
{
"path": "roles/app/defaults/main.yml",
"content": "image: alpine-3.15-default_20211202_amd64.tar.xz\nostype: alpine\ndisk_size: 8\ncpu_cores: 1\ncpu_units: 1024\nmemory: 512\nswap: 512\nfirewall_file: firewall.j2\nredirected_ports: []\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2159,
"all_permissive": false
} |
ansible_role | vegaelle/ansible-playbooks | 4c9533fe6df4e04a8646457d692c560622f3c80c | 0 | roles/app_ubuntu | 510 | [
"no_license"
] | [
{
"path": "roles/app_ubuntu/tasks/system.yml",
"content": "---\n- name: update system\n apt:\n upgrade: dist\n update_cache: yes\n\n- name: Copy timezone data\n copy:\n src: \"/usr/share/zoneinfo/{{ timezone }}\"\n dest: /etc/localtime\n remote_src: yes\n\n- name: Generate locale\n command... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1632,
"all_permissive": false
} |
ansible_role | vegaelle/ansible-playbooks | 4c9533fe6df4e04a8646457d692c560622f3c80c | 0 | roles/bitwarden | 510 | [
"no_license"
] | [
{
"path": "roles/bitwarden/templates/config.j2",
"content": "{\n \"default_server_name\": \"{{ inventory_hostname }}\",\n \"brand\": \"Element\",\n \"integrations_ui_url\": \"https://scalar.vector.im/\",\n \"integrations_rest_url\": \"https://scalar.vector.im/api\",\n \"integrations_widgets_u... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5605,
"all_permissive": false
} |
ansible_role | vegaelle/ansible-playbooks | 4c9533fe6df4e04a8646457d692c560622f3c80c | 0 | roles/container | 510 | [
"no_license"
] | [
{
"path": "roles/container/templates/firewall.j2",
"content": "[OPTIONS]\n\nlog_level_out: nolog\nenable: 1\npolicy_in: DROP\nipfilter: 1\nlog_level_in: nolog\n\n[RULES]\n\nIN ACCEPT -i net1 -p tcp -dport 111 -log nolog # rpc\nIN ACCEPT -i net1 -p udp -dport 111 -log nolog # rpc\nIN ACCEPT -i net1 -p tcp -d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 11683,
"all_permissive": false
} |
ansible_role | vegaelle/ansible-playbooks | 4c9533fe6df4e04a8646457d692c560622f3c80c | 0 | roles/firewall | 510 | [
"no_license"
] | [
{
"path": "roles/firewall/defaults/main.yml",
"content": "redirected_ports: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 21
},
{
"path": "roles/firewall/templates/interfaces.j2",
"content": "auto lo\niface lo inet loopback\niface lo inet6 loopback\n\nau... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 11093,
"all_permissive": false
} |
ansible_role | vegaelle/ansible-playbooks | 4c9533fe6df4e04a8646457d692c560622f3c80c | 0 | roles/freesewing | 510 | [
"no_license"
] | [
{
"path": "roles/freesewing/tasks/system.yml",
"content": "---\n- name: Setup system\n include_role:\n name: app\n tasks_from: system\n\n# - name: Install pip\n# apk:\n# name: python3-pip\n\n# - name: Create www-data user\n# user:\n# name: www-data\n# groups: www-data\n# home: /sr... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2261,
"all_permissive": false
} |
ansible_role | vegaelle/ansible-playbooks | 4c9533fe6df4e04a8646457d692c560622f3c80c | 0 | roles/funkwhale | 510 | [
"no_license"
] | [
{
"path": "roles/funkwhale/tasks/container.yml",
"content": "---\n- name: Set custom facts\n set_fact:\n image: ubuntu-22.04-standard_22.04-1_amd64.tar.zst\n ostype: ubuntu\n disk_size: 8\n cpu_cores: 2\n cpu_units: 1024\n memory: 2048\n swap: 1024\n firewall_file: firewall.j2\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1908,
"all_permissive": false
} |
ansible_role | vegaelle/ansible-playbooks | 4c9533fe6df4e04a8646457d692c560622f3c80c | 0 | roles/http | 510 | [
"no_license"
] | [
{
"path": "roles/http/templates/vhost_mastodon.j2",
"content": "limit_conn_zone $binary_remote_addr zone=masto:20m;\n\nmap $http_upgrade $connection_upgrade {\n default upgrade;\n '' close;\n}\n\nupstream {{ item }}-upstream {\n server 10.0.{{ hostvars[item]['vlan'] }}.{{ hostvars[item]['lxc_host'... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 22,
"total_bytes": 48612,
"all_permissive": false
} |
ansible_role | vegaelle/ansible-playbooks | 4c9533fe6df4e04a8646457d692c560622f3c80c | 0 | roles/isso | 510 | [
"no_license"
] | [
{
"path": "roles/isso/templates/uwsgi.j2",
"content": "[uwsgi]\nsocket = :8000\nmodule = isso.run\nenv = ISSO_SETTINGS=/srv/isso/isso.conf\nprocesses = 4\nthreads = 2\nstats = 127.0.0.1:9191\nplugins = python3\nspooler = /srv/spooler\nspooler-processes = 2\n",
"license_type": "no_license",
"detected... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2839,
"all_permissive": false
} |
ansible_role | vegaelle/ansible-playbooks | 4c9533fe6df4e04a8646457d692c560622f3c80c | 0 | roles/mastodon | 510 | [
"no_license"
] | [
{
"path": "roles/mastodon/tasks/container.yml",
"content": "---\n- name: Set custom facts\n set_fact:\n image: ubuntu-22.04-standard_22.04-1_amd64.tar.zst\n ostype: ubuntu\n disk_size: 128\n cpu_cores: 2\n cpu_units: 2048\n memory: 3072\n swap: 2048\n firewall_file: firewall_masto.j... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6912,
"all_permissive": false
} |
ansible_role | vegaelle/ansible-playbooks | 4c9533fe6df4e04a8646457d692c560622f3c80c | 0 | roles/matrix | 510 | [
"no_license"
] | [
{
"path": "roles/matrix/tasks/secrets.yml",
"content": "---\n- name: Create secrets\n set_fact:\n database_password: \"{{ hostvars[item].database_password | default(lookup('password', '/dev/null length=64 chars=ascii_letters,digits')) }}\"\n registration_shared_secret: \"{{ hostvars[item].registratio... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5312,
"all_permissive": false
} |
ansible_role | vegaelle/ansible-playbooks | 4c9533fe6df4e04a8646457d692c560622f3c80c | 0 | roles/melting | 510 | [
"no_license"
] | [
{
"path": "roles/melting/tasks/container.yml",
"content": "---\n- name: Set custom facts\n set_fact:\n image: \"alpine-3.15-default_20211202_amd64.tar.xz\"\n ostype: \"alpine\"\n disk_size: \"8\"\n cpu_cores: \"1\"\n cpu_units: \"1024\"\n memory: \"512\"\n swap: \"512\"\n firewall_f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | vegaelle/ansible-playbooks | 4c9533fe6df4e04a8646457d692c560622f3c80c | 0 | roles/miab | 510 | [
"no_license"
] | [
{
"path": "roles/miab/tasks/container.yml",
"content": "---\n- name: \"<{{ item }}> Set custom facts\"\n set_fact:\n firewall_file: firewall.j2\n allow_ssh: no\n image: ubuntu-20.04-standard_20.04-1_amd64.tar.gz\n ostype: ubuntu\n disk_size: 128\n cpu_cores: 2\n cpu_units: 1024\n me... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5415,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.