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 | echennareddygari-nuage/test | e202ba8e593b29fa775b7b5da451c6fa4f0c69b0 | 0 | ansible/postMetro/roles/metal | 1,899 | [
"no_license"
] | [
{
"path": "ansible/postMetro/roles/metal/tasks/selinux.yml",
"content": "---\n# Copy any generic script files required for the haproxy server\n\n- name: Set selinux to permissive mode\n selinux:\n policy: targeted\n state: permissive\n\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1679,
"all_permissive": false
} |
ansible_role | echennareddygari-nuage/test | e202ba8e593b29fa775b7b5da451c6fa4f0c69b0 | 0 | ansible/postMetro/roles/misc | 1,899 | [
"no_license"
] | [
{
"path": "ansible/postMetro/roles/misc/tasks/main.yml",
"content": "---\n\n- import_tasks: hostnames.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/postMetro/roles/misc/tasks/hostnames.yml",
"content": "---\n# cleanup and other mi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | echennareddygari-nuage/test | e202ba8e593b29fa775b7b5da451c6fa4f0c69b0 | 0 | ansible/postMetro/roles/mon-config | 1,899 | [
"no_license"
] | [
{
"path": "ansible/postMetro/roles/mon-config/files/z_orig_template_10268.json",
"content": "{\"zabbix_export\": {\"date\": \"2020-02-29T02:04:21Z\", \"templates\": [{\"templates\": [], \"description\": \"\", \"tags\": [{\"tag\": \"InUse\", \"value\": \"Yes\"}, {\"tag\": \"WL\", \"value\": \"Yes\"}], \"item... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 27,
"total_bytes": 150993,
"all_permissive": false
} |
ansible_role | echennareddygari-nuage/test | e202ba8e593b29fa775b7b5da451c6fa4f0c69b0 | 0 | ansible/postMetro/roles/portal | 1,899 | [
"no_license"
] | [
{
"path": "ansible/postMetro/roles/portal/files/license_check.py",
"content": "#!/usr/bin/env python\n\nfrom datetime import datetime\nimport json\nimport argparse\nimport re\n\n######################\n### Start of functions\n\ndef getExpiryDate(fileName):\n\n text = open(fileName, \"r\")\n\n for line... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2237,
"all_permissive": false
} |
ansible_role | echennareddygari-nuage/test | e202ba8e593b29fa775b7b5da451c6fa4f0c69b0 | 0 | ansible/postMetro/roles/proxy | 1,899 | [
"no_license"
] | [
{
"path": "ansible/postMetro/roles/proxy/tasks/rsyslog.yml",
"content": "---\n\n- name: Start and enable rsyslog service\n systemd:\n name: rsyslog\n state: started\n enabled: yes\n\n- name: Copy the haproxy specific rsyslog configuration for local file event logging\n copy:\n src: haproxy-sys... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 27,
"total_bytes": 38039,
"all_permissive": false
} |
ansible_role | echennareddygari-nuage/test | e202ba8e593b29fa775b7b5da451c6fa4f0c69b0 | 0 | ansible/postMetro/roles/tools | 1,899 | [
"no_license"
] | [
{
"path": "ansible/postMetro/roles/tools/tasks/sudoers.yml",
"content": "--- \n# The following tasks handle assigning sudoer permissions for users as required\n\n- name: Add user to sudoers file\n lineinfile:\n path: /etc/sudoers\n regexp: '^zabbix'\n line: 'zabbix ALL=(ALL) NOPASSWD: ALL'\n v... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 18900,
"all_permissive": false
} |
ansible_role | echennareddygari-nuage/test | e202ba8e593b29fa775b7b5da451c6fa4f0c69b0 | 0 | ansible/postMetro/roles/vsd | 1,899 | [
"no_license"
] | [
{
"path": "ansible/postMetro/roles/vsd/files/monitjson.py",
"content": "#!/usr/bin/python\n\nimport argparse\nimport BaseHTTPServer\nimport json\nimport re\nimport subprocess\n\ndef getStatus():\n\tret = {}\n\tp = subprocess.Popen([\"monit\", \"status\"], stdout=subprocess.PIPE)\n\t(status, _) = p.communica... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3509,
"all_permissive": false
} |
ansible_role | echennareddygari-nuage/test | e202ba8e593b29fa775b7b5da451c6fa4f0c69b0 | 0 | ansible/postMetro/roles/webfilter | 1,899 | [
"no_license"
] | [
{
"path": "ansible/postMetro/roles/webfilter/tasks/misc.yml",
"content": "---\n# Start NTP service\n\n- name: Start and enable Service ntpd, if not started\n systemd:\n name: ntpd\n state: started\n enabled: yes\n\n# Copy VSD repo to webfilterVM\n\n\n- name: Remove existing repo configuration\n f... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5091,
"all_permissive": false
} |
ansible_role | echennareddygari-nuage/test | e202ba8e593b29fa775b7b5da451c6fa4f0c69b0 | 0 | ansible/preMetro/roles/baremetal | 1,899 | [
"no_license"
] | [
{
"path": "ansible/preMetro/roles/baremetal/tasks/posterraform_bm2_ens1.yml",
"content": "- hosts: <hosts>\n\n tasks:\n - name: Delete first 155 characters of /root/.ssh/authorized_keys\n shell: sed -i -r 's/.{155}//' /root/.ssh/authorized_keys\n \n - name: Remove pound key from #PermitRootLogin yes\... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 24,
"total_bytes": 42848,
"all_permissive": false
} |
ansible_role | echennareddygari-nuage/test | e202ba8e593b29fa775b7b5da451c6fa4f0c69b0 | 0 | monitoring-backup/roles/grafana_conf_backup | 1,899 | [
"no_license"
] | [
{
"path": "monitoring-backup/roles/grafana_conf_backup/templates/host_get.j2",
"content": "{\n \"jsonrpc\": \"2.0\",\n \"method\": \"host.get\",\n \"params\": {\n \"output\": [\"hostid\"],\n \"tags\": [\n {\n \"tag\": \"WL\",\n \"value\": \"Yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3111,
"all_permissive": false
} |
ansible_role | echennareddygari-nuage/test | e202ba8e593b29fa775b7b5da451c6fa4f0c69b0 | 0 | monitoring-backup/roles/zabbix_conf_backup | 1,899 | [
"no_license"
] | [
{
"path": "monitoring-backup/roles/zabbix_conf_backup/tasks/zabbix_config_export.yml",
"content": "---\n# This task exports json formatted data for templates and hosts and saves\n# it to file in the postMetro/mon-config/files directory so it can be used\n# to configure a new system.\n\n# Run this non destr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4967,
"all_permissive": false
} |
ansible_role | schweppes2205/ansible-course | ee74f296deba02966eec358fb92fcd169e53b2a1 | 0 | lecture03/roles/httpd_install | 1,899 | [
"no_license"
] | [
{
"path": "lecture03/roles/httpd_install/tasks/main.yml",
"content": "---\n# tasks file for httpd_install\n- name: install {{ packageName }}\n package:\n name: \"{{ packageName }}\"\n state: present\n- name: enable the {{ packageName }} service\n service:\n name: \"{{ packageName }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1122,
"all_permissive": false
} |
ansible_role | schweppes2205/ansible-course | ee74f296deba02966eec358fb92fcd169e53b2a1 | 0 | lecture03/roles/vsftpd_install | 1,899 | [
"no_license"
] | [
{
"path": "lecture03/roles/vsftpd_install/defaults/main.yml",
"content": "---\n# defaults file for vsftpd_install",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "lecture03/roles/vsftpd_install/handlers/main.yml",
"content": "---\n# handlers fil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2442,
"all_permissive": false
} |
ansible_role | leryn1122/ansible-playbook | ba306e59323936af53ba6efa57135b20f665f320 | 0 | roles/helloworld | 1,899 | [
"no_license"
] | [
{
"path": "roles/helloworld/tasks/main.yaml",
"content": "- block:\n - name: Test Connection\n ping:\n run_once: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 70,
"all_permissive": false
} |
ansible_role | arunvel1988/ansible-ui | 9b41d51b71e140670f4e127f1ac36fb55ecd86df | 0 | advanced-playbooks/roles/apache | 1,899 | [
"no_license"
] | [
{
"path": "advanced-playbooks/roles/apache/defaults/main.yml",
"content": "apache_port: 80\ndocument_root: /var/www/html\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "advanced-playbooks/roles/apache/tasks/main.yml",
"content": "- name: Inst... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | arunvel1988/ansible-ui | 9b41d51b71e140670f4e127f1ac36fb55ecd86df | 0 | roles/nginx | 1,899 | [
"no_license"
] | [
{
"path": "roles/nginx/test/integration/password-protect/serverspec/localhost/default_spec.rb",
"content": "require 'spec_helper'\n\ndescribe 'ansible-nginx::install' do\n\n if os[:release] == '14.04' and os[:family] == 'ubuntu'\n describe package('nginx-naxsi') do\n it { should be_installed.by('ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7537,
"all_permissive": false
} |
ansible_role | ekn-j/macsetup | 4a307f644f99847ea6e25241b87c3eb344259e25 | 0 | roles/common | 1,899 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Ensure Homebrew is installed\n block:\n - name: Check if Homebrew is installed\n command: which brew\n register: brew_installed\n ignore_errors: yes\n changed_when: false\n\n - name: Install Homebrew if not present\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | ekn-j/macsetup | 4a307f644f99847ea6e25241b87c3eb344259e25 | 0 | roles/git | 1,899 | [
"no_license"
] | [
{
"path": "roles/git/vars/main.yml",
"content": "---\ngit_user_name: \"ekn-j \"\ngit_user_email: \"<EMAIL>\"\ngit_ssh_key_type: \"ed25519\" # or \"rsa\" if you prefer\ngit_ssh_key_comment: \"{{ git_user_email }}\"\ngit_ssh_key_path: \"~/.ssh/id_{{ git_ssh_key_type }}\"\ngit_core_editor: \"nvim\"\ngit_defau... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2052,
"all_permissive": false
} |
ansible_role | ekn-j/macsetup | 4a307f644f99847ea6e25241b87c3eb344259e25 | 0 | roles/golang | 1,899 | [
"no_license"
] | [
{
"path": "roles/golang/tasks/main.yml",
"content": "---\n- name: Install latest Golang\n homebrew:\n name: go\n state: present\n\n- name: Set up Go environment variables\n blockinfile:\n path: ~/.zshrc\n block: |\n export GOPATH=$HOME/go\n export PATH=$PATH:$GOPATH/bin\n export... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | ekn-j/macsetup | 4a307f644f99847ea6e25241b87c3eb344259e25 | 0 | roles/nvim | 1,899 | [
"no_license"
] | [
{
"path": "roles/nvim/tasks/main.yml",
"content": "---\n- name: Install Neovim\n homebrew:\n name: neovim\n state: present\n\n- name: Create Neovim config directory\n file:\n path: ~/.config/nvim\n state: directory\n\n- name: Clone Neovim config from GitHub\n git:\n repo: \"https://github.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | ekn-j/macsetup | 4a307f644f99847ea6e25241b87c3eb344259e25 | 0 | roles/terminal | 1,899 | [
"no_license"
] | [
{
"path": "roles/terminal/tasks/main.yml",
"content": "---\n- name: Install Ghostty\n homebrew_cask:\n name: ghostty\n state: present\n\n- name: Install Oh My zsh\n shell: sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n args:\n creates: ~/.oh-m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | ekn-j/macsetup | 4a307f644f99847ea6e25241b87c3eb344259e25 | 0 | roles/tools | 1,899 | [
"no_license"
] | [
{
"path": "roles/tools/tasks/main.yml",
"content": "---\n- name: Install basic tools\n homebrew:\n name: \"{{ item }}\"\n state: present\n loop:\n - iperf3\n - fzf\n - bat\n - nmap\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | ekn-j/macsetup | 4a307f644f99847ea6e25241b87c3eb344259e25 | 0 | roles/vscode | 1,899 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "---\n\n\n- name: Install Visual Studio Code\n homebrew:\n name: visual-studio-code\n state: present\n\n- name: install VScode extenstions\n command: code --install-extension {{ item }}\n loop:\n - golang.Go\n - ms-vscode.makefile-tools\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": false
} |
ansible_role | theotheu/ollama-provisioning | edd9ffcc033a068c2eebdaef1b266f39bee5ca8a | 0 | ansible/roles/common | 1,899 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: Set timezone\n timezone:\n name: \"{{ server_timezone }}\"\n\n- name: Set locale languages\n locale_gen: name=en_US.UTF-8\n\n- name: Update and upgrade apt packages\n apt: >\n upgrade=yes\n update_cache=yes\n cache_va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1204,
"all_permissive": false
} |
ansible_role | theotheu/ollama-provisioning | edd9ffcc033a068c2eebdaef1b266f39bee5ca8a | 0 | ansible/roles/letsencrypt | 1,899 | [
"no_license"
] | [
{
"path": "ansible/roles/letsencrypt/tasks/main.yml",
"content": "---\n\n- name: \"Installing certbot\"\n command: apt install certbot -y\n environment:\n DEBIAN_FRONTEND: noninteractive\n\n- name: \"Installing python3-certbot-nginx\"\n command: apt install python3-certbot-nginx -y\n environment:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | theotheu/ollama-provisioning | edd9ffcc033a068c2eebdaef1b266f39bee5ca8a | 0 | ansible/roles/nginx | 1,899 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n\n- name: Update the repository cache and update package \"nginx\" to latest version using default release squeeze-backport\n apt:\n name: nginx\n state: latest\n update_cache: yes\n\n# - hosts: all\n# become: yes\n# tasks:\n\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1451,
"all_permissive": false
} |
ansible_role | theotheu/ollama-provisioning | edd9ffcc033a068c2eebdaef1b266f39bee5ca8a | 0 | ansible/roles/ollama | 1,899 | [
"no_license"
] | [
{
"path": "ansible/roles/ollama/tasks/main.yml",
"content": "---\n\n- name: Download Llama3\n ansible.builtin.shell: wget https://ollama.ai/install.sh\n\n- name: Install Llama3\n ansible.builtin.shell: sh ./install.sh\n\n- name: Pull model Llama3\n ansible.builtin.shell: ollama pull {{ model }}\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 971,
"all_permissive": false
} |
ansible_role | ateoto/peach-pit | c0b842e43c12a44b9885fe442a12df2ec08c1352 | 0 | deployment/ansible/roles/deploy_homeassistant | 1,899 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/deploy_homeassistant/tasks/main.yml",
"content": "---\n\n- name: Sync Config\n copy:\n src: ../../home-assistant/\n dest: /home/mmccants/homeassistant/ # TODO: Don't install here.\n\n- name: Ensure we have python docker package available\n pip:\n name: docker\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 922,
"all_permissive": false
} |
ansible_role | ateoto/peach-pit | c0b842e43c12a44b9885fe442a12df2ec08c1352 | 0 | deployment/ansible/roles/mqtt | 1,899 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/mqtt/tasks/main.yml",
"content": "---\n\n- name: apt update\n apt:\n update_cache: yes\n become: yes\n\n- name: apt upgrade\n apt:\n upgrade: safe\n become: yes\n\n- name: install bluetooth firmware\n apt:\n name: pi-bluetooth\n become: yes\n register: blu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | ateoto/peach-pit | c0b842e43c12a44b9885fe442a12df2ec08c1352 | 0 | deployment/ansible/roles/upgrade | 1,899 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/upgrade/tasks/main.yml",
"content": "---\n\n- name: apt update\n apt:\n update_cache: yes\n become: yes\n\n- name: apt upgrade\n apt:\n upgrade: safe\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 126,
"all_permissive": false
} |
ansible_role | gadiroff/RabbitMQ_AnsibleRole | 356607b0803b641c90cb1d05e67020d76b860b7e | 0 | roles/rabbitmq | 1,899 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "# ansible/roles/rabbitmq/tasks/main.yml\n- name: Basic system update and setup software\n import_tasks: install.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "roles/rabbitmq/tasks/in... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 992,
"all_permissive": false
} |
ansible_role | sampath-devops/ansible | 05e976e1701e887fcbbdf4a318123020e186afba | 0 | exercise6/roles/dbserver | 1,899 | [
"no_license"
] | [
{
"path": "exercise6/roles/dbserver/tasks/main.yml",
"content": "---\n# tasks file for dbserver\n- name: install mysql-server\n yum: name=mysql-server state=installed\n\n- name: starting mysql service\n service: name=mysqld state=started",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 168,
"all_permissive": false
} |
ansible_role | sampath-devops/ansible | 05e976e1701e887fcbbdf4a318123020e186afba | 0 | exercise6/roles/webserver | 1,899 | [
"no_license"
] | [
{
"path": "exercise6/roles/webserver/vars/main.yml",
"content": "---\n# vars file for webserver\n http_port: 800\n doc_dir: /ansible/\n doc_root: /var/www/html/\n max_clients: 5\n username: sampath",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2102,
"all_permissive": false
} |
ansible_role | sakshi88/udacity-prj5 | 7e8e58a1d41bfde16e37dc59a82b51b3c5e4a226 | 0 | ansible/roles/cluster-deployment | 1,899 | [
"no_license"
] | [
{
"path": "ansible/roles/cluster-deployment/files/capstone-deployment.yaml",
"content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: capstone-deployment\n labels:\n app: capstone-app\nspec:\n replicas: 2\n selector:\n matchLabels:\n app: capstone-app\n template:\n metadata:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | sakshi88/udacity-prj5 | 7e8e58a1d41bfde16e37dc59a82b51b3c5e4a226 | 0 | ansible/roles/install-awscli | 1,899 | [
"no_license"
] | [
{
"path": "ansible/roles/install-awscli/tasks/main.yml",
"content": "- name: \"Download AWS CLI\"\n shell: curl \"https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\" -o \"awscliv2.zip\"\n args:\n chdir: $HOME\n\n- name: \"Unzip AWS CLI\"\n shell: unzip awscliv2.zip\n args:\n chdir: $HOME\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 295,
"all_permissive": false
} |
ansible_role | sakshi88/udacity-prj5 | 7e8e58a1d41bfde16e37dc59a82b51b3c5e4a226 | 0 | ansible/roles/install-kubectl | 1,899 | [
"no_license"
] | [
{
"path": "ansible/roles/install-kubectl/tasks/main.yml",
"content": "- name: \"Download kubectl\"\n shell: curl -o kubectl https://amazon-eks.s3.us-west-2.amazonaws.com/1.19.6/2021-01-05/bin/linux/amd64/kubectl\n args:\n chdir: $HOME\n\n- name: \"Apply execute permissions to kubectl downloaded\"\n sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | alihoda/wordpress-ansible-role | 47bd7552c779c4d754443c0cdaf69122ba5b7616 | 0 | roles/common | 1,899 | [
"no_license"
] | [
{
"path": "roles/common/meta/main.yml",
"content": "galaxy_info:\n author: aliho\n description: Setup and harding the servers\n\n min_ansible_version: '2.1'\n\n platforms:\n - name: Debian\n\n license: MIT\n\n galaxy_tags:\n - debian\n - linux\n - hardening\n - iptables\n\ndependencies:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2588,
"all_permissive": false
} |
ansible_role | alihoda/wordpress-ansible-role | 47bd7552c779c4d754443c0cdaf69122ba5b7616 | 0 | roles/docker | 1,899 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yml",
"content": "---\n- name: Daemon reload\n ansible.builtin.systemd_service:\n daemon-reload: true\n\n- name: Restart docker service\n ansible.builtin.service:\n name: docker\n state: restarted\n\n- name: Enable docker service\n ansible.builtin.service:\n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 10038,
"all_permissive": false
} |
ansible_role | alihoda/wordpress-ansible-role | 47bd7552c779c4d754443c0cdaf69122ba5b7616 | 0 | roles/nginx | 1,899 | [
"no_license"
] | [
{
"path": "roles/nginx/README.md",
"content": "Nginx Role\n=========\n\nThis role up and running the nginx container with its conf files.\n\nRequirements\n------------\n\nif you want to use a self-signed certificate, you should have the `crt` and `key` files and add them in the `roles/nginx/files` directory... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5507,
"all_permissive": false
} |
ansible_role | alihoda/wordpress-ansible-role | 47bd7552c779c4d754443c0cdaf69122ba5b7616 | 0 | roles/wordpress | 1,899 | [
"no_license"
] | [
{
"path": "roles/wordpress/meta/main.yml",
"content": "galaxy_info:\n author: aliho\n description: Up and running wordpress as docker container\n\n license: MIT\n\n min_ansible_version: '2.1'\n\n platforms:\n - name: Debian\n versions:\n - all\n\n galaxy_tags:\n - wordpress\n - do... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2752,
"all_permissive": false
} |
ansible_role | code-kriya/wordpress-setup | 8b5d22ff70e84e7ff3749bb73ea2b4a1a69c0bee | 0 | ansible_playbooks/roles/mysql | 1,899 | [
"no_license"
] | [
{
"path": "ansible_playbooks/roles/mysql/handlers/main.yaml",
"content": "---\n- name: restart mysql\n command: service mysql restart\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "ansible_playbooks/roles/mysql/tasks/main.yaml",
"content": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 734,
"all_permissive": false
} |
ansible_role | code-kriya/wordpress-setup | 8b5d22ff70e84e7ff3749bb73ea2b4a1a69c0bee | 0 | ansible_playbooks/roles/nginx | 1,899 | [
"no_license"
] | [
{
"path": "ansible_playbooks/roles/nginx/tasks/main.yaml",
"content": "---\n- name: Add nginx repository\n apt_repository:\n repo: \"ppa:ondrej/nginx\"\n state: present\n\n- name: Import GPG key for nginx repository\n apt_key:\n url: https://nginx.org/keys/nginx_signing.key\n state: present\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2980,
"all_permissive": false
} |
ansible_role | code-kriya/wordpress-setup | 8b5d22ff70e84e7ff3749bb73ea2b4a1a69c0bee | 0 | ansible_playbooks/roles/php-fpm | 1,899 | [
"no_license"
] | [
{
"path": "ansible_playbooks/roles/php-fpm/handlers/main.yaml",
"content": "- name: Test php configuration\n command: php-fpm8.0 -t\n\n- name: Restart php service\n command: service php8.0-fpm restart\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2534,
"all_permissive": false
} |
ansible_role | code-kriya/wordpress-setup | 8b5d22ff70e84e7ff3749bb73ea2b4a1a69c0bee | 0 | ansible_playbooks/roles/wordpress | 1,899 | [
"no_license"
] | [
{
"path": "ansible_playbooks/roles/wordpress/tasks/main.yaml",
"content": "---\n- name: Download WordPress cli\n get_url:\n url: https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar\n dest: /usr/local/bin/wp\n- name: Change file permissions\n file:\n path: /usr/local/bin/wp\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2218,
"all_permissive": false
} |
ansible_role | GSmurf/vm-vagrant-dev | d4078066ef8b8cc2937209c54c3c47feab0d3ea9 | 0 | provision/ansible/roles/clitools | 1,899 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/clitools/tasks/install.yml",
"content": "# FIXME: wait for upstream SNI support\n#- name: Fetch clitools (latest)\n# get_url:\n# url: 'https://dl.webdevops.io/clicommand/clitools.phar'\n# dest: /usr/local/bin/ct\n# owner: 'root'\n# group: 'root'\n# mode:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1139,
"all_permissive": false
} |
ansible_role | GSmurf/vm-vagrant-dev | d4078066ef8b8cc2937209c54c3c47feab0d3ea9 | 0 | provision/ansible/roles/common | 1,899 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/common/tasks/system.yml",
"content": "- name: Add tmp cleanup at reboot [Debian]\n lineinfile:\n dest: '/etc/default/rcS'\n regexp: '^#?TMPTIME=0'\n line: 'TMPTIME=0'\n when: ansible_os_family == 'Debian'\n\n- name: Disable blank console screensaver\n linei... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 9964,
"all_permissive": false
} |
ansible_role | GSmurf/vm-vagrant-dev | d4078066ef8b8cc2937209c54c3c47feab0d3ea9 | 0 | provision/ansible/roles/customization | 1,899 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/customization/tasks/main.yml",
"content": "- include: synchronize.yml\n tags:\n - maintenance",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "provision/ansible/roles/customization/tasks/synchronize.yml",
"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | GSmurf/vm-vagrant-dev | d4078066ef8b8cc2937209c54c3c47feab0d3ea9 | 0 | provision/ansible/roles/disk | 1,899 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/disk/tasks/disk-mounting.yml",
"content": "- name: Stop services\n command: 'service {{ item }} stop'\n with_items:\n - 'docker'\n ignore_errors: yes\n when: PROVISION.docker == 1\n\n- name: Create mountpoint (/mnt/data)\n file:\n path: /mnt/data\n state: di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1556,
"all_permissive": false
} |
ansible_role | GSmurf/vm-vagrant-dev | d4078066ef8b8cc2937209c54c3c47feab0d3ea9 | 0 | provision/ansible/roles/dnsmasq | 1,899 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/dnsmasq/tasks/configuration.yml",
"content": "# - name: Display all variables/facts known for a host\n# debug: var=hostvars[inventory_hostname]\n \n- name: Deploy dnsmasq configuration (development)\n template:\n src: roles/dnsmasq/templates/development.j2\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2730,
"all_permissive": false
} |
ansible_role | GSmurf/vm-vagrant-dev | d4078066ef8b8cc2937209c54c3c47feab0d3ea9 | 0 | provision/ansible/roles/docker | 1,899 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/docker/tasks/maintenance.yml",
"content": "- name: Cleanup old orphaned docker images\n raw: 'docker images -qf \"dangling=true\" | xargs --no-run-if-empty docker rmi'\n when: DOCKER.cleanup.images is defined and DOCKER.cleanup.images\n ignore_errors: yes\n\n- name: Cle... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7743,
"all_permissive": false
} |
ansible_role | GSmurf/vm-vagrant-dev | d4078066ef8b8cc2937209c54c3c47feab0d3ea9 | 0 | provision/ansible/roles/docker-proxy | 1,899 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/docker-proxy/tasks/install.yml",
"content": "- name: Install apache2\n apt:\n pkg: '{{ item }}'\n state: present\n with_items:\n - apache2-mpm-worker\n - libapache2-mod-macro\n - apache2-utils\n\n- name: Enable apache modules\n command: 'a2enmod {{ item... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1677,
"all_permissive": false
} |
ansible_role | GSmurf/vm-vagrant-dev | d4078066ef8b8cc2937209c54c3c47feab0d3ea9 | 0 | provision/ansible/roles/finalize | 1,899 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/finalize/tasks/cleanup.yml",
"content": "- name: Cleanup apt [Debian]\n command: apt-get clean -y\n when: ansible_os_family == 'Debian'\n\n- name: Cleanup apt [Debian]\n command: apt-get autoclean -y\n when: ansible_os_family == 'Debian'\n\n- name: Cleanup yum [RedHat]... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 621,
"all_permissive": false
} |
ansible_role | GSmurf/vm-vagrant-dev | d4078066ef8b8cc2937209c54c3c47feab0d3ea9 | 0 | provision/ansible/roles/git | 1,899 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/git/tasks/install-from-source.yml",
"content": "---\n- name: Ensure git's dependencies are installed (RedHat).\n yum: \"pkg={{ item }} state=installed\"\n with_items:\n - gettext-devel\n - expat-devel\n - curl-devel\n - zlib-devel\n - perl-devel\n - ope... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2610,
"all_permissive": false
} |
ansible_role | GSmurf/vm-vagrant-dev | d4078066ef8b8cc2937209c54c3c47feab0d3ea9 | 0 | provision/ansible/roles/motd | 1,899 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/motd/files/FireMotD.sh",
"content": "#!/bin/bash\n\nVerbose=0\n\nWriteLog () {\n if [ -z \"$1\" ] ; then\n echo \"WriteLog: Log parameter #1 is zero length. Please debug...\"\n exit 1\n else\n if [ -z \"$2\" ] ; then\n echo \"WriteLog:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 12585,
"all_permissive": false
} |
ansible_role | GSmurf/vm-vagrant-dev | d4078066ef8b8cc2937209c54c3c47feab0d3ea9 | 0 | provision/ansible/roles/ntp | 1,899 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/ntp/tasks/install.yml",
"content": "- name: Remove old ntp packages [Debian]\n apt:\n pkg: '{{ item }}'\n state: absent\n purge: yes\n with_items:\n - ntp\n - openntpd\n when: ansible_os_family == 'Debian'\n\n- name: Remove old ntp packages [RedHat]\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 776,
"all_permissive": false
} |
ansible_role | GSmurf/vm-vagrant-dev | d4078066ef8b8cc2937209c54c3c47feab0d3ea9 | 0 | provision/ansible/roles/php | 1,899 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/php/tasks/install.yml",
"content": "- name: Install php [Debian]\n apt:\n pkg: '{{ item }}'\n state: present\n with_items:\n # PHP\n - php5-cli\n - php5-curl\n - php5-mysqlnd\n - php5-xhprof\n - php5-memcache\n - php5-mcrypt\n - php5-gd\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1754,
"all_permissive": false
} |
ansible_role | GSmurf/vm-vagrant-dev | d4078066ef8b8cc2937209c54c3c47feab0d3ea9 | 0 | provision/ansible/roles/user | 1,899 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/user/handlers/main.yml",
"content": "---\n- name: Restart incron\n service: name=incrond state=restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "provision/ansible/roles/user/tasks/profile.yml",
"conte... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 10184,
"all_permissive": false
} |
ansible_role | Misterhex/ansible-elk | 4ccdfd5dfb70b8b85a8bffddb80e238d8efbb3d5 | 3 | roles/curator | 1,899 | [
"no_license"
] | [
{
"path": "roles/curator/handlers/main.yml",
"content": "---\n# handlers file for curator",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/curator/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2193,
"all_permissive": false
} |
ansible_role | Misterhex/ansible-elk | 4ccdfd5dfb70b8b85a8bffddb80e238d8efbb3d5 | 3 | roles/elastalert | 1,899 | [
"no_license"
] | [
{
"path": "roles/elastalert/vars/main.yml",
"content": "---\n# vars file for elastalert",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/elastalert/handlers/main.yml",
"content": "---\n# handlers file for elastalert",
"license_type": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1463,
"all_permissive": false
} |
ansible_role | Misterhex/ansible-elk | 4ccdfd5dfb70b8b85a8bffddb80e238d8efbb3d5 | 3 | roles/elastic5x | 1,899 | [
"no_license"
] | [
{
"path": "roles/elastic5x/handlers/main.yml",
"content": "---\n# handlers file for elastic5x",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/elastic5x/vars/main.yml",
"content": "---\n# vars file for elastic5x",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | Misterhex/ansible-elk | 4ccdfd5dfb70b8b85a8bffddb80e238d8efbb3d5 | 3 | roles/elasticsearch | 1,899 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n# tasks file for elasticsearch\n- name: Update repositories cache and install \"elasticsearch\" package\n apt:\n name: elasticsearch\n state: present\n update_cache: yes\n\n- name: Template elasticsearch config\n template:\n src:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1103,
"all_permissive": false
} |
ansible_role | Misterhex/ansible-elk | 4ccdfd5dfb70b8b85a8bffddb80e238d8efbb3d5 | 3 | roles/elasticsearch-ingest-openstack | 1,899 | [
"no_license"
] | [
{
"path": "roles/elasticsearch-ingest-openstack/handlers/main.yml",
"content": "---\n# handlers file for elasticsearch-ingest-openstack",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/elasticsearch-ingest-openstack/files/pipelines.json",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 849,
"all_permissive": false
} |
ansible_role | Misterhex/ansible-elk | 4ccdfd5dfb70b8b85a8bffddb80e238d8efbb3d5 | 3 | roles/filebeat | 1,899 | [
"no_license"
] | [
{
"path": "roles/filebeat/defaults/main.yml",
"content": "---\n# defaults file for filebeat",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/filebeat/tasks/main.yml",
"content": "---\n# tasks file for filebeat\n- name: Install deb package ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | Misterhex/ansible-elk | 4ccdfd5dfb70b8b85a8bffddb80e238d8efbb3d5 | 3 | roles/java8 | 1,899 | [
"no_license"
] | [
{
"path": "roles/java8/defaults/main.yml",
"content": "---\n# defaults file for java8",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/java8/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - java8",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 668,
"all_permissive": false
} |
ansible_role | Misterhex/ansible-elk | 4ccdfd5dfb70b8b85a8bffddb80e238d8efbb3d5 | 3 | roles/kibana | 1,899 | [
"no_license"
] | [
{
"path": "roles/kibana/files/default_index.json",
"content": "{\n \"defaultIndex\": \"filebeat-*\"\n}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/kibana/files/metricbeat.json",
"content": "{\n \"title\": \"metricbeat-*\",\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1670,
"all_permissive": false
} |
ansible_role | Misterhex/ansible-elk | 4ccdfd5dfb70b8b85a8bffddb80e238d8efbb3d5 | 3 | roles/metricbeat | 1,899 | [
"no_license"
] | [
{
"path": "roles/metricbeat/defaults/main.yml",
"content": "---\n# defaults file for metricbeat",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/metricbeat/tasks/main.yml",
"content": "---\n# tasks file for metricbeat\n- name: Install deb ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 652,
"all_permissive": false
} |
ansible_role | Misterhex/ansible-elk | 4ccdfd5dfb70b8b85a8bffddb80e238d8efbb3d5 | 3 | roles/packetbeat | 1,899 | [
"no_license"
] | [
{
"path": "roles/packetbeat/vars/main.yml",
"content": "---\n# vars file for packetbeat",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/packetbeat/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": 665,
"all_permissive": false
} |
ansible_role | Misterhex/ansible-elk | 4ccdfd5dfb70b8b85a8bffddb80e238d8efbb3d5 | 3 | roles/pip | 1,899 | [
"no_license"
] | [
{
"path": "roles/pip/handlers/main.yml",
"content": "---\n# handlers file for pip",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/pip/tasks/main.yml",
"content": "---\n# tasks file for pip\n- name: Update repositories cache and install \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | agarapunaveen/ansible-roles-expense | e5c24b9f8f823dece87924e6b067363f8f02bfb3 | 0 | roles/backend | 1,899 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yml",
"content": "\n - name: disable nodejs\n ansible.builtin.command: dnf module disable nodejs -y\n\n - name: enable nodejs20\n ansible.builtin.command: dnf module enable nodejs:20 -y\n\n - name: install nodejs\n ansible.builtin.dnf:\n name: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1546,
"all_permissive": false
} |
ansible_role | agarapunaveen/ansible-roles-expense | e5c24b9f8f823dece87924e6b067363f8f02bfb3 | 0 | roles/common | 1,899 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app-pre-req.yml",
"content": "- name: delete directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: absent\n\n- name: create directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: directory\n\n- name: unzip and extract the cod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | agarapunaveen/ansible-roles-expense | e5c24b9f8f823dece87924e6b067363f8f02bfb3 | 0 | roles/db | 1,899 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": " - name: install mysql server\n ansible.builtin.dnf:\n name: mysql-server\n state: latest\n\n - name: enable mysql\n ansible.builtin.service:\n name: mysqld\n state: started\n enabled: yes\n\n - name: install python mys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 979,
"all_permissive": false
} |
ansible_role | agarapunaveen/ansible-roles-expense | e5c24b9f8f823dece87924e6b067363f8f02bfb3 | 0 | roles/frontend | 1,899 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "\n - name: install nginx server\n ansible.builtin.dnf:\n name: nginx\n state: latest\n\n - name: starat and enable nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n - name: run... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 675,
"all_permissive": false
} |
ansible_role | ravenac95/readytowork | fc2dd68f19d19caef392724ae8d60947d83dc964 | 3 | roles/casks | 1,899 | [
"no_license"
] | [
{
"path": "roles/casks/tasks/main.yml",
"content": "- name: Check for installation \n stat: \n path: \"{{ item.install_path }}\"\n with_items: \"{{ casks_to_install }}\"\n register: installed_apps\n\n- name: Install casks\n homebrew_cask:\n name: \"{{ item.item.name }}\"\n state: present\n wit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | ravenac95/readytowork | fc2dd68f19d19caef392724ae8d60947d83dc964 | 3 | roles/homebrew | 1,899 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/main.yml",
"content": "- name: Install homebrew packages\n homebrew:\n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ brew_packages_to_install }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | ravenac95/readytowork | fc2dd68f19d19caef392724ae8d60947d83dc964 | 3 | roles/node-packages | 1,899 | [
"no_license"
] | [
{
"path": "roles/node-packages/tasks/main.yml",
"content": "- name: Install node packages\n npm:\n name: \"{{ item }}\"\n global: true\n state: latest\n with_items: \"{{ node_packages_to_install }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | ravenac95/readytowork | fc2dd68f19d19caef392724ae8d60947d83dc964 | 3 | roles/taps | 1,899 | [
"no_license"
] | [
{
"path": "roles/taps/tasks/main.yml",
"content": "- name: Add tap\n homebrew_tap:\n name: \"{{ item.name }}\"\n with_items: \"{{ taps }}\"\n\n- name: Install packages from taps\n homebrew:\n name: \"{{ item.1 }}\"\n with_subelements:\n - \"{{ taps }}\"\n - packages\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | a-solovey/k8s_project | 1d57d8b4d2e16f7265a59b22d17fa054e44dc2da | 0 | infra/roles/docker | 1,899 | [
"no_license"
] | [
{
"path": "infra/roles/docker/defaults/main.yml",
"content": "# docker_registry: nexus.svrw.oao.rzd\ndocker_registry: none\ndocker_registry_user: none\ndocker_registry_pass: none\ndocker_configuration_dir: \"/etc/docker\"\ndocker_data_root: \"/data/docker\"",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3148,
"all_permissive": false
} |
ansible_role | a-solovey/k8s_project | 1d57d8b4d2e16f7265a59b22d17fa054e44dc2da | 0 | infra/roles/firewall | 1,899 | [
"no_license"
] | [
{
"path": "infra/roles/firewall/defaults/main.yml",
"content": "ports_list: []\nopen_udp: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "infra/roles/firewall/tasks/public.yml",
"content": "- ansible.builtin.service_facts:\n\n- name: Co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 945,
"all_permissive": false
} |
ansible_role | a-solovey/k8s_project | 1d57d8b4d2e16f7265a59b22d17fa054e44dc2da | 0 | infra/roles/haproxy | 1,899 | [
"no_license"
] | [
{
"path": "infra/roles/haproxy/tasks/main.yaml",
"content": "- name: create /opt/ha_config directory\n ansible.builtin.file:\n path: /opt/hap_config \n state: directory \n mode: 0644\n owner: root\n group: root\n\n- name: generate and copy HAproxy config\n ansible.builtin.template: \n s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2550,
"all_permissive": false
} |
ansible_role | a-solovey/k8s_project | 1d57d8b4d2e16f7265a59b22d17fa054e44dc2da | 0 | infra/roles/istio | 1,899 | [
"no_license"
] | [
{
"path": "infra/roles/istio/defaults/main.yml",
"content": "# istio_chart_version: 1.15.3\nistio_chart_version: 1.16.1\ndocker_registry: docker.io\ncustom_ingress_ports: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "infra/roles/istio/tasks... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3253,
"all_permissive": false
} |
ansible_role | a-solovey/k8s_project | 1d57d8b4d2e16f7265a59b22d17fa054e44dc2da | 0 | infra/roles/keepalived | 1,899 | [
"no_license"
] | [
{
"path": "infra/roles/keepalived/tasks/main.yaml",
"content": "- ansible.builtin.service_facts:\n\n- name: Configuring firewalld\n block:\n\n - name: Add keepalived rule for public zone\n ansible.posix.firewalld:\n immediate: true\n zone: public\n permanent: true\n state: enabled\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3019,
"all_permissive": false
} |
ansible_role | a-solovey/k8s_project | 1d57d8b4d2e16f7265a59b22d17fa054e44dc2da | 0 | infra/roles/kube_components | 1,899 | [
"no_license"
] | [
{
"path": "infra/roles/kube_components/tasks/add_worker.yml",
"content": "---\n- name: Parse join command\n ansible.builtin.set_fact:\n kubeadm_token: \"{{ hostvars[groups['k8s-masters'][0]]['temp_token'].stdout }}\"\n certificate_key: \"{{ hostvars[groups['k8s-masters'][0]]['kubeadm_upload_cert'].st... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 13586,
"all_permissive": false
} |
ansible_role | a-solovey/k8s_project | 1d57d8b4d2e16f7265a59b22d17fa054e44dc2da | 0 | infra/roles/metallb | 1,899 | [
"no_license"
] | [
{
"path": "infra/roles/metallb/defaults/main.yml",
"content": "metallb_version: v0.13.10\ndocker_registry: \"quay.io\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "infra/roles/metallb/tasks/main.yml",
"content": "- block:\n - name: Deploy... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 889,
"all_permissive": false
} |
ansible_role | a-solovey/k8s_project | 1d57d8b4d2e16f7265a59b22d17fa054e44dc2da | 0 | monitoring/ansible/roles/monitoring_config | 1,899 | [
"no_license"
] | [
{
"path": "monitoring/ansible/roles/monitoring_config/files/vm_files/templates/tg_simple.go",
"content": "{{ define \"__tg_fire_text_alert_list\" }}{{ range . }}\n🆘 🆘 🆘\n<b>Firing</b>\n{{.Annotations.summary | safeHtml}}\n{{.Annotations.description | safeHtml}}\n{{ if gt (len .Annotations.dashboard) 0 }}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 182164,
"all_permissive": false
} |
ansible_role | bharathkuppalacloud/robosho-ansible | cf41a786c18b4a707c4b153b987d07a6f65b2d53 | 0 | roles/common | 1,879 | [
"no_license"
] | [
{
"path": "roles/common/tasks/schema.yml",
"content": "- name: Load MongoDB schema\n when: schema_setup == \"mongo\"\n block:\n - name: COpy MongoDB repo file\n ansible.builtin.template:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n - name: Install MongoDB Client\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1225,
"all_permissive": false
} |
ansible_role | bharathkuppalacloud/robosho-ansible | cf41a786c18b4a707c4b153b987d07a6f65b2d53 | 0 | roles/mongo | 1,879 | [
"no_license"
] | [
{
"path": "roles/mongo/tasks/main.yml",
"content": "- name: Copy Mongod repo file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Install Mongo\n ansible.builtin.dnf:\n name: mongodb-org\n state: latest\n\n- name: Replace old hostname with new hostname ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 490,
"all_permissive": false
} |
ansible_role | bharathkuppalacloud/robosho-ansible | cf41a786c18b4a707c4b153b987d07a6f65b2d53 | 0 | roles/redis | 1,879 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Disable Default Redis module\n ansible.builtin.shell: dnf module disable redis -y\n\n- name: Enable Redis module\n ansible.builtin.shell: dnf module enable redis:7 -y\n\n\n- name: Install Redis\n ansible.builtin.dnf:\n name: redis\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | MarVReal/HOA_9.1 | db9a85da24a29ec6a3f1945e52d173d2ddd5c97b | 0 | roles/centos | 1,879 | [
"no_license"
] | [
{
"path": "roles/centos/tasks/main.yml",
"content": "- name: Making directory for prometheus (CentOS)\n file:\n path: ~/prometheus\n state: directory\n\n- name: Download and Extract Prometheus (CentOS)\n tags: source\n unarchive:\n src: https://github.com/prometheus/prometheus/releases/download/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 934,
"all_permissive": false
} |
ansible_role | MarVReal/HOA_9.1 | db9a85da24a29ec6a3f1945e52d173d2ddd5c97b | 0 | roles/ubuntu | 1,879 | [
"no_license"
] | [
{
"path": "roles/ubuntu/tasks/main.yml",
"content": "- name: Making directory for prometheus (Ubuntu)\n file:\n path: ~/prometheus\n state: directory\n\n- name: Download and Extract Prometheus (Ubuntu)\n unarchive:\n src: https://github.com/prometheus/prometheus/releases/download/v2.43.0/promethe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 874,
"all_permissive": false
} |
ansible_role | ShayanDeSh/blue_green_release | 43cbfcfa84636ac4aa55cab97ef497d35b5b9db2 | 0 | roles/blue_green | 1,879 | [
"no_license"
] | [
{
"path": "roles/blue_green/templates/cloud.j2",
"content": "# {{ ansible_managed }}\n\nupstream {{ nginx_upstream }} {\n server 127.0.0.1:{{ blue_green[current_color].port }};\n}\n\nserver {\n listen 80;\n\n access_log /var/log/nginx/{{ app_name }}.access.log;\n error_log /var/log/nginx/{{ app... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4553,
"all_permissive": false
} |
ansible_role | ShayanDeSh/blue_green_release | 43cbfcfa84636ac4aa55cab97ef497d35b5b9db2 | 0 | roles/docker_build | 1,879 | [
"no_license"
] | [
{
"path": "roles/docker_build/defaults/main.yml",
"content": "---\ndebug: true\nimage_name: cloud\nimage_version: latest\ndockerfile_path: ./ansible-blue-green/apps/v1.0.0\nbuild_args: {}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "roles/doc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1427,
"all_permissive": false
} |
ansible_role | ShayanDeSh/blue_green_release | 43cbfcfa84636ac4aa55cab97ef497d35b5b9db2 | 0 | roles/setup | 1,879 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n\n- name: docker prerequisite\n apt:\n pkg:\n - nginx\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n\n\n\n- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/ub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 955,
"all_permissive": false
} |
ansible_role | voltun/COMP90024-S1-2021-A2 | 5740a5f2c4880a18a8491f9da583b2fc6037c9c4 | 0 | Ansible/roles/db-setup | 1,879 | [
"no_license"
] | [
{
"path": "Ansible/roles/db-setup/tasks/main.yaml",
"content": "---\n# Ensure Apache is installed\n- name: Install Apache\n apt:\n name: ['apache2']\n update_cache: yes\n state: present\n when: ansible_distribution == \"Ubuntu\"\n\n# Install CouchDB dependencies\n- name: Install CouchDB dependenc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1510,
"all_permissive": false
} |
ansible_role | voltun/COMP90024-S1-2021-A2 | 5740a5f2c4880a18a8491f9da583b2fc6037c9c4 | 0 | Ansible/roles/debug-rm-instance | 1,879 | [
"no_license"
] | [
{
"path": "Ansible/roles/debug-rm-instance/tasks/main.yaml",
"content": "---\n# Remove deployed instances\n- name: Removing instances\n os_server:\n name: '{{ item.openstack.name }}'\n wait: yes\n timeout: 30\n state: absent\n loop: '{{ os_instance.results }}'\n\n# Remove deployed volumes\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 602,
"all_permissive": false
} |
ansible_role | voltun/COMP90024-S1-2021-A2 | 5740a5f2c4880a18a8491f9da583b2fc6037c9c4 | 0 | Ansible/roles/harvester-setup | 1,879 | [
"no_license"
] | [
{
"path": "Ansible/roles/harvester-setup/tasks/main.yaml",
"content": "---\n# Install dependencies for harvesters\n- name: Install harvester python dependencies\n pip:\n name: ['tweepy', 'lxml', 'xmltodict', 'couchdb', 'pandas']\n state: present\n\n- name: Clone git repo\n git:\n repo: https://gi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | voltun/COMP90024-S1-2021-A2 | 5740a5f2c4880a18a8491f9da583b2fc6037c9c4 | 0 | Ansible/roles/harvester-start | 1,879 | [
"no_license"
] | [
{
"path": "Ansible/roles/harvester-start/tasks/main.yaml",
"content": "---\n# Run the scripts!\n- name: Run Harvester scripts\n shell:\n python3 /github/MRC/src/main.py",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": false
} |
ansible_role | voltun/COMP90024-S1-2021-A2 | 5740a5f2c4880a18a8491f9da583b2fc6037c9c4 | 0 | Ansible/roles/instance-connection | 1,879 | [
"no_license"
] | [
{
"path": "Ansible/roles/instance-connection/tasks/main.yaml",
"content": "---\n# Connect into VM\n- name: Wait for connection\n wait_for:\n host: \"{{ item.openstack.public_v4 }}\"\n port: 22\n timeout: 120\n search_regex: OpenSSH\n loop: \"{{ os_instance.results }}\"\n\n# Add CouchDB instanc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1140,
"all_permissive": false
} |
ansible_role | voltun/COMP90024-S1-2021-A2 | 5740a5f2c4880a18a8491f9da583b2fc6037c9c4 | 0 | Ansible/roles/instance-internet-access | 1,879 | [
"no_license"
] | [
{
"path": "Ansible/roles/instance-internet-access/tasks/main.yaml",
"content": "---\n# Obtain internet access in MRC instances\n- name: Append proxy data to /etc/environment\n blockinfile:\n block: \"{{ lookup('file', 'proxy_data') }}\"\n path: /etc/environment",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 181,
"all_permissive": false
} |
ansible_role | voltun/COMP90024-S1-2021-A2 | 5740a5f2c4880a18a8491f9da583b2fc6037c9c4 | 0 | Ansible/roles/openstack-common | 1,879 | [
"no_license"
] | [
{
"path": "Ansible/roles/openstack-common/tasks/main.yaml",
"content": "---\n# Upgrade apt packages\n- name: Update apt list\n apt:\n update_cache: yes\n# sudo apt-get update \n\n- name: Upgrade all apt packages\n become: yes\n apt:\n upgrade: dist\n force_apt_get: yes\n# sudo apt-get upgrade\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1100,
"all_permissive": false
} |
ansible_role | voltun/COMP90024-S1-2021-A2 | 5740a5f2c4880a18a8491f9da583b2fc6037c9c4 | 0 | Ansible/roles/openstack-instance | 1,879 | [
"no_license"
] | [
{
"path": "Ansible/roles/openstack-instance/tasks/main.yaml",
"content": "---\n# Create an instance on NeCTAR\n- name: Create CouchDB and Harvester instances\n os_server:\n name: '{{ item.name }}'\n image: '{{ instance_image }}'\n key_name: '{{ instance_key_name }}'\n flavor: '{{ instance_flavo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1196,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.