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
cmeissner/ocp_advanced_deployment
aab59953bb91a46e081e412068bc66a25159e382
0
ansible/roles/INSTALL_REQUIREMENTS
7,299
[ "no_license" ]
[ { "path": "ansible/roles/INSTALL_REQUIREMENTS/tasks/main.yml", "content": "---\n- name: \"ensure needed openshiftpackages are installed\"\n yum:\n name: \"{{packages}}\"\n state: present\n vars:\n packages:\n - atomic-openshift-utils\n - atomic-openshift-clients\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
cmeissner/ocp_advanced_deployment
aab59953bb91a46e081e412068bc66a25159e382
0
ansible/roles/MULTIPLE_CLIENTS
7,299
[ "no_license" ]
[ { "path": "ansible/roles/MULTIPLE_CLIENTS/vars/seed-hosts.yml", "content": "openshift_cluster_content:\n# alpha client\n- object: user\n content:\n - name: \"create user amy\"\n template: \"{{role_path}}/../../templates/applier/multitenant/user-group-templates/user-request-template.yaml\"\n params: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4541, "all_permissive": false }
ansible_role
cmeissner/ocp_advanced_deployment
aab59953bb91a46e081e412068bc66a25159e382
0
ansible/roles/POST_DEPLOY_TASKS
7,299
[ "no_license" ]
[ { "path": "ansible/roles/POST_DEPLOY_TASKS/tasks/main.yml", "content": "---\n- name: fetch kube config from masters\n fetch:\n src: /root/.kube/config\n dest: /root/.kube/config\n flat: yes\n tags: check-role\n when: \"'masters' in group_names\"\n\n- name: check system:admin\n shell: oc whoam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 727, "all_permissive": false }
ansible_role
cmeissner/ocp_advanced_deployment
aab59953bb91a46e081e412068bc66a25159e382
0
ansible/roles/PREREQ_CHECKS
7,299
[ "no_license" ]
[ { "path": "ansible/roles/PREREQ_CHECKS/tasks/main.yml", "content": "---\n- name: Check docker installation\n yum:\n name: docker\n state: present\n when: \"'nodes' in group_names\"\n tags: verify-docker\n\n- name: Check docker configuration\n shell: systemctl restart docker\n when: \"'nodes' in g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
cmeissner/ocp_advanced_deployment
aab59953bb91a46e081e412068bc66a25159e382
0
ansible/roles/PV_CREATION
7,299
[ "no_license" ]
[ { "path": "ansible/roles/PV_CREATION/templates/create_pvs_5gigs.sh.j2", "content": "#!/usr/bin/sh\n\nexport volsize=\"5Gi\"\n\nmkdir /root/pvs\nfor volume in pv{1..25} ; do\ncat << EOF > /root/pvs/${volume}\n{\n \"apiVersion\": \"v1\",\n \"kind\": \"PersistentVolume\",\n \"metadata\": {\n \"name\": \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2489, "all_permissive": false }
ansible_role
cmeissner/ocp_advanced_deployment
aab59953bb91a46e081e412068bc66a25159e382
0
ansible/roles/SETUP_GUID
7,299
[ "no_license" ]
[ { "path": "ansible/roles/SETUP_GUID/files/guid.fact", "content": "#!/bin/bash\n\nGUID=$(hostname | cut -d. -f2)\n\ncat <<EOF\n{\n \"guid\" : \"$GUID\"\n}\nEOF\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "ansible/roles/SETUP_GUID/tasks/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 559, "all_permissive": false }
ansible_role
cmeissner/ocp_advanced_deployment
aab59953bb91a46e081e412068bc66a25159e382
0
ansible/roles/TEST_DEPLOYMENT
7,299
[ "no_license" ]
[ { "path": "ansible/roles/TEST_DEPLOYMENT/templates/deployment_smoke_test.sh.j2", "content": "#!/bin/bash\noc new-project smoke-test-nodejs\noc new-app nodejs-mongo-persistent\n\nsleep 30\n\nwhile true\ndo\n if oc get pods | grep -qi -e \"nodejs-mongo-persistent-1-build.*Completed\"\n then\n break\n el...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 728, "all_permissive": false }
ansible_role
mark-eva/ansible-templates
814c39960d52429e2ed33be4c189b3289729068e
0
playbooks/roles/myrole
7,299
[ "no_license" ]
[ { "path": "playbooks/roles/myrole/tasks/main.yml", "content": "---\n - name: Update apt\n yum: \n name: httpd\n state: latest\n notify: Reboot\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "playbooks/roles/myrole/handlers/main...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 149, "all_permissive": false }
ansible_role
AnD00/setup-myhome
31c24d677110eef353fa64a3a6b3bbb1572ad5c1
0
roles/alias
7,299
[ "no_license" ]
[ { "path": "roles/alias/tasks/main.yml", "content": "---\n- name: load alias file\n lineinfile:\n dest: ~/.bash_profile\n line: \"source ~/Dropbox/myhome-conf/alias.sh\"\n- name: copy alias file\n copy:\n src: ../files/alias.sh\n dest: ~/Dropbox/myhome-conf/alias.sh\n mode: 0755\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 844, "all_permissive": false }
ansible_role
AnD00/setup-myhome
31c24d677110eef353fa64a3a6b3bbb1572ad5c1
0
roles/asdf
7,299
[ "no_license" ]
[ { "path": "roles/asdf/tasks/main.yml", "content": "---\n# asdf\n- name: set asdf environment variables\n lineinfile:\n dest: ~/.bash_profile\n line: 'export ASDF_PREFIX=\"/opt/homebrew/opt/asdf\"'\n- name: load asdf file\n lineinfile:\n dest: ~/.bash_profile\n line: \"source $ASDF_PREFIX/libex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2969, "all_permissive": false }
ansible_role
AnD00/setup-myhome
31c24d677110eef353fa64a3a6b3bbb1572ad5c1
0
roles/aws
7,299
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yml", "content": "---\n- name: set aws profile environment variables\n blockinfile:\n dest: ~/.zshrc\n content: |\n function aws_prof {\n local profile=\"${AWS_PROFILE:=default}\"\n echo \"(aws:${profile}) \"\n }\n PROMPT='$(aws_prof)'$PROM...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
AnD00/setup-myhome
31c24d677110eef353fa64a3a6b3bbb1572ad5c1
0
roles/brew
7,299
[ "no_license" ]
[ { "path": "roles/brew/tasks/main.yml", "content": "---\n- name: tap brew repositories\n homebrew_tap:\n tap: \"{{ item }}\"\n state: present\n with_items: \"{{ brew_repositories }}\"\n when: brew_repositories\n- name: update brew\n homebrew:\n update_homebrew: yes\n- name: install/upgrade brew ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
AnD00/setup-myhome
31c24d677110eef353fa64a3a6b3bbb1572ad5c1
0
roles/brew-cask
7,299
[ "no_license" ]
[ { "path": "roles/brew-cask/tasks/main.yml", "content": "---\n- name: tap external brew cask repositories\n homebrew_tap:\n tap: \"{{ item }}\"\n state: present\n with_items: \"{{ brew_cask_repositories }}\"\n when: brew_cask_repositories\n- name: install/upgrade brew cask packages\n homebrew_cask:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
AnD00/setup-myhome
31c24d677110eef353fa64a3a6b3bbb1572ad5c1
0
roles/dotenv
7,299
[ "no_license" ]
[ { "path": "roles/dotenv/tasks/main.yml", "content": "---\n# dropbox\n- name: create Dropbox directory\n file:\n path: ~/Dropbox\n state: directory\n mode: 0755\n- name: create myhome-conf directory\n file:\n path: ~/Dropbox/myhome-conf\n state: directory\n mode: 0755\n\n# asdf\n- shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2214, "all_permissive": false }
ansible_role
AnD00/setup-myhome
31c24d677110eef353fa64a3a6b3bbb1572ad5c1
0
roles/git
7,299
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: set git config user name\n git_config:\n name: user.name\n scope: global\n value: \"AnD00\"\n- name: set git config user email\n git_config:\n name: user.email\n scope: global\n value: \"<EMAIL>\"\n- name: create git branch a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1563, "all_permissive": false }
ansible_role
AnD00/setup-myhome
31c24d677110eef353fa64a3a6b3bbb1572ad5c1
0
roles/java
7,299
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: set java environment variables\n lineinfile:\n dest: ~/.bash_profile\n line: 'export JAVA_HOME=\"$(/usr/libexec/java_home)\"'\n- name: load java file\n shell: source ~/.bash_profile\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
AnD00/setup-myhome
31c24d677110eef353fa64a3a6b3bbb1572ad5c1
0
roles/k8s
7,299
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yml", "content": "---\n- name: load kube-ps1 file\n lineinfile:\n dest: ~/.zshrc\n line: \"source /opt/homebrew/opt/kube-ps1/share/kube-ps1.sh\"\n- name: set kube-ps1 environment variables\n lineinfile:\n dest: ~/.zshrc\n line: \"PROMPT='$(kube_ps1) '$PROMPT\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
AnD00/setup-myhome
31c24d677110eef353fa64a3a6b3bbb1572ad5c1
0
roles/macos
7,299
[ "no_license" ]
[ { "path": "roles/macos/tasks/main.yml", "content": "---\n- name: setup macos global default settings\n osx_defaults:\n host: \"{{ item.host | default() }}\"\n key: \"{{ item.key }}\"\n type: \"{{ item.type }}\"\n value: \"{{ item.value }}\"\n with_items: \"{{ macos_global_defaults }}\"\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
AnD00/setup-myhome
31c24d677110eef353fa64a3a6b3bbb1572ad5c1
0
roles/mysql
7,299
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: set mysql environment variables\n lineinfile:\n dest: ~/.bash_profile\n line: 'export PATH=\"/opt/homebrew/opt/mysql@5.7/bin:$PATH\"'\n- name: load mysql file\n shell: source ~/.bash_profile\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
AnD00/setup-myhome
31c24d677110eef353fa64a3a6b3bbb1572ad5c1
0
roles/zsh
7,299
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: setup .zshenv\n blockinfile:\n dest: ~/.zshenv\n content: |\n FPATH=/opt/homebrew/share/zsh-completions:$FPATH\n autoload -Uz compinit vcs_info\n compinit\n\n- name: setup .zshrc\n blockinfile:\n dest: ~/.zshrc\n con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1500, "all_permissive": false }
ansible_role
edubonifs/automated_catalog
0844f3276f4df7573bae61817c4d021c33abdad4
1
roles/capsule
7,299
[ "no_license" ]
[ { "path": "roles/capsule/tasks/main.yml", "content": "---\n# tasks file for satellite\n- import_tasks: subscription.yml\n when: sub\n- import_tasks: capsule_repos.yml\n when: enable_repos\n- import_tasks: gather_facts.yml\n- import_tasks: install_capsule.yml\n", "license_type": "no_license", "dete...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 7164, "all_permissive": false }
ansible_role
edubonifs/automated_catalog
0844f3276f4df7573bae61817c4d021c33abdad4
1
roles/idm
7,299
[ "no_license" ]
[ { "path": "roles/idm/tasks/main.yml", "content": "---\n# tasks file for satellite\n- import_tasks: subscription.yml\n when: sub\n- import_tasks: gather_facts.yml\n- import_tasks: install_idm.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, { "path": "r...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2307, "all_permissive": false }
ansible_role
edubonifs/automated_catalog
0844f3276f4df7573bae61817c4d021c33abdad4
1
roles/ocp3
7,299
[ "no_license" ]
[ { "path": "roles/ocp3/handlers/main.yml", "content": "---\n# handlers file for ocp3", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/ocp3/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ocp3", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2470, "all_permissive": false }
ansible_role
edubonifs/automated_catalog
0844f3276f4df7573bae61817c4d021c33abdad4
1
roles/satellite
7,299
[ "no_license" ]
[ { "path": "roles/satellite/tasks/capsule_default_without_ak.yml", "content": "- name: prerequisites for capsules without ak\n hosts: node-2\n vars:\n packages:\n - satellite-capsule\n - chrony\n - sos\n ports:\n - 53/tcp\n - 53/udp\n - 67/udp\n - 69/udp\n - 80...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 6601, "all_permissive": false }
ansible_role
edubonifs/automated_catalog
0844f3276f4df7573bae61817c4d021c33abdad4
1
roles/tower
7,299
[ "no_license" ]
[ { "path": "roles/tower/tasks/subscription.yml", "content": "---\n- name: subscriptions rhel\n redhat_subscription:\n state: present\n username: eduboni\n password: \"{{ <PASSWORD> }}\"\n pool_ids: 8a85f9996f0fa058016f7de6ac642eba \n force_register: yes\n become: yes\n", "license_type": ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1163, "all_permissive": false }
ansible_role
edubonifs/automated_catalog
0844f3276f4df7573bae61817c4d021c33abdad4
1
roles/upgrade-capsule
7,299
[ "no_license" ]
[ { "path": "roles/upgrade-capsule/tasks/main.yml", "content": "---\n- import_tasks: upgrade-capsule.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/upgrade-capsule/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1129, "all_permissive": false }
ansible_role
edubonifs/automated_catalog
0844f3276f4df7573bae61817c4d021c33abdad4
1
roles/upgrade-satellite
7,299
[ "no_license" ]
[ { "path": "roles/upgrade-satellite/update-satellite.yml", "content": "---\n- name: clean metadata\n command: yum clean all \n\n- name: install packages\n package:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ packages }}\"\n \n- name: run upgrade command\n command: satellite-maintain upgr...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 911, "all_permissive": false }
ansible_role
swamaki/ansible
d2e2dab80871804bd7fc9278fadd9538ca7f1294
0
router_config_templates/roles/router
7,299
[ "no_license" ]
[ { "path": "router_config_templates/roles/router/tasks/main.yaml", "content": "---\n- name: Generate configuration files \n template: src=router.j2 dest=./CONFIGS/{{item.hostname}}.txt\n with_items: \"{{ routers }}\"\n \n\n\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 886, "all_permissive": false }
ansible_role
lovethebomb/casa-ansible
e601b231332ccc0e9e47d8e1a27b3ea21c7807bc
0
roles/common
7,299
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Set gpu_mem to 16MB in /boot/config.txt\n become: yes\n lineinfile:\n dest: /boot/config.txt\n regexp: \"^#?gpu_mem\"\n line: \"gpu_mem=16\"\n insertafter: EOF\n state: present\n\n- name: Disable tvservice\n become: yes\n linein...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 982, "all_permissive": false }
ansible_role
lovethebomb/casa-ansible
e601b231332ccc0e9e47d8e1a27b3ea21c7807bc
0
roles/grafana
7,299
[ "no_license" ]
[ { "path": "roles/grafana/handlers/main.yml", "content": "---\n- name: restart grafana\n service:\n name: \"{{ item }}\"\n state: restarted\n become: yes\n with_items: \"{{ grafana_services }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1293, "all_permissive": false }
ansible_role
lovethebomb/casa-ansible
e601b231332ccc0e9e47d8e1a27b3ea21c7807bc
0
roles/influxdb
7,299
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yml", "content": "---\n - name: install influxdb apt key\n apt_key:\n keyserver: \"{{ influxdb_repo_key_server }}\"\n id: \"{{ influxdb_repo_key_id }}\"\n become: yes\n \n - name: install influxdb apt repository\n apt_repository:\n filename: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1775, "all_permissive": false }
ansible_role
lovethebomb/casa-ansible
e601b231332ccc0e9e47d8e1a27b3ea21c7807bc
0
roles/telegraf
7,299
[ "no_license" ]
[ { "path": "roles/telegraf/defaults/main.yml", "content": "telegraf_packages:\n - telegraf\ntelegraf_packages_state: present\ntelegraf_repo_name: influxdb\ntelegraf_repo_url: deb https://repos.influxdata.com/debian buster stable\ntelegraf_repo_state: present\ntelegraf_repo_key_server: https://repos.influxda...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1436, "all_permissive": false }
ansible_role
lovethebomb/casa-ansible
e601b231332ccc0e9e47d8e1a27b3ea21c7807bc
0
roles/unifi
7,299
[ "no_license" ]
[ { "path": "roles/unifi/defaults/main.yml", "content": "unifi_package_dependencies:\n - gnupg\n - apt-transport-https\nunifi_packages:\n - unifi\nunifi_packages_state: present\nunifi_repo_name: unifi\nunifi_repo_url: deb http://www.ui.com/downloads/unifi/debian stable ubiquiti\nunifi_repo_state: present\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3840, "all_permissive": false }
ansible_role
Mohansai7-ctrl/expense_project_using_ansible_roles
3908b24261e599d3aa35d3ce46a94692c97f966a
0
roles/backend
7,300
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yaml", "content": "- name: configuring the backend server, first by disabling the defaults version of required appliation nodejs\n ansible.builtin.command: dnf module disable nodejs -y\n\n- name: Enabing the nodejs of version 20\n ansible.builtin.command: dnf module ena...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1706, "all_permissive": false }
ansible_role
Mohansai7-ctrl/expense_project_using_ansible_roles
3908b24261e599d3aa35d3ce46a94692c97f966a
0
roles/common
7,300
[ "no_license" ]
[ { "path": "roles/common/tasks/app-pre-req.yaml", "content": "- name: removing the file/directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: absent\n ignore_errors: true\n\n- name: creating the /app or html content\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
Mohansai7-ctrl/expense_project_using_ansible_roles
3908b24261e599d3aa35d3ce46a94692c97f966a
0
roles/frontend
7,300
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "- name: downloading the nginx\n ansible.builtin.package:\n name: nginx\n state: present\n\n- name: importing common tasks from common role\n ansible.builtin.import_role:\n name: common\n tasks_from: app-pre-req\n\n- name: copying expense....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 544, "all_permissive": false }
ansible_role
Mohansai7-ctrl/expense_project_using_ansible_roles
3908b24261e599d3aa35d3ce46a94692c97f966a
0
roles/mysql
7,300
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "- name: ansible to install pymysql\n ansible.builtin.pip:\n name:\n - PyMySQL\n - cryptography\n executable: pip3.9\n\n\n- name: Configuring the mysql server by dowloading the required package\n ansible.builtin.package:\n name: mysql-serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 915, "all_permissive": false }
ansible_role
lusoal/tdc_lab
fbdfcf03e52e57c27aed692e85a005bef5174697
1
ansible/roles/ansible-java-8
7,300
[ "no_license" ]
[ { "path": "ansible/roles/ansible-java-8/tasks/main.yaml", "content": "---\n- name: Install Java8\n yum: \n name: \"java-{{ java.version }}\"\n state: latest\n tags:\n - always\n\n- name: correct java version selected\n alternatives:\n name: java\n path: \"{{ java.alternatives_path }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 512, "all_permissive": false }
ansible_role
lusoal/tdc_lab
fbdfcf03e52e57c27aed692e85a005bef5174697
1
ansible/roles/common
7,300
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: upgrade all packages\n yum:\n name: '*'\n state: latest\n tags:\n - always\n\n- name: Install Docker \n yum: \n name: \"{{ item }}\"\n state: present\n loop:\n - python-pip\n - docker\n - htop\n - wget\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1094, "all_permissive": false }
ansible_role
lusoal/tdc_lab
fbdfcf03e52e57c27aed692e85a005bef5174697
1
ansible/roles/jenkins
7,300
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "---\n- include_tasks: amazon-linux.yml\n tags:\n - amazon\n\n- include_tasks: debian.yml\n tags:\n - debian\n\n# tasks file for jenkins", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "p...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1159, "all_permissive": false }
ansible_role
snsinfu/experiment-infra-dev
4ea075e89d093c1cc3e5b87a53a6e4844ff69cf9
0
data-server/roles/ipfw
7,300
[ "no_license" ]
[ { "path": "data-server/roles/ipfw/tasks/main.yml", "content": "- name: ipfw script is up\n template:\n src: \"{{ ipfw_script }}\"\n dest: /etc/ipfw.rules\n mode: 0600\n notify: restart ipfw\n\n- name: ipfw service is enabled\n copy:\n content: |\n firewall_enable=\"YES\"\n firewall_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 381, "all_permissive": false }
ansible_role
snsinfu/experiment-infra-dev
4ea075e89d093c1cc3e5b87a53a6e4844ff69cf9
0
data-server/roles/ntp-client
7,300
[ "no_license" ]
[ { "path": "data-server/roles/ntp-client/tasks/main.yml", "content": "- name: openntpd is installed\n pkgng:\n name: openntpd\n state: present\n\n- name: openntpd configuration is up\n copy:\n content: |\n servers {{ ntp_pool }}\n dest: /usr/local/etc/ntpd.conf\n notify: restart openntpd\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 521, "all_permissive": false }
ansible_role
snsinfu/experiment-infra-dev
4ea075e89d093c1cc3e5b87a53a6e4844ff69cf9
0
data-server/roles/wireguard
7,300
[ "no_license" ]
[ { "path": "data-server/roles/wireguard/tasks/main.yml", "content": "- name: wireguard is installed\n pkgng:\n name: wireguard\n state: present\n\n- name: wireguard service configuration is up\n copy:\n content: |\n wireguard_enable=\"YES\"\n wireguard_interfaces=\"wg0\"\n dest: /etc/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1846, "all_permissive": false }
ansible_role
dukelaw/virtual-bookplates
597564f7605879a3a8844da4ba235575652b2339
0
provisioning/roles/appservers
7,300
[ "no_license" ]
[ { "path": "provisioning/roles/appservers/templates/bookplate.conf.j2", "content": "WSGIScriptAlias /bookplate {{ app_dir }}/bookplate-app.wsgi\nWSGIDaemonProcess bookplate user=apache group=apache home={{ app_dir }}\nWSGIScriptReloading On\n\n<Directory \"{{ app_dir }}\">\n WSGIProcessGroup bookplate\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4049, "all_permissive": false }
ansible_role
dukelaw/virtual-bookplates
597564f7605879a3a8844da4ba235575652b2339
0
provisioning/roles/common
7,300
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/yum.yml", "content": "---\n- name: latest scientific linux\n yum: name=yum-conf-sl7x state=present\n- name: pause 3 seconds\n pause: seconds=3\n when: '\"development\" not in group_names'\n- name: latest SL repos\n yum: name=yum-conf-repos state=present\n- name...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2071, "all_permissive": false }
ansible_role
saravana1900/ansible-jenkins
244445d7e2002e14deff0450679b07223c8b477a
0
roles/jenkins-install
7,300
[ "no_license" ]
[ { "path": "roles/jenkins-install/handlers/main.yml", "content": "---\n# handlers file for jenkins\n\n - name: jenkins service started\n ansible.builtin.service:\n name: jenkins\n state: started\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1880, "all_permissive": false }
ansible_role
saravana1900/ansible-jenkins
244445d7e2002e14deff0450679b07223c8b477a
0
roles/jenkins-uninstall
7,300
[ "no_license" ]
[ { "path": "roles/jenkins-uninstall/tasks/main.yml", "content": "---\n# tasks file for jenkins\n - name: Remove Jenkins apt URL KEY - Ubuntu\n file:\n path: \"{{jenkins.repo_KEY_DEST}}\"\n state: absent\n register: command_result\n become: yes\n\n - name: Ensure the Jenkins repository removed...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 952, "all_permissive": false }
ansible_role
marvkos/bdi-ansible
a32ace0fdf339ffba382aa9962d5187319f927de
0
roles/common
7,300
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Update and upgrade apt packages\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400 # One day\n\n- name: Install Git\n apt:\n name: git\n state: present\n\n- name: Install OpenJDK 17 JDK\n apt:\n name: openjdk-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1226, "all_permissive": false }
ansible_role
marvkos/bdi-ansible
a32ace0fdf339ffba382aa9962d5187319f927de
0
roles/jupyterhub
7,300
[ "no_license" ]
[ { "path": "roles/jupyterhub/tasks/directories.yml", "content": "- name: Make sure srv dir exists\n file: \n path: \"{{ jupyterhub_srv_dir }}/\" \n state: directory\n\n- name: Make sure config dir exists\n file: \n path: \"{{ jupyterhub_config_dir }}/\" \n state: directory \n\n- name: Make sure...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 3592, "all_permissive": false }
ansible_role
marvkos/bdi-ansible
a32ace0fdf339ffba382aa9962d5187319f927de
0
roles/kafka
7,300
[ "no_license" ]
[ { "path": "roles/kafka/tasks/main.yml", "content": "- name: Check Kafka files existence\n stat:\n path: /opt/kafka\n register: kafka_check\n\n- name: Download Kafka files\n get_url:\n url: https://downloads.apache.org/kafka/3.6.1/kafka_2.12-3.6.1.tgz\n dest: /opt\n timeout: 300\n when: not k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 528, "all_permissive": false }
ansible_role
marvkos/bdi-ansible
a32ace0fdf339ffba382aa9962d5187319f927de
0
roles/kafkaserver
7,300
[ "no_license" ]
[ { "path": "roles/kafkaserver/tasks/main.yml", "content": "- include_tasks: directories.yml\n- include_tasks: kafkaserverconfig.yml\n- include_tasks: supervisor.yml\n- include_tasks: start.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "roles...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 1736, "all_permissive": false }
ansible_role
marvkos/bdi-ansible
a32ace0fdf339ffba382aa9962d5187319f927de
0
roles/spark
7,300
[ "no_license" ]
[ { "path": "roles/spark/tasks/main.yml", "content": "- name: Check Spark files existence\n stat:\n path: /opt/spark\n register: spark_check\n\n- name: Download Spark files\n get_url:\n url: https://dlcdn.apache.org/spark/spark-3.5.0/spark-3.5.0-bin-hadoop3.tgz\n dest: /opt\n timeout: 300\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2319, "all_permissive": false }
ansible_role
marvkos/bdi-ansible
a32ace0fdf339ffba382aa9962d5187319f927de
0
roles/sparkmaster
7,300
[ "no_license" ]
[ { "path": "roles/sparkmaster/tasks/directories.yml", "content": "- name: Make sure srv dir exists\n file: \n path: \"{{ sparkmaster_srv_dir }}/\" \n state: directory\n\n- name: Make sure config dir exists\n file: \n path: \"{{ sparkmaster_config_dir }}/\" \n state: directory \n\n- name: Make s...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2319, "all_permissive": false }
ansible_role
marvkos/bdi-ansible
a32ace0fdf339ffba382aa9962d5187319f927de
0
roles/sparkworker
7,300
[ "no_license" ]
[ { "path": "roles/sparkworker/tasks/main.yml", "content": "- include_tasks: directories.yml\n- include_tasks: sparkworkerconfig.yml\n- include_tasks: supervisor.yml\n- include_tasks: start.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "roles...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1734, "all_permissive": false }
ansible_role
gilinfo/gtifacul17
0ce6d6f52d9765b0db2db80a4539c760ab38cd9f
0
roles/wordpress
7,300
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n# tasks file for wordpress\n\n- name: Baixa o WordPress\n get_url: \n url=https://wordpress.org/latest.tar.gz\n\n dest=/tmp/wordpress.tar.gz\n\n validate_certs=no\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
coolteddy/ansible-role
739df1b0f10a470c5b85a2eb2b62bdcaaee80c77
0
roles/test2role
7,300
[ "no_license" ]
[ { "path": "roles/test2role/molecule/default/playbook.yml", "content": "---\n- name: Converge\n hosts: all\n roles:\n - role: test2role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/test2role/defaults/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 692, "all_permissive": false }
ansible_role
coolteddy/ansible-role
739df1b0f10a470c5b85a2eb2b62bdcaaee80c77
0
roles/testrole
7,300
[ "no_license" ]
[ { "path": "roles/testrole/vars/main.yml", "content": "---\n# vars file for piwrole\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/testrole/molecule.def/default/playbook.yml", "content": "---\n- name: Converge\n hosts: all\n roles:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 608, "all_permissive": false }
ansible_role
id/pepyatka-ansible
a74cc16b5a486dd1652cf27b30403f4b4af7fa75
0
roles/elasticsearch
7,300
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/packages-RedHat.yml", "content": "---\n\n- name: Download Oracle JDK RPM\n command: 'wget -q --no-check-certificate --no-cookies --header \"Cookie: oraclelicense=accept-securebackup-cookie\" \"{{ jdk_download_url }}\" -O \"{{ jdk_download_path }}/{{ jdk_rpm_name }}\"'\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2542, "all_permissive": false }
ansible_role
id/pepyatka-ansible
a74cc16b5a486dd1652cf27b30403f4b4af7fa75
0
roles/nginx
7,300
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\n\nwww_user: www-data\nwww_group: www-data\npepyatka_server_host: localhost\npepyatka_server_instances:\n - 3000\npepyatka_frontend_scheme: http\npepyatka_files_dir: /var/pepyatka-files\npepyatka_s3_bucket: \"\"\nnginx_client_max_body_size: '10M'\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 25471, "all_permissive": false }
ansible_role
id/pepyatka-ansible
a74cc16b5a486dd1652cf27b30403f4b4af7fa75
0
roles/nodejs
7,300
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Add apt key for the nodesource repository\n apt_key: url=\"https://deb.nodesource.com/gpgkey/nodesource.gpg.key\" state=present\n tags:\n - nodejs\n\n- name: Add the nodesource apt repository\n apt_repository: repo=\"deb https://deb.n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 565, "all_permissive": false }
ansible_role
id/pepyatka-ansible
a74cc16b5a486dd1652cf27b30403f4b4af7fa75
0
roles/pepyatka
7,300
[ "no_license" ]
[ { "path": "roles/pepyatka/templates/knexfile.js.j2", "content": "try {\n require('babel-register');\n require('babel-polyfill');\n} catch (e) {\n // it's ok. might be already enabled\n}\n\nmodule.exports = {\n\n production: {\n client: 'postgresql',\n connection: {\n host: '{{postgres_hos...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10641, "all_permissive": false }
ansible_role
id/pepyatka-ansible
a74cc16b5a486dd1652cf27b30403f4b4af7fa75
0
roles/redis
7,300
[ "no_license" ]
[ { "path": "roles/redis/tasks/packages-RedHat.yml", "content": "---\n\n- name: Install epel-release\n yum: name=epel-release state=present\n\n- name: Install packages\n yum: name={{ item }} state=present\n with_items:\n - libselinux-python\n - redis\n\n", "license_type": "no_license", "detec...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1564, "all_permissive": false }
ansible_role
id/pepyatka-ansible
a74cc16b5a486dd1652cf27b30403f4b4af7fa75
0
roles/security
7,300
[ "no_license" ]
[ { "path": "roles/security/templates/authorized_keys.j2", "content": "{% if ssh_authorized_keys != [] %}\n{% for item in ssh_authorized_keys %}\n{{ item }}\n{% endfor %}\n{% endif %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/security/...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5697, "all_permissive": false }
ansible_role
id/pepyatka-ansible
a74cc16b5a486dd1652cf27b30403f4b4af7fa75
0
roles/swap
7,300
[ "no_license" ]
[ { "path": "roles/swap/defaults/main.yml", "content": "---\n\nswap_bs: 2048\nswap_count: 1048576\nswap_file: /mnt/swap", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/swap/tasks/main.yml", "content": "---\n\n- include: swap.yml\n tags:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 784, "all_permissive": false }
ansible_role
adekoyadapo/ansible-gke
3bff23669cc303ba3b51676f34019242acc692fb
0
roles/gke-k8s
7,300
[ "no_license" ]
[ { "path": "roles/gke-k8s/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - gke-k8s\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/gke-k8s/defaults/main.yml", "content": "---\n# defaults file for...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4112, "all_permissive": false }
ansible_role
udaydevops-lab/ansible-roles-siva
aa43acc428e32d9bbbd28843afe7dc75f5508bc0
0
roles/common
7,291
[ "no_license" ]
[ { "path": "roles/common/tasks/mysql-setup.yaml", "content": "- name: Install MySQL Server\n ansible.builtin.dnf:\n name: mysql-server\n state: latest\n\n- name: Start and Enable MySQL server\n ansible.builtin.service:\n name: mysqld\n state: started\n enabled: yes\n\n- name: check cities sc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 687, "all_permissive": false }
ansible_role
vinicius-martinez/ansible-middleware-playbooks
1ecec8ed2a87bb0a032a457303524170977fcfe2
0
roles/common
7,291
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Subscribe the host\n redhat_subscription:\n state: present\n username: \"{{ rhn_username }}\"\n password: \"{{ <PASSWORD> }}\"\n autosubscribe: true\n tags:\n - jboss_eap\n when: ansible_distribution == 'RedHat'\n\n- name: Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1995, "all_permissive": true }
ansible_role
sephvelasco/ASM_14.1
d5e7a1ac5071e08e0265103df946c456e928988f
0
roles/file_server
7,291
[ "no_license" ]
[ { "path": "roles/file_server/tasks/main.yml", "content": "---\n- name: Update Cache\n package:\n update_cache: true\n\n- name: Install Keystone\n apt:\n name: keystone\n state: latest\n\n- name: Enable and Start Keystone\n systemd:\n name: apache2\n state: started\n enabled: yes\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 574, "all_permissive": false }
ansible_role
ogavrisevs/Mesos-Docker-Cluster
3f706dc05251e01e37a1b0384ce0c3420dca0547
0
ansible/roles/chronos
7,291
[ "no_license" ]
[ { "path": "ansible/roles/chronos/tasks/main.yml", "content": "---\n\n - name: run docker chronos\n docker:\n name: chronos\n image: mesoscloud/chronos:2.4.0-centos-7\n state: reloaded\n restart_policy: always\n net: host\n env:\n CHRONOS_ZK_HOSTS: \"{{ zk_nodes }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 449, "all_permissive": false }
ansible_role
ogavrisevs/Mesos-Docker-Cluster
3f706dc05251e01e37a1b0384ce0c3420dca0547
0
ansible/roles/marathon
7,291
[ "no_license" ]
[ { "path": "ansible/roles/marathon/tasks/main.yml", "content": "---\n\n - name: run docker marathon\n docker:\n name: marathon\n image: mesoscloud/marathon:0.11.0-centos-7\n state: reloaded\n #restart_policy: always\n privileged: true\n net: host\n env:\n MARATHO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 513, "all_permissive": false }
ansible_role
ogavrisevs/Mesos-Docker-Cluster
3f706dc05251e01e37a1b0384ce0c3420dca0547
0
ansible/roles/mesos-master
7,291
[ "no_license" ]
[ { "path": "ansible/roles/mesos-master/tasks/main.yml", "content": "---\n\n - name: run docker mesos master\n docker:\n name: mesos-master\n image: mesoscloud/mesos-master:0.24.1-centos-7\n state: reloaded\n restart_policy: always\n net: host\n env:\n MESOS_ZK: \"zk:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 527, "all_permissive": false }
ansible_role
ogavrisevs/Mesos-Docker-Cluster
3f706dc05251e01e37a1b0384ce0c3420dca0547
0
ansible/roles/mesos-slave
7,291
[ "no_license" ]
[ { "path": "ansible/roles/mesos-slave/tasks/main.yml", "content": "---\n\n - name: run docker mesos slave\n docker:\n name: mesos-slave\n image: mesoscloud/mesos-slave:0.24.1-centos-7\n state: reloaded\n restart_policy: always\n privileged: true\n net: host\n env:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 730, "all_permissive": false }
ansible_role
ogavrisevs/Mesos-Docker-Cluster
3f706dc05251e01e37a1b0384ce0c3420dca0547
0
ansible/roles/zookeeper
7,291
[ "no_license" ]
[ { "path": "ansible/roles/zookeeper/vars/main.yml", "content": "---\n\n server_list: \"{{ groups[\\\"nodes\\\"] | join(\\\",\\\") }}\"\n server_idx: \"{% for node in groups[\\\"nodes\\\"] %}{% if node == inventory_hostname %}{{ loop.index }}{% endif %}{% endfor %}\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 828, "all_permissive": false }
ansible_role
YuukiARIA/tutorial-vagrant-ansible
b927db8be752864408ad2fe39d57693778181d1c
0
ansible/roles/nginx
7,291
[ "no_license" ]
[ { "path": "ansible/roles/nginx/defaults/main.yml", "content": "html_content: 'Hello'\nhtml_filename: index\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: install nginx\n apt:\n pac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 886, "all_permissive": false }
ansible_role
repmovs/provision-local-env
7ecae95b7aacab58eed554ff6ff1f69ed2744e69
0
roles/common
7,291
[ "no_license" ]
[ { "path": "roles/common/tasks/user-apps.yml", "content": "- name: User | firefox is installed\n become: yes\n zypper:\n name: MozillaFirefox\n state: present\n\n- name: User | vlc-beta is installed\n become: yes\n zypper:\n name: vlc-beta\n state: present\n\n- name: User | youtube-dl is inst...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2252, "all_permissive": false }
ansible_role
repmovs/provision-local-env
7ecae95b7aacab58eed554ff6ff1f69ed2744e69
0
roles/gui
7,291
[ "no_license" ]
[ { "path": "roles/gui/tasks/kbd_layouts.yml", "content": "---\n- name: Keyboard layouts - copy kxkbrc file\n copy:\n src: kxkbrc\n dest: \"{{ ansible_env.HOME }}/.config/kxkbrc\"\n\n- name: Keyboard layouts - setxkbmap command\n command: \"setxkbmap -model pc101 -layout us,ru -option grp:alt_shift_to...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1689, "all_permissive": false }
ansible_role
chamsBLT/balfront
5726929b3b12d5fde7611021bea1c295b3a00b85
0
ansible/roles/build
7,291
[ "no_license" ]
[ { "path": "ansible/roles/build/tasks/main.yml", "content": "---\n# tasks file for build\n- name: Install dependecies\n shell: npm install --verbose\n\n- name: Build\n shell: ng build --prod\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
chamsBLT/balfront
5726929b3b12d5fde7611021bea1c295b3a00b85
0
ansible/roles/docker
7,291
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Create docker image\n docker_image:\n name: cd_front\n build:\n path: /var/jenkins/slave/workspace/cd_project\n pull: 'no'\n source: build\n state: present\n force_source: true\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
deepsonune/ansible-playbooks
f593c311d6d1c64f5efde35d87c5f01fb76407b9
0
roles/debian_apacheserver
7,291
[ "no_license" ]
[ { "path": "roles/debian_apacheserver/tasks/main.yml", "content": "- name: install apache web server(Debian/Ubuntu)\n apt: pkg={{ debian_apache }} state=latest\n when: \"ansible_os_family == 'Debian'\"\n- shell: systemctl status apache2\n register: result\n until: result.stdout.find(\"active (running)\")...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
deepsonune/ansible-playbooks
f593c311d6d1c64f5efde35d87c5f01fb76407b9
0
roles/testrole
7,291
[ "no_license" ]
[ { "path": "roles/testrole/tasks/main.yml.org", "content": "- name: install apache web server(Redhat/CentOs)\n yum: pkg={{ redhat_apache }} state=latest\n when: \"ansible_os_family == 'RedHat'\"\n notify: Restart apache2\n ignore_errors: yes\n- name: install apache web server(Debian/Ubuntu)\n apt: pkg={...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 837, "all_permissive": false }
ansible_role
liatrio/ansible-jira
50ee7ea23ccfd80ce28e6a6b31dd75254a827730
1
roles/java_internal
7,291
[ "no_license" ]
[ { "path": "roles/java_internal/tasks/main.yml", "content": "---\n- name: install java\n include_role:\n name: geerlingguy.java\n vars:\n java_packages: java-1.8.0-openjdk-devel\n\n\n- name: change java alternative\n alternatives:\n name: java\n path: /usr/lib/jvm/jre-1.8.0-openjdk.x86_64/bin/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 332, "all_permissive": false }
ansible_role
liatrio/ansible-jira
50ee7ea23ccfd80ce28e6a6b31dd75254a827730
1
roles/jira
7,291
[ "no_license" ]
[ { "path": "roles/jira/tasks/main.yml", "content": "---\n- name: Create JIRA data directory\n file:\n path: \"{{ jira_data_dir }}\"\n state: directory\n owner: \"root\"\n group: \"root\"\n mode: 0755\n\n- name: Download JIRA installer\n get_url:\n url: https://www.atlassian.com/software/j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 684, "all_permissive": false }
ansible_role
liatrio/ansible-jira
50ee7ea23ccfd80ce28e6a6b31dd75254a827730
1
roles/postgres_prereqs
7,291
[ "no_license" ]
[ { "path": "roles/postgres_prereqs/tasks/main.yml", "content": "---\n # required by geerlingguy.postgresql\n- name: Install python psycopg2\n pip:\n name: psycopg2-binary\n\n- name: Create postgres data directory\n file:\n path: \"{{ postgres_data_dir }}\"\n state: directory\n owner: \"root\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
ait-cs-IaaS/ansible-collection-scadaLTS
03ab1d692948ac5bdea677c8d2f1ff4d9b0090ca
0
roles/docker_hmi
7,303
[ "no_license" ]
[ { "path": "roles/docker_hmi/vars/main.yml", "content": "---\n# vars file for containerized-hmi\ndocker_hmi_packages:\n - apt-transport-https\n - ca-certificates\n - curl \n - gnupg-agent\n - software-properties-common\n - docker\n - docker-compose\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2261, "all_permissive": false }
ansible_role
venky2575/Ven-Task-Trusted-Shops
48d38016d613cf58df6ab392c107b35a28130836
0
roles/nginx
7,303
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx web server\n apt:\n name=nginx\n state=latest\n update_cache=true\n\n- name: Setup nginx conf\n template:\n src=default.j2\n dest=/etc/nginx/sites-available/default\n notify: restart nginx\n\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
venky2575/Ven-Task-Trusted-Shops
48d38016d613cf58df6ab392c107b35a28130836
0
roles/php
7,303
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Install PHP Packages\n apt:\n name={{ item }}\n update_cache=yes\n state=latest\n loop: [ 'php7.2', 'php7.2-fpm' ]\n\n- name: Cleaning data\n apt:\n name=apache2\n state=absent\n\n- name: Creating PHP Index file\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
yura-g/GL_BaseCamp
b2c81b7a43c300c661392edf33e4ebc525b6db10
0
ansible/roles/creating_a_empty_file
7,303
[ "no_license" ]
[ { "path": "ansible/roles/creating_a_empty_file/vars/main.yml", "content": "---\n# vars file for creating_a_empty_file\n\npath: \"/etc/iaac\"\nmode: \"0500\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "ansible/roles/creating_a_empty_file/tasks...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 216, "all_permissive": false }
ansible_role
yura-g/GL_BaseCamp
b2c81b7a43c300c661392edf33e4ebc525b6db10
0
ansible/roles/define_content
7,303
[ "no_license" ]
[ { "path": "ansible/roles/define_content/tasks/main.yml", "content": "---\n# tasks file for define_content\n- name: Print hostnames together with registered variables.\n shell: cat \"{{ path }}\"\n register: result\n\n- debug:\n msg: \"Hostname {{ inventory_hostname }} have the 'path' variable value i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 306, "all_permissive": false }
ansible_role
prince-tanapong/hand-on-ansible
f792e14659d7b7a6fe0ed582016c5bdf8e0119b4
0
ansible-role/roles/dbserver
7,303
[ "no_license" ]
[ { "path": "ansible-role/roles/dbserver/tasks/main.yaml", "content": "---\n\n- name: Ensure Mysql Server is installed\n yum: name=mysql-server state=present\n\n- name: Start Mysql Service\n service: name=mysqld enabled=yes state=started\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
prince-tanapong/hand-on-ansible
f792e14659d7b7a6fe0ed582016c5bdf8e0119b4
0
ansible-role/roles/webserver
7,303
[ "no_license" ]
[ { "path": "ansible-role/roles/webserver/tasks/main.yaml", "content": "---\n\n- name: Ensure Iptables is stopped\n service: name=iptables state=stopped\n\n- name: Ensure Apache is installed\n yum: name=httpd state=present\n\n- name: Start Apache\n service: name=httpd enabled=yes state=started\n\n- name: D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 516, "all_permissive": false }
ansible_role
mayankb1712/k8OperatorV0.19
eb5e14062296a201b3bf30a8a21fbbd75afc444e
0
HelloWorld/demoapp-operator/roles/demoapp
7,303
[ "no_license" ]
[ { "path": "HelloWorld/demoapp-operator/roles/demoapp/defaults/main.yml", "content": "---\n# defaults file for demoapp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "HelloWorld/demoapp-operator/roles/demoapp/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 201, "all_permissive": false }
ansible_role
mayankb1712/k8OperatorV0.19
eb5e14062296a201b3bf30a8a21fbbd75afc444e
0
demoapp-operator/roles/demoapp
7,303
[ "no_license" ]
[ { "path": "demoapp-operator/roles/demoapp/defaults/main.yml", "content": "---\n# defaults file for demoapp\nsize: 1\nmetaname: example-demoapp\nmetanamespace: default\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "demoapp-operator/roles/demoapp/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2026, "all_permissive": false }
ansible_role
timhughes/vagrant_ansible_k8s_cluster
05c8ecbc2fbf7069dbc61df677ff12b363d14339
3
ansible/roles/common
7,303
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: Install base packages\n yum:\n name: \"{{ packages }}\"\n state: present\n update_cache: \"yes\"\n vars:\n packages:\n - vim-enhanc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
timhughes/vagrant_ansible_k8s_cluster
05c8ecbc2fbf7069dbc61df677ff12b363d14339
3
ansible/roles/docker
7,303
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# https://kubernetes.io/docs/setup/production-environment/container-runtimes/#docker\n\n- name: Install required packages.\n yum:\n name: \"{{ packages }}\"\n state: present\n update_cache: \"yes\"\n vars:\n packages:\n - d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1565, "all_permissive": false }
ansible_role
timhughes/vagrant_ansible_k8s_cluster
05c8ecbc2fbf7069dbc61df677ff12b363d14339
3
ansible/roles/kube_node
7,303
[ "no_license" ]
[ { "path": "ansible/roles/kube_node/tasks/main.yml", "content": "---\n- name: Remove swapfile from /etc/fstab\n mount:\n name: \"{{ item }}\"\n fstype: swap\n state: absent\n with_items:\n - swap\n - none\n\n\n- name: Disable swap\n command: swapoff -a\n when: ansible_swaptotal_mb > 0\n\n\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2421, "all_permissive": false }
ansible_role
timhughes/vagrant_ansible_k8s_cluster
05c8ecbc2fbf7069dbc61df677ff12b363d14339
3
ansible/roles/master
7,303
[ "no_license" ]
[ { "path": "ansible/roles/master/defaults/main.yml", "content": "---\npod_network_cidr: 172.16.0.0/16 # Calico can be any range but a /16 is good\ncalico_version: v3.14\n#pod_network_cidr: 10.217.0.0/16 # Cilium - it has to be this\n#cilium_version: v1.6\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2094, "all_permissive": false }
ansible_role
timhughes/vagrant_ansible_k8s_cluster
05c8ecbc2fbf7069dbc61df677ff12b363d14339
3
ansible/roles/worker
7,303
[ "no_license" ]
[ { "path": "ansible/roles/worker/tasks/main.yml", "content": "---\n\n- name: Copy the join command to server location\n copy: src=../tmp/join-command dest=/tmp/join-command.sh mode=0777\n\n\n- name: Check if kubeadm has already run\n stat:\n path: \"/var/lib/kubelet/config.yaml\"\n register: kubeadm_al...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 365, "all_permissive": false }
ansible_role
MKing301/ansible_example
801298b00a81a66879fd91a68331c2745b5d0bb3
0
roles/base
7,303
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for neo\n authorized_key:\n user: neo\n key: \"<KEY>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
epfl-si/payonline.ops
348817ef26cd1d942fc79df558a1e0d4adce16f6
0
roles/payonline-k8s
7,303
[ "no_license" ]
[ { "path": "roles/payonline-k8s/tasks/payonline-k8s-tasks.yml", "content": "- name: Build or promote image\n include_tasks:\n file: build.yml\n apply:\n tags: payonline.k8s.build\n tags:\n - payonline.k8s.build\n - payonline.k8s.build.secrets\n - payonline.k8s.build.baseimage\n - pay...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 14317, "all_permissive": false }
ansible_role
josejser/ansible_zabbix
b6bf62f3e1793f75c2b1a90b51cfde75960673b1
0
roles/install
7,303
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yml", "content": "---\n# - name: Repositorios\n# import_tasks: repo.yml\n\n- name: instalação de pacotes\n import_tasks: install.yml\n\n# - name: Configurações do banco\n# import_tasks: banco.yml\n\n# - name: Configurações php\n# import_tasks: php.yml\n\n# - name: ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4190, "all_permissive": false }