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 | mrkuz/ansible | 311cfd6081379659841f9be6d36248ff36624c18 | 0 | roles/filesystem | 7,978 | [
"no_license"
] | [
{
"path": "roles/filesystem/tasks/system.yml",
"content": "---\n- name: Create a logical volumes\n become: true\n lvol:\n vg: \"{{ volume_group}}\"\n lv: \"{{ item.name }}\"\n size: \"{{ item.size }}\"\n with_items:\n - { name: home, size: 100G }\n - { name: user, size: 100G }\n - { nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1787,
"all_permissive": false
} |
ansible_role | mrkuz/ansible | 311cfd6081379659841f9be6d36248ff36624c18 | 0 | roles/fish | 7,978 | [
"no_license"
] | [
{
"path": "roles/fish/tasks/user.yml",
"content": "---\n- name: Create directories\n become: yes\n become_user: \"{{ user }}\"\n file:\n path: \"{{ item }}\"\n state: directory\n mode: 0755\n with_items:\n - \"{{ home }}/bin\"\n - \"{{ home }}/.config/fish\"\n - \"{{ home }}/.config/fi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1792,
"all_permissive": false
} |
ansible_role | mrkuz/ansible | 311cfd6081379659841f9be6d36248ff36624c18 | 0 | roles/gnome | 7,978 | [
"no_license"
] | [
{
"path": "roles/gnome/tasks/system.yml",
"content": "---\n- name: Install packages\n become: yes\n apt:\n update_cache: yes\n name:\n - chrome-gnome-shell\n - gnome-session\n - gnome-shell-extension-appindicator\n - gnome-tweaks\n - gnome-clocks\n - nautilus\n",
"l... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3350,
"all_permissive": false
} |
ansible_role | mrkuz/ansible | 311cfd6081379659841f9be6d36248ff36624c18 | 0 | roles/google-chrome | 7,978 | [
"no_license"
] | [
{
"path": "roles/google-chrome/tasks/system.yml",
"content": "---\n- name: Add repository keys\n become: yes\n apt_key:\n id: A040830F7FAC5991\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n\n- name: Add repositories\n become: yes\n apt_repository:\n repo: deb [arch=amd64] http:/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 414,
"all_permissive": false
} |
ansible_role | mrkuz/ansible | 311cfd6081379659841f9be6d36248ff36624c18 | 0 | roles/kubernetes | 7,978 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/system.yml",
"content": "---\n- name: Install snaps\n become: yes\n snap:\n classic: true\n name:\n - google-cloud-sdk\n - helm\n - kubectl\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 130,
"all_permissive": false
} |
ansible_role | mrkuz/ansible | 311cfd6081379659841f9be6d36248ff36624c18 | 0 | roles/mesa | 7,978 | [
"no_license"
] | [
{
"path": "roles/mesa/tasks/system.yml",
"content": "---\n- name: Install packages\n become: yes\n apt:\n update_cache: yes\n name:\n - mesa-vulkan-drivers\n - mesa-vulkan-drivers:i386\n - mesa-utils\n - vulkan-utils\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | mrkuz/ansible | 311cfd6081379659841f9be6d36248ff36624c18 | 0 | roles/nvidia | 7,978 | [
"no_license"
] | [
{
"path": "roles/nvidia/tasks/main.yml",
"content": "---\n- import_tasks: system.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/nvidia/tasks/system.yml",
"content": "---\n- name: Add repository keys\n become: yes\n apt_key:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1041,
"all_permissive": false
} |
ansible_role | mrkuz/ansible | 311cfd6081379659841f9be6d36248ff36624c18 | 0 | roles/sdkman | 7,978 | [
"no_license"
] | [
{
"path": "roles/sdkman/tasks/user.yml",
"content": "---\n- name: Install sdkman\n become: yes\n become_user: \"{{ user }}\"\n shell: |\n export SDKMAN_DIR=\"{{ home }}/opt/sdkman\"\n curl -s \"https://get.sdkman.io\" | bash\n source \"{{ home }}/opt/sdkman/bin/sdkman-init.sh\"\n args:\n exe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 686,
"all_permissive": false
} |
ansible_role | mrkuz/ansible | 311cfd6081379659841f9be6d36248ff36624c18 | 0 | roles/syncthing | 7,978 | [
"no_license"
] | [
{
"path": "roles/syncthing/tasks/system.yml",
"content": "---\n- name: Install syncthing\n become: yes\n apt:\n update_cache: yes\n name:\n - syncthing\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/syncthing/tasks/user.yml",... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 584,
"all_permissive": false
} |
ansible_role | mrkuz/ansible | 311cfd6081379659841f9be6d36248ff36624c18 | 0 | roles/ubuntu-desktop | 7,978 | [
"no_license"
] | [
{
"path": "roles/ubuntu-desktop/tasks/system.yml",
"content": "---\n- name: Install packages\n become: yes\n apt:\n update_cache: yes\n name:\n - ubuntu-desktop-minimal\n - ubuntu-artwork\n - ubuntu-restricted-extras\n\n- name: Install libraries\n become: yes\n apt:\n update_cach... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | mrkuz/ansible | 311cfd6081379659841f9be6d36248ff36624c18 | 0 | roles/user | 7,978 | [
"no_license"
] | [
{
"path": "roles/user/tasks/user.yml",
"content": "---\n- name: Create directories\n become: yes\n become_user: \"{{ user }}\"\n file:\n path: \"{{ item }}\"\n state: directory\n mode: 0755\n with_items:\n - \"{{ home }}/Backup\"\n - \"{{ home }}/bin\"\n - \"{{ home }}/Documents\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3435,
"all_permissive": false
} |
ansible_role | mrkuz/ansible | 311cfd6081379659841f9be6d36248ff36624c18 | 0 | roles/virtualization | 7,978 | [
"no_license"
] | [
{
"path": "roles/virtualization/tasks/user.yml",
"content": "---\n- name: Assign KVM group\n become: yes\n user:\n name: \"{{ user }}\"\n groups:\n - kvm\n append: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/virtual... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 248,
"all_permissive": false
} |
ansible_role | mrkuz/ansible | 311cfd6081379659841f9be6d36248ff36624c18 | 0 | roles/vscode | 7,978 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/user.yml",
"content": "---\n- name: Create directories\n become: yes\n become_user: \"{{ user }}\"\n file:\n path: \"{{ item }}\"\n state: directory\n mode: 0755\n with_items:\n - \"{{ home }}/.config\"\n - \"{{ home }}/.config/Code\"\n - \"{{ home }}/.con... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3354,
"all_permissive": false
} |
ansible_role | ekinertac/ansible-django-app-deploy | fc88f40612425bdfe1539d3627e16dcc73ab7a93 | 1 | roles/app | 7,978 | [
"no_license"
] | [
{
"path": "roles/app/templates/supervisor.conf.j2",
"content": "[program:{{ app_name }}]\nenvironment=DJANGO_SETTINGS_MODULE=\"{{ django_settings }}\"\ncommand={{ virtualenv_path }}/bin/gunicorn config.wsgi:application -b 0.0.0.0:9955 -w 3\ndirectory={{ repo_path }}\nautostart=true\nautorestart=true\nredire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2624,
"all_permissive": false
} |
ansible_role | ekinertac/ansible-django-app-deploy | fc88f40612425bdfe1539d3627e16dcc73ab7a93 | 1 | roles/clone-repo | 7,978 | [
"no_license"
] | [
{
"path": "roles/clone-repo/tasks/main.yml",
"content": "---\n- name: installing git\n apt:\n name: git\n state: present\n\n- name: cloning repo\n become: yes\n become_user: \"{{ system_user }}\"\n git:\n repo: \"{{ repo_git_url }}\"\n dest: \"{{ repo_path }}\"\n accept_hostkey: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | ekinertac/ansible-django-app-deploy | fc88f40612425bdfe1539d3627e16dcc73ab7a93 | 1 | roles/common | 7,978 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- include_tasks: universe.yml\n\n- name: Generate locale {{ locale }}\n command: /usr/sbin/locale-gen {{ locale }}\n\n- name: Set locale {{ locale }}\n command: /usr/sbin/update-locale LANG={{ locale }} LC_ALL={{ locale }} LANGUAGE={{ language }}\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1383,
"all_permissive": false
} |
ansible_role | ekinertac/ansible-django-app-deploy | fc88f40612425bdfe1539d3627e16dcc73ab7a93 | 1 | roles/nginx | 7,978 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: ensure nginx is at the latest version\n apt: name=nginx-full state=latest\n notify:\n - restart nginx\n tags: [nginx]\n\n- name: install nginx config file\n template:\n src: \"{{ app_name }}.j2\"\n dest: \"/etc/nginx/sites-availab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1271,
"all_permissive": false
} |
ansible_role | ekinertac/ansible-django-app-deploy | fc88f40612425bdfe1539d3627e16dcc73ab7a93 | 1 | roles/security | 7,978 | [
"no_license"
] | [
{
"path": "roles/security/tasks/main.yml",
"content": "---\n\n- name: Adjust APT update intervals\n template:\n src: apt_periodic\n dest: /etc/apt/apt.conf.d/10periodic\n\n- name: Find ChallengeResponseAuthentication and set to no\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: \"^Challen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 683,
"all_permissive": false
} |
ansible_role | ekinertac/ansible-django-app-deploy | fc88f40612425bdfe1539d3627e16dcc73ab7a93 | 1 | roles/user | 7,978 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n\n- name: Create the user 'deployer'\n user:\n name: \"{{ system_user }}\"\n comment: Deployer\n groups: sudo,www-data\n shell: /bin/bash\n\n- name: \"Set password for the '{{ system_user }}'\"\n command: \"echo \\\"1234\\\" | passwd --st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | OmkarPatel18/terraform-ansible | 8bb8e7ec8341491024556c270ec6f990baef3ff4 | 0 | ansible/roles/datadisk-n01617983 | 7,978 | [
"no_license"
] | [
{
"path": "ansible/roles/datadisk-n01617983/tasks/main.yml",
"content": "---\n- name: Create partitions on /dev/sdc\n parted:\n device: /dev/sdc\n number: 1\n state: present\n part_type: primary\n fs_type: xfs\n part_start: 0%\n part_end: 40%\n\n- name: Create second partition on /dev/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 901,
"all_permissive": false
} |
ansible_role | OmkarPatel18/terraform-ansible | 8bb8e7ec8341491024556c270ec6f990baef3ff4 | 0 | ansible/roles/profile-n01617983 | 7,978 | [
"no_license"
] | [
{
"path": "ansible/roles/profile-n01617983/tasks/main.yml",
"content": "---\n- name: Append test block to /etc/profile\n lineinfile:\n path: /etc/profile\n line: \"#Test block added by Ansible……n01617983\"\n state: present\n create: yes\n\n- name: Set session timeout in /etc/profile\n lineinfi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | OmkarPatel18/terraform-ansible | 8bb8e7ec8341491024556c270ec6f990baef3ff4 | 0 | ansible/roles/user-n01617983 | 7,978 | [
"no_license"
] | [
{
"path": "ansible/roles/user-n01617983/tasks/main.yml",
"content": "---\n- name: Create group cloudadmins\n group:\n name: cloudadmins\n state: present\n\n- name: Create users and assign to groups\n user:\n name: \"{{ item }}\"\n groups: \"cloudadmins,wheel\"\n shell: /bin/bash\n create... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | OmkarPatel18/terraform-ansible | 8bb8e7ec8341491024556c270ec6f990baef3ff4 | 0 | ansible/roles/webserver-n01617983 | 7,978 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver-n01617983/tasks/main.yml",
"content": "---\n- name: Install Apache\n package:\n name: httpd\n state: present\n\n- name: Copy index.html with VM-specific content\n copy:\n src: \"{{ inventory_hostname }}.html\"\n dest: /var/www/html/index.html\n mode: '0444... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | nesrinehm1996/CDrepo | fde96bba153e4bd64fd955f2d765f46d5b8dfe6b | 0 | Ansible/roles/docker-registry | 7,978 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker-registry/tasks/main.yml",
"content": "---\n# tasks file for docker-registry\n \n - name : adding tag to image \n command : docker tag devops:latest nesrinehm1996/devops:latest\n - name : push image to dockerhub \n command : docker push nesrinehm1996/devops:latest\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | mutantmonkey/alpine-appvm | cf4a48974b79176ca815208c8a9d6e93f159d135 | 3 | roles/browser | 7,978 | [
"no_license"
] | [
{
"path": "roles/browser/files/user.js",
"content": "user_pref(\"browser.fixup.alternate.enabled\", false);\nuser_pref(\"browser.newtabpage.enabled\", false);\nuser_pref(\"browser.newtabpage.enhanced\", false);\nuser_pref(\"browser.pocket.enabled\", false);\nuser_pref(\"general.autoScroll\", true);\nuser_pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 921,
"all_permissive": false
} |
ansible_role | mutantmonkey/alpine-appvm | cf4a48974b79176ca815208c8a9d6e93f159d135 | 3 | roles/common | 7,978 | [
"no_license"
] | [
{
"path": "roles/common/tasks/xorg.yml",
"content": "---\n- name: install xorg packages\n apk: name={{ item }} state=latest\n with_items:\n - alsa-utils\n - xorg-server\n - xf86-video-vesa\n - xf86-video-modesetting\n - xf86-video-qxl\n - xf86-input-evdev\n - xf86-input-mouse\n - xf86-input-keyboa... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 8631,
"all_permissive": false
} |
ansible_role | SohamChakraborty/vagrant-projects | 365a96a0b2e3375716ff4369e2b7029a667b39cf | 1 | ansible-sensu/roles/sensu.sensu | 7,978 | [
"permissive"
] | [
{
"path": "ansible-sensu/roles/sensu.sensu/tasks/Amazon/redis.yml",
"content": "---\n# tasks/Amazon/redis.yml: Deploy redis\n# Specific to Amazon Linux AMI\n\n- include_vars: \"{{ ansible_distribution }}.yml\"\n\n- name: Install EPEL repo\n yum:\n name: \"{{ epel_repo_rpm }}\"\n state: present\n whe... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 15361,
"all_permissive": true
} |
ansible_role | jary-287/autok8s | 9ac427e2e477f7d486de5b6d691d74e203b63381 | 0 | playbooks/roles/addons | 7,978 | [
"no_license"
] | [
{
"path": "playbooks/roles/addons/tasks/calico.yml",
"content": "- name: copy calico.yml to remote host\n template:\n src: calico.yaml.j2\n dest: \"{{ work_dir }}/calico.yml\"\n\n- name: get apiserver privilige\n shell: kubectl get clusterRoleBinding -A | grep apiserver || echo 1\n register: calico... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 233419,
"all_permissive": false
} |
ansible_role | jary-287/autok8s | 9ac427e2e477f7d486de5b6d691d74e203b63381 | 0 | playbooks/roles/cert | 7,978 | [
"no_license"
] | [
{
"path": "playbooks/roles/cert/tasks/distribute_conf.yml",
"content": "- name: copy certificate to remote host\n copy:\n src: \"{{ work_dir }}/ssl/{{ item }}\"\n dest: \"{{ K8S_SSL_DIR }}\"\n force: yes\n with_items:\n - \"ca.pem\"\n - \"ca-key.pem\"\n - \"kube-apiserver.pem\"\n - \"... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 9353,
"all_permissive": false
} |
ansible_role | jary-287/autok8s | 9ac427e2e477f7d486de5b6d691d74e203b63381 | 0 | playbooks/roles/etcd | 7,978 | [
"no_license"
] | [
{
"path": "playbooks/roles/etcd/tasks/main.yml",
"content": "- name: copy binary file to etcd node\n unarchive:\n src: etcd-v3.5.0-linux-amd64.tar.gz\n dest: \"{{ work_dir | default('/opt/autok8s')}}\"\n remote_src: no\n\n- name: create etcd config directory\n file:\n path: \"{{ ETCD_CONF_DIR ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3022,
"all_permissive": false
} |
ansible_role | jary-287/autok8s | 9ac427e2e477f7d486de5b6d691d74e203b63381 | 0 | playbooks/roles/host_map | 7,978 | [
"no_license"
] | [
{
"path": "playbooks/roles/host_map/tasks/main.yml",
"content": "- name: set host name\n shell: hostname\n register: host_name\n\n\n- name: set host facts\n set_fact:\n #host_name: \"{{ ansible_facts['hostname'] }}\"\n host_ip: \"{{ inventory_hostname }}\"\n host_name: \"{{ host_name.stdout }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | jary-287/autok8s | 9ac427e2e477f7d486de5b6d691d74e203b63381 | 0 | playbooks/roles/init_kubernetes | 7,978 | [
"no_license"
] | [
{
"path": "playbooks/roles/init_kubernetes/tasks/environment.yml",
"content": "# filewall and selinux \n- name: disable selinux\n selinux:\n state: disabled\n policy: targeted\n\n\n- name: disable selinux \n shell: setenforce 0\n ignore_errors: yes\n\n- name: disable firewall\n systemd:\n name... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3510,
"all_permissive": false
} |
ansible_role | jary-287/autok8s | 9ac427e2e477f7d486de5b6d691d74e203b63381 | 0 | playbooks/roles/kube-components | 7,978 | [
"no_license"
] | [
{
"path": "playbooks/roles/kube-components/templates/kube-scheduler.conf.j2",
"content": " KUBE_SCHEDULER_OPTS=\"--address=127.0.0.1 \\\n --kubeconfig={{ K8S_CONF_DIR }}/kube-scheduler.kubeconfig \\\n --leader-elect=true \\\n --alsologtostderr=true \\\n --logtostderr=false \\\n --log-dir={{ K8S_LOG_DIR }} \... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 9120,
"all_permissive": false
} |
ansible_role | jary-287/autok8s | 9ac427e2e477f7d486de5b6d691d74e203b63381 | 0 | playbooks/roles/kube-workload | 7,978 | [
"no_license"
] | [
{
"path": "playbooks/roles/kube-workload/templates/kube-proxy.yaml.j2",
"content": "apiVersion: kubeproxy.config.k8s.io/v1alpha1\nbindAddress: {{ inventory_hostname }}\nclientConnection:\n kubeconfig: /etc/kubernetes/kube-proxy.kubeconfig\nclusterCIDR: {{ cluster_cidr }}\nhealthzBindAddress: {{ inventory_h... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6294,
"all_permissive": false
} |
ansible_role | jary-287/autok8s | 9ac427e2e477f7d486de5b6d691d74e203b63381 | 0 | playbooks/roles/nopass | 7,978 | [
"no_license"
] | [
{
"path": "playbooks/roles/nopass/tasks/main.yml",
"content": "- name: create ssh config dir\n file:\n path: ~/.ssh\n state: directory\n mode: 0700\n \n- name: create authorized_keys\n file:\n path: ~/.ssh/authorized_keys\n state: touch\n mode: 0700\n\n\n- name: copy pub key to remote h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 371,
"all_permissive": false
} |
ansible_role | jary-287/autok8s | 9ac427e2e477f7d486de5b6d691d74e203b63381 | 0 | roles/hostname | 7,978 | [
"no_license"
] | [
{
"path": "roles/hostname/tasks/main.yml",
"content": "- name: set defined hostname\n hostname: \n name: \"{{ item.hostname }}\"\n loop: \"{{ hosts }}\"\n when: \"item.hostname is defined and item.ip == inventory_hostname\"\n\n- name: set etcd hostname\n hostname:\n name: etcd-\"{{ item.ip }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | jary-287/autok8s | 9ac427e2e477f7d486de5b6d691d74e203b63381 | 0 | roles/prepare | 7,978 | [
"no_license"
] | [
{
"path": "roles/prepare/tasks/main.yml",
"content": "- name: debug\n debug: \n msg: \"start read config\"\n\n- name: add etcd host\n add_host:\n name: \"{{ item.ip }}\"\n groups: \"etcd\"\n loop: \"{{ hosts }}\"\n when: '\"etcd\" in item.role'\n\n- name: add master host\n add_host:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | jary-287/autok8s | 9ac427e2e477f7d486de5b6d691d74e203b63381 | 0 | roles/test_connection | 7,978 | [
"no_license"
] | [
{
"path": "roles/test_connection/tasks/main.yml",
"content": "- name: test connection for hosts\n shell: hostname -I \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 56,
"all_permissive": false
} |
ansible_role | willfurnass/spud-freebsd-cfg | b47a64d24461803054c1cf8cc1977ef5aec8a697 | 0 | roles/core-pkgs | 7,978 | [
"no_license"
] | [
{
"path": "roles/core-pkgs/tasks/main.yml",
"content": "---\n- name: Ensure key packages are installed\n pkgng: name={{ item }} state=present\n become: yes\n with_items: \n - sudo\n - tmux\n - vim-lite\n - irssi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | Allan-Binga/IP4-Yolo-Deployment | eb3759cd4829a802efc47bc15a230b607c579202 | 0 | roles/client-rendering | 7,978 | [
"no_license"
] | [
{
"path": "roles/client-rendering/tasks/main.yml",
"content": "- name: Create Docker network\n docker_network:\n name: yolo-net\n state: present\n \n- name: Pull image from DockerHub repository\n docker_image:\n name: allanbinga/yolo-client:v1.0.0\n source: pull\n\n- name: Create a nodejs c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | Allan-Binga/IP4-Yolo-Deployment | eb3759cd4829a802efc47bc15a230b607c579202 | 0 | roles/docker-setup | 7,978 | [
"no_license"
] | [
{
"path": "roles/docker-setup/tasks/main.yml",
"content": "- name: Install Docker\n apt:\n name: docker.io\n state: present\n update_cache: yes\n become: true\n\n- name: Ensure Docker service is running\n service:\n name: docker\n state: started\n enabled: true\n become: true\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | Allan-Binga/IP4-Yolo-Deployment | eb3759cd4829a802efc47bc15a230b607c579202 | 0 | roles/mongo-db-rendering | 7,978 | [
"no_license"
] | [
{
"path": "roles/mongo-db-rendering/tasks/main.yml",
"content": "- name: Create Docker network\n docker_network:\n name: yolo-net\n state: present\n \n- name: Run MongoDB Container\n docker_container:\n name: app-mongo\n image: mongo\n ports:\n - '27017:27017'\n volumes:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | Allan-Binga/IP4-Yolo-Deployment | eb3759cd4829a802efc47bc15a230b607c579202 | 0 | roles/server-rendering | 7,978 | [
"no_license"
] | [
{
"path": "roles/server-rendering/variables/main.yml",
"content": "container_name: yolo-backend\nnetwork: yolo-net\nvolume: app-mongo-data/app",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/server-rendering/tasks/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | Krishpuji/Hello-World-Code | daa63fba80f41931a2d6dd2febe037cdc342642f | 0 | roles/apache_httpd | 7,978 | [
"no_license"
] | [
{
"path": "roles/apache_httpd/handlers/main.yml",
"content": "---\n# handlers file for apache_httpd\n - name: Service Restart\n service: name=httpd state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "roles/apache_httpd/vars/main.... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 691,
"all_permissive": false
} |
ansible_role | tropicalmentat/routesph-infra | 0eb474f7af0ec4d99f3a3e7cb29f2dfa2d6dfac8 | 0 | roles/api | 7,978 | [
"no_license"
] | [
{
"path": "roles/api/tasks/main.yml",
"content": "- name: Add routes-api service to systemd\n become: yes\n copy:\n src: templates/routes-api.service\n dest: /etc/systemd/system/routes-api.service\n owner: root\n group: root\n\n- name: Install nginx\n apt:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1906,
"all_permissive": false
} |
ansible_role | tropicalmentat/routesph-infra | 0eb474f7af0ec4d99f3a3e7cb29f2dfa2d6dfac8 | 0 | roles/cicd | 7,978 | [
"no_license"
] | [
{
"path": "roles/cicd/tasks/main.yml",
"content": "# TODO: Separately create SSH key as deployment user and keep in ctrlnode\n# TODO: Install npm, vue, vuetify and vue2leaflet \n\n- name: Copy script\n become: rowt_admin\n get_url:\n url: https://packages.gitlab.com/install/repositories/runner/gi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 734,
"all_permissive": false
} |
ansible_role | tropicalmentat/routesph-infra | 0eb474f7af0ec4d99f3a3e7cb29f2dfa2d6dfac8 | 0 | roles/create_admin | 7,978 | [
"no_license"
] | [
{
"path": "roles/create_admin/tasks/main.yml",
"content": "---\n- name: Add the user 'rowt_admin' and add it to 'sudo'\n user:\n name: rowt_admin\n group: sudo\n\n- name: Update and upgrade cache\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Add SSH key to 'rowt_admin'\n au... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 752,
"all_permissive": false
} |
ansible_role | tropicalmentat/routesph-infra | 0eb474f7af0ec4d99f3a3e7cb29f2dfa2d6dfac8 | 0 | roles/db | 7,978 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": "# https://computingforgeeks.com/how-to-install-postgis-on-ubuntu-debian/\n- name: Install gnupg2 \n apt: \n state: present\n name: gnupg2\n\n- name: Download apt key for postgres \n get_url: \n url: \"https://www.postgresql.org/me... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2972,
"all_permissive": false
} |
ansible_role | tropicalmentat/routesph-infra | 0eb474f7af0ec4d99f3a3e7cb29f2dfa2d6dfac8 | 0 | roles/gc | 7,978 | [
"no_license"
] | [
{
"path": "roles/gc/tasks/main.yml",
"content": "- name: Install php-cgi\n become: yes\n apt:\n name: php-cgi\n state: present\n when: \"'db' in inventory_hostname or 'api' in inventory_hostname\"\n\n- name: Install nominatim required packages\n become: yes\n apt:\n name: [\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2270,
"all_permissive": false
} |
ansible_role | tropicalmentat/routesph-infra | 0eb474f7af0ec4d99f3a3e7cb29f2dfa2d6dfac8 | 0 | roles/reverse_proxy | 7,978 | [
"no_license"
] | [
{
"path": "roles/reverse_proxy/tasks/main.yml",
"content": "- name: Install nginx\n apt:\n name: nginx\n state: present\n\n- name: Make www dir for routes frontend\n become: yes\n file:\n path: /var/www/routes\n state: directory\n\n\n# TODO: Make template for nginx sit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | tropicalmentat/routesph-infra | 0eb474f7af0ec4d99f3a3e7cb29f2dfa2d6dfac8 | 0 | roles/route_engine | 7,978 | [
"no_license"
] | [
{
"path": "roles/route_engine/tasks/main.yml",
"content": "- name: Install openjdk8-jre\n apt:\n name: openjdk-8-jre\n state: present\n\n- name: Install openjdk8-jdk \n apt: \n name: openjdk-8-jdk \n state: present\n\n- name: Install maven \n apt: \n name: maven\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1582,
"all_permissive": false
} |
ansible_role | tropicalmentat/routesph-infra | 0eb474f7af0ec4d99f3a3e7cb29f2dfa2d6dfac8 | 0 | roles/vpc | 7,978 | [
"no_license"
] | [
{
"path": "roles/vpc/tasks/main.yml",
"content": "# configure bastion droplet\n- name: Enable ip forwarding\n command: sysctl -w net.ipv4.ip_forward=1\n\n- name: Edit /etc/sysctl.conf to enable ip forwarding\n replace:\n path: /etc/sysctl.conf\n backup: yes\n regexp: '.*#net.ipv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 606,
"all_permissive": false
} |
ansible_role | MKHAZZANI/AnsibleJavaApp | 9b5f02c7c92c163abd4d9293c31b106618838325 | 0 | roles/java_app_deploy | 7,979 | [
"no_license"
] | [
{
"path": "roles/java_app_deploy/vars/main.yml",
"content": "java_version: openjdk-17-jdk\napp_name: application.jar\napp_port: 8080\ndeploy_user: deployuser\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/java_app_deploy/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1406,
"all_permissive": false
} |
ansible_role | megha-paliwal-121/Ansible-paybook-F | 8933b7fbba4b6d4609ac9cfec48cb99defce45f2 | 0 | roles/docker_download | 7,979 | [
"no_license"
] | [
{
"path": "roles/docker_download/tasks/main.yml",
"content": "---\n- name: Ensure /tmp/docker directory exists on master\n file:\n path: /tmp/docker\n state: directory\n\n- name: Download Docker binary from Docker official release\n get_url:\n url: \"https://download.docker.com/linux/static/stabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 569,
"all_permissive": false
} |
ansible_role | megha-paliwal-121/Ansible-paybook-F | 8933b7fbba4b6d4609ac9cfec48cb99defce45f2 | 0 | roles/docker_install | 7,979 | [
"no_license"
] | [
{
"path": "roles/docker_install/tasks/main.yml",
"content": "---\n- name: Ensure /usr/local/bin directory exists on managed node\n file:\n path: /usr/local/bin\n state: directory\n\n- name: Copy Docker binaries to /usr/local/bin\n copy:\n src: /tmp/docker/docker/*\n dest: /usr/local/bin/\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1608,
"all_permissive": false
} |
ansible_role | megha-paliwal-121/Ansible-paybook-F | 8933b7fbba4b6d4609ac9cfec48cb99defce45f2 | 0 | roles/helm_download | 7,979 | [
"no_license"
] | [
{
"path": "roles/helm_download/tasks/main.yml",
"content": "---\n- name: Ensure /tmp/helm directory exists on master\n file:\n path: /tmp/helm\n state: directory\n\n- name: Set Helm version\n set_fact:\n helm_version: \"v3.12.0\"\n\n- name: Download Helm binary from Helm official release\n get_u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | megha-paliwal-121/Ansible-paybook-F | 8933b7fbba4b6d4609ac9cfec48cb99defce45f2 | 0 | roles/helm_install | 7,979 | [
"no_license"
] | [
{
"path": "roles/helm_install/tasks/main.yml",
"content": "---\n- name: Ensure /usr/local/bin directory exists on managed node\n file:\n path: /usr/local/bin\n state: directory\n\n- name: Move Helm binary to /usr/local/bin\n copy:\n src: /tmp/helm/helm\n dest: /usr/local/bin/helm\n mode: '0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | megha-paliwal-121/Ansible-paybook-F | 8933b7fbba4b6d4609ac9cfec48cb99defce45f2 | 0 | roles/jfrog_download | 7,979 | [
"no_license"
] | [
{
"path": "roles/jfrog_download/tasks/main.yml",
"content": "---\n- name: Ensure /tmp/jfrog directory exists on master\n file:\n path: /tmp/jfrog\n state: directory\n\n- name: Download JFrog CLI installation \n get_url:\n url: \"https://install-cli.jfrog.io\"\n dest: /tmp/jfrog/install-jfrog-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | megha-paliwal-121/Ansible-paybook-F | 8933b7fbba4b6d4609ac9cfec48cb99defce45f2 | 0 | roles/jfrog_install | 7,979 | [
"no_license"
] | [
{
"path": "roles/jfrog_install/tasks/main.yml",
"content": "---\n- name: Run the JFrog CLI installation script on managed node\n command: /bin/bash /tmp/jfrog/install-jfrog-cli.sh\n\n- name: Verify JFrog CLI installation\n command: jfrog --version\n register: jfrog_version_output\n\n- name: Print JFrog C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | megha-paliwal-121/Ansible-paybook-F | 8933b7fbba4b6d4609ac9cfec48cb99defce45f2 | 0 | roles/kubectl_download | 7,979 | [
"no_license"
] | [
{
"path": "roles/kubectl_download/tasks/main.yml",
"content": "---\n- name: Ensure /tmp/kubectl directory exists on master\n file:\n path: /tmp/kubectl\n state: directory\n\n- name: Download kubectl binary from Kubernetes official release\n get_url:\n url: \"https://dl.k8s.io/release/v1.27.0/bin/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 484,
"all_permissive": false
} |
ansible_role | megha-paliwal-121/Ansible-paybook-F | 8933b7fbba4b6d4609ac9cfec48cb99defce45f2 | 0 | roles/kubectl_install | 7,979 | [
"no_license"
] | [
{
"path": "roles/kubectl_install/tasks/main.yml",
"content": "---\n- name: Ensure /usr/local/bin directory exists on managed node\n file:\n path: /usr/local/bin\n state: directory\n\n- name: Move kubectl binary to /usr/local/bin\n copy:\n src: /tmp/kubectl/kubectl-linux-amd64\n dest: /usr/loca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | dtulyakov/tz | 1945044fd256d96290d30fa39b02b77bf4a4c00b | 0 | roles/lxc | 7,979 | [
"no_license"
] | [
{
"path": "roles/lxc/tasks/main.yml",
"content": "#\n---\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Install required packages\n apt: pkg={{ item }} state=latest\n with_items:\n - ruby\n - lxc\n\n- copy: src={{ item.src }} dest=/root/{{ item.dest }} mode=0700\n with_items:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1326,
"all_permissive": false
} |
ansible_role | dtulyakov/tz | 1945044fd256d96290d30fa39b02b77bf4a4c00b | 0 | roles/phpnode | 7,979 | [
"no_license"
] | [
{
"path": "roles/phpnode/tasks/main.yml",
"content": "#\n---\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Install required packages\n apt: pkg={{ item }} state=latest\n with_items:\n - php5-fpm\n - nginx\n - php5-common\n - php5-json\n\n- name: Start php\n service: name=php5-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1652,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/base-packages | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/base-packages/tasks/main.yml",
"content": " - name: Upgrade all packages\n become: yes\n yum:\n update_cache=yes\n name=*\n state=latest\n tags: [system_upgrade]\n\n - name: Install base packages\n become: yes\n yum:\n name=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/base-repositories | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/base-repositories/tasks/main.yml",
"content": " - name: Download EPEL repository\n become: yes\n get_url:\n url=http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm\n dest=/tmp/epel-release-7-5.noarch.rpm\n\n\n - name: Add EPEL re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1073,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/configure-hadoop | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/configure-hadoop/tasks/main.yml",
"content": "\n - name: Configure core-site.xml\n xml:\n file=/home/vagrant/hdp_manual_install_rpm_helper_files-2.4.0.0.169/configuration_files/core_hadoop/core-site.xml\n xpath=\"/configuration/property[name = 'fs.defaultFS']/v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 995,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/create-dns-dirs | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/create-dns-dirs/tasks/main.yml",
"content": " - name: Create DataNode directories for storing HDFS blocks\n become: yes\n file:\n path={{ item }}\n state=directory\n owner=hdfs\n group=hadoop\n mode=0755\n recurse=yes\n wit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/create-hdfs-dirs | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/create-hdfs-dirs/tasks/main.yml",
"content": " - name: Create HDFS log directory\n become: yes\n file:\n path={{ item }}\n state=directory\n owner=hdfs\n group=hadoop\n mode=0755\n recurse=yes\n with_items: \"{{HDFS_LOG_DIR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/create-mapred-dirs | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/create-mapred-dirs/tasks/main.yml",
"content": " - name: Create directory for storing the JobHistory server logs\n become: yes\n file:\n path={{ item }}\n state=directory\n owner=mapred\n group=hadoop\n mode=0755\n recurse=yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/create-nn-dirs | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/create-nn-dirs/tasks/main.yml",
"content": " - name: Create Namenode directories for the file system image\n become: yes\n file:\n path={{ item }}\n state=directory\n owner=hdfs\n group=hadoop\n mode=0755\n recurse=yes\n wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 306,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/create-snn-dirs | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/create-snn-dirs/tasks/main.yml",
"content": " - name: Create SecondaryNamenode directories for the checkpoint file system image\n become: yes\n file:\n path={{ item }}\n state=directory\n owner=hdfs\n group=hadoop\n mode=0755\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/create-yarn-dirs | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/create-yarn-dirs/tasks/main.yml",
"content": " - name: Create YARN directories for storing temporary data\n become: yes\n file:\n path={{ item }}\n state=directory\n owner=yarn\n group=hadoop\n mode=0755\n recurse=yes\n wit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1216,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/create-zkfc-dirs | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/create-zkfc-dirs/tasks/main.yml",
"content": " - name: Create ZKFC log directory\n become: yes\n file:\n path={{ item }}\n state=directory\n owner=hdfs\n group=hadoop\n mode=0755\n recurse=yes\n with_items: \"{{ZKFC_LOG_DIR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/disable-selinux-iptables | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/disable-selinux-iptables/tasks/main.yml",
"content": " - name: Disable SElinux\n become: yes\n selinux:\n state=disabled\n tags: [hdp_configuration]\n\n - name: Disable iptables\n become: yes\n service:\n name=firewalld\n state=sto... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/enable-ntp | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/enable-ntp/tasks/main.yml",
"content": " - name: Start ntpd\n become: yes\n service:\n name=ntpd\n state=started\n tags: [hdp_configuration]",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/init-zookeeper | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/init-zookeeper/tasks/main.yml",
"content": " - name: Creating myid file\n become: yes\n file:\n path={{ item }}/myid\n state=touch\n owner=zookeeper\n group=hadoop\n mode=0755\n with_items: \"{{ZOOKEEPER_DATA_DIR.split(',')}}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 587,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/install-basehadoop | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/install-basehadoop/tasks/main.yml",
"content": " - name: Install HDFS, YARN and MapReduce\n become: yes\n yum:\n name={{ item }}\n state=latest\n with_items:\n - hadoop\n - hadoop-hdfs\n - hadoop-libhdfs\n - hadoop-yarn\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/install-openjdk | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/install-openjdk/tasks/main.yml",
"content": " - name: Installing openjdk-1.7.0\n become: yes\n yum:\n name={{ item }}\n state=latest\n with_items:\n - java-1.7.0-openjdk\n - java-1.7.0-openjdk-devel\n tags: [openjdk]\n\n #- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 501,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/install-zookeeper | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/install-zookeeper/tasks/main.yml",
"content": " - name: Install Zookeeper\n become: yes\n yum:\n name=zookeeper-server\n state=latest\n tags: [install_zookeeper]\n\n - name: Create Zookeeper data dir\n become: yes\n file:\n path={{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 997,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/prepare-zoo-conf | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare-zoo-conf/tasks/main.yml",
"content": " - name: Backup \"{{ZOOKEEPER_CONF_DIR}}/zookeeper-env.sh\" [1/2]\n become: yes\n stat: path=\"{{ZOOKEEPER_CONF_DIR}}/zookeeper-env.sh\"\n register: zookeeper_env_stat\n tags: [prepare_zoo_conf]\n\n - name: Back... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2712,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/reboot | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/reboot/tasks/main.yml",
"content": " - name: Reboot\n become: yes\n shell: /sbin/reboot\n tags: [reboot]",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/run-hdpselect | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/run-hdpselect/tasks/main.yml",
"content": " - name: Run hdp-select\n become: yes\n shell: /usr/bin/hdp-select set all 2.4.0.0-169\n tags: [hdp_select]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/start-zkfc | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/start-zkfc/tasks/main.yml",
"content": " - name: Starting zkfc\n become: yes\n become_user: hdfs\n shell: bash -c \"export JAVA_HOME={{JAVA_HOME}} ; export HADOOP_LOG_DIR={{ZKFC_LOG_DIR}} ; /usr/hdp/2.4.0.0-169/hadoop/sbin/hadoop-daemon.sh start zkfc\"\n tags:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/start-zookeeper | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/start-zookeeper/tasks/main.yml",
"content": " - name: Starting zookeeper\n become: yes\n become_user: zookeeper\n shell: bash -c \"export ZOOCFGDIR={{ZOOKEEPER_CONF_DIR}} ; export ZOOCFG=zoo.cfg; source {{ZOOKEEPER_CONF_DIR}}/zookeeper-env.sh ; /usr/hdp/current/zoo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | pmavrodiev/HDP_Manual_cluster | 9beb5d78356bae9bc6d6e0a288d09b4eea493ab3 | 0 | ansible/roles/stop-zookeeper | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/stop-zookeeper/tasks/main.yml",
"content": " - name: Stopping zookeeper\n become: yes\n become_user: zookeeper\n shell: bash -c \"export ZOOCFGDIR={{ZOOKEEPER_CONF_DIR}} ; export ZOOCFG=zoo.cfg; source {{ZOOKEEPER_CONF_DIR}}/zookeeper-env.sh ; /usr/hdp/current/zook... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | brnagn7/routerTemplate | a985d62b4c863ae54641efcce906b39bba31f8e2 | 0 | roles/router | 7,979 | [
"no_license"
] | [
{
"path": "roles/router/vars/main.yml",
"content": "---\nrouters_2600:\n - { hostname: R-2600, enpass: cisco, domain: comms.mil.au, username: admin, unamepw: cisco, fa0ip: 192.168.12.1, fa0sm: 255.255.255.0, s00ip: 10.10.10.1, s00sm: 255.255.255.252, fa01ip: 172.16.23.1, fa01sm: 255.255.255.0}\n\nrouters_1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2390,
"all_permissive": false
} |
ansible_role | yuta-ushijima/raisetech_cirlceci_demo_20240511 | 640967b020e40e365bdb25d35a7e74883f3ca4ac | 0 | ansible/roles/git | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/git/tasks/main.yml",
"content": "---\n# tasks file for git\n- name: Install git\n ansible.builtin.yum:\n name: git\n state: present\n lock_timeout: 60",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 121,
"all_permissive": false
} |
ansible_role | theringli/ansible-workshop | 42d497b9e316e0fec03cc400c59ebcb6b4dcd58f | 0 | roles/tenants | 7,979 | [
"no_license"
] | [
{
"path": "roles/tenants/defaults/main.yml",
"content": "---\n# defaults file for tenants\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/tenants/tasks/create_tenant.yaml",
"content": "---\n- name: Add a new tenant\n cisco.aci.aci_tena... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | foltik/homelab-playbooks | 704547c44584d15f7d0073345a02e4a67c014dd1 | 0 | roles/common | 7,979 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Install Packages\n apt:\n name: ['aptitude', 'apt-transport-https', 'borgbackup', 'iperf', 'nmap', 'wget', 'curl', 'git-core', 'sudo', 'rsync', 'zip', 'unzip', 'fail2ban', 'net-tools', 'dnsutils', 'tmux', 'neovim']\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 841,
"all_permissive": false
} |
ansible_role | foltik/homelab-playbooks | 704547c44584d15f7d0073345a02e4a67c014dd1 | 0 | roles/nginx | 7,979 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx\n apt:\n name: nginx\n\n- name: Add HTTPS Rewrite\n copy:\n src: group_files/nginx_tls.conf\n dest: /etc/nginx/conf.d/tls.conf\n notify: Restart Nginx\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 181,
"all_permissive": false
} |
ansible_role | foltik/homelab-playbooks | 704547c44584d15f7d0073345a02e4a67c014dd1 | 0 | roles/ssh | 7,979 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: Disable root login\n lineinfile: \n dest: /etc/ssh/sshd_config\n regexp: \"^#?PermitRootLogin\"\n line: \"PermitRootLogin prohibit-password\"\n state: present\n notify: restart sshd\n\n- name: Disable password authentication\n lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 652,
"all_permissive": false
} |
ansible_role | foltik/homelab-playbooks | 704547c44584d15f7d0073345a02e4a67c014dd1 | 0 | roles/telegraf | 7,979 | [
"no_license"
] | [
{
"path": "roles/telegraf/tasks/main.yml",
"content": "---\n- name: Add InfluxData GPG Key\n apt_key:\n url: https://repos.influxdata.com/influxdb.key\n\n- name: Add InfluxData Repo\n apt_repository:\n repo: deb https://repos.influxdata.com/debian stretch stable\n\n- name: Install Telegraf\n apt:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 503,
"all_permissive": false
} |
ansible_role | agusgonzaleznic/k3s-tower-ansible | 9498e898551a1ce759c5ddca91c4159397c7b185 | 0 | roles/common | 7,979 | [
"no_license"
] | [
{
"path": "roles/common/tasks/enable_cgroups.yaml",
"content": "---\n- name: Enabling cgroups\n become: true\n hosts: pies\n tasks:\n - name: enable_cgroups | Ping hosts\n ansible.builtin.ping:\n\n - name: enable_cgroups | Check if cgroups are enabled\n ansible.builtin.slurp:\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 811,
"all_permissive": false
} |
ansible_role | agusgonzaleznic/k3s-tower-ansible | 9498e898551a1ce759c5ddca91c4159397c7b185 | 0 | roles/masters | 7,979 | [
"no_license"
] | [
{
"path": "roles/masters/templates/kubeconfig.j2",
"content": "apiVersion: v1\nclusters:\n- cluster:\n certificate-authority-data: {{ kubeconfig.cluster_ca_data }}\n server: https://{{ kubeconfig.cluster_server }}\n name: k3s-cluster\ncontexts:\n- context:\n cluster: k3s-cluster\n user: k3s-use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1795,
"all_permissive": false
} |
ansible_role | agusgonzaleznic/k3s-tower-ansible | 9498e898551a1ce759c5ddca91c4159397c7b185 | 0 | roles/uninstall | 7,979 | [
"no_license"
] | [
{
"path": "roles/uninstall/tasks/uninstall_workers.yaml",
"content": "---\n- name: Uninstall k3s on workers\n become: true\n hosts: workers\n tasks:\n - name: Ping hosts\n ansible.builtin.ping:\n\n - name: Uninstall k3s agent\n ansible.builtin.command: /usr/local/bin/k3s-agent-uninstall.s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1133,
"all_permissive": false
} |
ansible_role | agusgonzaleznic/k3s-tower-ansible | 9498e898551a1ce759c5ddca91c4159397c7b185 | 0 | roles/workers | 7,979 | [
"no_license"
] | [
{
"path": "roles/workers/tasks/install.yaml",
"content": "---\n- name: Install k3s workers\n become: true\n hosts: workers\n tasks:\n - name: Ping hosts\n ansible.builtin.ping:\n\n - name: Install k3s workers\n shell: >\n curl -sfL https://get.k3s.io |\n INSTALL_K3S_VERSION=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | Mossie93/btre_architecture | 38bb2b08f04a2df5518e0553386f6b89244144a3 | 0 | ansible/roles/common | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Install packages\n apt:\n name: [python3-pip, python3-dev, python3-venv, libpq-dev, curl, python-pkg-resources]\n state: present\n update_cache: yes\n- name: Create app user\n user:\n name: app\n shell: /bin/bash\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1539,
"all_permissive": false
} |
ansible_role | Mossie93/btre_architecture | 38bb2b08f04a2df5518e0553386f6b89244144a3 | 0 | ansible/roles/gunicorn | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/gunicorn/templates/gunicorn.service.j2",
"content": "[Unit]\nDescription=gunicorn daemon\nRequires=gunicorn.socket\nAfter=network.target\n\n[Service]\nUser=app\nGroup=www-data\nWorkingDirectory=/home/app/btre_project\nExecStart=/home/app/venv/bin/gunicorn --access-logfile - --worker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1906,
"all_permissive": false
} |
ansible_role | Mossie93/btre_architecture | 38bb2b08f04a2df5518e0553386f6b89244144a3 | 0 | ansible/roles/nginx | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/templates/btre_project.j2",
"content": "server {\n listen 80;\n server_name {{ ansible_eth0.ipv4.address }};\n\n location = /favicon.ico { access_log off; log_not_found off; }\n location /static/ {\n root /home/app/btre_project;\n }\n \n location /media/ {\n root ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1291,
"all_permissive": false
} |
ansible_role | Mossie93/btre_architecture | 38bb2b08f04a2df5518e0553386f6b89244144a3 | 0 | ansible/roles/postgres | 7,979 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/tasks/main.yml",
"content": "---\n- name: Create postgres user\n user:\n name: postgres\n create_home: no\n- name: Add PostgreSQL 11 apt key\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: present\n- name: Add PostgreSQL 11 apt re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1129,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.