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 | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/opensearch-plugins | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/opensearch-plugins/tasks/main.yml",
"content": "---\n- name: set up variables\n set_fact:\n opensearch_version: \"{{ opensearch_version | d('2.19.1') }}\"\n\n- name: install opensearch provided plugins\n shell: |\n OPENSEARCH_HOME=/opt/opensearch/current OPENSEARCH_JAVA_HOME... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2145,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/opensearchDashboards | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/opensearchDashboards/files/opt/app/conf/opensearch-dashboards/certs/user/README.md",
"content": "place to store user's certs",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 27
},
{
"path": "ansible/roles/opensearchDa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2397,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/OpenSearch | 030817f76a2e0541d84b96754ed850ba2e88bcb7 | 0 | ansible/roles/utils | 113 | [
"permissive"
] | [
{
"path": "ansible/roles/utils/tasks/infinilabs-plugin.yml",
"content": "# only for outer calling with loop\n- name: Download plugin {{ item }}\n include_role:\n name: downloader\n vars:\n opts:\n pkg_name: opensearch-plugins\n pkg_version: \"{{ opensearch_version }}\"\n pkg_feature: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 490,
"all_permissive": true
} |
ansible_role | zhukovRoman/ansible-rails-playbook | b31c42488792dadfc486fc87dfd2319bfa0801bf | 0 | playbooks/roles/initial | 113 | [
"no_license"
] | [
{
"path": "playbooks/roles/initial/tasks/main.yaml",
"content": "---\n- name: Install common packages\n apt:\n name={{ item }}\n state=present\n update_cache=yes\n cache_valid_time=3600\n with_items:\n - zsh\n - git\n - whois\n - curl\n - libssl-dev\n - nodejs",
"license_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | zhukovRoman/ansible-rails-playbook | b31c42488792dadfc486fc87dfd2319bfa0801bf | 0 | playbooks/roles/nginx | 113 | [
"no_license"
] | [
{
"path": "playbooks/roles/nginx/tasks/main.yaml",
"content": "---\n- name: Install inginx\n apt:\n name: '{{ item }}'\n state: present\n with_items:\n - nginx\n\n- name: Give deploy user permissions for www directory\n file:\n path=/var/www\n state=directory\n owner={{ deploy_user }}\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | zhukovRoman/ansible-rails-playbook | b31c42488792dadfc486fc87dfd2319bfa0801bf | 0 | playbooks/roles/postgres | 113 | [
"no_license"
] | [
{
"path": "playbooks/roles/postgres/tasks/main.yaml",
"content": "---\n- name: Install last version pg sql\n apt:\n name: '{{ item }}'\n state: present\n with_items:\n - postgresql\n - postgresql-contrib\n - libpq-dev\n - python-psycopg2\n\n- name: Configure PostgreSQL\n become: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/bspwm | 113 | [
"no_license"
] | [
{
"path": "roles/bspwm/tasks/main.yml",
"content": "---\n- name: Copy Bspwm config\n copy:\n src: \"../files/bspwm\"\n dest: \"{{ USER_DIR }}/.config\"\n owner: \"{{ USER }}\"\n group: \"{{ USER }}\"\n mode: '0755'\n\n- name: Change Xsession to Bspwm\n shell: \"sed -i s/lightdm/bspwm/g /etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/burpsuite | 113 | [
"no_license"
] | [
{
"path": "roles/burpsuite/tasks/main.yml",
"content": "---\n- name: Install JDK 21\n apt:\n name: openjdk-21-jdk\n state: latest\n\n- name: Remove BurpSuite\n apt:\n name: burpsuite\n state: absent\n\n- name: Copy BurpSuite\n copy:\n src: \"../files/burpsuite\"\n dest: \"/usr/share\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 861,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/end-installation | 113 | [
"no_license"
] | [
{
"path": "roles/end-installation/tasks/main.yml",
"content": "---\n- name: Delete github folder\n file:\n path: \"{{ USER_DIR }}/github\"\n state: absent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 93,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/firefox | 113 | [
"no_license"
] | [
{
"path": "roles/firefox/files/.mozilla/firefox/s4lwgnph.default-esr/datareporting/session-state.json",
"content": "{\"sessionId\":\"a85026d1-025f-4aca-91cc-aabe234d508e\",\"subsessionId\":\"a931daf8-227f-4dc3-9397-2cf83c018ffb\",\"profileSubsessionCounter\":7,\"newProfilePingSent\":true}",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 89073,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/hack-nerd-fonts | 113 | [
"no_license"
] | [
{
"path": "roles/hack-nerd-fonts/tasks/main.yml",
"content": "---\n- name: Copy Hack Nerd Fonts\n copy:\n src: \"../files/hack\"\n dest: \"/usr/share/fonts\"\n owner: root\n group: root\n mode: '0755'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 144,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/install-all | 113 | [
"no_license"
] | [
{
"path": "roles/install-all/tasks/main.yml",
"content": "---\n- name: Update and upgrade all\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Install dependencies\n apt:\n name:\n - build-essential\n - git\n - vim\n - kitty\n - feh\n - scrot\n - scrub\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2066,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/kitty | 113 | [
"no_license"
] | [
{
"path": "roles/kitty/tasks/main.yml",
"content": "---\n- name: Copy Kitty config\n copy:\n src: \"../files/kitty\"\n dest: \"{{ USER_DIR }}/.config\"\n owner: \"{{ USER }}\"\n group: \"{{ USER }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/nvchad | 113 | [
"no_license"
] | [
{
"path": "roles/nvchad/tasks/main.yml",
"content": "---\n- name: Install Neovim\n shell: \"cd {{ USER_DIR }} && curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage && chmod u+x nvim.appimage && ./nvim.appimage --appimage-extract && ./squashfs-root/AppRun --version && sudo mv s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 654,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/others | 113 | [
"no_license"
] | [
{
"path": "roles/others/tasks/main.yml",
"content": "---\n- name: Unzip rockyou.txt\n shell: \"cd /usr/share/wordlists && gzip -d rockyou.txt.gz\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/p10k | 113 | [
"no_license"
] | [
{
"path": "roles/p10k/tasks/main.yml",
"content": "---\n- name: Clone p10k repository\n git:\n repo: https://github.com/romkatv/powerlevel10k.git\n dest: \"{{ USER_DIR }}/.powerlevel10k\"\n clone: yes\n depth: 1\n recursive: no\n\n- name: Change p10k repository permissions\n file:\n path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 650,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/picom | 113 | [
"no_license"
] | [
{
"path": "roles/picom/tasks/main.yml",
"content": "---\n- name: Clone Picom repository\n git:\n repo: https://github.com/ibhagwan/picom.git\n dest: \"{{ USER_DIR }}/github/picom\"\n clone: yes\n recursive: no\n\n- name: Install Picom\n shell: \"cd {{ USER_DIR }}/github/picom && git submodule ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 513,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/polybar | 113 | [
"no_license"
] | [
{
"path": "roles/polybar/files/bin/htb_status.sh",
"content": "#!/bin/sh\n\nIFACE=$(/usr/sbin/ifconfig | grep tun0 | awk '{print $1}' | tr -d ':')\n\nif [ \"$IFACE\" = \"tun0\" ]; then\n echo \"%{F#77c7f4} %{F#FFFFFF}$(/usr/sbin/ifconfig tun0 | grep \"inet \" | awk '{print $2}')%{u-}\"\nelse\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1006,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/rofi | 113 | [
"no_license"
] | [
{
"path": "roles/rofi/tasks/main.yml",
"content": "---\n- name: Copy Rofi config\n copy:\n src: \"../files/rofi\"\n dest: \"{{ USER_DIR }}/.config\"\n mode: '0755'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/seclists | 113 | [
"no_license"
] | [
{
"path": "roles/seclists/tasks/main.yml",
"content": "---\n- name: Clone Seclists repository\n git:\n repo: https://github.com/danielmiessler/SecLists.git\n dest: \"/usr/share/wordlists/seclists\"\n clone: yes\n\n- name: Remove unnecesary files\n shell: \"cd /usr/share/wordlists/seclists && rm -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/sxhkd | 113 | [
"no_license"
] | [
{
"path": "roles/sxhkd/tasks/main.yml",
"content": "---\n- name: Create sxhkd folder\n file:\n path: \"{{ USER_DIR }}/.config/sxhkd\"\n state: directory\n owner: \"{{ USER }}\"\n group: \"{{ USER }}\"\n mode: '0775'\n\n- name: Copy sxhkdrc\n copy:\n src: \"../files/sxhkdrc\"\n dest: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/wallpaper | 113 | [
"no_license"
] | [
{
"path": "roles/wallpaper/tasks/main.yml",
"content": "---\n- name: Create Wallpaper folder\n file:\n path: \"{{ USER_DIR }}/Wallpaper\"\n state: directory\n owner: \"{{ USER }}\"\n group: \"{{ USER }}\"\n mode: '0775'\n\n- name: Copy wallpaper\n copy:\n src: \"../files/wallpaper.png\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | josejulio1/Pentester-Hunter-Config | 6d8511378d4c3f475811dc9a4d52eef484b50538 | 1 | roles/zsh | 113 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n- name: Copy .zshrc\n copy:\n src: \"../files/zshrc\"\n dest: \"{{ USER_DIR }}/.zshrc\"\n owner: \"{{ USER }}\"\n group: \"{{ USER }}\"\n mode: '0664'\n\n- name: Remove root .zshrc\n file:\n path: \"/root/.zshrc\"\n state: absent\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 614,
"all_permissive": false
} |
ansible_role | encjacom/just-simple-task | eff314a554aa72ac3d40e9c0188ece3a50e15052 | 0 | ansible/roles/apt_dependencies | 113 | [
"no_license"
] | [
{
"path": "ansible/roles/apt_dependencies/tasks/main.yml",
"content": "---\n- name: Update apt cache before installation of dependencies\n apt:\n update_cache: yes\n- name: Install dependencies via apt\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 281,
"all_permissive": false
} |
ansible_role | encjacom/just-simple-task | eff314a554aa72ac3d40e9c0188ece3a50e15052 | 0 | ansible/roles/docker_compose_setup | 113 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_compose_setup/tasks/main.yml",
"content": "---\n- name: Run docker-compose up\n community.docker.docker_compose_v2:\n project_src: '{{ ansible_env.PWD }}/../'\n state: present\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 | encjacom/just-simple-task | eff314a554aa72ac3d40e9c0188ece3a50e15052 | 0 | ansible/roles/docker_installation | 113 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_installation/vars/main.yml",
"content": "---\ndeb_architecture:\n aarch64: arm64\n x86_64: amd64\n armv71: armhf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "ansible/roles/docker_installation/tasks/main.yml",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 766,
"all_permissive": false
} |
ansible_role | encjacom/just-simple-task | eff314a554aa72ac3d40e9c0188ece3a50e15052 | 0 | ansible/roles/hosts_setup | 113 | [
"no_license"
] | [
{
"path": "ansible/roles/hosts_setup/tasks/main.yml",
"content": "---\n- name: Append domain names to /etc/hosts\n ansible.builtin.blockinfile:\n path: /etc/hosts\n block: |\n 127.0.0.1 apache1.zadanie.io\n 127.0.0.1 apache2.zadanie.io\n 127.0.0.1 nginx1.zad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | aleks-alexandrov/ansible-roles | 641275eafcc973cf751b37987707605d93390b7f | 0 | roles/haproxy | 113 | [
"no_license"
] | [
{
"path": "roles/haproxy/vars/main.yml",
"content": "---\n\nhaproxy_conf: \"/home/aleks.alexandrov/ansible/roles/haproxy/templates/haproxy.cfg.j2\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/haproxy/tasks/main.yaml",
"content": "--... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1859,
"all_permissive": false
} |
ansible_role | aleks-alexandrov/ansible-roles | 641275eafcc973cf751b37987707605d93390b7f | 0 | roles/nfs-client | 113 | [
"no_license"
] | [
{
"path": "roles/nfs-client/tasks/main.yaml",
"content": "---\n\n\n - name: intall nfs-common\n apt: name=nfs-common state=latest\n\n - name: create nfs directory\n file:\n path: /mnt/site_contents/\n state: directory\n owner... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 874,
"all_permissive": false
} |
ansible_role | aleks-alexandrov/ansible-roles | 641275eafcc973cf751b37987707605d93390b7f | 0 | roles/nfs-server | 113 | [
"no_license"
] | [
{
"path": "roles/nfs-server/handlers/main.yaml",
"content": "---\n\n - name: restart NFS\n ansible.builtin.service:\n name: nfs-server\n state: restarted\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1189,
"all_permissive": false
} |
ansible_role | aleks-alexandrov/ansible-roles | 641275eafcc973cf751b37987707605d93390b7f | 0 | roles/rke | 113 | [
"no_license"
] | [
{
"path": "roles/rke/tasks/rancher.yaml",
"content": "---\n\n- name: download rke\n get_url:\n url: \"{{ rke_binary_url }}\"\n \n dest: /usr/local/bin/rke\n mode: \"+rx\"\n register: rke_binary\n\n- name: check if conf dir exists\n file:\n path: \"{{ rke_config_dir }}\"\n state: directo... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5526,
"all_permissive": false
} |
ansible_role | bosstips/k8s | 365107592c3bcccb696199ee6a54b6cfd104a545 | 1 | porterlb/installer/roles/download | 113 | [
"no_license"
] | [
{
"path": "porterlb/installer/roles/download/tasks/sync_container.yml",
"content": "---\n- name: container_download | Making download decision if pull is required by tag or sha256\n include: set_docker_image_facts.yml\n delegate_to: \"{{ download_delegate if download_run_once or omit }}\"\n delegate_fact... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3642,
"all_permissive": false
} |
ansible_role | bosstips/k8s | 365107592c3bcccb696199ee6a54b6cfd104a545 | 1 | porterlb/installer/roles/ks-alerting | 113 | [
"no_license"
] | [
{
"path": "porterlb/installer/roles/ks-alerting/templates/1-executor.yaml.j2",
"content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n labels:\n app: alerting-executor\n name: alerting-executor\n namespace: kubesphere-alerting-system\nspec:\n replicas: 1\n selector:\n matchLabels:\n a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9614,
"all_permissive": false
} |
ansible_role | bosstips/k8s | 365107592c3bcccb696199ee6a54b6cfd104a545 | 1 | porterlb/installer/roles/ks-auditing | 113 | [
"no_license"
] | [
{
"path": "porterlb/installer/roles/ks-auditing/files/kube-auditing/crds/webhooks_crd.yaml",
"content": "apiVersion: apiextensions.k8s.io/v1beta1\nkind: CustomResourceDefinition\nmetadata:\n name: webhooks.auditing.kubesphere.io\nspec:\n group: auditing.kubesphere.io\n names:\n kind: Webhook\n list... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5969,
"all_permissive": false
} |
ansible_role | bosstips/k8s | 365107592c3bcccb696199ee6a54b6cfd104a545 | 1 | porterlb/installer/roles/ks-events | 113 | [
"no_license"
] | [
{
"path": "porterlb/installer/roles/ks-events/files/fluentbit-operator/input-events.yaml",
"content": "apiVersion: logging.kubesphere.io/v1alpha2\nkind: Input\nmetadata:\n name: tail-events\n namespace: kubesphere-logging-system\n labels:\n logging.kubesphere.io/enabled: \"true\"\n logging.kubesphe... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 29918,
"all_permissive": false
} |
ansible_role | bosstips/k8s | 365107592c3bcccb696199ee6a54b6cfd104a545 | 1 | roles/common | 113 | [
"no_license"
] | [
{
"path": "roles/common/files/ipvs.modules",
"content": "#!/bin/bash\nmodprobe -- ip_vs\nmodprobe -- ip_vs_rr\nmodprobe -- ip_vs_wrr\nmodprobe -- ip_vs_sh\n#modprobe -- nf_conntrack_ipv4\nmodprobe -- nf_conntrack #大于4.19使用这个 \n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 10189,
"all_permissive": false
} |
ansible_role | bosstips/k8s | 365107592c3bcccb696199ee6a54b6cfd104a545 | 1 | roles/master | 113 | [
"no_license"
] | [
{
"path": "roles/master/tasks/1.11_install_kubeadm.yml",
"content": "- name: install kubeadm kubectl kubelet\n yum: name=kubeadm-1.19.3,kubectl-1.19.3,kubelet-1.19.3 state=present\n\n- name: enable kubelet\n service: name=kubelet enabled=yes\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2716,
"all_permissive": false
} |
ansible_role | EstherTimbwa/devops-exercises | cd2c05eb49bd555694a75f6cf7845ceb2ccc7cc9 | 0 | Ansible/roles/nginx | 128 | [
"no_license"
] | [
{
"path": "Ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Update the apt package \n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install Nginx on Ubuntu\n ansible.builtin.apt:\n name: nginx\n state: present\n\n- name: Deploy Nginx configuration\n ansible.builtin.template:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | Bash-mocart/gbh-task | 01fd5077739775b0ebd53a02d1680e87f759f029 | 0 | task_1/ansible/roles/configure-server | 128 | [
"no_license"
] | [
{
"path": "task_1/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name: \"upgrade packages.\"\n become: true\n apt:\n upgrade: \"yes\"\n\n- name: \"install dependencies.\"\n become: true\n apt:\n name: [\"nodejs\", \"npm\"]\n state: latest\n update_cache: yes\n\n- name: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | Bash-mocart/gbh-task | 01fd5077739775b0ebd53a02d1680e87f759f029 | 0 | task_1/ansible/roles/deploy-web-api | 128 | [
"no_license"
] | [
{
"path": "task_1/ansible/roles/deploy-web-api/tasks/main.yml",
"content": "---\n- name: Creates directory n\n file:\n path: ~/web-api\n state: directory\n\n- name: Unarchive Web App\n unarchive:\n src: demo-api-main.gz\n dest: ~/web-api\n\n- name: \"start app\"\n shell: | \n pm2 s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | Bash-mocart/gbh-task | 01fd5077739775b0ebd53a02d1680e87f759f029 | 0 | task_1/ansible/roles/deploy-web-app | 128 | [
"no_license"
] | [
{
"path": "task_1/ansible/roles/deploy-web-app/tasks/main.yml",
"content": "---\n- name: Creates directory n\n file:\n path: ~/web-app\n state: directory\n \n- name: Unarchive Web App\n unarchive:\n src: demo-webapp-main.gz\n dest: ~/web-app\n \n- name: \"start app\"\n shell: | \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 470,
"all_permissive": false
} |
ansible_role | manikanta513/kafka-ansible-role | c49ddd77599e669d01e680f9d4a6b82c0e048536 | 0 | roles/prerequisite | 128 | [
"no_license"
] | [
{
"path": "roles/prerequisite/tasks/main.yml",
"content": "---\n# tasks file for prerequisite\n\n - name: Install unzip software \n yum: \n name: unzip \n state: present \n become: true\n\n - name: Create a directory for java\n file:\n path: '{{ JAVA_HOME }}'\n state: direc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1629,
"all_permissive": false
} |
ansible_role | manikanta513/kafka-ansible-role | c49ddd77599e669d01e680f9d4a6b82c0e048536 | 0 | roles/zookeeper | 128 | [
"no_license"
] | [
{
"path": "roles/zookeeper/templates/test.j2",
"content": "{% for host in groups['confluent'] %}\n{{ hostvars[host] }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/zookeeper/tasks/main.yml",
"content": "---\n# tasks fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 623,
"all_permissive": false
} |
ansible_role | morio-pg/ansible_ubuntu | ecab61f2058f7bf957273008ec700a0f49e4fc8b | 0 | roles/anyenv | 128 | [
"no_license"
] | [
{
"path": "roles/anyenv/tasks/main.yml",
"content": "---\n- name: install anyenv\n git: repo=https://github.com/riywo/anyenv dest=~/.anyenv\n\n- name: add to environment variable\n blockinfile:\n dest: ~/.profile\n marker: \"# {mark} ANSIBLE MANAGED BLOCK for anyenv\"\n content: |\n PATH=\"$... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | morio-pg/ansible_ubuntu | ecab61f2058f7bf957273008ec700a0f49e4fc8b | 0 | roles/git | 128 | [
"no_license"
] | [
{
"path": "roles/git/templates/.gitconfig.j2",
"content": "[user]\n name = {{ git.name }}\n email = {{ git.email }}\n[core]\n autocrlf = input\n quotepath = false\n[diff]\n compactionHeuristic = true\n[fetch]\n prune = true\n[alias]\n graph = log --graph --da... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 532,
"all_permissive": false
} |
ansible_role | morio-pg/ansible_ubuntu | ecab61f2058f7bf957273008ec700a0f49e4fc8b | 0 | roles/github | 128 | [
"no_license"
] | [
{
"path": "roles/github/templates/add_ssh_key.rb.j2",
"content": "require 'net/http'\nrequire 'uri'\nrequire 'json'\n\nfile = '{{ ansible_env.HOME }}/.ssh/id_rsa_github.pub'\nabort 'ssh key file does not exist' unless FileTest.exist?(file)\n\nuser = ARGV[0]\naccess_token = ARGV[1]\n\nuri = URI.parse('https:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1850,
"all_permissive": false
} |
ansible_role | morio-pg/ansible_ubuntu | ecab61f2058f7bf957273008ec700a0f49e4fc8b | 0 | roles/node | 128 | [
"no_license"
] | [
{
"path": "roles/node/meta/main.yml",
"content": "---\ndependencies:\n - { role: anyenv }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/node/defaults/main.yml",
"content": "---\nnode_version: v8.15.0\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 812,
"all_permissive": false
} |
ansible_role | morio-pg/ansible_ubuntu | ecab61f2058f7bf957273008ec700a0f49e4fc8b | 0 | roles/prepare | 128 | [
"no_license"
] | [
{
"path": "roles/prepare/tasks/main.yml",
"content": "---\n- name: disable beep for bash\n copy: content=\"set bell-style none\" dest=~/.inputrc\n\n- name: disable beep for vim\n copy: content=\"set visualbell t_vb=\" dest=~/.vimrc\n\n- name: create directory for bin\n file: path=~/bin state=directory\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 240,
"all_permissive": false
} |
ansible_role | morio-pg/ansible_ubuntu | ecab61f2058f7bf957273008ec700a0f49e4fc8b | 0 | roles/ruby | 128 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n- name: install apt packeges\n apt: pkg=\"{{ item }}\" update_cache=yes cache_valid_time=3600\n become: True\n with_items:\n - autoconf\n - bison\n - build-essential\n - libssl-dev\n - libyaml-dev\n - libreadline6-dev\n - zlib1g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | lpabon/devvm | 7d62b5e1c1433de029f8d8ead2c03ab392a16503 | 0 | roles/devvm | 128 | [
"no_license"
] | [
{
"path": "roles/devvm/files/bashrc",
"content": "\nexport GOPATH=$HOME/git/go\nexport PATH=$PATH:$GOPATH/bin\nexport EDITOR=vim\n\n# Source global definitions\nif [ -f /etc/bashrc ]; then\n . /etc/bashrc\nfi\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6398,
"all_permissive": false
} |
ansible_role | Jozefwl/ansible-deployment-strategies | fb08db7ae26b2fa14f10090ea3bd481b4c80603c | 0 | playbooks/roles/03_common | 129 | [
"no_license"
] | [
{
"path": "playbooks/roles/03_common/tasks/main.yml",
"content": "- name: Apply DNS resoluton NetworkConfig\n kubernetes.core.k8s:\n state: present\n kubeconfig: \"{{ rancher_kubeconfig }}\"\n definition: \"{{ dns_network_policy }}\"\n register: dns_network_policy\n\n- name: Apply StorageClass \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | Jozefwl/ansible-deployment-strategies | fb08db7ae26b2fa14f10090ea3bd481b4c80603c | 0 | playbooks/roles/04_common_nextcloud | 129 | [
"no_license"
] | [
{
"path": "playbooks/roles/04_common_nextcloud/tasks/main.yml",
"content": "- name: Apply namespace\n kubernetes.core.k8s:\n name: \"{{ namespace }}\"\n api_version: v1\n kind: Namespace\n state: present\n kubeconfig: \"{{ rancher_kubeconfig }}\"\n\n- name: Apply Nextcloud Secret\n kubernet... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1084,
"all_permissive": false
} |
ansible_role | Jozefwl/ansible-deployment-strategies | fb08db7ae26b2fa14f10090ea3bd481b4c80603c | 0 | playbooks/roles/100_postgres | 129 | [
"no_license"
] | [
{
"path": "playbooks/roles/100_postgres/tasks/main.yml",
"content": "---\n- name: Apply PostgreSQL Namespace\n kubernetes.core.k8s:\n name: \"{{ namespace }}\"\n kubeconfig: \"{{ rancher_kubeconfig }}\"\n api_version: v1\n kind: Namespace\n state: present\n wait: true\n wait_timeout: 6... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2549,
"all_permissive": false
} |
ansible_role | Jozefwl/ansible-deployment-strategies | fb08db7ae26b2fa14f10090ea3bd481b4c80603c | 0 | playbooks/roles/10_rolling | 129 | [
"no_license"
] | [
{
"path": "playbooks/roles/10_rolling/tasks/main.yml",
"content": "- name: Apply Nextcloud Rolling Deployment\n kubernetes.core.k8s:\n definition: \"{{ nextcloud_rolling_deployment }}\"\n state: present\n kubeconfig: \"{{ rancher_kubeconfig }}\"\n wait: true\n wait_condition:\n type: Pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2433,
"all_permissive": false
} |
ansible_role | Jozefwl/ansible-deployment-strategies | fb08db7ae26b2fa14f10090ea3bd481b4c80603c | 0 | playbooks/roles/110_redis | 129 | [
"no_license"
] | [
{
"path": "playbooks/roles/110_redis/tasks/main.yml",
"content": "- name: Apply namespace\n kubernetes.core.k8s:\n name: \"{{ namespace }}\"\n api_version: v1\n kind: Namespace\n state: present\n kubeconfig: \"{{ rancher_kubeconfig }}\"\n\n- name: Apply Redis Secret\n kubernetes.core.k8s:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1546,
"all_permissive": false
} |
ansible_role | Jozefwl/ansible-deployment-strategies | fb08db7ae26b2fa14f10090ea3bd481b4c80603c | 0 | playbooks/roles/20_recreate | 129 | [
"no_license"
] | [
{
"path": "playbooks/roles/20_recreate/tasks/main.yml",
"content": "- name: Deploy Nextcloud Recreate Deployment\n kubernetes.core.k8s:\n definition: \"{{ nextcloud_recreate_deployment }}\"\n state: present\n kubeconfig: \"{{ rancher_kubeconfig }}\"\n wait: true\n wait_condition:\n type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2495,
"all_permissive": false
} |
ansible_role | Jozefwl/ansible-deployment-strategies | fb08db7ae26b2fa14f10090ea3bd481b4c80603c | 0 | playbooks/roles/60_bluegreen | 129 | [
"no_license"
] | [
{
"path": "playbooks/roles/60_bluegreen/tasks/main.yml",
"content": "---\n# Nextcloud Blue/Green Deployment\n- name: Determine current nextcloud environment\n kubernetes.core.k8s_info:\n api_version: v1\n kind: Service\n name: \"{{ nextcloud_service_name }}\"\n namespace: \"{{ namespace }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 9925,
"all_permissive": false
} |
ansible_role | momonchy/ansible-for-wordpress | 1c529376dfc6625f68b5de670b73454aef8fa3ea | 0 | roles/based | 129 | [
"no_license"
] | [
{
"path": "roles/based/files/bashrc",
"content": "# .bashrc\n\n# User specific aliases and functions\n\nalias rm='rm -i'\nalias cp='cp -i'\nalias mv='mv -i'\nalias ..='cd ..'\nalias grep='grep -i --color=auto'\nalias ll='ls -lh'\n\n# Source global definitions\nif [ -f /etc/bashrc ]; then\n\t. /etc/bashrc\nf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | momonchy/ansible-for-wordpress | 1c529376dfc6625f68b5de670b73454aef8fa3ea | 0 | roles/httpd | 129 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/main.yml",
"content": "- name: Install Apache\n yum:\n name:\n - httpd\n - httpd-devel\n state: present\n\n- name: Apply patch to httpd.conf\n patch:\n src: httpd.conf.patch\n dest: /etc/httpd/conf/httpd.conf\n\n- name: Delete unnecessary files\n file:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | momonchy/ansible-for-wordpress | 1c529376dfc6625f68b5de670b73454aef8fa3ea | 0 | roles/mariadb | 129 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "- name: Install MariaDB\n yum:\n name:\n - mariadb\n - mariadb-server\n - MySQL-python\n state: present\n\n- name: Start MariaDB\n service:\n name: mariadb\n state: started\n enabled: yes\n\n- name: Create the WordPress da... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 485,
"all_permissive": false
} |
ansible_role | momonchy/ansible-for-wordpress | 1c529376dfc6625f68b5de670b73454aef8fa3ea | 0 | roles/wordpress | 129 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "- name: Enable amzn2-linux-extra php7.4 repository\n shell: amazon-linux-extras enable php7.4\n changed_when: false\n\n- name: Install PHP\n yum:\n name:\n - php\n - php-pdo\n - php-mysqlnd\n - php-gd\n - php-mbstring\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1911,
"all_permissive": false
} |
ansible_role | expo-lux/otus_hl | 262ffc84d4cb5787de9a3fc98d56dc31c2a211a0 | 0 | terraform/roles/smoke_test | 129 | [
"no_license"
] | [
{
"path": "terraform/roles/smoke_test/tasks/main.yml",
"content": "---\n - name: \"Test request\"\n uri:\n url: \"{{ check_url }}\"\n return_content: true\n register: http_check\n retries: 3\n delay: 10\n until: http_check is succeeded\n delegate_to: localhost\n vars:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | Hamed-Ayodeji/holiday-project-tf | 5b5ddab21461876f299f291f83bb4017a39b13c7 | 0 | ansible/roles/getinfo | 129 | [
"no_license"
] | [
{
"path": "ansible/roles/getinfo/tasks/main.yml",
"content": "- name: Get fact\r\n setup:\r\n\r\n- name: Display hostname\r\n debug:\r\n var: ansible_hostname\r\n\r\n- name: Display timezone\r\n command: timedatectl show --property=Timezone --value\r\n register: timezone\r\n changed_when: False\r\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | Hamed-Ayodeji/holiday-project-tf | 5b5ddab21461876f299f291f83bb4017a39b13c7 | 0 | ansible/roles/template | 129 | [
"no_license"
] | [
{
"path": "ansible/roles/template/templates/index.html.j2",
"content": "<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n <meta charset=\"UTF-8\">\r\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n <title>My Nginx Server</title>\r\n <style>\r\n body {\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 852,
"all_permissive": false
} |
ansible_role | tkerns1965/tk_ansible_xubuntu01 | 6f0af141f989529c32d07aa563f9cb4a3da04f9d | 0 | roles/xubuntu01 | 129 | [
"no_license"
] | [
{
"path": "roles/xubuntu01/tasks/01_vnc.yml",
"content": "- name: Execute block as sudo\n become: yes\n block:\n - name: Set login banner\n copy:\n src: motd\n dest: /etc/\n\n - name: Upgrade all packages\n apt:\n force_apt_get: yes\n name: \"*\"\n state:... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 16182,
"all_permissive": false
} |
ansible_role | llorenckaferocks/edureka-ansible | e38e44b2bbd1e1a87dd9f10855943bc73068b4f1 | 0 | ansible/roles/maven-role | 129 | [
"no_license"
] | [
{
"path": "ansible/roles/maven-role/tasks/main.yml",
"content": "---\n# tasks file for maven-role\n\n# I had to change the name of the package\n- name: sudo apt install -y python-software-properties\n apt: pkg=software-properties-common state=present\n\n# I had to use the package instead of the apt-reposit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1223,
"all_permissive": false
} |
ansible_role | llorenckaferocks/edureka-ansible | e38e44b2bbd1e1a87dd9f10855943bc73068b4f1 | 0 | ansible/roles/tomcat-role | 129 | [
"no_license"
] | [
{
"path": "ansible/roles/tomcat-role/tasks/main.yml",
"content": "---\n- name: sudo apt get update\n apt: update_cache=yes force_apt_get=yes cache_valid_time=3600\n\n- name: sudo apt-get install default-jdk\n apt: pkg=default-jdk state=present\n\n- name: sudo groupadd tomcat\n group:\n name: tomcat\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2834,
"all_permissive": false
} |
ansible_role | bjddd192/ansible-playbooks-cdh6 | 4a31f75c62bfe1327e16a5d593fafb247021cdc3 | 19 | roles/cdh | 129 | [
"no_license"
] | [
{
"path": "roles/cdh/tasks/main.yml",
"content": "- name: 下载 cdh Parcels\n get_url: url={{ item }} dest=/opt/cloudera/parcel-repo owner=cloudera-scm group=cloudera-scm mode=644\n with_items:\n - \"{{ v_cdh_manifest_download_url }}\"\n - \"{{ v_cdh_download_url }}\"\n\n- name: 下载 cdh parcel.sha256 并改名为 p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1287,
"all_permissive": false
} |
ansible_role | bjddd192/ansible-playbooks-cdh6 | 4a31f75c62bfe1327e16a5d593fafb247021cdc3 | 19 | roles/cm | 129 | [
"no_license"
] | [
{
"path": "roles/cm/tasks/main.yml",
"content": "- name: 下载 cm yum 仓库\n # debug: msg={{ groups['cdh-server'] }}\n get_url: url={{ v_yum_repo_url }} dest=/etc/yum.repos.d/\n \n- name: 导入仓库签名 GPG 密钥\n shell: \"rpm --import {{ v_yum_repo_gpgcheck_url }}\"\n\n- name: 安装 cloudera-manager-daemons cloudera-man... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1544,
"all_permissive": false
} |
ansible_role | bjddd192/ansible-playbooks-cdh6 | 4a31f75c62bfe1327e16a5d593fafb247021cdc3 | 19 | roles/common | 129 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "# 是否使用 163 的 yum 源\nv_update_yum_with_163: \"false\"\n\n# 是否使用 aliyun 的 yum 源\nv_update_yum_with_aliyun: \"false\"\n\n# 是否更新内核\nv_update_kernel: \"false\"\n\n# 是否安装必备组件\nv_yum_install: \"false\"\n\n# 是否安装时间同步\nv_ntpdate_install: \"false\"\n\n# 时间同步服务器地... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4632,
"all_permissive": false
} |
ansible_role | bjddd192/ansible-playbooks-cdh6 | 4a31f75c62bfe1327e16a5d593fafb247021cdc3 | 19 | roles/jdk | 129 | [
"no_license"
] | [
{
"path": "roles/jdk/defaults/main.yml",
"content": "# cdh 推荐 jdk 版本下载地址\nv_cdh_oracle_j2sdk_download_url: \"{{ v_cdh_download_server }}/cm6/{{ v_cdh_version }}/redhat7/yum/RPMS/x86_64/oracle-j2sdk1.8-1.8.0+update141-1.x86_64.rpm\"\n\n# 是否安装 jdk\nv_jdk_install: \"false\"\n\n# 安装的 jdk 版本\nv_jdk_version: \"1.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1312,
"all_permissive": false
} |
ansible_role | bjddd192/ansible-playbooks-cdh6 | 4a31f75c62bfe1327e16a5d593fafb247021cdc3 | 19 | roles/kylin | 129 | [
"no_license"
] | [
{
"path": "roles/kylin/tasks/main.yml",
"content": "- name: 准备 kylin 工作目录\n file: name={{ item }} state=directory owner={{ hadoop_user }} group={{ hadoop_group }} mode=0755\n with_items:\n - \"{{ kylin_work_path }}\"\n \n- name: 下载 kylin 安装包\n get_url: url={{ kylin_download_url }} dest=/tmp owner={{ ha... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | bjddd192/ansible-playbooks-cdh6 | 4a31f75c62bfe1327e16a5d593fafb247021cdc3 | 19 | roles/scala | 129 | [
"no_license"
] | [
{
"path": "roles/scala/templates/scala_env.sh",
"content": "export SCALA_HOME={{ scala_path }}\nexport PATH=$SCALA_HOME/bin:$PATH\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/scala/tasks/main.yml",
"content": "- name: 准备 scala 工作目录\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | bjddd192/ansible-playbooks-cdh6 | 4a31f75c62bfe1327e16a5d593fafb247021cdc3 | 19 | roles/ssh | 129 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "- name: 检查是否有生成用户的 ssh 公钥\n shell: \"ls {{ v_ssh_user_path }}/.ssh|grep '.pub' |wc -l\"\n register: key_exist\n ignore_errors: true\n\n- name: 生成 ssh 公钥\n user:\n name: \"{{ v_ssh_user }}\"\n generate_ssh_key: yes\n ssh_key_bits: 2048\n ssh_k... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 756,
"all_permissive": false
} |
ansible_role | sum41k/wordpress | f7b4a7712b885d010e51c9ede96ae04841c3fcf4 | 0 | roles/mysql | 129 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- name: Install Mysql\n yum: name={{item}} state=latest\n with_items:\n - mariadb\n - mariadb-server\n - MySQL-python\n\n- name: Start MariaDB\n service: name=mariadb state=started\n\n#- debug:\n# msg: \"{{ lookup('pass... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1259,
"all_permissive": false
} |
ansible_role | sum41k/wordpress | f7b4a7712b885d010e51c9ede96ae04841c3fcf4 | 0 | roles/wordpress | 129 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: Create_DB\n include: mysql.yml\n- name: Create_WP\n include: wpcore.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/wordpress/vars/main.yml",
"content": "---\n# ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1957,
"all_permissive": false
} |
ansible_role | jeffoxenberg/ansible-cassandra-deployment | d788df1cbd54079e97308b9d5a26c8e6403e9c5f | 1 | roles/common | 129 | [
"no_license"
] | [
{
"path": "roles/common/templates/hosts.j2",
"content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\n{% for host in groups['cassandra'] %}\n{{ hostvars[host].ansible_default_ipv4.address }} ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1414,
"all_permissive": false
} |
ansible_role | jeffoxenberg/ansible-cassandra-deployment | d788df1cbd54079e97308b9d5a26c8e6403e9c5f | 1 | roles/loadgen | 129 | [
"no_license"
] | [
{
"path": "roles/loadgen/tasks/main.yml",
"content": "---\n- name: create cassandra dir\n file: path=/opt/cassandra state=directory mode=0755\n\n- name: download apache cassandra\n get_url: url=http://apache.cs.utah.edu/cassandra/{{ cassandra_ver }}/apache-cassandra-{{ cassandra_ver }}-bin.tar.gz dest=/ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | jeffoxenberg/ansible-cassandra-deployment | d788df1cbd54079e97308b9d5a26c8e6403e9c5f | 1 | roles/opscenter | 129 | [
"no_license"
] | [
{
"path": "roles/opscenter/templates/datastax_yum_repo.j2",
"content": "[datastax]\nname=DataStax RPM Package Repository\nbaseurl=http://{{ dse_repo_un }}:{{ dse_repo_pw }}@rpm.datastax.com/enterprise\nenabled=1\ngpgcheck=0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6960,
"all_permissive": false
} |
ansible_role | jeffoxenberg/ansible-cassandra-deployment | d788df1cbd54079e97308b9d5a26c8e6403e9c5f | 1 | roles/performance | 129 | [
"no_license"
] | [
{
"path": "roles/performance/files/tuned.sh",
"content": "swapoff -a\n\nfor disk in /sys/block/sd?\ndo\necho 1 > $disk/queue/nomerges\necho 8 > $disk/queue/read_ahead_kb\necho deadline > $disk/queue/scheduler\ndone\n\nfor cpu in /sys/devices/system/cpu/cpu?\ndo\necho performance > $cpu/cpufreq/scaling_gover... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1019,
"all_permissive": false
} |
ansible_role | rherwig/php-ug | dc9f80e7c2e0d8f7e7afa4f6dcb307503dce71a0 | 0 | ansible/roles/apache | 129 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/handlers/main.yml",
"content": "---\n\n- name: restart-apache\n become: true\n service:\n name: apache2\n state: restarted\n\n- name: reload-apache\n become: true\n service:\n name: apache2\n state: reloaded\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2009,
"all_permissive": false
} |
ansible_role | rherwig/php-ug | dc9f80e7c2e0d8f7e7afa4f6dcb307503dce71a0 | 0 | ansible/roles/nodejs | 129 | [
"no_license"
] | [
{
"path": "ansible/roles/nodejs/tasks/main.yml",
"content": "---\n\n- name: add nodejs apt key\n become: true\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n\n- name: add nodejs apt repository\n become: true\n apt_repository:\n repo: 'deb https://deb.nodesource.com/node_12... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | rherwig/php-ug | dc9f80e7c2e0d8f7e7afa4f6dcb307503dce71a0 | 0 | ansible/roles/php | 129 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n\n- name: add ppa\n become: true\n apt_repository:\n repo: \"{{ php_ppa }}\"\n state: present\n\n- name: install php\n become: true\n apt:\n name:\n - \"php{{ php_version }}\"\n - \"php{{ php_version }}-iconv\"\n - \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | rherwig/php-ug | dc9f80e7c2e0d8f7e7afa4f6dcb307503dce71a0 | 0 | ansible/roles/ssh | 129 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh/defaults/main.yml",
"content": "---\n\nssh_enable_password_auth: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible/roles/ssh/tasks/main.yml",
"content": "---\n\n- name: enable password authentication fo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | rherwig/php-ug | dc9f80e7c2e0d8f7e7afa4f6dcb307503dce71a0 | 0 | ansible/roles/v8 | 129 | [
"no_license"
] | [
{
"path": "ansible/roles/v8/defaults/main.yml",
"content": "---\n\nphp_v8_php_version: 7.2\n\n# Version of libv8 to be installed\nphp_v8_version: 7.5\n\n# PPA that libv8 is provided by\nphp_v8_ppa: 'ppa:stesie/libv8'\n\n# Github repository for v8js extension\nphp_v8_repository: 'https://github.com/phpv8/v8j... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2973,
"all_permissive": false
} |
ansible_role | ripahl/module7-ansible | bc888605c8c84f1ce79ff08ad67dab937a8c67e6 | 0 | roles/maven | 129 | [
"no_license"
] | [
{
"path": "roles/maven/handlers/main.yml",
"content": "---\n# handlers file for /etc/ansible/roles/maven",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/maven/vars/main.yml",
"content": "---\n# vars file for /etc/ansible/roles/maven",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 490,
"all_permissive": false
} |
ansible_role | ripahl/module7-ansible | bc888605c8c84f1ce79ff08ad67dab937a8c67e6 | 0 | roles/tomcat | 129 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/service.yml",
"content": "---\n\n#- hosts: test-servers\n# remote_user: root\n\n# tasks:\n# start tomcat service\n - name: starting tomcat service\n service: name=tomcat state=started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1065,
"all_permissive": false
} |
ansible_role | ac-obair/rails-applications-collection | 0012834c562f1531fc3200f1982ab121c8ce3379 | 0 | arnoldclark/roles/dependencies | 129 | [
"no_license"
] | [
{
"path": "arnoldclark/roles/dependencies/tasks/dependencies.yml",
"content": "---\n- name: Enable EPEL\n yum:\n name: epel-release\n state: present\n\n- name: Install Dependencies\n yum:\n name:\n - bison\n - byacc\n - cscope\n - ctags\n - cvs\n - diffstat\n - ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | ac-obair/rails-applications-collection | 0012834c562f1531fc3200f1982ab121c8ce3379 | 0 | arnoldclark/roles/environment | 129 | [
"no_license"
] | [
{
"path": "arnoldclark/roles/environment/tasks/filesystem.yml",
"content": "---\n- name: Create webapp root directory for {{ application }}\n file:\n path: \"/data/webapps/{{ application }}\"\n state: directory\n owner: deploy\n group: deploy\n setype: etc_runtime_t\n mode: 0755\n\n- name... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8050,
"all_permissive": false
} |
ansible_role | ac-obair/rails-applications-collection | 0012834c562f1531fc3200f1982ab121c8ce3379 | 0 | arnoldclark/roles/firewalld | 129 | [
"no_license"
] | [
{
"path": "arnoldclark/roles/firewalld/tasks/firewalld.yml",
"content": "---\n- name: Open http and https web traffic ports\n ansible.posix.firewalld:\n service: \"{{ item }}\"\n state: enabled\n permanent: yes\n immediate: yes\n loop: [\"http\", \"https\",]\n\n- name: Open application specifi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | ac-obair/rails-applications-collection | 0012834c562f1531fc3200f1982ab121c8ce3379 | 0 | arnoldclark/roles/logrotate | 129 | [
"no_license"
] | [
{
"path": "arnoldclark/roles/logrotate/templates/application-logs.j2",
"content": "/data/webapps/{{ application }}/shared/log/*.log {\n copytruncate\n daily\n rotate 7\n maxsize 500M\n missingok\n notifempty\n compress\n delaycompress\n}",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | ac-obair/rails-applications-collection | 0012834c562f1531fc3200f1982ab121c8ce3379 | 0 | arnoldclark/roles/nginx-application-configs | 129 | [
"no_license"
] | [
{
"path": "arnoldclark/roles/nginx-application-configs/files/upstreams/quaternary_web_servers/roombooking.upstream.conf.j2",
"content": "upstream roombooking {\n server unix:/data/webapps/roombooking/shared/tmp/sockets/unicorn.sock fail_timeout=0;\n}",
"license_type": "no_license",
"detected_lice... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4808,
"all_permissive": false
} |
ansible_role | ac-obair/rails-applications-collection | 0012834c562f1531fc3200f1982ab121c8ce3379 | 0 | arnoldclark/roles/nginx-configs | 129 | [
"no_license"
] | [
{
"path": "arnoldclark/roles/nginx-configs/templates/nginx.conf",
"content": "user nginx;\nworker_processes auto;\n\nerror_log /var/log/nginx/error.log warn;\nerror_log syslog:server=10.130.252.67:514,facility=local6,tag={{ group_names[0] }}_nginx_error,severity=error warn;\npid /run/nginx.pid;\n\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3434,
"all_permissive": false
} |
ansible_role | ac-obair/rails-applications-collection | 0012834c562f1531fc3200f1982ab121c8ce3379 | 0 | arnoldclark/roles/selinux | 129 | [
"no_license"
] | [
{
"path": "arnoldclark/roles/selinux/templates/delayedjob-systemd-service.j2",
"content": "[Unit]\nDescription=delayed_job_{{ item.name }}\nAfter=nginx.service\n\n[Service]\nType=forking\nUser={{ app_account_username }}\nEnvironment=RAILS_ENV={{ webapp_env_name }}\nEnvironmentFile=/etc/environment\nWorkingD... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7024,
"all_permissive": false
} |
ansible_role | belonesox/ansible_dynamic_role_howto | 26bc3361481fdaad00ccef604c2ee49a22f51a3d | 0 | somedir/dynamically_defined_dir/roles/role2 | 129 | [
"no_license"
] | [
{
"path": "somedir/dynamically_defined_dir/roles/role2/templates/sometemplate.j2",
"content": "**** All OK!!!! *****\nexternal_extra_var = {{external_extra_var}}\nwtf_dir = {{wtf_dir}}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "somedir/dynamic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | Vento/deployment-automation | 8c6e82355f8a7388cb52fcfcb83e9e89ec2fdb95 | 2 | roles/commons-deploy | 129 | [
"no_license"
] | [
{
"path": "roles/commons-deploy/tasks/main.yml",
"content": "- name: Ensures deploy dir exists\n file:\n path: \"/var/tmp/deploy\"\n state: directory\n\n- name: Upload docker-compose files\n copy: src={{ item.src }} dest={{ item.dest }}\n mode: u=rw,g=r,o=r\n with_items:\n - { src: '{{ role_pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | Vento/deployment-automation | 8c6e82355f8a7388cb52fcfcb83e9e89ec2fdb95 | 2 | roles/docker | 129 | [
"no_license"
] | [
{
"path": "roles/docker/vars/main.yml",
"content": "---\ndocker_edition: 'ce'\ndocker_package: \"docker-{{ docker_edition }}\"\ndocker_package_state: present\n\ndocker_install_compose: true\ndocker_compose_version: \"1.17.0\"\ndocker_compose_path: /usr/local/bin/docker-compose\n\ndocker_apt_release_channel:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1437,
"all_permissive": false
} |
ansible_role | smudent/3428_automation | a1585e7c881f487306d45d64e75ef1aac0171666 | 0 | ansible/roles/django_server | 129 | [
"no_license"
] | [
{
"path": "ansible/roles/django_server/tasks/system.yaml",
"content": "- name: Create ubuntu user\n user: \n name: ubuntu \n generate_ssh_key: yes \n ssh_key_bits: 2048 \n ssh_key_file: .ssh/id_rsa\n\n- name: Read SSH public key\n slurp: \n src: /home/ubuntu/.ssh/id_rsa.pub\n register: pub... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4021,
"all_permissive": false
} |
ansible_role | tsuna-server/build-openstack-deployment | 69c837ce49d950a2a046171615f8c521afeb173d | 0 | roles/common | 129 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Update version of openstacksdk if OpenStack Zed has installed on Ubuntu22.04\n ansible.builtin.script: ./update_openstacksdk_if_necessary.sh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 153
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1304,
"all_permissive": false
} |
ansible_role | tsuna-server/build-openstack-deployment | 69c837ce49d950a2a046171615f8c521afeb173d | 0 | roles/flavor | 129 | [
"no_license"
] | [
{
"path": "roles/flavor/tasks/main.yml",
"content": "---\n- name: Include create_flavors/main.yml\n include_tasks: create_flavors/main.yml\n loop_control:\n loop_var: flavor\n loop: \"{{ group_vars.openstack.flavors }}\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 532,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.