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 | zbhavyai/fedora-setup | 1d1475e7ac0562acd7b7011adaf6dc39d71394ab | 4 | roles/ptyxis | 7,414 | [
"no_license"
] | [
{
"path": "roles/ptyxis/tasks/main.yaml",
"content": "---\n- name: Remove Ptyxis existing profiles\n ansible.builtin.shell: |\n dconf reset -f /org/gnome/Ptyxis/Profiles/\n changed_when: true\n\n- name: Load Ptyxis settings\n ansible.builtin.shell: |\n dconf load /org/gnome/Ptyxis/ < {{ role_path }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | zbhavyai/fedora-setup | 1d1475e7ac0562acd7b7011adaf6dc39d71394ab | 4 | roles/server | 7,414 | [
"no_license"
] | [
{
"path": "roles/server/files/scripts/open_postgres.sh",
"content": "#!/bin/bash\n#\n# author : bhavyai\n# description : allow remote connection to postgres\n\n# Function to check if a line exists in a file\nline_exists() {\n grep -Fxq \"$1\" \"$2\"\n}\n\n# Change listen address to all if not al... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 25488,
"all_permissive": false
} |
ansible_role | zbhavyai/fedora-setup | 1d1475e7ac0562acd7b7011adaf6dc39d71394ab | 4 | roles/settings | 7,414 | [
"no_license"
] | [
{
"path": "roles/settings/tasks/main.yaml",
"content": "---\n- name: Ensure HandleLidSwitch is set to ignore\n ansible.builtin.lineinfile:\n path: /etc/systemd/logind.conf\n regexp: \"^#?HandleLidSwitch=\"\n line: \"HandleLidSwitch=ignore\"\n state: present\n backrefs: true\n become: true\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1741,
"all_permissive": false
} |
ansible_role | zbhavyai/fedora-setup | 1d1475e7ac0562acd7b7011adaf6dc39d71394ab | 4 | roles/virtualbox | 7,414 | [
"no_license"
] | [
{
"path": "roles/virtualbox/tasks/main.yaml",
"content": "---\n- name: Add VirtualBox repository\n ansible.builtin.get_url:\n url: https://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo\n dest: /etc/yum.repos.d/virtualbox.repo\n force: true\n mode: \"0644\"\n become: true\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | zbhavyai/fedora-setup | 1d1475e7ac0562acd7b7011adaf6dc39d71394ab | 4 | roles/vscode | 7,414 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yaml",
"content": "---\n- name: Add Microsoft GPG key\n ansible.builtin.rpm_key:\n key: https://packages.microsoft.com/keys/microsoft.asc\n state: present\n become: true\n\n- name: Add Visual Studio Code repository\n ansible.builtin.yum_repository:\n name: vsco... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 10178,
"all_permissive": false
} |
ansible_role | zbhavyai/fedora-setup | 1d1475e7ac0562acd7b7011adaf6dc39d71394ab | 4 | roles/webstorm | 7,414 | [
"no_license"
] | [
{
"path": "roles/webstorm/files/config/options/editor.xml",
"content": "<application>\n <component name=\"CodeInsightSettings\">\n <option name=\"AUTO_POPUP_JAVADOC_INFO\" value=\"true\" />\n </component>\n <component name=\"CodeVisionSettings\">\n <option name=\"codeVisionGroupToPosition\">\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 9369,
"all_permissive": false
} |
ansible_role | jitendra-singh01/aws-orchestration-ansible-sample | f9ad881c30d71f9288a6fcf1a1b30e0aa42655e6 | 0 | Ansible Playbooks/roles/aws-vpc-multiple | 7,420 | [
"no_license"
] | [
{
"path": "Ansible Playbooks/roles/aws-vpc-multiple/tasks/main.yml",
"content": "---\n - name: 1. Create a new VPC\n ec2_vpc_net:\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr }}\"\n state: present\n register: vpc\n\n - name: 2. a.Associate subnet1 to the VPC\n ec2_vpc_su... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2722,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/alertlogic | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/alertlogic/tasks/centos.yml",
"content": "---\n- name: Update SELinux for AlertLogic Agent\n command: \"semanage port -a -t syslogd_port_t -p tcp 1514\"\n when:\n - ansible_distribution_major_version == \"7\"\n\n- name: Copy AlertLogic rpm file to host\n copy:\n src:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 924,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/apache | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/apache/tasks/apache-CentOS6.yml",
"content": "---\n- name: Install Apache on CentOS 6\n yum:\n name: httpd\n state: latest\n\n- name: Ensure apache is disabled\n service:\n name: httpd\n state: stopped\n enabled: no\n",
"license_type": "no_license",
"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 306,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/auditd | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/auditd/tasks/auditd-CentOS.yml",
"content": "---\n - name: Configure auditd daemon\n tags: [ install, auditd ]\n template:\n src: auditd.conf.j2\n dest: /etc/audit/auditd.conf\n force: yes\n owner: root\n group: root\n mode: 0640",
"l... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/aws_cli | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/aws_cli/tasks/setup-Ubuntu.yml",
"content": "---\n- name: AWS CLI | Install python-pip\n package: name=python-pip state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "packer/ansible/roles/aws_cli/tasks/ma... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/codedeploy | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/codedeploy/tasks/delete-codedeploy-agent-update.yml",
"content": "---\n- name: Clean artifact path\n file:\n state: absent\n path: \"/etc/cron.d/codedeploy-agent-update\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1930,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/firewall | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/firewall/tasks/main.yml",
"content": "- name: Install libselinux-python\n yum:\n name: libselinux-python\n state: present\n when:\n - ansible_distribution == \"CentOS\"\n\n- name: Firewall (CentOS 6) | Open firewall for httpd\n template:\n src: iptables.j2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1617,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/hostname | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/hostname/templates/common.sh",
"content": "#!/usr/bin/env bash\n\n# Retries a command a with backoff.\n#\n# The retry count is given by ATTEMPTS (default 5), the\n# initial backoff timeout is given by TIMEOUT in seconds\n# (default 1.)\n#\n# Successive backoffs double the tim... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7834,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/jinja2 | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/jinja2/tasks/main.yml",
"content": "---\n\n- name: Install python devel package for CentOS\n package: name=python-devel state=latest\n when: ansible_distribution == \"CentOS\"\n\n- name: Install python devel package for Ubuntu\n package: name=python-dev state=latest\n whe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/nessus | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/nessus/templates/nessus_linker.sh",
"content": "#!/usr/bin/env bash\n\n. /opt/nessus_agent/common.sh\n\nconnect_to_nessus\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "packer/ansible/roles/nessus/defaults/main.ym... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8659,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/newrelic | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/newrelic/files/newrelic_linker.sh",
"content": "#!/usr/bin/env bash\n\n. /opt/newrelic/common.sh\n\nconfigure_newrelic\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "packer/ansible/roles/newrelic/tasks/centos_6.ym... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 7728,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/nginx | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/nginx/templates/nginx-CentOS.conf.j2",
"content": "user nginx;\nworker_processes auto;\nerror_log /var/log/nginx/error.log;\npid /var/run/nginx.pid;\n\n# Load dynamic modules. See /usr/share/nginx/README.dynamic.\ninclude /usr/share/nginx/modules/*.conf;\n\nevents {\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6729,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/nodejs | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/nodejs/tasks/main.yml",
"content": "---\n\n# Multiple OS installation adapted from https://serverfault.com/a/649355\n- name: Install NodeJS package repositories\n script: \"{{ item }}\"\n with_first_found:\n - \"../files/{{ ansible_distribution }}-setup_{{ nodejs_major_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 816,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/patch-latest | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/patch-latest/tasks/main.yml",
"content": "---\n# Ideally this is the first thing done for new AMIs\n- name: Install latest patches (RedHat family OSes)\n yum:\n name: \"*\"\n state: latest\n when:\n - ansible_os_family == \"RedHat\"\n \n- name: Update apt cach... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 676,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/pdftk | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/pdftk/tasks/pdftk-CentOS.yml",
"content": "---\n- name: Install pdftk\n yum:\n name: \"{{ pdftkUrl }}\"\n update_cache: yes\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "packer/ansible... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 544,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/php5 | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/php5/tasks/setup-CentOS7.yml",
"content": "---\n- name: Install repositories on CentOS7\n yum: name={{ item }} update_cache=yes state=present\n with_items:\n - epel-release\n - http://rpms.famillecollet.com/enterprise/remi-release-7.rpm\n\n- name: Enable Remi-PHP56 on... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5941,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/ruby | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/ruby/tasks/ruby-Ubuntu.yml",
"content": "---\n - name: Update apt cache on Ubuntu\n apt: update_cache=yes cache_valid_time=86400\n\n - name: Install Ruby, required for CodeDeploy, on Ubuntu\n apt: name=ruby state=present\n\n",
"license_type": "no_license",
"detect... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2213,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/selinux | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/selinux/tasks/main.yml",
"content": "---\n- include: selinux-CentOS.yml\n when:\n - ansible_distribution == \"CentOS\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "packer/ansible/roles/selinux/tasks/selinux-... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/splunk | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/splunk/templates/inputs.conf.j2",
"content": " ## inputs.conf\n\n##### Freeform logs #####\n[monitor:///var/log/dmesg]\ndisabled = false\n\n[monitor:///var/log/boot.log]\ndisabled = false\n\n# Catch codedeploy logs and other aws tool logs\n[monitor:///var/log/aws/.../*.log]\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 9989,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/tomcat | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/tomcat/tasks/main.yml",
"content": "---\n- include: tomcat-CentOS7.yml\n when:\n - ansible_distribution == \"CentOS\"\n - ansible_distribution_major_version == \"7\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"pa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1337,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/user_auth | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/user_auth/files/download-aws-ec2-ssh.sh",
"content": "#!/usr/bin/env bash\n\n# http://redsymbol.net/articles/unofficial-bash-strict-mode/\n# Removed -e because the curl command will exit with code 7 in vagrant\n# This should be revisted later when more time is available\nset ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3832,
"all_permissive": false
} |
ansible_role | opsbay/cloud-deployment-scripts | 93667d9b8606cc2836448209b2ee2755d18dffbe | 0 | packer/ansible/roles/utilities | 7,420 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/utilities/tasks/setup-Ubuntu.yml",
"content": "---\n- name: Install basic packages\n package: name={{ item }} state=present\n with_items:\n - unzip\n - rsync\n - tcpdump\n - sysstat\n - manpages\n - mlocate\n - nfs-common\n - jq\n - vim\n",
"l... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1043,
"all_permissive": false
} |
ansible_role | ki38sato/ansible-hands-on | aac0fa0b174df4ecbd652bea8ebcefe12545fc4c | 2 | handson/repos/sample_role/roles/elasticsearch | 7,420 | [
"no_license"
] | [
{
"path": "handson/repos/sample_role/roles/elasticsearch/defaults/main.yml",
"content": "---\nes_cluster_name: 'test-elasticsearch-cluster'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "handson/repos/sample_role/roles/elasticsearch/tasks/main.y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 816,
"all_permissive": false
} |
ansible_role | ki38sato/ansible-hands-on | aac0fa0b174df4ecbd652bea8ebcefe12545fc4c | 2 | handson/repos/sample_role/roles/jdk | 7,420 | [
"no_license"
] | [
{
"path": "handson/repos/sample_role/roles/jdk/tasks/main.yml",
"content": "---\n- name: install open jdk\n yum: name=java-{{ jdk_version }}-openjdk\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | ki38sato/ansible-hands-on | aac0fa0b174df4ecbd652bea8ebcefe12545fc4c | 2 | localdev/ansible/roles/kibana | 7,420 | [
"no_license"
] | [
{
"path": "localdev/ansible/roles/kibana/tasks/main.yml",
"content": "---\n- name: download kibana4\n get_url: url=\"https://download.elastic.co/kibana/kibana/kibana-{{ kibana_version }}-linux-x64.tar.gz\" dest=/var/tmp\n register: downloaded\n\n- name: expand kibana4\n unarchive: src=/var/tmp/kibana-{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | odra/awf-centos | 2ec528fc56cc2b2a60444c8585a23f22cc59f953 | 0 | roles/awf_demo | 7,420 | [
"no_license"
] | [
{
"path": "roles/awf_demo/templates/awf-demo-rviz",
"content": "#!/bin/bash\n\n# give access to x11\nxhost local:\n\ndocker run \\\n--net={{ awf_demo_docker_net }}\\\n-e ROS_DOMAIN_ID={{ awf_demo_ros_domain }} \\\n-e DISPLAY=$DISPLAY \\\n-e RMW_IMPLEMENTATION=rmw_cyclonedds_cpp \\\n--volume=\"/tmp/.X11-unix... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3830,
"all_permissive": false
} |
ansible_role | odra/awf-centos | 2ec528fc56cc2b2a60444c8585a23f22cc59f953 | 0 | roles/docker | 7,420 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: docker.dnf.cleanup\n ansible.builtin.dnf:\n name:\n - docker\n - docker-client\n - docker-client-latest\n - docker-common\n - docker-latest\n - docker-latest-logrotate\n - docker-logrotate\n - docker-eng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1092,
"all_permissive": false
} |
ansible_role | kaninda/employee-docker | b22b315165ca1de695f9a46d125cc802eb33b54f | 0 | ansible/roles/tomcat_install | 7,420 | [
"no_license"
] | [
{
"path": "ansible/roles/tomcat_install/tasks/main.yml",
"content": "\n# tasks file for tomcat_install\n- name: Update the System Packages\n ansible.builtin.apt:\n upgrade: yes\n update_cache: yes\n\n- name: Create tomcat group\n ansible.builtin.group:\n name: tomcat\n system: yes\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2399,
"all_permissive": false
} |
ansible_role | Maybenex1ime/VDT_Midterm | b73c5175e9b0f4256a727f5c8555d84c1c4b0036 | 0 | ansible/roles/common | 7,420 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "# roles/common/tasks/main.yml\n\n- name: Install dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1535,
"all_permissive": false
} |
ansible_role | Abzalbasha/Jenkins-in-ec2-using-terraform | 2e8bdad8e8cb1fcc9b977a762af5387e67d900f6 | 0 | roles/jenkins | 7,420 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yaml",
"content": "---\n- name: Ensure jenkins is at the latest version\n apt:\n name: jenkins\n state: latest\n- name: Make sure jenkins is running\n systemd:\n state: started\n name: jenkins\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 180,
"all_permissive": false
} |
ansible_role | koxx009/ansible_testwork | 025e855330ebb0a996bcb297600dc2cbaa0513b9 | 0 | roles/docker-nginx | 7,420 | [
"no_license"
] | [
{
"path": "roles/docker-nginx/templates/site.j2",
"content": "Hello {{ env }}-{{ ansible_hostname }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/docker-nginx/defaults/main.yml",
"content": "---\n# defaults file for docker-nginx\nenv: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1888,
"all_permissive": false
} |
ansible_role | Daniel15/dnstools | c85057801c294a292dfdef2127798bbc159a56d2 | 81 | ansible/roles/dnstools-worker | 7,420 | [
"no_license"
] | [
{
"path": "ansible/roles/dnstools-worker/tasks/main.yml",
"content": "---\n- name: Install packages\n apt:\n name:\n - certbot\n - htop\n - iputils-ping\n - libcurl4\n - mtr-tiny\n - python3-requests\n - rsync\n - rsyslog\n - traceroute\n - unattended-up... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2239,
"all_permissive": false
} |
ansible_role | HewlettPackard/Docker-SimpliVity | 09bceafffab77ba588f14490076c258a1e19f0fa | 24 | playbooks/roles/get-dtr-replica | 7,420 | [
"permissive"
] | [
{
"path": "playbooks/roles/get-dtr-replica/tasks/main.yml",
"content": "###\n# Copyright (2017) Hewlett Packard Enterprise Development LP\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# You may not use this file except in compliance with the License.\n# You may obtain a copy of th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2103,
"all_permissive": true
} |
ansible_role | HewlettPackard/Docker-SimpliVity | 09bceafffab77ba588f14490076c258a1e19f0fa | 24 | playbooks/roles/hpe.haproxy | 7,420 | [
"permissive"
] | [
{
"path": "playbooks/roles/hpe.haproxy/vars/main.yml",
"content": "---\n# vars file for hpe.haproxy\n\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 33
},
{
"path": "playbooks/roles/hpe.haproxy/tasks/main.yml",
"content": "###\n# Copy... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2903,
"all_permissive": true
} |
ansible_role | HewlettPackard/Docker-SimpliVity | 09bceafffab77ba588f14490076c258a1e19f0fa | 24 | playbooks/roles/hpe.openports | 7,420 | [
"permissive"
] | [
{
"path": "playbooks/roles/hpe.openports/vars/main.yml",
"content": "---\n# vars file for hpe.openports\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 34
},
{
"path": "playbooks/roles/hpe.openports/handlers/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 964,
"all_permissive": true
} |
ansible_role | HewlettPackard/Docker-SimpliVity | 09bceafffab77ba588f14490076c258a1e19f0fa | 24 | playbooks/roles/ucp | 7,420 | [
"permissive"
] | [
{
"path": "playbooks/roles/ucp/defaults/main.yml",
"content": "###\n# Copyright (2017) Hewlett Packard Enterprise Development LP\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# You may not use this file except in compliance with the License.\n# You may obtain a copy of the License... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5109,
"all_permissive": true
} |
ansible_role | HewlettPackard/Docker-SimpliVity | 09bceafffab77ba588f14490076c258a1e19f0fa | 24 | playbooks/roles/worker | 7,420 | [
"permissive"
] | [
{
"path": "playbooks/roles/worker/defaults/main.yml",
"content": "###\n# Copyright (2017) Hewlett Packard Enterprise Development LP\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# You may not use this file except in compliance with the License.\n# You may obtain a copy of the Lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6071,
"all_permissive": true
} |
ansible_role | jzhang-sre/auto_ac_ansible | d5a8c4e7b4625d0ce747718e0187316391300269 | 0 | playbooks/roles/controller | 7,420 | [
"no_license"
] | [
{
"path": "playbooks/roles/controller/files/hvac_controller/classes/hvac_controller.py",
"content": "import pi_servo_hat\nimport time\nimport sys\n\nclass hvac_controller:\n def __init__(self):\n self.mySensor = pi_servo_hat.PiServoHat()\n self.on_position = 95\n self.off_position = -8\n self.s... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 7437,
"all_permissive": false
} |
ansible_role | jzhang-sre/auto_ac_ansible | d5a8c4e7b4625d0ce747718e0187316391300269 | 0 | playbooks/roles/sensor | 7,420 | [
"no_license"
] | [
{
"path": "playbooks/roles/sensor/tasks/crontab.yml",
"content": "- name: Set Sensor Logger cron job\n ansible.builtin.cron:\n name: \"Sensor Logger\"\n job: \"/usr/bin/python3 /opt/sensor_server/sensor_logger.py\"\n user: pi",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5928,
"all_permissive": false
} |
ansible_role | wearede/DevCeption | f442ebfa6f531a168330ac11a7339c0702365c4b | 13 | provisioning/roles/docker | 7,420 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker/files/daemon.json",
"content": "{\n \"storage-driver\": \"overlay2\",\n \"storage-opts\": [\n \"overlay2.override_kernel_check=true\"\n ],\n \"log-driver\": \"json-file\",\n \"log-opts\": {\n \"max-size\": \"1m\",\n \"max-file\": \"2\"\n }\n}\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1148,
"all_permissive": false
} |
ansible_role | wearede/DevCeption | f442ebfa6f531a168330ac11a7339c0702365c4b | 13 | provisioning/roles/git | 7,420 | [
"no_license"
] | [
{
"path": "provisioning/roles/git/files/.gitconfig",
"content": "[color]\n\tdiff = auto\n\tstatus = auto\n\tbranch = auto\n\tinteractive = auto\n\tui = true\n\tpager = true\n[core]\n\texcludesfile = ~/.gitignore\n\tpager = diff-so-fancy | less --tabs=4 -RFX\n\teditor = vim\n[push]\n\tdefault = simple\n[comm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | wearede/DevCeption | f442ebfa6f531a168330ac11a7339c0702365c4b | 13 | provisioning/roles/misc | 7,420 | [
"no_license"
] | [
{
"path": "provisioning/roles/misc/tasks/main.yml",
"content": "---\n- name: Install misc\n yum: name={{item}} state=latest\n with_items:\n - unzip\n - rsync\n - tree\n - svn\n - ctags\n - lnav\n - htop\n - colordiff\n become: yes\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | wearede/DevCeption | f442ebfa6f531a168330ac11a7339c0702365c4b | 13 | provisioning/roles/nvm | 7,420 | [
"no_license"
] | [
{
"path": "provisioning/roles/nvm/tasks/main.yml",
"content": "---\n- name: Clone nvm\n git: repo=git://github.com/creationix/nvm.git\n dest=~/.nvm\n version=v0.33.2\n\n- name: Source nvm in ~/.zshrc\n lineinfile:\n path: ~/.zshrc\n line: \"source ~/.nvm/nvm.sh\"\n\n- name: install node ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 511,
"all_permissive": false
} |
ansible_role | wearede/DevCeption | f442ebfa6f531a168330ac11a7339c0702365c4b | 13 | provisioning/roles/oh-my-zsh | 7,420 | [
"no_license"
] | [
{
"path": "provisioning/roles/oh-my-zsh/tasks/main.yml",
"content": "---\n- name: Install zsh\n yum: name=zsh state=latest\n become: yes\n\n- name: Clone oh-my-zsh repo\n git: repo=git://github.com/robbyrussell/oh-my-zsh.git\n dest=~/.oh-my-zsh\n register: ohmyzsh\n\n- name: Create a new zsh confi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 788,
"all_permissive": false
} |
ansible_role | wearede/DevCeption | f442ebfa6f531a168330ac11a7339c0702365c4b | 13 | provisioning/roles/php-tools | 7,420 | [
"no_license"
] | [
{
"path": "provisioning/roles/php-tools/files/phpdoc",
"content": "#!/bin/bash\nsudo docker run --rm -v $(pwd):/data -u \"$(id -u)\":\"$(id -g)\" phpdoc/phpdoc \"$@\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "provisioning/roles/php-tools/fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2123,
"all_permissive": false
} |
ansible_role | wearede/DevCeption | f442ebfa6f531a168330ac11a7339c0702365c4b | 13 | provisioning/roles/timezone | 7,420 | [
"no_license"
] | [
{
"path": "provisioning/roles/timezone/tasks/main.yml",
"content": "---\n- name: set timezone to Asia/Tbilisi\n timezone:\n name: Asia/Tbilisi\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 90,
"all_permissive": false
} |
ansible_role | wearede/DevCeption | f442ebfa6f531a168330ac11a7339c0702365c4b | 13 | provisioning/roles/tmux | 7,420 | [
"no_license"
] | [
{
"path": "provisioning/roles/tmux/files/.tmux.conf",
"content": "# Pane nav\nbind -n M-\\ split-window -h -c \"#{pane_current_path}\"\nbind -n M-- split-window -v -c \"#{pane_current_path}\"\n\nbind -n M-h select-pane -L\nbind -n M-l select-pane -R\nbind -n M-k select-pane -U\nbind -n M-j select-pane -D\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1870,
"all_permissive": false
} |
ansible_role | wearede/DevCeption | f442ebfa6f531a168330ac11a7339c0702365c4b | 13 | provisioning/roles/vim | 7,420 | [
"no_license"
] | [
{
"path": "provisioning/roles/vim/tasks/main.yml",
"content": "---\n- name: Install libraries needed to make vim\n yum: name={{ item }} state=latest\n with_items:\n - gcc\n - gcc-c++\n - ncurses-devel\n - python-devel\n - cmake\n become: yes\n\n- name: Clone vim\n git: repo=git://github.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7713,
"all_permissive": false
} |
ansible_role | adavisson/ansible-home | 6822706dbe750d6118cd2cb30af44ee0bb30a362 | 0 | roles/common | 7,420 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "- name: Reboot Server\n reboot:\n become: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/common/tasks/main.yml",
"content": "- name: update server\n apt: \n update_cache:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | adavisson/ansible-home | 6822706dbe750d6118cd2cb30af44ee0bb30a362 | 0 | roles/plex_server | 7,420 | [
"no_license"
] | [
{
"path": "roles/plex_server/tasks/main.yml",
"content": "- name: Copy latest plex package to tmp\n copy:\n src: ~/Downloads/plex/\n dest: /tmp/\n become: true\n\n- name: get file path\n find:\n paths: /tmp/\n patterns: \"*.deb\"\n register: plex_package\n\n- name: Install plex package\n ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | adavisson/ansible-home | 6822706dbe750d6118cd2cb30af44ee0bb30a362 | 0 | roles/webserver | 7,420 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "- name: Clone latest version from github\n git:\n repo: https://github.com/adavisson/{{ item }}.git\n dest: /var/www/html/{{ item }}/\n force: yes\n with_items:\n - \"website\"\n - \"crazy-tales\"\n - \"cfb-machine-vuetify\"\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 623,
"all_permissive": false
} |
ansible_role | devps23/tools-promotheus | 36be13eefbafff2401e39c69178632fc130cc9fe | 0 | roles/prometheus | 7,420 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "- name: Download prometheus\n ansible.builtin.unarchive:\n src: https://github.com/prometheus/prometheus/releases/download/v{{ version }}/prometheus-{{ version }}.linux-amd64.tar.gz\n dest: /opt\n remote_src: yes\n owner: bin\n# https://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | jcheng95/RedHat_DO407_Training | aa325fa302c17c88d6f0fe3f8bd57d55925f5637 | 18 | ansible-roles-cr/roles/ansible-vsftpd | 7,420 | [
"no_license"
] | [
{
"path": "ansible-roles-cr/roles/ansible-vsftpd/tasks/main.yml",
"content": "---\n- name: check for installed packages\n yum:\n name: \"{{ vsftpd_packages }}\"\n state: installed\n\n- name: check for running and enabled services\n service:\n name: \"{{ item }}\"\n state: started\n enabled:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 845,
"all_permissive": false
} |
ansible_role | jcheng95/RedHat_DO407_Training | aa325fa302c17c88d6f0fe3f8bd57d55925f5637 | 18 | dev-roles/roles/myfirewall | 7,420 | [
"no_license"
] | [
{
"path": "dev-roles/roles/myfirewall/handlers/main.yml",
"content": "---\n# handlers file for myfirewall\n\n- name: restart firewalld\n service:\n name: firewalld\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "dev-rol... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 530,
"all_permissive": false
} |
ansible_role | jcheng95/RedHat_DO407_Training | aa325fa302c17c88d6f0fe3f8bd57d55925f5637 | 18 | dev-roles/roles/myvhost | 7,420 | [
"no_license"
] | [
{
"path": "dev-roles/roles/myvhost/meta/main.yml",
"content": "---\ndependencies:\n - { role: myfirewall, firewall_service: http }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "dev-roles/roles/myvhost/tasks/main.yml",
"content": "---\n# ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 545,
"all_permissive": false
} |
ansible_role | jcheng95/RedHat_DO407_Training | aa325fa302c17c88d6f0fe3f8bd57d55925f5637 | 18 | lab-ansible-vault/roles/encryptdisk | 7,420 | [
"no_license"
] | [
{
"path": "lab-ansible-vault/roles/encryptdisk/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - encryptdisk",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "lab-ansible-vault/roles/encryptdisk/handlers/main.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1840,
"all_permissive": false
} |
ansible_role | jcheng95/RedHat_DO407_Training | aa325fa302c17c88d6f0fe3f8bd57d55925f5637 | 18 | lab-roles/roles/myapache | 7,420 | [
"no_license"
] | [
{
"path": "lab-roles/roles/myapache/templates/apache_indexhtml.j2",
"content": "<!-- {{ ansible_managed }} -->\n<h2>Apache is running!</h2>\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "lab-roles/roles/myapache/vars/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1228,
"all_permissive": false
} |
ansible_role | jcheng95/RedHat_DO407_Training | aa325fa302c17c88d6f0fe3f8bd57d55925f5637 | 18 | lab-roles/roles/student.myenv | 7,420 | [
"no_license"
] | [
{
"path": "lab-roles/roles/student.myenv/templates/mkcd.sh.j2",
"content": "# {{ ansible_managed }}\nmkcd ()\n{\n mkdir -p -- \"${1}\" && cd -- \"${1}\"\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "lab-roles/roles/student.myenv/tests/tes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 992,
"all_permissive": false
} |
ansible_role | nitinneet/test2312 | 057c39b03555af16a06a8a99fe77c28c0501e4ce | 0 | experimental/cloudstrapper/playbooks/roles/agw-infra | 7,420 | [
"no_license"
] | [
{
"path": "experimental/cloudstrapper/playbooks/roles/agw-infra/tasks/provision-instances.yaml",
"content": "---\n- name: check if gateway name is defined\n assert:\n that:\n - idGw is defined\n\n- name: identify sgi subnet id using tag\n ec2_vpc_subnet_info:\n filters:\n \"tag:Name\": \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2133,
"all_permissive": false
} |
ansible_role | nitinneet/test2312 | 057c39b03555af16a06a8a99fe77c28c0501e4ce | 0 | experimental/cloudstrapper/playbooks/roles/build-platform | 7,420 | [
"no_license"
] | [
{
"path": "experimental/cloudstrapper/playbooks/roles/build-platform/tasks/magma-repo.yaml",
"content": "---\n\n- name: create magma directory\n file:\n path: \"{{ dirLocalInventory }}/magma\"\n state: directory\n\n- name: download github repo\n git:\n repo: \"{{ buildMagmaRepo }}\"\n dest: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 258,
"all_permissive": false
} |
ansible_role | nitinneet/test2312 | 057c39b03555af16a06a8a99fe77c28c0501e4ce | 0 | experimental/cloudstrapper/playbooks/roles/key-manager | 7,420 | [
"no_license"
] | [
{
"path": "experimental/cloudstrapper/playbooks/roles/key-manager/tasks/main.yaml",
"content": "---\n\n- name: create target directory in Cloudstrapper\n file:\n path: \"{{ dirLocalInventory }}\"\n state: directory\n mode: '0755'\n\n- name: copy host key into Cloudstrapper\n copy:\n src: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | nitinneet/test2312 | 057c39b03555af16a06a8a99fe77c28c0501e4ce | 0 | experimental/cloudstrapper/playbooks/roles/magma-agw-1.5 | 7,420 | [
"no_license"
] | [
{
"path": "experimental/cloudstrapper/playbooks/roles/magma-agw-1.5/tasks/agw-setup.yaml",
"content": "---\n\n- name: run magma deploy\n command: \"ansible-playbook -e '@{{ usrHome }}/ansible-env.yaml' -i {{ usrHome }}/inventory {{ deployPath }}/magma_deploy.yml\"\n",
"license_type": "no_license",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 490,
"all_permissive": false
} |
ansible_role | nitinneet/test2312 | 057c39b03555af16a06a8a99fe77c28c0501e4ce | 0 | experimental/cloudstrapper/playbooks/roles/test-framework | 7,420 | [
"no_license"
] | [
{
"path": "experimental/cloudstrapper/playbooks/roles/test-framework/tasks/main.yaml",
"content": "---\n- include: provision-gateway-instance.yaml\n tags: clusterGateway\n- include: provision-test-instances.yaml\n tags: clusterStart\n- include: configure-test-instances.yaml\n tags: clusterConfigure\n- in... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1925,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/HCMT-install | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/HCMT-install/tasks/main.yml",
"content": " - name: Create a xfs filesystem on /dev/sdb for data\n filesystem:\n fstype: xfs\n dev: /dev/sdb\n\n - name: Create a xfs filesystem on /dev/sdc for log\n filesystem:\n fstype: xfs\n dev: /dev/sdc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3125,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/common | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/common/handlers/main.yml",
"content": "- name: reload_sysstat_collect_timer\n systemd:\n name: sysstat-collect.timer\n state: restarted\n daemon_reload: yes\n enabled: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1919,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/commvault-install | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/commvault-install/tasks/main.yml",
"content": "\n# OS disk + 1 200GB disk\n# admin / <PASSWORD>3\n# 1. deploy_commserve.yml, subclient.yml, req.yml, commcell.yml\n\n# install comserv, add storage, create plan\n# install client, Get client properties and add subclient\n# backup\n# r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1314,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/commvault-test | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/commvault-test/tasks/main.yml",
"content": "---\n\n- name: \"INSTALL_SOFTWARE/PUSH_INSTALL_WINDOWS\"\n commvault.ansible.deployment.install_software:\n webserver_hostname: \"cvlt-anb1\"\n commcell_username: \"admin\"\n commcell_password: \"<PASSWORD>\"\n os_type: \"wind... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1487,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/mssql-test | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/mssql-test/files/users.sql",
"content": "USE [master]\nGO\nEXEC xp_instance_regwrite N'HKEY_LOCAL_MACHINE', N'Software\\Microsoft\\MSSQLServer\\MSSQLServer', N'LoginMode', REG_DWORD, 2\nGO\n\nUSE [master]\nGO\nCREATE LOGIN [admin] WITH PASSWORD=N'<PASSWORD>!', DEFAULT_DATABASE=[mast... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4844,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/mssqldc-install | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/mssqldc-install/tasks/main.yml",
"content": "\n---\n\n- name: Copy file to C:\\\n ansible.windows.win_copy:\n src: \\\\fileserverdb\\packages\\SQL2022\n dest: C:\\\n remote_src: true\n\n- name: Initialize additional disks \n win_initialize_disk:\n disk_number: \"{{ ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 9605,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/mssqldc-test | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/mssqldc-test/files/script.ps1",
"content": "Import-Module 'C:\\Program Files\\Pure Storage\\D.O.E.S\\DOES.Powershell.dll'\n\nAdd-DataEngine -DatabaseType MicrosoftSQL -Hostname localhost -DatabaseName db1 -Amount 500 -Unit Gigabytes -NumberOfThreads 8 -UserName admin -Password <PASS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1334,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/mysql-exporter | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql-exporter/handlers/main.yml",
"content": "- name: reload_daemon_and_restart_mysql_exporter\n systemd:\n name: mysql_exporter\n state: restarted\n daemon_reload: yes\n enabled: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2736,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/mysql-install | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql-install/tasks/main.yml",
"content": "- name: format the additional disk\n filesystem:\n fstype: ext4\n dev: /dev/sdb\n\n- name: create directory\n file:\n path: \"{{ item }}\"\n state: directory\n mode: '0755'\n with_items:\n - /packages\n - /var/lib/mysql\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5192,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/mysql-test | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql-test/tasks/main.yml",
"content": "\n- name: Create a new database\n community.mysql.mysql_db:\n name: testing\n state: present\n login_password: \"{{ <PASSWORD> }}\"\n #login_unix_socket: /run/mysqld/mysqld.sock\n\n- name: Create user with password and grant priv\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1831,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/oracle-install | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/oracle-install/tasks/main.yml",
"content": "- name: install oracle preinstall\n package:\n name: oracle-database-preinstall-19c\n state: latest\n\n- name: Set password for oracle user\n user:\n name: oracle\n password: <PASSWORD>\n\n- name: Ensure SELinux is set to per... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5208,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/oracle-test | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/oracle-test/templates/oracle-env.j2",
"content": "# Oracle Settings\nexport TMP=/tmp\nexport TMPDIR=/tmp\n\nexport ORACLE_HOSTNAME={{ ansible_hostname }}\nexport ORACLE_UNQNAME={{ oracle_sid }}\nexport ORACLE_BASE=/u01/app/oracle\nexport ORACLE_HOME=/u01/app/oracle/product/19.0.0/db... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1892,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/postgres-exporter | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres-exporter/tasks/main.yml",
"content": "- name: check if node exporter exist\n stat:\n path: \"{{ postgres_exporter_bin }}\"\n register: __check_postgres_exporter_present\n\n- name: create postgres exporter group\n group:\n name: \"{{ exporter_group }}\"\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3767,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/postgres-install | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres-install/tasks/main.yml",
"content": "- name: \"Optional Python packages\"\n dnf: \"name={{ item }} state=present\"\n with_items:\n - python3-psycopg2\n\n- name: Create disk partition on /dev/sdb for data\n parted:\n device: /dev/sdb\n number: 1\n state: prese... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5394,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/postgres-test | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres-test/tasks/main.yml",
"content": "\n- name: \"App database Creation\"\n postgresql_db:\n state: present\n name: \"{{ db_name }}\"\n become: yes\n become_user: postgres\n\n- name: \"database user creation\"\n postgresql_user:\n state: present\n name: \"{{ db_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1135,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/prometheus-config | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus-config/tasks/main.yml",
"content": "# ---\n# - name: Processing details file\n# hosts: 'localhost'\n# gather_facts: false\n# vars_files:\n# - \"{{ module_dir }}/vars/{{ env }}/fb_details.yml\"\n# tasks:\n\n\n- set_fact:\n data_vars: \"{{ hg }}\"\n\n- debug:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 655,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/prometheus-update | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus-update/tasks/main.yml",
"content": "- name: copy the prometheus config file \n copy:\n src: /tmp/target.json\n dest: /etc/prometheus/targets.json\n owner: root\n group: root\n mode: 0755\n\n\n\n\n\n\n\n\n\n\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/sql-exporter | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/sql-exporter/tasks/main.yml",
"content": "- name: Download the exporter installer\n win_get_url:\n url: http://7-zip.org/a/7z1604-x64.msi\n dest: C:\\ansible_examples\\7z1604-x64.msi\n\n- name: Install MSI\n win_package:\n path: C:\\ansible_examples\\7z1604-x64.msi\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 914,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/win-common | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/win-common/tasks/main.yml",
"content": "- name: map drive \n block:\n - name: Map SMB share\n win_mapped_drive:\n letter: Z\n path: \\\\fileserverdb\\packages\n state: present\n register: mount_drive\n\n - name: Reboot the machine with all defau... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | Pure-Storage-Solutions/Solutions-as-Code | 3ed7114ea76174cadf23cb90add60663c9a07cf3 | 0 | ansible/roles/win-node-exporter | 7,421 | [
"no_license"
] | [
{
"path": "ansible/roles/win-node-exporter/tasks/main.yml",
"content": "- name: Download the exporter installer\n win_get_url:\n url: https://github.com/prometheus-community/windows_exporter/releases/download/v{{ win_node_exporter_version }}/windows_exporter-{{ win_node_exporter_version }}-amd64.msi\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | levycampelo/cmts_ansible | 23218eb7a1ef83c5a372fa12179d35c9d17a54a0 | 0 | roles/skiping_cert_cisco | 7,421 | [
"no_license"
] | [
{
"path": "roles/skiping_cert_cisco/tasks/save.yml",
"content": "---\n- name: save-config\n ios_command:\n provider:\n timeout: 120\n commands:\n - wr \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/skiping_cert_cisco/tasks/... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 878,
"all_permissive": false
} |
ansible_role | DenzelHopkins/ansible | 765eb0cc2592ee4b6bfbfb148cf1bed601f33108 | 0 | roles/kubernetes | 7,421 | [
"no_license"
] | [
{
"path": "roles/kubernetes/molecule/default/molecule.yml",
"content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nplatforms:\n - name: molecule_kubernetes\n image: centos:centos8\n pre_build_image: true\nprovisioner:\n name: ansible\nverifier:\n name: ansible\n",
"license_type"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 273,
"all_permissive": false
} |
ansible_role | DenzelHopkins/ansible | 765eb0cc2592ee4b6bfbfb148cf1bed601f33108 | 0 | roles/ubuntu | 7,421 | [
"no_license"
] | [
{
"path": "roles/ubuntu/tasks/pyenv.yml",
"content": "---\n- name: Update repositories cache and install dependency packages\n ansible.builtin.apt:\n pkg:\n - build-essential\n - libssl-dev\n - zlib1g-dev\n - libbz2-dev\n - libreadline-dev \n - libsqlite3-dev\n - git\n - llvm \n ... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 5459,
"all_permissive": false
} |
ansible_role | jkvcombo-tip/cpe232-2Ansible | ebcf10b5f0f14eb790c548d23631b21ae5604f06 | 0 | roles/bind9 | 7,421 | [
"no_license"
] | [
{
"path": "roles/bind9/tasks/main.yml",
"content": "---\n# tasks file for bind9\n\n\n- name: Installing bind9 on ubuntu\n apt:\n name: bind9\n state: latest\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | jkvcombo-tip/cpe232-2Ansible | ebcf10b5f0f14eb790c548d23631b21ae5604f06 | 0 | roles/dhcpd | 7,421 | [
"no_license"
] | [
{
"path": "roles/dhcpd/tasks/main.yml",
"content": "---\n# tasks file for dhcpd\n\n\n- name: Installing dhcpd on ubuntu\n \n apt:\n name: isc-dhcp-server\n state: latest\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | jkvcombo-tip/cpe232-2Ansible | ebcf10b5f0f14eb790c548d23631b21ae5604f06 | 0 | roles/httpd | 7,421 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/main.yml",
"content": "---\n# tasks file for httpd\n\n\n- name: Installing apache httpd on ubuntu\n apt:\n name: apache2\n state: latest\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | jkvcombo-tip/cpe232-2Ansible | ebcf10b5f0f14eb790c548d23631b21ae5604f06 | 0 | roles/mariadb | 7,421 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n# tasks file for mariadb\n\n\n- name: Installing mariadb on ubuntu\n apt:\n name: mariadb-server\n state: latest\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | jkvcombo-tip/cpe232-2Ansible | ebcf10b5f0f14eb790c548d23631b21ae5604f06 | 0 | roles/samba | 7,421 | [
"no_license"
] | [
{
"path": "roles/samba/tasks/main.yml",
"content": "---\n# tasks file for samba\n\n\n- name: Installing samba on ubuntu\n apt:\n name: samba\n state: latest\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | jkvcombo-tip/cpe232-2Ansible | ebcf10b5f0f14eb790c548d23631b21ae5604f06 | 0 | roles/vsftpd | 7,421 | [
"no_license"
] | [
{
"path": "roles/vsftpd/tasks/main.yml",
"content": "---\n# tasks file for vsftpd\n\n\n- name: Installing vsftpd on ubuntu\n apt:\n name: vsftpd\n state: latest\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 130,
"all_permissive": false
} |
ansible_role | Ivanich41/AD-vulnbox-cloud | 12c9cfc39e1238533637be9a520348b880921893 | 1 | roles/baseconfig | 7,421 | [
"no_license"
] | [
{
"path": "roles/baseconfig/vars/main.yml",
"content": "---\n# vars file for baseconfig\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/baseconfig/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | Ivanich41/AD-vulnbox-cloud | 12c9cfc39e1238533637be9a520348b880921893 | 1 | roles/codeserver | 7,421 | [
"no_license"
] | [
{
"path": "roles/codeserver/defaults/main.yml",
"content": "---\n# defaults file for codeserver\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/codeserver/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n role... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1938,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.