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
Websoft9Archive/ansible-couchdb
e09f81678c04715e57d6c03bce8d26df4db6bfc2
0
roles/couchdb
799
[ "no_license" ]
[ { "path": "roles/couchdb/handlers/main.yml", "content": "- name: check_couchdb_service\n debug:\n var: check_couchdb_service.stdout", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/couchdb/defaults/main.yml", "content": "couchdb_admin_...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3315, "all_permissive": false }
ansible_role
prench/Playbooks
18cac7d71f222806daa438420949510b52101172
1
linux/roles/apache
799
[ "no_license" ]
[ { "path": "linux/roles/apache/tasks/main.yml", "content": "---\n# Include variables \n#\n#\n- name: check httpd version.\n command: ls -l /usr/sbin/httpd\n ignore_errors: true\n changed_when: false\n register: _httpd\n\n- name: Include httpd variables\n include_vars: httpd.yml\n when: \"_httpd.rc == 0...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 14766, "all_permissive": false }
ansible_role
prench/Playbooks
18cac7d71f222806daa438420949510b52101172
1
linux/roles/httpd
799
[ "no_license" ]
[ { "path": "linux/roles/httpd/tasks/main.yml", "content": "---\n - name: confirm httpd service is started\n systemd:\n state: started\n name: httpd\n when: httpd is defined\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
prench/Playbooks
18cac7d71f222806daa438420949510b52101172
1
linux/roles/startapp
799
[ "no_license" ]
[ { "path": "linux/roles/startapp/tasks/main.yml", "content": "---\n - name: start app\n command: /opt/scripts/startapp.sh\n when: startapp is defined\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
Adeniji1313/ALX-Udacity-Project-3-Give-Your-Application-Auto-Deploy-Superpowers
61bb7a4b642ba363d58b516fa7de5ec16d9d9a6a
0
.circleci/ansible/roles/deploy
799
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: Create Directory\n file:\n path: ~/app\n state: directory\n\n- name: Copy Artifact to Machine\n become: true\n copy: \n src: ~/project/artifact.tar.gz\n dest: /home/ubuntu/app/\n\n\n#- name: Untar Artifact\n# beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": false }
ansible_role
wcarlsen/the-notebook
86278a0ad27cd367c32d32d29e65103ca078f456
0
roles/apps
799
[ "no_license" ]
[ { "path": "roles/apps/tasks/main.yml", "content": "---\n- name: Install apps packages\n pacman:\n name:\n - alacritty\n - chromium\n - code\n - copyq\n - dbeaver\n - discord\n - flameshot\n - timeshift\n - transmission-gtk\n - virtualbox\n - vlc\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
wcarlsen/the-notebook
86278a0ad27cd367c32d32d29e65103ca078f456
0
roles/aws
799
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yml", "content": "---\n- name: Install aws packages\n pacman:\n name:\n - aws-cli\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
wcarlsen/the-notebook
86278a0ad27cd367c32d32d29e65103ca078f456
0
roles/common
799
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install pacman packages\n pacman:\n name:\n - bat\n - base-devel\n - exa\n - git\n - github-cli\n - hey\n - jq\n - neovim\n - the_silver_searcher\n - thefuck\n - tmux\n - tree\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 365, "all_permissive": false }
ansible_role
wcarlsen/the-notebook
86278a0ad27cd367c32d32d29e65103ca078f456
0
roles/docker
799
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker packages\n pacman:\n name:\n - docker\n state: latest\n become: yes\n\n- name: Enable and start docker service\n systemd:\n name: docker.service\n state: started\n enabled: yes\n\n- name: Add the user to ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 312, "all_permissive": false }
ansible_role
wcarlsen/the-notebook
86278a0ad27cd367c32d32d29e65103ca078f456
0
roles/github
799
[ "no_license" ]
[ { "path": "roles/github/tasks/main.yml", "content": "---\n- name: Create spaghetti folder\n file:\n path: ~/spaghetti\n state: directory\n\n- git:\n repo: <EMAIL>:dfds/infrastructure-modules.git\n dest: ~/spaghetti/infrastructure-modules\n \n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
wcarlsen/the-notebook
86278a0ad27cd367c32d32d29e65103ca078f456
0
roles/kubernetes
799
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n- name: Create kube folder\n file:\n path: ~/.kube\n state: directory\n\n- name: Install kuberentes packages\n pacman:\n name:\n - k9s\n - kubectl\n - kubectx\n - minikube\n state: latest\n become: yes\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
wcarlsen/the-notebook
86278a0ad27cd367c32d32d29e65103ca078f456
0
roles/oh-my-zsh
799
[ "no_license" ]
[ { "path": "roles/oh-my-zsh/tasks/main.yml", "content": "---\n- name: Install zsh packages\n pacman:\n name:\n - zsh\n state: latest\n become: yes\n\n- aur:\n use: yay\n name:\n - autojump-git\n state: latest\n become: no\n\n- name: Check if oh-my-zsh is installed\n stat:\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 616, "all_permissive": false }
ansible_role
wcarlsen/the-notebook
86278a0ad27cd367c32d32d29e65103ca078f456
0
roles/update
799
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "---\n- name: Run the equivalent of \"pacman -Syu\" as a separate step\n pacman:\n update_cache: yes\n upgrade: yes\n\n- aur:\n upgrade: yes\n use: yay\n aur_only: yes", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
MadhuLatha2000/expense-ansible-roles
f9b4b0517ff42ccdb76d675460c939f268204f7c
0
roles/backend
799
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: disabling node.js\n ansible.builtin.command: dnf module disable nodejs -y\n\n- name: enable node 20\n ansible.builtin.command: dnf module enable nodejs:20 -y\n\n- name: install nodejs\n ansible.builtin.dnf:\n name: nodejs \n state: prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1281, "all_permissive": false }
ansible_role
MadhuLatha2000/expense-ansible-roles
f9b4b0517ff42ccdb76d675460c939f268204f7c
0
roles/common
799
[ "no_license" ]
[ { "path": "roles/common/tasks/app-set.yml", "content": "- name: create app directory\n ansible.builtin.file:\n path: \"{{app_location}}\"\n state: directory\n \n- name: download the application\n ansible.builtin.get_url:\n url: https://expense-builds.s3.us-east-1.amazonaws.com/expense-{{compon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
MadhuLatha2000/expense-ansible-roles
f9b4b0517ff42ccdb76d675460c939f268204f7c
0
roles/frontend
799
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yaml", "content": "component: frontend\nfrontend_host: frontend.plusmatrix.in\napp_location: /usr/share/nginx/html", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/frontend/tasks/main.yaml", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1157, "all_permissive": false }
ansible_role
slacker80/jitsi-meet-hetzner
0ffe37057344ed9a26d01469372fd9cc4038a08d
1
roles/common
799
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\npackages:\n- firewalld\n\n\nfirewalld:\n- service: https\n zone: public\n permanent: yes\n state: enabled\n- service: http\n zone: public\n permanent: yes\n state: enabled\n- service: ssh\n zone: public\n permanent: yes\n state: enabled\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1873, "all_permissive": false }
ansible_role
slacker80/jitsi-meet-hetzner
0ffe37057344ed9a26d01469372fd9cc4038a08d
1
roles/jitsi-meet
799
[ "no_license" ]
[ { "path": "roles/jitsi-meet/templates/install-letsencrypt-cert.sh.j2", "content": "# {{ ansible_managed }}\n#!/bin/bash\n\nset -e\n\nDEB_CONF_RESULT=`debconf-show jitsi-meet-web-config | grep jvb-hostname`\nDOMAIN=\"${DEB_CONF_RESULT##*:}\"\n# remove whitespace\nDOMAIN=\"$(echo -e \"${DOMAIN}\" | tr -d '[:s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 12699, "all_permissive": false }
ansible_role
hogehoge789/play-book_efk-install
8c7e8608ec967e893cd808d9e2b4d806e4b0f76f
0
roles/elasticsearch
799
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n- include_tasks: elasticsearch.yml tags=elasticsearch\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 58, "all_permissive": false }
ansible_role
hogehoge789/play-book_efk-install
8c7e8608ec967e893cd808d9e2b4d806e4b0f76f
0
roles/jdk
799
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "---\n- name: install wget\n yum: name=wget state=installed\n\n- include_tasks: jdk.yml tags=jdk\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
rPrinceA495/udapeople
862c29ff74ebbc40e18265f6371d339225c9e355
0
.circleci/ansible/roles/deploy
799
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"Creates backend app directory\"\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"Unarchive backend files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n\n- name: \"Installing Node D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1323, "all_permissive": false }
ansible_role
springleo/create-k8s-cluster
fb5e1189a6f9824a2eaec30d12e0c16ff7241f44
0
roles/gosetup
799
[ "no_license" ]
[ { "path": "roles/gosetup/tasks/main.yaml", "content": "---\n- name: remove exesting go lang\n shell: |\n rm -rf /usr/lib/golang/bin/go\n \n- name: copy go lang to new loaction\n copy:\n src: \"{{ role_path }}/files/{{ item }}\"\n dest: /root/{{ item }}\n owner: root\n group: root\n mode...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
springleo/create-k8s-cluster
fb5e1189a6f9824a2eaec30d12e0c16ff7241f44
0
roles/helm
799
[ "no_license" ]
[ { "path": "roles/helm/tasks/main.yaml", "content": "---\n- name: copy helm to master\n copy:\n src: \"{{ role_path }}/files/{{ item }}\"\n dest: /root/{{ item }}\n owner: root\n group: root\n mode: '0644'\n with_items:\n - get_helm.sh\n \n- name: install helm\n shell: |\n sh /ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
springleo/create-k8s-cluster
fb5e1189a6f9824a2eaec30d12e0c16ff7241f44
0
roles/keyexchange
799
[ "no_license" ]
[ { "path": "roles/keyexchange/tasks/main.yaml", "content": "---\n\n - name: generate key pair\n shell: ssh-keygen -b 2048 -t rsa -f /root/.ssh/id_rsa -q -N /dev/null\n\n - name: fetch public key\n fetch:\n src: /root/.ssh/id_rsa.pub\n dest: tmp/\n flat: yes\n\n #- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 374, "all_permissive": false }
ansible_role
springleo/create-k8s-cluster
fb5e1189a6f9824a2eaec30d12e0c16ff7241f44
0
roles/mastersetup
799
[ "no_license" ]
[ { "path": "roles/mastersetup/tasks/main.yaml", "content": "---\n- name: Load br_netfilter and overlay modules required for CRI-O\n command: modprobe {{ item }}\n with_items:\n - overlay \n - br_netfilter\n\n- name: Add the overlay and br_netfilter across reboot\n copy:\n src: \"{{ role_path }}/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2522, "all_permissive": false }
ansible_role
springleo/create-k8s-cluster
fb5e1189a6f9824a2eaec30d12e0c16ff7241f44
0
roles/nodesetup
799
[ "no_license" ]
[ { "path": "roles/nodesetup/tasks/main.yaml", "content": "---\n- name: Load br_netfilter and overlay modules required for CRI-O\n command: modprobe {{ item }}\n with_items:\n - overlay\n - br_netfilter\n\n- name: Add the overlay and br_netfilter across reboot\n copy:\n src: \"{{ role_path }}/file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1691, "all_permissive": false }
ansible_role
lol666666/gnu-linux-book
c675c7dbe3f1f6abe0af80e1eea24d5ed36f8dbd
0
playbooks/roles/common
799
[ "no_license" ]
[ { "path": "playbooks/roles/common/handlers/main.yml", "content": "---\r\n- name: restart snmpd\r\n service name=snmpd state=restarted enabled=yes\r\n\r\n- name: restart ntp\r\n service: name=ntp state=restarted enabled=yes\r\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1410, "all_permissive": false }
ansible_role
mindmorass/silhouette
c40862f8fb23380e28852e793d4c25d4ab85f2de
0
roles/dnstracer
859
[ "no_license" ]
[ { "path": "roles/dnstracer/tasks/main.yml", "content": "---\n\n- name: install dnstracer\n homebrew:\n name: dnstracer\n state: present\n update_homebrew: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
mindmorass/silhouette
c40862f8fb23380e28852e793d4c25d4ab85f2de
0
roles/powerlevel9k
859
[ "no_license" ]
[ { "path": "roles/powerlevel9k/templates/powerlevel9k.vars.j2", "content": "POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(\n dir\n vcs\n newline\n status\n)\n\nPOWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(date ip)\nPOWERLEVEL9K_PROMPT_ADD_NEWLINE=true\nPOWERLEVEL9K_IP_INTERFACE='{{ansible_default_ipv4.device}}'\nPOWERLEVEL9...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1269, "all_permissive": false }
ansible_role
mindmorass/silhouette
c40862f8fb23380e28852e793d4c25d4ab85f2de
0
roles/rbenv
859
[ "no_license" ]
[ { "path": "roles/rbenv/vars/main.yml", "content": "---\n\nrbenv_ruby_version: 2.3.7\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/rbenv/tasks/main.yml", "content": "---\n\n- name: install rbenv\n homebrew:\n name: rbenv\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 432, "all_permissive": false }
ansible_role
mindmorass/silhouette
c40862f8fb23380e28852e793d4c25d4ab85f2de
0
roles/silhouette
859
[ "no_license" ]
[ { "path": "roles/silhouette/vars/main.yml", "content": "---\n\nsilhouette_home: ~/.silhouette\nsilhouette_bin: \"{{silhouette_home}}/bin\"\nsilhouette_profile: \"{{silhouette_home}}/profile\"\nsilhouette_shellrc: \"{{silhouette_home}}/profile/.shellrc\"\nsilhouette_dotfiles: \"{{silhouette_home}}/profile/st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2023, "all_permissive": false }
ansible_role
mindmorass/silhouette
c40862f8fb23380e28852e793d4c25d4ab85f2de
0
roles/zsh
859
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n\n- name: install zsh\n homebrew:\n name: zsh\n state: present\n update_homebrew: yes\n\n- name: shellrc\n lineinfile:\n path: ~/.zshrc\n regexp: \"^source {{silhouette_shellrc}}\"\n line: \"source {{silhouette_shellrc}}\"\n mode:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
fcrios145/vagrant-test
fe4a4e38ecd9821f2ff393818e39dd726ed5e1a0
0
roles/base
859
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n# - include: create_swap_file.yml\n# when: create_swap_file\n# tags: swap\n\n- name: Ensure bash, OpenSSl, and libssl are the latest versions\n apt: name={{ item }} update_cache={{ update_apt_cache }} state=latest\n with_items:\n - bash\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1395, "all_permissive": false }
ansible_role
fcrios145/vagrant-test
fe4a4e38ecd9821f2ff393818e39dd726ed5e1a0
0
roles/web
859
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n\n- include: connection_postgresql.yml\n\n- include: create_users_and_groups.yml\n\n- include: setup_virtualenv.yml\n\n#- include: git_ssh.yml\n\n- include: setup_git_repo.yml\n\n- include: setup_django_app.yml\n\n- include: set_file_permissions.yml\n\n...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5452, "all_permissive": false }
ansible_role
hidepin/pip-playbook
cfd61fbfc7b1038016c7b63456964af862c4aca1
0
roles/pip
859
[ "no_license" ]
[ { "path": "roles/pip/tasks/main.yml", "content": "---\n# file: roles/pip/tasks/main.yml\n- name: python library module\n command: ls -1 /root/src\n register: python_library_list\n\n- debug:\n var: python_library_list\n\n- name: python library install\n pip:\n executable: pip3\n name: \"/root/src...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 469, "all_permissive": false }
ansible_role
xiangjie818/ansible-minio
812839891f25059e45676ba79a3a73afb97bd226
0
roles/minio
859
[ "no_license" ]
[ { "path": "roles/minio/tasks/mount.yml", "content": "---\n- name: Create Mount File\n template:\n src: minio-export.mount.j2\n dest: \"/usr/lib/systemd/system/minio-{{ item.value.directory.split('/')[-1] }}.mount\"\n with_dict:\n - \"{{ mountmap }}\"\n\n- name: Create Mount Directory\n file:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1859, "all_permissive": false }
ansible_role
xiangjie818/ansible-minio
812839891f25059e45676ba79a3a73afb97bd226
0
roles/prepare
859
[ "no_license" ]
[ { "path": "roles/prepare/tasks/devices_partition.yml", "content": "---\n- name: Create a data disk partition\n sgdisk:\n disk: \"{{ item }}\"\n with_items:\n - \"{{ devices }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/prepa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 153, "all_permissive": false }
ansible_role
al-malum/ansible
247b46d03856c5cbef6d2730c8010b55d3bf449d
0
roles/postgres-ha-setup
859
[ "no_license" ]
[ { "path": "roles/postgres-ha-setup/templates/pgbouncer.ini.j2", "content": "[databases]\n* = host={{ ansible_default_ipv4.address }} port=5432\n\n[pgbouncer]\nlogfile = /var/log/pgbouncer/pgbouncer.log\npidfile = /var/run/pgbouncer/pgbouncer.pid\nunix_socket_dir = var/run/pgbouncer\nlisten_addr = *\nlisten_...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 27640, "all_permissive": false }
ansible_role
ksmt88/ansible-laravel
2b840f4ac03ecdcbaa9e151b8fc6e2ca92b6e2a7
0
playbooks/roles/common
859
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/main.yml", "content": "#update\n- name: Yum update\n yum: name=* state=latest\n\n# rpm\n- name: Import PGP key for Remi's RPM repository\n tags: remi\n rpm_key: state=present key=http://rpms.famillecollet.com/RPM-GPG-KEY-remi\n\n- name: Install package for Remi's R...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1726, "all_permissive": false }
ansible_role
ksmt88/ansible-laravel
2b840f4ac03ecdcbaa9e151b8fc6e2ca92b6e2a7
0
playbooks/roles/deploy
859
[ "no_license" ]
[ { "path": "playbooks/roles/deploy/templates/deploy.php", "content": "<?php\n\nnamespace Deployer;\n\nrequire 'recipe/laravel.php';\n\n// Project name\nset('application', 'indeed');\n\n// http_user\nset('http_user', '{{ web_user }}');\n\n// Project repository\nset('repository', 'https://github.com/tomoyukiki...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1910, "all_permissive": false }
ansible_role
ksmt88/ansible-laravel
2b840f4ac03ecdcbaa9e151b8fc6e2ca92b6e2a7
0
playbooks/roles/mysql
859
[ "no_license" ]
[ { "path": "playbooks/roles/mysql/files/my.cnf", "content": "[mysqld]\n# Required Settings\ndefault_authentication_plugin = mysql_native_password\ndatadir = /var/lib/mysql\nmax_allowed_packet = 256M\nmax_connect_errors = 1000000\npid_file ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3310, "all_permissive": false }
ansible_role
ksmt88/ansible-laravel
2b840f4ac03ecdcbaa9e151b8fc6e2ca92b6e2a7
0
playbooks/roles/nginx
859
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/templates/nginx.conf.j2", "content": "#user nobody;\nworker_processes 1;\n\n#error_log logs/error.log;\n#error_log logs/error.log notice;\n#error_log logs/error.log info;\n\n#pid logs/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n inclu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2457, "all_permissive": false }
ansible_role
ksmt88/ansible-laravel
2b840f4ac03ecdcbaa9e151b8fc6e2ca92b6e2a7
0
playbooks/roles/php
859
[ "no_license" ]
[ { "path": "playbooks/roles/php/tasks/main.yml", "content": "# package install\n- name: Install some package\n yum:\n name: \"{{ packages }}\"\n state: installed\n update_cache: yes\n enablerepo: remi,remi-php73\n vars:\n packages:\n - php\n - php-devel\n - php-common\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 839, "all_permissive": false }
ansible_role
ksmt88/ansible-laravel
2b840f4ac03ecdcbaa9e151b8fc6e2ca92b6e2a7
0
playbooks/roles/ssl
859
[ "no_license" ]
[ { "path": "playbooks/roles/ssl/tasks/main.yml", "content": "# Ref: https://github.com/Servers-for-Hackers/ansible-ssl-example/blob/master/tasks/main.yml\n---\n# package install\n- name: Install ssl package\n yum:\n name: \"{{ packages }}\"\n state: installed\n update_cache: yes\n vars:\n packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 854, "all_permissive": false }
ansible_role
ksmt88/ansible-laravel
2b840f4ac03ecdcbaa9e151b8fc6e2ca92b6e2a7
0
playbooks/roles/user
859
[ "no_license" ]
[ { "path": "playbooks/roles/user/tasks/main.yml", "content": "- name: Create 'web_user' group\n group: name={{ web_user }}\n\n- name: Allow 'web_user' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%{{ web_user }}'\n line: '%{{ web_user }} ALL=(A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 843, "all_permissive": false }
ansible_role
ksmt88/ansible-laravel
2b840f4ac03ecdcbaa9e151b8fc6e2ca92b6e2a7
0
playbooks/roles/web
859
[ "no_license" ]
[ { "path": "playbooks/roles/web/tasks/main.yml", "content": "- name: Create directory for application\n file:\n path: /var/www/web\n state: directory\n owner: \"{{ web_user }}\"\n group: \"{{ web_user }}\"\n mode: 0755\n\n- name: Set GitHub environment\n lineinfile:\n dest: /etc/environme...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1339, "all_permissive": false }
ansible_role
shanpeng-m/cfg_my_env
d759804c190506401915525eb1727a38cae99f65
0
ansible/roles/common
859
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: System_check\n stat:\n path: \"/usr/local/bin/brew\"\n register: brew_check\n when: ansible_os_family == 'Darwin'\n\n- include_tasks: install_ansible.yml\n when: not ansible_installation_successful|default(false)\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
shanpeng-m/cfg_my_env
d759804c190506401915525eb1727a38cae99f65
0
ansible/roles/install_dev_tools
859
[ "no_license" ]
[ { "path": "ansible/roles/install_dev_tools/tasks/main.yml", "content": "- name: Install Linux tools\n apt:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ linux_tools }}\"\n when:\n - ansible_os_family == 'Debian'\n - item in selected_tools|default(all_tools)\n\n- name: Install Mac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
shanpeng-m/cfg_my_env
d759804c190506401915525eb1727a38cae99f65
0
ansible/roles/install_homebrew
859
[ "no_license" ]
[ { "path": "ansible/roles/install_homebrew/tasks/main.yml", "content": "- name: Install Homebrew\n shell: /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n when:\n - ansible_os_family == 'Darwin'\n - not brew_check.stat.exists\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
shanpeng-m/cfg_my_env
d759804c190506401915525eb1727a38cae99f65
0
ansible/roles/install_zsh
859
[ "no_license" ]
[ { "path": "ansible/roles/install_zsh/tasks/configure_zsh.yml", "content": "- name: 安装zsh插件\n git:\n repo: \"{{ item.repo }}\"\n dest: \"{{ ansible_user_dir }}/.oh-my-zsh/custom/plugins/{{ item.name }}\"\n depth: 1\n loop:\n - {\n name: zsh-autosuggestions,\n repo: https://github....
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3119, "all_permissive": false }
ansible_role
matsu0228/infla
04effcbb0070e1948cca9f873b7babb6aba7341f
0
GCP/ansible/common/roles/init
859
[ "no_license" ]
[ { "path": "GCP/ansible/common/roles/init/tasks/main.yml", "content": "---\n# - name: add japanese NTP servers\n# lineinfile:\n# dest: /etc/systemd/timesyncd.conf\n# state: present\n# insertafter: \"^\\\\[Time\\\\]\"\n# line: \"NTP={{ ntp_address }}\"\n# when: ntp_address is defined\n# \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1084, "all_permissive": false }
ansible_role
jscottmatthews/gitlab-cicd
54f8fed94e918f2675741c1baca669de24a314ea
0
ansible/playbooks/roles/rails
979
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/rails/templates/gitlab.rb.j2", "content": "\n## Connectivity\n\nexternal_url 'https://{{ rails_domain }}'\n\nnginx['listen_port'] = 80 \n nginx['listen_https'] = false\n\n nginx['proxy_set_headers'] = { \n \"X-Forwarded-Proto\" => \"https\", \n \"X-Forwarded-Ssl\" => \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3518, "all_permissive": false }
ansible_role
jscottmatthews/gitlab-cicd
54f8fed94e918f2675741c1baca669de24a314ea
0
ansible/playbooks/roles/runner
979
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/runner/tasks/main.yml", "content": "---\n# tasks file for runner\n- name: check for gitlab runner\n stat:\n path: /tmp/runner.deb\n register: runner_deb\n\n- name: upload and install runner package\n block: \n - name: copy over runner.deb\n ansible.builtin.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1854, "all_permissive": false }
ansible_role
rrgautam/ansible_bootcamp_assignment
12d133eba40adfe5bc1725df20573dd1f0ea5da2
0
roles/base
979
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "# base role for repo and packages\n---\n- name: enable repos\n template:\n # src: ./open_three-tier-app.repo\n src: /home/rewati.raman.gautam-accenture.co/ansiblegit/bad-ansible/open_three-tier-app.repo\n dest: /etc/yum.repos.d/open_three-tier-app...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
rrgautam/ansible_bootcamp_assignment
12d133eba40adfe5bc1725df20573dd1f0ea5da2
0
roles/pgsql
979
[ "no_license" ]
[ { "path": "roles/pgsql/tasks/main.yml", "content": "# base role for repo and packages\n---\n- name: install progress\n command: \"yum install -y postgresql-server\"\n\n- name: whoami\n shell: whoami\n\n- name: whoami\n shell: ls -lart /var/lib/pgsql/\n\n# - name: install postgres\n# yum:\n# name: pos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1260, "all_permissive": false }
ansible_role
rrgautam/ansible_bootcamp_assignment
12d133eba40adfe5bc1725df20573dd1f0ea5da2
0
roles/tomcat
979
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "# base role for repo and packages\n---\n- name: install tomcat\n package:\n name: tomcat\n state: latest\n- name: enable tomcat at boot\n service:\n name: tomcat\n enabled: yes\n\n- name: create tomcat directory\n file:\n path: /usr/sha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 832, "all_permissive": false }
ansible_role
rrgautam/ansible_bootcamp_assignment
12d133eba40adfe5bc1725df20573dd1f0ea5da2
0
roles/win_ad_install
979
[ "no_license" ]
[ { "path": "roles/win_ad_install/vars/ad.yml", "content": "ad_domain_name: ad1.5f79.example.opentlc.com\nad_safe_mode_password: \"<PASSWORD>==\"\nad_admin_user: \"admin@{{ ad_domain_name}}\"\nad_admin_password: \"<PASSWORD>==\"", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1058, "all_permissive": false }
ansible_role
rrgautam/ansible_bootcamp_assignment
12d133eba40adfe5bc1725df20573dd1f0ea5da2
0
roles/win_service_config
979
[ "no_license" ]
[ { "path": "roles/win_service_config/tasks/main.yml", "content": "---\n\n- name: Include vars \n include_vars:\n file: main.yml\n\n- name: Install Packages\n when: ansible_distribution == \"Microsoft Windows Server 2012 R2 Standard\"\n win_chocolatey:\n name: \"{{ item }}\"\n params: \"{{ parame...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 662, "all_permissive": false }
ansible_role
rrgautam/ansible_bootcamp_assignment
12d133eba40adfe5bc1725df20573dd1f0ea5da2
0
roles/win_user
979
[ "no_license" ]
[ { "path": "roles/win_user/tasks/main.yml", "content": "---\n\n- name: Include vars \n include_vars:\n file: main.yml\n\n# - name: Include vars \n# command: pip upgrade ansible 2.4.0\n\n# tasks file for roles/win_ad_user\n- name: Create windows domain group\n win_domain_group:\n name: \"{{ item.gro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1048, "all_permissive": false }
ansible_role
dsdeiz/dotfiles
40e4c46c0c9fcebd3f73f4cba52c41856d067a76
1
roles/php
979
[ "no_license" ]
[ { "path": "roles/php/tasks/composer.yml", "content": "---\n\n- stat: \"path={{ composer_path }}\"\n register: composer_bin\n\n- get_url:\n url: https://getcomposer.org/installer\n dest: /tmp/composer-installer.php\n mode: 0755\n when: not composer_bin.stat.exists\n\n- command: >\n php composer...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 872, "all_permissive": false }
ansible_role
dsdeiz/dotfiles
40e4c46c0c9fcebd3f73f4cba52c41856d067a76
1
roles/ruby
979
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n\n- homebrew: name={{ item }} state=present\n with_items:\n - chruby\n - ruby-install\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
Zorrom/ansible_cloudform
d8a79a87bbce9f37d0aab61e1d1bfcab26e0803f
0
demo12/roles/server-common
979
[ "no_license" ]
[ { "path": "demo12/roles/server-common/tasks/main.yml", "content": "---\n- include: common-user.yml\n- include: firewall.yml\n- include: ntp.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "demo12/roles/server-common/tasks/common-user.yml", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 342, "all_permissive": false }
ansible_role
Zorrom/ansible_cloudform
d8a79a87bbce9f37d0aab61e1d1bfcab26e0803f
0
demo12/roles/webserver
979
[ "no_license" ]
[ { "path": "demo12/roles/webserver/vars/main.yml", "content": "---\nhttp_port: 80\ndoc_root: /var/www/html/ansible_test\ndoc_dir: /azhar/\nUsername: \"Zorrom\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "demo12/roles/webserver/tasks/main.yml",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1216, "all_permissive": false }
ansible_role
webastien/dev-vm
7eea8a5fe92587a147950caed4e4811fd42955e9
0
provisioning/roles/webastien.dev-vm
979
[ "no_license" ]
[ { "path": "provisioning/roles/webastien.dev-vm/extras/vimConfig/install-vim-repository.yml", "content": "- name: Initialize the repository variable for {{ plugin }}\n set_fact:\n repo:\n src: https://github.com/{{ plugin }}\n map:\n .: .vim/bundle/{{ plugin.split('/')[1] }}\n when: plu...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 17041, "all_permissive": false }
ansible_role
princeblr/epam
96fe2ffabb8ac31f391e38c2a38e4aaff6ba4d17
0
roles/ansible-jboss
979
[ "no_license" ]
[ { "path": "roles/ansible-jboss/jboss.yml", "content": "---\n- hosts: all\n become: true\n\n roles:\n - { role: ./,\n docker_files_enable: yes\n #user: \"root\",\n #home: \"/root\"\n }\n\n#TODO\n#- include: docker/integration-tests.yml\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 9676, "all_permissive": false }
ansible_role
princeblr/epam
96fe2ffabb8ac31f391e38c2a38e4aaff6ba4d17
0
roles/ansible-sqldump
979
[ "no_license" ]
[ { "path": "roles/ansible-sqldump/tasks/sqldump.yml", "content": "---\n- name: update cache\n apt: state=present update_cache=yes \n\n- name: creating local app repo\n file:\n path=\"{{ __application_repo_location }}\"\n state=directory\n mode=0755\n\n- name: downloading guestbookapp zip \n unarc...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1990, "all_permissive": false }
ansible_role
princeblr/epam
96fe2ffabb8ac31f391e38c2a38e4aaff6ba4d17
0
roles/ansible-tomcat
979
[ "no_license" ]
[ { "path": "roles/ansible-tomcat/tasks/main.yml", "content": "---\n- name: Define java_packages.\n set_fact:\n java_packages: \"{{ __java_packages | list }}\"\n when: java_packages is not defined\n\n- include: setup-Tomcat.yml\n- include: deploy.yml\n", "license_type": "no_license", "detected_li...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2974, "all_permissive": false }
ansible_role
phaustin/ansible_galaxy
6cd2e99c09050a04c68f55087ba8fd6e4b741831
0
phaustin/proxy/roles/docker
979
[ "no_license" ]
[ { "path": "phaustin/proxy/roles/docker/tasks/main.yml", "content": "---\n- name: Install required system packages\n apt: name={{ item }} state=latest update_cache=yes\n loop: [ 'apt-transport-https', 'ca-certificates', 'curl', 'software-properties-common', 'python3-pip', 'virtualenv', 'python3-setuptools'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 926, "all_permissive": false }
ansible_role
rpdharanidhar/lamp-roles-depl
67c9ce3462b52195c36a72184ec87f0e83021043
0
roles/apache
979
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Update apt package cache\n apt:\n update_cache: yes\n become: yes\n ignore_errors: yes\n\n- name: Upgrade all packages\n apt:\n upgrade: yes\n autoremove: yes\n become: yes\n ignore_errors: yes\n\n- name: Install Apache\n pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1644, "all_permissive": false }
ansible_role
rpdharanidhar/lamp-roles-depl
67c9ce3462b52195c36a72184ec87f0e83021043
0
roles/common
979
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install required packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n - python3\n - python3-ve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1494, "all_permissive": false }
ansible_role
rpdharanidhar/lamp-roles-depl
67c9ce3462b52195c36a72184ec87f0e83021043
0
roles/docker
979
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Update apt package cache\n apt:\n update_cache: yes\n become: yes\n ignore_errors: yes\n\n- name: Upgrade all packages\n apt:\n upgrade: yes\n autoremove: yes\n become: yes\n ignore_errors: yes\n\n- name: Docker Installation st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1024, "all_permissive": false }
ansible_role
rpdharanidhar/lamp-roles-depl
67c9ce3462b52195c36a72184ec87f0e83021043
0
roles/helm
979
[ "no_license" ]
[ { "path": "roles/helm/tasks/main.yml", "content": "---\n- name: Update apt package cache\n apt:\n update_cache: yes\n become: yes\n ignore_errors: yes\n\n- name: Upgrade all packages\n apt:\n upgrade: yes\n autoremove: yes\n become: yes\n ignore_errors: yes\n\n- name: Download Helm install sc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 687, "all_permissive": false }
ansible_role
rpdharanidhar/lamp-roles-depl
67c9ce3462b52195c36a72184ec87f0e83021043
0
roles/jenkins
979
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n- name: Update apt package cache\n apt:\n update_cache: yes\n become: yes\n ignore_errors: yes\n\n- name: Upgrade all packages\n apt:\n upgrade: yes\n autoremove: yes\n become: yes\n ignore_errors: yes\n\n- name: Install Java (Jenkins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 979, "all_permissive": false }
ansible_role
rpdharanidhar/lamp-roles-depl
67c9ce3462b52195c36a72184ec87f0e83021043
0
roles/kubectl
979
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/main.yml", "content": "---\n- name: Update apt package cache\n apt:\n update_cache: yes\n become: yes\n ignore_errors: yes\n\n- name: Upgrade all packages\n apt:\n upgrade: yes\n autoremove: yes\n become: yes\n ignore_errors: yes\n\n- name: Install prerequisites...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2781, "all_permissive": false }
ansible_role
rpdharanidhar/lamp-roles-depl
67c9ce3462b52195c36a72184ec87f0e83021043
0
roles/mysql
979
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# - name: Update apt package cache\n# apt:\n# update_cache: yes\n# become: yes\n# ignore_errors: yes\n\n# - name: Upgrade all packages\n# apt:\n# upgrade: yes\n# autoremove: yes\n# become: yes\n# ignore_errors: yes\n\n# - name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4623, "all_permissive": false }
ansible_role
rpdharanidhar/lamp-roles-depl
67c9ce3462b52195c36a72184ec87f0e83021043
0
roles/oci_cli
979
[ "no_license" ]
[ { "path": "roles/oci_cli/tasks/main.yml", "content": "---\n# - name: Update apt package cache\n# apt:\n# update_cache: yes\n# become: yes\n# ignore_errors: yes\n\n# - name: Upgrade all packages\n# apt:\n# upgrade: yes\n# autoremove: yes\n# become: yes\n# ignore_errors: yes\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
rpdharanidhar/lamp-roles-depl
67c9ce3462b52195c36a72184ec87f0e83021043
0
roles/php
979
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Update apt package cache\n apt:\n update_cache: yes\n become: yes\n ignore_errors: yes\n\n- name: Upgrade all packages\n apt:\n upgrade: yes\n autoremove: yes\n become: yes\n ignore_errors: yes\n\n- name: Ensure expect is installe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1522, "all_permissive": false }
ansible_role
paullalonde/macos-parallels-build-vms
93a23f0fb208daeb77bd4682fdc625c0275ded65
1
ansible/roles/disable-software-updates
979
[ "no_license" ]
[ { "path": "ansible/roles/disable-software-updates/tasks/disable-one-default.yaml", "content": "---\n\n# `defaults` returns a non-zero exit code if the requested default doesn't exist.\n# We consider this to not be a failure condition.\n- name: Read {{ item }}\n command:\n argv:\n - defaults\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 857, "all_permissive": false }
ansible_role
paullalonde/macos-parallels-build-vms
93a23f0fb208daeb77bd4682fdc625c0275ded65
1
ansible/roles/install-homebrew
979
[ "no_license" ]
[ { "path": "ansible/roles/install-homebrew/tasks/main.yaml", "content": "---\n\n- name: Check if Homebrew is already installed\n stat:\n path: /usr/local/bin/brew\n register: brew\n\n- when: not brew.stat.exists\n block:\n - name: Download Homebrew installation script\n get_url:\n url: h...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1487, "all_permissive": false }
ansible_role
paullalonde/macos-parallels-build-vms
93a23f0fb208daeb77bd4682fdc625c0275ded65
1
ansible/roles/install-xcode
979
[ "no_license" ]
[ { "path": "ansible/roles/install-xcode/templates/install-xcode.sh", "content": "#!/bin/sh\n\nset -eu\n\npushd /Applications >/dev/null\n\necho \"Expanding Xcode XIP ...\"\n# Although the XIP contains the Xcode version in its name, it always expands to a generic 'Xcode.app' bundle.\nxip --expand \"{{ xcode_x...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3559, "all_permissive": false }
ansible_role
Kishore-Singireddy/ansible-roboshop-roles
18866c92765806ecb72c088380d153e02a4aaba9
0
roles/catalogue
979
[ "no_license" ]
[ { "path": "roles/catalogue/vars/main.yaml", "content": "MONGODB: mongodb.singieddy.shop\n\nCART: cart.singireddy.shop\n\nCATALOGUE: catalogue.singireddy.shop\n\nFRONTEND: frontend.singireddy.shop\n\nMONGODB: mongodb.singireddy.shop\n\nMYSQL: mysql.singireddy.shop\n\nPAYMENT: payment.singireddy.shop\n\nRA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1736, "all_permissive": false }
ansible_role
Kishore-Singireddy/ansible-roboshop-roles
18866c92765806ecb72c088380d153e02a4aaba9
0
roles/common
979
[ "no_license" ]
[ { "path": "roles/common/tasks/system_user.yaml", "content": "- name: System User creation\n ansible.builtin.user:\n name: roboshop\n shell: /sbin/nologin\n home: /app\n system: yes\n\n- name: /app dir creation\n ansible.builtin.file:\n path: /app\n state: directory", "license_type": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1272, "all_permissive": false }
ansible_role
Kishore-Singireddy/ansible-roboshop-roles
18866c92765806ecb72c088380d153e02a4aaba9
0
roles/frontend
979
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "- name: disable nginx\n ansible.builtin.command: dnf module disable nginx -y\n\n- name: disable nginx\n ansible.builtin.command: dnf module enable nginx:1.24 -y\n\n- name: disable nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1100, "all_permissive": false }
ansible_role
Kishore-Singireddy/ansible-roboshop-roles
18866c92765806ecb72c088380d153e02a4aaba9
0
roles/mongodb
979
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yaml", "content": "- name: mongdodb.repo file \n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Mongodb Installation\n ansible.builtin.dnf:\n name: mongodb-org\n state: present\n\n- name: Service restart\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": false }
ansible_role
JaymesKat/udacity-ci-cd
45749bf040ae7de6da1a6136bab1561f24d3f157
0
.circleci/ansible/roles/configure-server
979
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "- name: \"install dependencies.\"\n become: yes\n apt:\n name: [\"nodejs\", \"npm\"]\n state: latest\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: \"install p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
JaymesKat/udacity-ci-cd
45749bf040ae7de6da1a6136bab1561f24d3f157
0
.circleci/ansible/roles/deploy
979
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: \"upgrade packages.\"\n become: yes\n apt:\n upgrade: \"yes\"\n\n- name: \"install dependencies.\"\n become: true\n apt:\n name: [\"tar\"]\n state: latest\n update_cache: yes\n\n- name: Remove node_modules directo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
stevekm/gcc2016-ansible
740ed34b432f646296c7fd2d136a8fdc75a2c47d
0
roles/galaxyprojectdotorg.galaxy
979
[ "no_license" ]
[ { "path": "roles/galaxyprojectdotorg.galaxy/tasks/main.yml", "content": "---\n# main tasks file for galaxyprojectdotorg.galaxy\n\n# Deploy a Galaxy server\n# https://wiki.galaxyproject.org/\n\n- include: clone.yml\n when: galaxy_manage_clone\n tags:\n - galaxy_manage_clone\n\n- include: download.yml\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3334, "all_permissive": false }
ansible_role
stevekm/gcc2016-ansible
740ed34b432f646296c7fd2d136a8fdc75a2c47d
0
roles/galaxyprojectdotorg.galaxy-tools
979
[ "no_license" ]
[ { "path": "roles/galaxyprojectdotorg.galaxy-tools/tasks/workflows.yml", "content": "---\n\n- name: Create/invoke script virtualenv\n pip: name={{ item }} virtualenv={{ galaxy_tools_base_dir }}/venv virtualenv_command=\"{{ pip_virtualenv_command | default( 'virtualenv' ) }}\"\n with_items:\n - pyyaml\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2411, "all_permissive": false }
ansible_role
stevekm/gcc2016-ansible
740ed34b432f646296c7fd2d136a8fdc75a2c47d
0
roles/galaxyprojectdotorg.nginx
979
[ "no_license" ]
[ { "path": "roles/galaxyprojectdotorg.nginx/README.md", "content": "nginx\n=====\n\nAn [Ansible][ansible] role for installing and managing [nginx][nginx] servers.\nThis role can install a version of nginx that includes the nginx upload module,\nwhich [Galaxy][galaxy] uses, **on Enterprise Linux-based systems...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7953, "all_permissive": false }
ansible_role
stevekm/gcc2016-ansible
740ed34b432f646296c7fd2d136a8fdc75a2c47d
0
roles/supervisor
979
[ "no_license" ]
[ { "path": "roles/supervisor/tasks/main.yml", "content": "- name: Install supervisor\n apt:\n name: supervisor\n\n- name: Install supervisor configs\n template:\n src: \"templates/supervisor/{{ item }}.j2\"\n dest: \"/etc/supervisor/conf.d/{{ item }}.conf\"\n with_items: \"{{ supervisor_configs }...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 342, "all_permissive": false }
ansible_role
sog1devopsint/ansible-code
91e6760b69083a26f630043a4fa94d0215bdc491
0
apache-project/roles/webserver
979
[ "no_license" ]
[ { "path": "apache-project/roles/webserver/tasks/RedHat.yaml", "content": "---\n- name: Install apache webserver\n yum:\n name: httpd\n state: present\n- name: Copy file with owner and permissions\n template:\n src: index.html.j2\n dest: /var/www/html/index.html\n owner: root\n group: roo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 576, "all_permissive": false }
ansible_role
sog1devopsint/ansible-code
91e6760b69083a26f630043a4fa94d0215bdc491
0
tomcat_project/roles/appserver
979
[ "no_license" ]
[ { "path": "tomcat_project/roles/appserver/templates/tomcat.service.j2", "content": "[Unit]\nDescription=Apache Tomcat Web Application Container\nAfter=syslog.target network.target\n\n[Service]\nType=forking\n\nEnvironment=JAVA_HOME={{ jre_path }}\nEnvironment=CATALINA_PID={{ tomcat_home_dir }}/apache-tomcat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2667, "all_permissive": false }
ansible_role
sog1devopsint/ansible-code
91e6760b69083a26f630043a4fa94d0215bdc491
0
tomcat_project/roles/openjdk8
979
[ "no_license" ]
[ { "path": "tomcat_project/roles/openjdk8/tasks/main.yaml", "content": "---\n- name: install open jdk 8\n yum:\n name: \"{{ jdkpkg }}\"\n state: present\n\n", "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
webstean/stuff
bb87ea57a137d964606a00bd8c6abfdfa5515330
2
ansible/roles/docker
839
[ "permissive" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n\n- name: Add Docker's public GPG key to the APT keyring\n become: true\n apt_key:\n url: https://download.docker.com/linux/{{ ansible_distribution | lower }}/gpg\n state: present\n\n- name: Configure Docker's upstream APT repository\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1409, "all_permissive": true }
ansible_role
webstean/stuff
bb87ea57a137d964606a00bd8c6abfdfa5515330
2
ansible/roles/ffmpeg
839
[ "permissive" ]
[ { "path": "ansible/roles/ffmpeg/tasks/main.yml", "content": "---\n- name: INSTALLING FFMPEG\n apt: pkg={{ item }} state=latest\n become: yes\n with_items:\n - ffmpeg\n\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": true }
ansible_role
webstean/stuff
bb87ea57a137d964606a00bd8c6abfdfa5515330
2
ansible/roles/golang
839
[ "permissive" ]
[ { "path": "ansible/roles/golang/tasks/main.yml", "content": "---\n- name: create gopath directory\n file:\n state: directory\n mode: 'u=rwx,go=rx'\n dest: '{{ golang_gopath }}'\n\n- name: create download directory\n file:\n state: directory\n mode: 'u=rwx,go=rx'\n dest: '{{ golang_downlo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2755, "all_permissive": true }
ansible_role
webstean/stuff
bb87ea57a137d964606a00bd8c6abfdfa5515330
2
ansible/roles/icecast2
839
[ "permissive" ]
[ { "path": "ansible/roles/icecast2/tasks/main.yml", "content": "---\n- name: INSTALLING ICECAST2 AUDIO STREAMING SERVER\n apt: pkg={{ item }} state=latest\n become: yes\n with_items:\n - icecast2\n\n- name: DISABLING ICECAST SERVICE\n service:\n name: icecast2\n enabled: no\n become: yes\n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": true }
ansible_role
webstean/stuff
bb87ea57a137d964606a00bd8c6abfdfa5515330
2
ansible/roles/mpc
839
[ "permissive" ]
[ { "path": "ansible/roles/mpc/tasks/main.yml", "content": "---\n- name: INSTALLING MPC\n apt: pkg={{ item }} state=latest\n become: yes\n with_items:\n - mpc\n\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": true }
ansible_role
webstean/stuff
bb87ea57a137d964606a00bd8c6abfdfa5515330
2
ansible/roles/mpd
839
[ "permissive" ]
[ { "path": "ansible/roles/mpd/tasks/main.yml", "content": "---\n- name: INSTALLING MUSIC PLAYER DAEMON (MPD)\n apt: pkg={{ item }} state=latest\n become: yes\n with_items:\n - mpd\n\n- name: DISABLING MPD SERVICE\n service:\n name: mpd\n enabled: no\n become: yes\n\n", "license_type": "perm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": true }
ansible_role
webstean/stuff
bb87ea57a137d964606a00bd8c6abfdfa5515330
2
ansible/roles/nodejs
839
[ "permissive" ]
[ { "path": "ansible/roles/nodejs/defaults/main.yml", "content": "---\napp_folder: \"/data/apps/station\"\nnodejs_install_npm_user: \"vagrant\"\nnodejs_version: \"8.9.0\"\nnpm_config_prefix: \"/data/.npm-global\"\nnpm_config_unsafe_perm: \"true\"\nnodejs_npm_global_packages:\n - n\n - pm2\n\n# # Install a ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2248, "all_permissive": true }