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
juankis/registry
6ca10706e438a6c05b6e9b8db1f983a09491356d
0
deploy/provisioning/roles/api
7,689
[ "no_license" ]
[ { "path": "deploy/provisioning/roles/api/meta/main.yml", "content": "---\ndependencies:\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "deploy/provisioning/roles/api/tasks/main.yml", "content": "- name: create folders\n file:\n path: /h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 766, "all_permissive": false }
ansible_role
juankis/registry
6ca10706e438a6c05b6e9b8db1f983a09491356d
0
deploy/provisioning/roles/update
7,689
[ "no_license" ]
[ { "path": "deploy/provisioning/roles/update/tasks/main.yml", "content": "- name: Update apt cache\n apt: update_cache=yes\n become: true\n- name: Upgrade packages\n apt: upgrade=dist\n become: true\n- name: Check if a reboot is required\n register: reboot_required_file\n stat: path=/var/run/reboot-req...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 616, "all_permissive": false }
ansible_role
rlaflamme/fcos-k8s
ab32f0b7cf0abe9c674d519630bf0ff39995434c
0
ansible/roles/fcos-k8s-base
7,689
[ "no_license" ]
[ { "path": "ansible/roles/fcos-k8s-base/tasks/main.yaml", "content": "---\n# Fedora CoreOS Kubernetes base\n \n- name: Test connection with ping\n ansible.builtin.ping:\n\n- block:\n - name: Set selinux permissive until reboot\n selinux:\n policy=targeted\n state=permissive\n - nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1789, "all_permissive": false }
ansible_role
rlaflamme/fcos-k8s
ab32f0b7cf0abe9c674d519630bf0ff39995434c
0
ansible/roles/finalize-join-nodes
7,689
[ "no_license" ]
[ { "path": "ansible/roles/finalize-join-nodes/tasks/main.yaml", "content": "---\n# Fedora CoreOS Kubernetes kubeadm join\n\n- name: Test connection with ping\n ansible.builtin.ping:\n\n- name: Delete /tmp/{{ inventory_hostname }} on ansible node\n delegate_to: 127.0.0.1\n ansible.builtin.file:\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1849, "all_permissive": false }
ansible_role
rlaflamme/fcos-k8s
ab32f0b7cf0abe9c674d519630bf0ff39995434c
0
ansible/roles/flannel-deploy
7,689
[ "no_license" ]
[ { "path": "ansible/roles/flannel-deploy/tasks/main.yaml", "content": "---\n# Flannel CNI deploy\n\n- name: Test connection to ansible node with ping\n ansible.builtin.ping:\n delegate_to: 127.0.0.1\n\n- name: Deploy flannel\n delegate_to: 127.0.0.1\n ansible.builtin.command:\n cmd: kubectl apply -f h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1047, "all_permissive": false }
ansible_role
rlaflamme/fcos-k8s
ab32f0b7cf0abe9c674d519630bf0ff39995434c
0
ansible/roles/kubeadm-init
7,689
[ "no_license" ]
[ { "path": "ansible/roles/kubeadm-init/tasks/main.yaml", "content": "---\n# Fedora CoreOS Kubernetes init with kubeadm\n\n- name: Test connection with ping\n ansible.builtin.ping:\n\n- name: Get current version of kubernetes\n ansible.builtin.command:\n cmd: /usr/bin/rpm -qa kubelet\n register: kubelet...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4718, "all_permissive": false }
ansible_role
rlaflamme/fcos-k8s
ab32f0b7cf0abe9c674d519630bf0ff39995434c
0
ansible/roles/kubeadm-join-controlplanes
7,689
[ "no_license" ]
[ { "path": "ansible/roles/kubeadm-join-controlplanes/tasks/main.yaml", "content": "---\n# Fedora CoreOS Kubernetes kubeadm join\n\n- name: Test connection with ping\n ansible.builtin.ping:\n\n- name: Delete previous installation of pki if exists\n ansible.builtin.file:\n state: absent\n path: /etc/ku...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1016, "all_permissive": false }
ansible_role
rlaflamme/fcos-k8s
ab32f0b7cf0abe9c674d519630bf0ff39995434c
0
ansible/roles/kubeadm-join-workers
7,689
[ "no_license" ]
[ { "path": "ansible/roles/kubeadm-join-workers/tasks/main.yaml", "content": "---\n# Fedora CoreOS Kubernetes kubeadm join\n\n- name: Test connection with ping\n ansible.builtin.ping:\n\n- name: Get kubeadm join command with tokens from local file\n ansible.builtin.set_fact:\n kubeadm_join_command: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 672, "all_permissive": false }
ansible_role
mjcc30/dotfiles
6fc5d44e6bb7775511e0699a3e9fdd55d131bd28
0
dot_bootstrap/roles/apt_repo
7,689
[ "no_license" ]
[ { "path": "dot_bootstrap/roles/apt_repo/tasks/main.yml", "content": "---\n- name: Add Docker APT repository\n ansible.builtin.deb822_repository:\n name: docker\n types: [deb]\n uris: \"https://download.docker.com/linux/debian\"\n signed_by: \"https://download.docker.com/linux/debian/gpg\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3312, "all_permissive": false }
ansible_role
mjcc30/dotfiles
6fc5d44e6bb7775511e0699a3e9fdd55d131bd28
0
dot_bootstrap/roles/commons
7,689
[ "no_license" ]
[ { "path": "dot_bootstrap/roles/commons/tasks/main.yml", "content": "---\n- name: Get my user\n ansible.builtin.set_fact:\n user: \"{{ lookup('env', 'USER') or ansible_user }}\"\n\n- name: Safe upgrade of all installed packages\n apt:\n update_cache: yes\n upgrade: safe\n cache_valid_time: 8640...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": false }
ansible_role
mjcc30/dotfiles
6fc5d44e6bb7775511e0699a3e9fdd55d131bd28
0
dot_bootstrap/roles/docker
7,689
[ "no_license" ]
[ { "path": "dot_bootstrap/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker\n apt:\n update_cache: yes\n name:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n - docker-buildx-plugin\n - docker-compose-plugin\n state: present\n install_recommends: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
mjcc30/dotfiles
6fc5d44e6bb7775511e0699a3e9fdd55d131bd28
0
dot_bootstrap/roles/fonts
7,689
[ "no_license" ]
[ { "path": "dot_bootstrap/roles/fonts/tasks/main.yml", "content": "---\n- name: Change shell to zsh\n ansible.builtin.user:\n name: \"{{ user }}\"\n shell: /usr/bin/zsh\n\n# Install Nerd font\n- name: Install Jetbrains Nerd Font\n block:\n - name: Create Directory\n ansible.builtin.file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 733, "all_permissive": false }
ansible_role
HackMyChurch/Biblink
9f5ddc8bf7b32d07e41bb540332906b183d4346d
0
provisionning/roles/base
7,689
[ "no_license" ]
[ { "path": "provisionning/roles/base/tasks/main.yml", "content": "- name: Install epel-release\n yum: \n name: \"epel-release\"\n\n- name: Install net-tools\n yum:\n name: \"net-tools\"\n\n- name: yum group install \"Development Tools\"\n yum:\n name: \"@Development tools\"\n\n- name: Install pyt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 901, "all_permissive": false }
ansible_role
HackMyChurch/Biblink
9f5ddc8bf7b32d07e41bb540332906b183d4346d
0
provisionning/roles/couchapp-argos-porphyry
7,689
[ "no_license" ]
[ { "path": "provisionning/roles/couchapp-argos-porphyry/defaults/main.yml", "content": "root_dir: \"/home/vagrant\"\nargos_git_repo: \"https://github.com/Hypertopic/Argos.git\"\nargos_dir: \"{{ root_dir }}/Argos\"\ncouchdb_url: \"http://127.0.0.1:5984\"\nporphyry_git_repo: \"https://github.com/gumn/Porphyry....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1104, "all_permissive": false }
ansible_role
HackMyChurch/Biblink
9f5ddc8bf7b32d07e41bb540332906b183d4346d
0
provisionning/roles/couchdb
7,689
[ "no_license" ]
[ { "path": "provisionning/roles/couchdb/tasks/main.yml", "content": "- name: Create Couchdb repo file\n template: src=bintray-apache-couchdb-rpm.repo.j2\n dest=/etc/yum.repos.d/bintray-apache-couchdb-rpm.repo\n mode=0644\n\n- name: Install CouchDB\n yum: name=couchdb\n state=lat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 857, "all_permissive": false }
ansible_role
Nittylv/Ansible-for-project-19-
a9a4d77a6edaaeaff739d64c4b108c7dfee2a96b
0
roles/tooling
7,689
[ "no_license" ]
[ { "path": "roles/tooling/tasks/setup-db.yml", "content": "- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n \n- name: create database\n community.mysql.mysql_db:\n login_host: \"terraform-20230228091643715500000010.cl0h7nvfyu0t.us-east-1.rds.amazonaws.com\"\n login_user: \"b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 815, "all_permissive": false }
ansible_role
Nittylv/Ansible-for-project-19-
a9a4d77a6edaaeaff739d64c4b108c7dfee2a96b
0
roles/wordpress
7,689
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/setup-db.yml", "content": "- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n \n- name: create database\n community.mysql.mysql_db:\n login_host: \"terraform-20230228091643715500000010.cl0h7nvfyu0t.us-east-1.rds.amazonaws.com\" \n login_user: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 829, "all_permissive": false }
ansible_role
amathoman/Skylight-RHPDS
7b140ef58dba822fc7012b35681b186356ed9484
0
roles/control_node
7,689
[ "no_license" ]
[ { "path": "roles/control_node/tasks/f5.yml", "content": "---\n- name: upgrade pip\n become: true\n pip:\n name: pip\n state: latest\n\n- name: upgrade setuptools to 44 (F5 MODE)\n become: true\n pip:\n name: setuptools==44.0.0\n\n- name: install f5 workshop dependicies (F5 MODE)\n become: true...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1298, "all_permissive": false }
ansible_role
daviinaa/AutoDeployP3
cd89928ebe920c3be6a68bfb581bb8aeceb99f63
0
.circleci/ansible/roles/deploy
7,689
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n - name: \"show remote environment\"\n shell: env\n\n - name: \"copy backend binaries\"\n become: yes\n synchronize:\n src: ../../backend/dist\n dest: /home/ubuntu/uda_app\n recursive: true\n\n - name: \"c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1863, "all_permissive": false }
ansible_role
mrkgnao/dotfiles
65690c79e5a91994ff7f5b7f3e2094ca00dcf4f0
0
roles/beets
7,689
[ "no_license" ]
[ { "path": "roles/beets/tasks/main.yml", "content": "- name: Create config dir\n file: path=\"{{ config_dir }}/beets\" state=directory\n\n- name: Copy files\n template: src={{ item }} dest=\"{{ config_dir }}/beets/{{ item | basename }}\"\n with_fileglob:\n - \"{{ role_path }}/templates/*\"\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
mrkgnao/dotfiles
65690c79e5a91994ff7f5b7f3e2094ca00dcf4f0
0
roles/mpd
7,689
[ "no_license" ]
[ { "path": "roles/mpd/vars/main.yml", "content": "mpd_music_dir: \"~/music\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/mpd/tasks/main.yml", "content": "- name: Create config dir\n file: path=\"{{ config_dir }}/mpd\" state=director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 253, "all_permissive": false }
ansible_role
mrkgnao/dotfiles
65690c79e5a91994ff7f5b7f3e2094ca00dcf4f0
0
roles/ncmpcpp
7,689
[ "no_license" ]
[ { "path": "roles/ncmpcpp/vars/main.yml", "content": "ncmpcpp_dir: \"{{ config_rootdir }}/.ncmpcpp\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/ncmpcpp/tasks/main.yml", "content": "- name: Create config dir\n file: path={{ ncmpcpp_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 263, "all_permissive": false }
ansible_role
mrkgnao/dotfiles
65690c79e5a91994ff7f5b7f3e2094ca00dcf4f0
0
roles/scripts
7,689
[ "no_license" ]
[ { "path": "roles/scripts/templates/battery-monitor", "content": "#!/usr/bin/env zsh\nPOWERSUPPLY=\"/sys/class/power_supply/BAT0/status\"\n\n# PREV_BATTERY_LEVEL=$(acpi -b | grep -P -o '[0-9]+(?=%)')\n# CURR_BATTERY_LEVEL=$(acpi -b | grep -P -o '[0-9]+(?=%)')\n\nPREV_STATUS=$(cat $POWERSUPPLY)\nCURR_STATUS=$...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 7916, "all_permissive": false }
ansible_role
mrkgnao/dotfiles
65690c79e5a91994ff7f5b7f3e2094ca00dcf4f0
0
roles/stow
7,689
[ "no_license" ]
[ { "path": "roles/stow/tasks/main.yml", "content": "- name: Create stow script\n template: src=\"{{ role_path }}/templates/dotsetup\" dest=\"{{ dist_dir }}/dotsetup\" mode=u+x\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
mrkgnao/dotfiles
65690c79e5a91994ff7f5b7f3e2094ca00dcf4f0
0
roles/xdg
7,689
[ "no_license" ]
[ { "path": "roles/xdg/tasks/main.yml", "content": "- name: Customize XDG user directories\n template: src=\"{{ role_path }}/templates/user-dirs.dirs\" dest=\"{{ config_dir }}/user_dirs.dirs\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
mrkgnao/dotfiles
65690c79e5a91994ff7f5b7f3e2094ca00dcf4f0
0
roles/xresources
7,689
[ "no_license" ]
[ { "path": "roles/xresources/tasks/main.yml", "content": "- name: Create etc/xresources dir\n file: path=\"{{ etc_dir }}/xresources\" state=directory\n\n- block:\n - name: Create etc/xresources/urxvt dir\n file: path=\"{{ etc_dir }}/xresources/urxvt\" state=directory\n\n - name: Copy urxvt resources\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3387, "all_permissive": false }
ansible_role
mrkgnao/dotfiles
65690c79e5a91994ff7f5b7f3e2094ca00dcf4f0
0
roles/xsession
7,689
[ "no_license" ]
[ { "path": "roles/xsession/tasks/main.yml", "content": "- name: Create etc/xsession dir\n file: path=\"{{ etc_dir }}/xsession\" state=directory\n\n- name: Create .xprofile\n template: src=xprofile dest=\"~/.xprofile\" mode=u+x\n\n# - name: Create .xprofile\n# template: src=xprofile dest=\"{{ etc_dir }}/x...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
vponomaryov/openshift-on-vmware
3895f160a09979fc30392054063d695d839c7da4
0
playbooks/roles/create-vm-add-prod-ose
7,689
[ "no_license" ]
[ { "path": "playbooks/roles/create-vm-add-prod-ose/tasks/main.yaml", "content": "---\n- name: Add following nodes to the 'new_nodes' group\n set_fact:\n is_add_nodes: true\n\n- name: Import common node creation role\n import_role:\n name: create-vm-prod-ose\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
vponomaryov/openshift-on-vmware
3895f160a09979fc30392054063d695d839c7da4
0
playbooks/roles/create-vm-cns-prod-ose
7,689
[ "no_license" ]
[ { "path": "playbooks/roles/create-vm-cns-prod-ose/tasks/main.yaml", "content": "---\n- name: Define set of main disks (system and heketi)\n set_fact:\n disks_info: \"{{ disks_info | default([\n {'size_gb': 60, 'type': 'thin', 'datastore': vcenter_datastore},\n {'s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5424, "all_permissive": false }
ansible_role
vponomaryov/openshift-on-vmware
3895f160a09979fc30392054063d695d839c7da4
0
playbooks/roles/create-vm-prod-ose
7,689
[ "no_license" ]
[ { "path": "playbooks/roles/create-vm-prod-ose/tasks/main.yaml", "content": "---\n- name: Get to know whether we need to add following nodes to \"new_nodes\" group or not\n set_fact:\n is_add_nodes: \"{{ is_add_nodes | default(false) }}\"\n\n- name: Define memory and disk parameters per node type\n set_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6099, "all_permissive": false }
ansible_role
vponomaryov/openshift-on-vmware
3895f160a09979fc30392054063d695d839c7da4
0
playbooks/roles/crs-prerequisite
7,689
[ "no_license" ]
[ { "path": "playbooks/roles/crs-prerequisite/tasks/main.yaml", "content": "---\n- name: Clear yum cache\n command: \"yum clean all\"\n ignore_errors: true\n\n- name: Install required common rpms\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - 'iptables'\n - 'iptables-services'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1167, "all_permissive": false }
ansible_role
vponomaryov/openshift-on-vmware
3895f160a09979fc30392054063d695d839c7da4
0
playbooks/roles/enable-gluster-repo
7,689
[ "no_license" ]
[ { "path": "playbooks/roles/enable-gluster-repo/tasks/main.yaml", "content": "---\n- name: Enable main Gluster 3 repo with GA packages\n command: \"subscription-manager repos --enable=rh-gluster-3-for-rhel-7-server-rpms\"\n# when: gluster_puddle_repo == ''\n\n- name: Create additional repo with downstream ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 558, "all_permissive": false }
ansible_role
vponomaryov/openshift-on-vmware
3895f160a09979fc30392054063d695d839c7da4
0
playbooks/roles/instance-groups
7,689
[ "no_license" ]
[ { "path": "playbooks/roles/instance-groups/tasks/main.yaml", "content": "---\n# create rhsm_user, rhsm_password, rhsm_subscription_pool and\n# rhsm_server for functionality with older rhsm_user\n- name: Set deprecated fact for rhel_subscription_user\n set_fact:\n rhsm_user: \"{{ rhel_subscription_user }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5885, "all_permissive": false }
ansible_role
vponomaryov/openshift-on-vmware
3895f160a09979fc30392054063d695d839c7da4
0
playbooks/roles/package-repos
7,689
[ "no_license" ]
[ { "path": "playbooks/roles/package-repos/tasks/main.yaml", "content": "---\n- name: Import RHSM role\n import_role:\n name: rhsm\n\n- name: Evaluate OCP repo name\n set_fact:\n tmp_ose_repo_name: \"rhel-7-server-ose-3.{{ openshift_vers.split('_')[-1] }}-rpms\"\n\n- name: Disable OpenShift 3.X GA rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 808, "all_permissive": false }
ansible_role
vponomaryov/openshift-on-vmware
3895f160a09979fc30392054063d695d839c7da4
0
playbooks/roles/rhsm
7,689
[ "no_license" ]
[ { "path": "playbooks/roles/rhsm/defaults/main.yaml", "content": "---\nopenshift_required_repos:\n- 'rhel-7-server-rpms'\n- 'rhel-7-server-extras-rpms'\n- 'rhel-7-fast-datapath-rpms'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "playbooks/roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1841, "all_permissive": false }
ansible_role
vponomaryov/openshift-on-vmware
3895f160a09979fc30392054063d695d839c7da4
0
playbooks/roles/setup-custom-domain-names
7,689
[ "no_license" ]
[ { "path": "playbooks/roles/setup-custom-domain-names/tasks/main.yaml", "content": "---\n- name: Import role with update of /etc/hosts file\n import_role:\n name: setup-custom-domain-names-for-ansible-runner\n\n- name: Create directory for dnsmasq config file if absent\n file:\n dest: /etc/dnsmasq.d\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 940, "all_permissive": false }
ansible_role
vponomaryov/openshift-on-vmware
3895f160a09979fc30392054063d695d839c7da4
0
playbooks/roles/setup-custom-domain-names-for-ansible-runner
7,689
[ "no_license" ]
[ { "path": "playbooks/roles/setup-custom-domain-names-for-ansible-runner/tasks/main.yaml", "content": "---\n# NOTE(vponomar): here we use 2 different sources of IP addresses:\n# 1) hostvars[item].guest.net exists for old nodes, that haven't been created\n# with this playbook run. Such nodes have detailed ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2990, "all_permissive": false }
ansible_role
vponomaryov/openshift-on-vmware
3895f160a09979fc30392054063d695d839c7da4
0
playbooks/roles/yum-update-and-reboot
7,689
[ "no_license" ]
[ { "path": "playbooks/roles/yum-update-and-reboot/tasks/main.yaml", "content": "# NOTE(vponomar): this role should not be run from nodes\n# which are going to be rebooted.\n---\n\n- block:\n - name: Check that hostnames_for_reboot var is set and it is not empty list\n fail:\n msg: \"Role 'yum-update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1382, "all_permissive": false }
ansible_role
orviz/indigo-deploy-ansible
f13335418e178bfd30c2631d09ef08308465d300
0
roles/indigo
7,689
[ "no_license" ]
[ { "path": "roles/indigo/tasks/main.yml", "content": "---\n- fail:\n msg: \"Exiting: <<indigo_version_major>> not defined!\"\n when: indigo_version_major is not defined\n\n- debug:\n msg: \">>>>>>>>>>>>>>> {{ ansible_distribution }} {{ ansible_distribution_major_version }}\"\n\n- assert:\n that: \"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3424, "all_permissive": false }
ansible_role
Alonalos/ansible-august-2024
8a646c95073b4a35a45f53a57d83031d6e2a94e5
0
Roles/mysql
7,690
[ "no_license" ]
[ { "path": "Roles/mysql/tasks/main.yml", "content": "- name: Install mysql\n ansible.builtin.apt:\n name: mysql-server\n #mysql-server is a package name\n state: present\n update_cache: yes\n\n- name: Start service mysql\n ansible.builtin.service:\n name: mysql\n #linux command 'systemctl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 959, "all_permissive": false }
ansible_role
Alonalos/ansible-august-2024
8a646c95073b4a35a45f53a57d83031d6e2a94e5
0
Roles/wordpress
7,690
[ "no_license" ]
[ { "path": "Roles/wordpress/tasks/main.yml", "content": "- name: Download wordpress\n ansible.builtin.get_url:\n url: https://wordpress.org/latest.tar.gz\n dest: \"{{ dest }}\"\n #download and rename to disregard the version \n\n- name: Extract wordpress\n ansible.builtin.unarchive:\n src: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1331, "all_permissive": false }
ansible_role
horatti-bh/ansible-project
b41b5f156a52537710e661fa12ea406ddd905975
0
roles/cart
7,690
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yml", "content": "- name: Include NodeJS for cart\n include_role:\n name: nodejs-app\n vars:\n APPLICATION_NAME: cart\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
horatti-bh/ansible-project
b41b5f156a52537710e661fa12ea406ddd905975
0
roles/catalogue
7,690
[ "no_license" ]
[ { "path": "roles/catalogue/defaults/main.yml", "content": "APP_USER: project7", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "roles/catalogue/tasks/main.yml", "content": "- name: Include NodeJS for catalogue\n include_role:\n name: nodejs-a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 151, "all_permissive": false }
ansible_role
horatti-bh/ansible-project
b41b5f156a52537710e661fa12ea406ddd905975
0
roles/common
7,690
[ "no_license" ]
[ { "path": "roles/common/tasks/service-setup.yml", "content": "- name: Create log directory\n file:\n path: /var/log/robo-shop\n state: directory\n\n- name: copy cart start service details\n template:\n src: systemd.service\n dest: /etc/systemd/system/{{APP_NAME}}.service\n\n\n- name: load syst...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2640, "all_permissive": false }
ansible_role
horatti-bh/ansible-project
b41b5f156a52537710e661fa12ea406ddd905975
0
roles/dispatch
7,690
[ "no_license" ]
[ { "path": "roles/dispatch/defaults/main.yml", "content": "APP_USER: project7\nAPPLICATIN_NAME: \"dispatch\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/dispatch/tasks/main.yml", "content": "- name: setup artifacts for {{APP_NAME}}\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 615, "all_permissive": false }
ansible_role
horatti-bh/ansible-project
b41b5f156a52537710e661fa12ea406ddd905975
0
roles/frontend
7,690
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Instal NGINX\n yum:\n name: nginx\n state: present\n\n- name: download artifacts for {{APP_NAME}}\n include_role:\n name: common\n tasks_from: download-packages-from-git\n vars:\n APPLICATION_NAME: frontend\n\n\n- name: Copy ng...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 905, "all_permissive": false }
ansible_role
horatti-bh/ansible-project
b41b5f156a52537710e661fa12ea406ddd905975
0
roles/mongodb
7,690
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Install git\n yum:\n name: git\n state: present\n\n- name: copy Mongodb repo file\n copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n \n- name: Install mongodb\n yum:\n name: mongodb-org\n state: present\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 899, "all_permissive": false }
ansible_role
horatti-bh/ansible-project
b41b5f156a52537710e661fa12ea406ddd905975
0
roles/mysql
7,690
[ "no_license" ]
[ { "path": "roles/mysql/tasks/install.yml", "content": "- name: Gather the packages\n package_facts:\n manager: auto\n\n- name: remove few existing DB's\n yum:\n name: mariadb-libs\n state: absent\n\n- name: Download the mysql\n unarchive:\n src: \"{{MYSQL_URL}}\"\n dest: /tmp\n remote_s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3164, "all_permissive": false }
ansible_role
horatti-bh/ansible-project
b41b5f156a52537710e661fa12ea406ddd905975
0
roles/nodejs-app
7,690
[ "no_license" ]
[ { "path": "roles/nodejs-app/tasks/main.yml", "content": "- name: Install NodeJs\n include_role:\n name: common\n tasks_from: nodejs\n\n- name: setup artifacts for {{APP_NAME}}\n include_role:\n name: common\n tasks_from: setup-artifact\n\n- name: Install NPM package(NodeJs dep)\n npm:\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
horatti-bh/ansible-project
b41b5f156a52537710e661fa12ea406ddd905975
0
roles/payment
7,690
[ "no_license" ]
[ { "path": "roles/payment/vars/main.yml", "content": "APP_NAME: payment", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "roles/payment/tasks/main.yml", "content": "- name: Install python3\n yum:\n name: [ \"python36\", \"gcc\", \"python3-deve...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 703, "all_permissive": false }
ansible_role
horatti-bh/ansible-project
b41b5f156a52537710e661fa12ea406ddd905975
0
roles/rabbitmq
7,690
[ "no_license" ]
[ { "path": "roles/rabbitmq/vars/main.yml", "content": "APP_NAME: rabbitmq", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Install Erlang is a dependency for RabbitMQ\n yum:\n name: https://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 548, "all_permissive": false }
ansible_role
horatti-bh/ansible-project
b41b5f156a52537710e661fa12ea406ddd905975
0
roles/ratings
7,690
[ "no_license" ]
[ { "path": "roles/ratings/defaults/main.yml", "content": "#APP_USER: project7", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "roles/ratings/tasks/main.yml", "content": "- name: Install rating depenencies\n yum:\n name: \"{{item}}\"\n stat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1289, "all_permissive": false }
ansible_role
horatti-bh/ansible-project
b41b5f156a52537710e661fa12ea406ddd905975
0
roles/shipping
7,690
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: Install java\n yum:\n name: java\n state: present\n\n- name: setup artifacts for {{APP_NAME}}\n include_role:\n name: common\n tasks_from: setup-artifact\n vars:\n APPLICATION_NAME: shipping\n\n- name: setup systemd service\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 520, "all_permissive": false }
ansible_role
horatti-bh/ansible-project
b41b5f156a52537710e661fa12ea406ddd905975
0
roles/user
7,690
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: Include NodeJS for USER\n include_role:\n name: nodejs-app\n vars:\n APPLICATION_NAME: user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
plumbis/citc-openstack-1
94225e83959785f18ec0f75c7bcfc8d4d03b026f
0
openstack/roles/demo
7,690
[ "no_license" ]
[ { "path": "openstack/roles/demo/tasks/main.yaml", "content": "---\n# Deploy a small system for evaluation with CITC\n#\n- name: wait a bit for the deployment to settle down\n pause:\n seconds: 300\n\n- name: collect networks\n command: openstack {{ openstack.demo_credentials }} network list\n register...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2413, "all_permissive": false }
ansible_role
plumbis/citc-openstack-1
94225e83959785f18ec0f75c7bcfc8d4d03b026f
0
openstack/roles/internet
7,690
[ "no_license" ]
[ { "path": "openstack/roles/internet/tasks/main.yaml", "content": "#\n# The oob-mgmt-server acts as the Internet gateway to fabric\n#\n# Perform NAT for remote access to Horizon UI and the demo floating IP address\n#\n\n- set_fact:\n myvars: \"{{ servervars[inventory_hostname] }}\"\n\n- name: Set up DNAT ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1758, "all_permissive": false }
ansible_role
plumbis/citc-openstack-1
94225e83959785f18ec0f75c7bcfc8d4d03b026f
0
openstack/roles/l3-leaf
7,690
[ "no_license" ]
[ { "path": "openstack/roles/l3-leaf/tasks/main.yaml", "content": "---\n- set_fact:\n myvars: \"{{ switchvars[inventory_hostname] }}\"\n\n- name: Unnumbered BGP routing (v4 & V6) to the hosts and spines\n nclu:\n commands:\n - add bgp autonomous-system {{ myvars.ASN }}\n - add loopback lo ip add...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1316, "all_permissive": false }
ansible_role
plumbis/citc-openstack-1
94225e83959785f18ec0f75c7bcfc8d4d03b026f
0
openstack/roles/l3-spine
7,690
[ "no_license" ]
[ { "path": "openstack/roles/l3-spine/tasks/main.yaml", "content": "---\n- set_fact:\n myvars: \"{{ switchvars[inventory_hostname] }}\"\n\n- name: BGP unnumbered (v4/v6) on agg ports\n nclu:\n commands:\n - add bgp autonomous-system {{ myvars.ASN }}\n - add loopback lo ip address {{ myvars.V4 }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
plumbis/citc-openstack-1
94225e83959785f18ec0f75c7bcfc8d4d03b026f
0
openstack/roles/server-common
7,690
[ "no_license" ]
[ { "path": "openstack/roles/server-common/templates/frr.conf.j2", "content": "{% set myvars = servervars[inventory_hostname] -%}\n!\n{% for N in HOST_IF.split(',') %}\ninterface {{ N }}\n no ipv6 nd suppress-ra\n ipv6 nd ra-interval 3\n!\n{% endfor %}\nrouter bgp {{ myvars.ASN }}\n bgp router-id {{ myvars.V...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4129, "all_permissive": false }
ansible_role
plumbis/citc-openstack-1
94225e83959785f18ec0f75c7bcfc8d4d03b026f
0
openstack/roles/switch-common
7,690
[ "no_license" ]
[ { "path": "openstack/roles/switch-common/tasks/main.yaml", "content": "---\n- name: distribute the cluster hosts file\n blockinfile:\n dest: /etc/hosts\n marker: \"# {mark} ANSIBLE MANAGED BLOCK cluster hosts\"\n block: \"{{ lookup('file', '{{ inventory_dir }}/files/hosts') }}\"\n become: true\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
plumbis/citc-openstack-1
94225e83959785f18ec0f75c7bcfc8d4d03b026f
0
openstack/roles/telemetry-server
7,690
[ "no_license" ]
[ { "path": "openstack/roles/telemetry-server/tasks/main.yaml", "content": "#\n# The oob-mgmt-server acts as the Internet gateway to fabric\n#\n# Also need to perform NAT for remote access to Mesos/Marathon UI services\n#\n\n- set_fact:\n myvars: \"{{ servervars[inventory_hostname] }}\"\n\n- name: Unnumb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 954, "all_permissive": false }
ansible_role
Mattsky/Demo-systems
3afccf928fe41f9da93a0e1dd3274ce908dc85b4
0
Vagrant_and_ansible/MongoDB_RepShard/roles/common
7,690
[ "no_license" ]
[ { "path": "Vagrant_and_ansible/MongoDB_RepShard/roles/common/tasks/main.yml", "content": "---\n- name: ensure SELinux bindings are available for dependencies\n yum: pkg=libselinux-python state=present\n\n- name: ensure MongoDB repo is present\n copy: src=mongodb-org-3.0.repo dest=/etc/yum.repos.d/mongodb-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1091, "all_permissive": false }
ansible_role
Mattsky/Demo-systems
3afccf928fe41f9da93a0e1dd3274ce908dc85b4
0
Vagrant_and_ansible/MongoDB_RepShard/roles/config
7,690
[ "no_license" ]
[ { "path": "Vagrant_and_ansible/MongoDB_RepShard/roles/config/tasks/main.yml", "content": "---\n- name: Make Mongo's data directory\n file: path=/mongo-metadata state=directory mode=0755 owner=mongod group=mongod\n\n- name: Copy config files to correct place\n copy: src=mongod.conf dest=/etc/mongod.conf fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
Mattsky/Demo-systems
3afccf928fe41f9da93a0e1dd3274ce908dc85b4
0
Vagrant_and_ansible/MongoDB_RepShard/roles/query
7,690
[ "no_license" ]
[ { "path": "Vagrant_and_ansible/MongoDB_RepShard/roles/query/files/mongos.init", "content": "#!/bin/bash\n\n# mongos - Startup script for mongos\n\n# chkconfig: 35 85 15\n# description: Mongo Router Process for sharding\n# processname: mongos\n# config: /etc/mongos.conf\n# pidfile: /var/run/mongodb/mongos.pi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2243, "all_permissive": false }
ansible_role
Mattsky/Demo-systems
3afccf928fe41f9da93a0e1dd3274ce908dc85b4
0
Vagrant_and_ansible/MongoDB_RepShard/roles/shard
7,690
[ "no_license" ]
[ { "path": "Vagrant_and_ansible/MongoDB_RepShard/roles/shard/tasks/main.yml", "content": "---\n- name: configure MongoDB config file\n replace: dest=/etc/mongod.conf regexp='^bind_ip' replace='#bind_ip'\n\n- name: create MongoDB data directory\n file: path=/data/db state=directory mode=0755 owner=mongod gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 714, "all_permissive": false }
ansible_role
Mattsky/Demo-systems
3afccf928fe41f9da93a0e1dd3274ce908dc85b4
0
Vagrant_and_ansible/MongoDB_Sharded/roles/common
7,690
[ "no_license" ]
[ { "path": "Vagrant_and_ansible/MongoDB_Sharded/roles/common/tasks/main.yml", "content": "---\n- name: ensure SELinux bindings are available for dependencies\n yum: pkg=libselinux-python state=present\n\n- name: ensure MongoDB repo is present\n copy: src=mongodb-org-3.0.repo dest=/etc/yum.repos.d/mongodb-o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2001, "all_permissive": false }
ansible_role
Mattsky/Demo-systems
3afccf928fe41f9da93a0e1dd3274ce908dc85b4
0
Vagrant_and_ansible/MongoDB_Sharded/roles/shard
7,690
[ "no_license" ]
[ { "path": "Vagrant_and_ansible/MongoDB_Sharded/roles/shard/tasks/main.yml", "content": "---\n- name: configure MongoDB config file\n replace: dest=/etc/mongod.conf regexp='^bind_ip' replace='#bind_ip'\n\n- name: create MongoDB data directory\n file: path=/data/db state=directory mode=0777\n\n- name: activ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 312, "all_permissive": false }
ansible_role
doc-vu/Stratum
b673e9a507c72bee7bc8dbaaf64af55be35d22c1
7
LearnPtatform/examples/ansibleScript/Application1537494612959/roles/DBApplication
7,690
[ "no_license" ]
[ { "path": "LearnPtatform/examples/ansibleScript/Application1537494612959/roles/DBApplication/tasks/install_mysql.yml", "content": "---\r\n- name: Install the MySQL packages\r\n apt:\r\n name: \"{{ item }}\"\r\n state: installed\r\n update_cache: yes\r\n with_items: \"{{ ubuntu_mysql_pkgs }}\"\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1819, "all_permissive": false }
ansible_role
doc-vu/Stratum
b673e9a507c72bee7bc8dbaaf64af55be35d22c1
7
LearnPtatform/examples/ansibleScript/Application1537496090790/roles/WebApplication
7,690
[ "no_license" ]
[ { "path": "LearnPtatform/examples/ansibleScript/Application1537496090790/roles/WebApplication/handlers/main.yml", "content": "---\r\n# Handler for the webtier: handlers are called by other plays.\r\n# See http://docs.ansible.com/playbooks_intro.html for more information about handlers.\r\n\r\n- name: start ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1868, "all_permissive": false }
ansible_role
iteration2-chaitu/tools-automation
c7dae5c73ebb44f8f8a1fabf44a9dace38c517be
0
roles/prometheus
7,690
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "#adding the prometheus\n- name : Set name in prompt\n ansible.builtin.shell: set-prompt prometheus\n become: yes\n\n- name : Download the prometheus\n ansible.builtin.unarchive:\n src: https://github.com/prometheus/prometheus/releases/downloa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 822, "all_permissive": false }
ansible_role
ChoongwonLee/ansible_tutorial
93302f4b29550470e737f23d08ef8985f488407f
0
roles/db_servers
7,690
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: insatll mariadb package (CentOS)\n tags: db,mariadb,ubuntu\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: install mariadb server (Ubuntu)\n tags: db,mariadb,ubuntu\n apt:\n name: mari...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
Charu2601/mongodb-sharded-cluster
292d4dc969d5541a9779c534cfdfc6b455c10eac
0
mongodb/roles/common
7,690
[ "no_license" ]
[ { "path": "mongodb/roles/common/tasks/main.yml", "content": "---\n\n- name: Copy yum repo file\n copy:\n src: mongodb-org-5.0.repo\n dest: /etc/yum.repos.d/mongodb-org-5.0.repo\n\n- name: Install mongodb-org package\n yum:\n name: mongodb-org\n state: present\n update_cache: yes\n\n- name: Cre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 855, "all_permissive": false }
ansible_role
raghudevopsb76/jenkins-jobs
3c5aff4ce3ed5712f5974c0a09486c62fda89ea4
0
roles/jobs
7,690
[ "no_license" ]
[ { "path": "roles/jobs/tasks/main.yml", "content": "- name: Create Folders\n community.general.jenkins_job:\n config: \"{{ lookup('template', 'templates/folder.xml') }}\"\n name: \"{{item.name}}\"\n password: <PASSWORD>\n url: http://172.31.39.240:8080\n user: admin\n loop: \"{{ folders }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1074, "all_permissive": false }
ansible_role
chetansomkuwar254/ansible-b1
817b972a7f520382019252a7dcb4f81bb4ade6e1
0
roles/sample_role
7,690
[ "no_license" ]
[ { "path": "roles/sample_role/tasks/main.yml", "content": "- name: installing nginx\n package:\n name: nginx\n state: latest\n- name: copyig index.html\n copy:\n src: index.html\n dest: /var/www/html/index.html\n notify:\n - stratingnginx\n- name: print msg\n debug:\n msg: \"{{URL}}\"",...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 349, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/build_checkbox.io
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/build_checkbox.io/tasks/main.yml", "content": "---\n- name: Delete deploy directory\n become: yes\n file:\n path: '{{ project_path }}'\n state: absent\n\n- name: Create a deploy directory\n become: yes\n file:\n path: '{{ project_path }}'\n state: directory\n own...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 759, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/build_iTrust
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/build_iTrust/tasks/main.yml", "content": "---\n- name: Delete deploy directory\n become: yes\n file:\n path: '{{ project_path }}'\n state: absent\n\n- name: Create a deploy directory\n become: yes\n file:\n path: '{{ project_path }}'\n state: directory\n owner: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1963, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/deploy_checkbox.io
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/deploy_checkbox.io/tasks/main.yml", "content": "---\n- name: Install \"pm2\" node.js package.\n become: yes\n npm:\n name: pm2\n global: yes\n\n- name: Set some variable\n set_fact:\n release_path: \"{{ project_path }}/releases/{{ lookup('pipe','date +%Y%m%d%H%M%S') }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1678, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/deploy_iTrust
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/deploy_iTrust/tasks/main.yml", "content": "---\n- name: Create a deploy directory if it does not exist\n become: yes\n file:\n path: '{{ project_path }}'\n state: directory\n owner: '{{ ansible_user }}'\n group: '{{ ansible_user }}'\n\n- name: Set some variables\n se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1472, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/jenkins
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/jenkins/tasks/main.yml", "content": "---\n- name: Add java repo\n become: yes\n apt_repository: repo='ppa:openjdk-r/ppa'\n\n- name: apt update\n become: yes\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: install openjdk\n become: yes\n apt:\n name: openjdk-11-j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4832, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/setup_build_job
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/setup_build_job/tasks/main.yml", "content": "---\n- name: Add user \"jenkins\" to sudo\n become: yes\n lineinfile:\n path: /etc/sudoers.d/jenkins\n line: 'jenkins ALL=(ALL) NOPASSWD: ALL'\n state: present\n mode: 0440\n create: yes\n validate: 'visudo -cf %s'\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1107, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/setup_iTrust_build_env
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/setup_iTrust_build_env/tasks/main.yml", "content": "---\n- name: install maven\n become: yes\n apt:\n name: maven\n state: present\n\n- name: Download google chrome\n get_url:\n url: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\n dest: /t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 616, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/setup_iTrust_build_job
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/setup_iTrust_build_job/tasks/main.yml", "content": "- name: Get crumb request\n uri:\n url: '{{ jenkins_url }}/crumbIssuer/api/xml?xpath=concat(//crumbRequestField,\":\",//crumb)'\n user: '{{ jenkins_user }}'\n password: '{{ <PASSWORD> }}'\n force_basic_auth: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1927, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/setup_java
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/setup_java/tasks/main.yml", "content": "---\n- name: Add java repo\n become: yes\n apt_repository: repo='ppa:openjdk-r/ppa'\n\n- name: apt update\n become: yes\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: install openjdk\n become: yes\n apt:\n name: openjdk-1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/setup_mongodb
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/setup_mongodb/tasks/main.yml", "content": "---\n# Role that sets up and configures mongodb\n# We choose to install from site repository (mongodb-org) instead of Ubuntu repository\n# That way we get the latest version of mongodb\n# https://docs.mongodb.com/manual/tutorial/install-mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1959, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/setup_mutation_files
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/setup_mutation_files/tasks/main.yml", "content": "---\n# Copy the files from ansible onto jenkins\n\n- name: Copy the Fuzzer class file to jenkins-srv\n copy:\n src: /bakerx/pipeline/fuzzer.js\n dest: fuzzer.js\n\n- name: Copy driver js code for test prioritization analysis\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1114, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/setup_mysql
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/setup_mysql/tasks/main.yml", "content": "---\n- name: Specify MySQL root password before installing MySQL\n become: yes\n debconf:\n name: mysql-server\n question: mysql-server/root_password\n value: '{{ mysql_pwd }}'\n vtype: password\n\n- name: MySQL root password c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 808, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/setup_nginx
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/setup_nginx/tasks/main.yml", "content": "---\n# Role that installs nginx and starts the service\n\n- name: Install latest nginx\n become: true\n apt:\n name: nginx\n state: latest\n\n- name: Start nginx service\n service:\n name: nginx\n state: started\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/setup_nodejs
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/setup_nodejs/tasks/main.yml", "content": "---\n# Role that performs the installation of nodejs\n\n- name: Get the script to enable NodeSource repository\n get_url:\n url: 'https://deb.nodesource.com/setup_12.x'\n dest: '/tmp/nodejs.sh'\n\n- name: Set execution permission for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/setup_pm2
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/setup_pm2/tasks/main.yml", "content": "---\n# Role that installs pm2 package\n- name: Install \"pm2\" node.js package.\n become: yes\n npm:\n name: pm2\n global: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/setup_tomcat
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/setup_tomcat/tasks/main.yml", "content": "---\n- name: add group \"tomcat\"\n become: yes\n group:\n name: tomcat\n\n- name: add user \"tomcat\"\n become: true\n user:\n name: tomcat\n group: tomcat\n createhome: yes\n\n- name: Download Tomcat\n become: yes\n get_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1527, "all_permissive": false }
ansible_role
raveenaaa/Pipeline
a74dc1e436c910fa15e11e5559318d3f3474aa74
0
pipeline/roles/static_analysis
7,690
[ "no_license" ]
[ { "path": "pipeline/roles/static_analysis/tasks/main.yml", "content": "- name: Copy the static analysis folder to jenkins-srv\n copy:\n src: /bakerx/static_analysis\n dest: /home/vagrant/", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
rickyrsn/Ansible
056dcd108b24fd4f531363ee32f6efb01c890ed3
0
roles/docker
7,690
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Installing Debian Prerequisites\n include_tasks: setup-debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: Install Docker\n package:\n name: \"{{ docker_package }}\"\n state: 'latest'\n notify: restart docker\n\n- name: Ensu...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1617, "all_permissive": false }
ansible_role
rickyrsn/Ansible
056dcd108b24fd4f531363ee32f6efb01c890ed3
0
roles/lamp-stack
7,690
[ "no_license" ]
[ { "path": "roles/lamp-stack/defaults/main.yml", "content": "---\ndependencies:\n- apache2\n- mysql-server\n- php\n- php-mysql\n- libapache2-mod-php\n- python3-pymysql", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/lamp-stack/tasks/clear-apt-...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 533, "all_permissive": false }
ansible_role
rickyrsn/Ansible
056dcd108b24fd4f531363ee32f6efb01c890ed3
0
roles/wordpress
7,690
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/setup-debian.yml", "content": "---\n- name: Installing PHP Modules\n apt:\n name: '{{php_modules}}'\n state: 'latest'\n update_cache: 'yes'\n\n- name: Cleaning APT Cache\n apt:\n autoclean: 'yes'\n autoremove: 'yes'", "license_type": "no_license", "d...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 931, "all_permissive": false }
ansible_role
htmlacademy-nestjs/typoteka-6
e8cad1f357aa65a71c29a2c292903415da7b220e
2
ansible/roles/nvm
7,690
[ "no_license" ]
[ { "path": "ansible/roles/nvm/tasks/main.yml", "content": "---\n- name: Установить NVM (Node Version manager)\n ansible.builtin.shell:\n cmd: \"curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash\"\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
Carlosmgp4/router_nat
484765bba0c4e83352323adcbf848285cd291688
0
roles/cliente
7,693
[ "no_license" ]
[ { "path": "roles/cliente/tasks/main.yaml", "content": "- name: Configuración de red\n template:\n src: interfaces\n dest: /etc/network/interfaces\n owner: root\n group: root\n mode: 0644\n notify:\n - reboot\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
Carlosmgp4/router_nat
484765bba0c4e83352323adcbf848285cd291688
0
roles/router
7,693
[ "no_license" ]
[ { "path": "roles/router/tasks/main.yaml", "content": "- name: Cambiar ip_forward\n sysctl:\n name: net.ipv4.ip_forward\n value: \"1\"\n state: present\n reload: yes\n\n- name: Configuración de red\n template:\n src: etc/network/interfaces\n dest: /etc/network/interfaces\n owner: root\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
r-mamchur/IF-108.DevOps-Sonar.Vagrant.Ansible
e1f7f3ad07a80b989dc5b88d9c939702720ae92a
0
roles/java
7,693
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n# This role installs Java and configures $JAVA_HOME.\n\n- name: Install Java\n yum:\n name: java-11-openjdk-devel.x86_64\n state: installed\n\n- name: Java_home\n shell: echo \"export JAVA_HOME=$(dirname $(dirname $(readlink -f $(which java))))...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
r-mamchur/IF-108.DevOps-Sonar.Vagrant.Ansible
e1f7f3ad07a80b989dc5b88d9c939702720ae92a
0
roles/sonar
7,693
[ "no_license" ]
[ { "path": "roles/sonar/tasks/requirements.yml", "content": "---\n# https://docs.sonarqube.org/latest/requirements/requirements/\n- name: sysctl - vm.max_map_count\n sysctl:\n name: vm.max_map_count\n value: '524288'\n state: present\n\n- name: sysctl - fs.file-max\n sysctl:\n name: fs.fi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3241, "all_permissive": false }
ansible_role
Bharath-arul-vi/TestDemo
43d729ac3f186130bcde9256c7ae3eb964717a95
0
roles/payflow
7,693
[ "no_license" ]
[ { "path": "roles/payflow/vars/payflow-sandbox.yml", "content": "payflow_run_args: \"--spring.profiles.active=sandbox\"\npayflow_base_url: \"https://api.sandbox.datatrans.com\"\npayflow_db_url: \"jdbc:sqlserver://lt-upp-t.ad.datatrans.tech;databaseName=pay_flow;trustServerCertificate=true\"\n", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1433, "all_permissive": false }