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
Thicoxxi/ansible_autobots
c0012fc5a83a026977f0104e231b3d30ab416070
0
roles/firewalld
7,497
[ "no_license" ]
[ { "path": "roles/firewalld/tasks/main.yml", "content": "---\n\n# Enable firewall rules for Cockpit\n- name: Enable firewall rules for Cockpit\n firewalld:\n service: cockpit\n permanent: yes\n state: enabled\n when: ansible_distribution == \"CentOS\" or ansible_distribution == \"RedHat\"\n\n# Ena...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 996, "all_permissive": false }
ansible_role
Thicoxxi/ansible_autobots
c0012fc5a83a026977f0104e231b3d30ab416070
0
roles/iis
7,497
[ "no_license" ]
[ { "path": "roles/iis/tasks/main.yml", "content": "---\n\n# Installing IIS\n\n- name: Installing IIS\n win_feature:\n name: Web-Server\n state: present\n\n- name: Install IIS (Web-Server and Web-Common-Http)\n win_feature:\n name:\n - Web-Server\n - Web-Common-Http\n state: present\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1366, "all_permissive": false }
ansible_role
Thicoxxi/ansible_autobots
c0012fc5a83a026977f0104e231b3d30ab416070
0
roles/kvm
7,497
[ "no_license" ]
[ { "path": "roles/kvm/tasks/main.yml", "content": "---\n\n# Installing the KVM\n\n- name: Installing KVM Packages for CentOS or RedHat 7\n dnf:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - qemu-kvm\n - libvirt\n - libvirt-python\n - libguestfs-tool...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1422, "all_permissive": false }
ansible_role
Thicoxxi/ansible_autobots
c0012fc5a83a026977f0104e231b3d30ab416070
0
roles/mysql
7,497
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n\n# Installing the Mysql\n\n- name: Installing Mysql Packages for CentOS or RedHat\n dnf:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - mysql-server\n - mysql\n when: ansible_distribution == \"CentOS\" or...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1309, "all_permissive": false }
ansible_role
Thicoxxi/ansible_autobots
c0012fc5a83a026977f0104e231b3d30ab416070
0
roles/mysql_win
7,497
[ "no_license" ]
[ { "path": "roles/mysql_win/tasks/main.yml", "content": "---\n\n# Installing the Mysql\n\n- name: Download zip file Mysql\n win_get_url:\n url: https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.21-winx64.zip\n dest: C:\\tmp\\mysql-8.0.21-winx64.zip\n\n- name: Unzipping Mysql\n win_unzip:\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 805, "all_permissive": false }
ansible_role
Thicoxxi/ansible_autobots
c0012fc5a83a026977f0104e231b3d30ab416070
0
roles/php
7,497
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n\n# Installing phpmyadmin\n\n- name: Installing packages for phpmyadmin in Centos or Redhat \n dnf:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - wget \n - php \n - php-pdo \n - php-pecl-zip \n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4088, "all_permissive": false }
ansible_role
Thicoxxi/ansible_autobots
c0012fc5a83a026977f0104e231b3d30ab416070
0
roles/php_win
7,497
[ "no_license" ]
[ { "path": "roles/php_win/tasks/main.yml", "content": "---\n# ver como instala msi em ansible https://github.com/RonaldCarter/PHPmanager/releases/download/V1.5.0/PHPManagerForIIS_V1.5.0.msi\n# https://download.microsoft.com/download/1/2/8/128E2E22-C1B9-44A4-BE2A-5859ED1D4592/rewrite_amd64_en-US.msi\n# Instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3323, "all_permissive": false }
ansible_role
Thicoxxi/ansible_autobots
c0012fc5a83a026977f0104e231b3d30ab416070
0
roles/ssmtp
7,497
[ "no_license" ]
[ { "path": "roles/ssmtp/tasks/main.yml", "content": "---\n\n# Installing ssmtp\n\n- name: Install Compat-openssl\n yum:\n name: https://rpmfind.net/linux/centos/8-stream/AppStream/x86_64/os/Packages/compat-openssl10-1.0.2o-3.el8.i686.rpm\n state: present\n when: ansible_distribution == \"CentOS\" or ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1672, "all_permissive": false }
ansible_role
Thicoxxi/ansible_autobots
c0012fc5a83a026977f0104e231b3d30ab416070
0
roles/wordpress
7,497
[ "no_license" ]
[ { "path": "roles/wordpress/defaults/main.yml", "content": "mysql_root_password: \"<PASSWORD>\"\nmysql_db: \"sinctronics\"\nmysql_dbs: \"sincpress\"\nmysql_user: \"admin\"\nmysql_users: \"administrador\"\nmysql_password: \"<PASSWORD>\"\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2302, "all_permissive": false }
ansible_role
williamsaung/ansible-gate
fdafdf6518be7f791b0178f195b4814a14415d85
0
ansible-gate/roles/nginx
7,497
[ "no_license" ]
[ { "path": "ansible-gate/roles/nginx/tasks/main.yml", "content": "---\n- name: apt-get-update\n apt:\n update_cache: yes\n- name: install nginx\n apt: pkg=nginx state=installed update_cache=true\n- name: copy the config file\n copy: src=files/gateweb dest=/etc/nginx/sites-available\n- name: enable site...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
A1ve5/fgci-ansible
a552d54623c9efaac62452430ec58e7d7c2e03fe
1
roles/dns
7,497
[ "permissive" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n- name: Deploy a clean /etc/resolv.conf\n template: src=resolv.conf.j2 dest=/etc/resolv.conf\n tags:\n - dns\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": true }
ansible_role
A1ve5/fgci-ansible
a552d54623c9efaac62452430ec58e7d7c2e03fe
1
roles/ip_forwarder
7,497
[ "permissive" ]
[ { "path": "roles/ip_forwarder/tasks/main.yml", "content": "---\n\n\n- name: set ip_forward to 1 to allow kickstarting of network nodes\n sysctl: name=net.ipv4.ip_forward value=1 sysctl_set=yes reload=no\n remote_user: root\n\n- name: get iptables rules\n shell: iptables -L; iptables -t nat -L\n register...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1731, "all_permissive": true }
ansible_role
A1ve5/fgci-ansible
a552d54623c9efaac62452430ec58e7d7c2e03fe
1
roles/network_interface
7,497
[ "permissive" ]
[ { "path": "roles/network_interface/defaults/main.yml", "content": "---\nnetwork_ether_interfaces: []\nnetwork_bridge_interfaces: []\nnetwork_bond_interfaces: []\nnetwork_ib_interfaces: []\nnetwork_vlan_interfaces: []\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7480, "all_permissive": true }
ansible_role
important-business/engine
e80e07198362da7dc3e592a471fdb14ecfedc207
1
tools/ansible/roles/llvm
7,497
[ "no_license" ]
[ { "path": "tools/ansible/roles/llvm/vars/main.yml", "content": "---\npackages:\n opensuse:\n - {name: 'llvm'}\n - {name: 'clang'}\n macosx:\n - {name: 'llvm', options: 'with-clang'}\n - {name: 'clang-format'}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 612, "all_permissive": false }
ansible_role
important-business/engine
e80e07198362da7dc3e592a471fdb14ecfedc207
1
tools/ansible/roles/sdl
7,497
[ "no_license" ]
[ { "path": "tools/ansible/roles/sdl/vars/main.yml", "content": "---\nhomebrew_packages:\n - {name: 'sdl2'}\n - {name: 'sdl2_image'}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "tools/ansible/roles/sdl/tasks/main.yml", "content": "---\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 233, "all_permissive": false }
ansible_role
mmeza-developer/ParrotOS-Ansible
fc27e8aa5ab0361ea9292529f025bcbb129d70ed
0
roles/customize-terminal
7,497
[ "no_license" ]
[ { "path": "roles/customize-terminal/tasks/main.yml", "content": "---\n- name: Check if output directory exists\n stat:\n path: \"{{ ansible_env.HOME }}/.bash\"\n register: output_folder\n\n- name: Creates directory\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.bash\"\n state: directo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1293, "all_permissive": false }
ansible_role
mmeza-developer/ParrotOS-Ansible
fc27e8aa5ab0361ea9292529f025bcbb129d70ed
0
roles/install-tools
7,497
[ "no_license" ]
[ { "path": "roles/install-tools/tasks/main.yml", "content": "---\n- import_tasks: apt-stuff.yml\n- import_tasks: kerbrute.yml\n- import_tasks: github-repos.yml\n- import_tasks: python-tools.yml\n- import_tasks: gem-tools.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
vasu70/ansible-webserver
4af30473b60a609d966e40426d655e06f13f4fe4
0
roles/website
7,497
[ "no_license" ]
[ { "path": "roles/website/tasks/main.yml", "content": "---\n- name: Set the index.html path\n set_fact:\n filepath: /var/www/html\n\n\n- name: copy vars.html\n copy:\n src: vars.html\n dest: /var/www/html/vars.html\n owner: root\n group: root\n mode: 0755\n\n\n- name: Add a link from inde...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1387, "all_permissive": false }
ansible_role
mengzyou/iac-examples
be192a43682c5a6b7797f79d1d7805056d6c3eea
2
k3scluster/ansible/roles/init
7,497
[ "no_license" ]
[ { "path": "k3scluster/ansible/roles/init/tasks/network.yml", "content": "- name: Configure Network Interface\n template:\n src: interfaces.j2\n dest: /etc/network/interfaces\n owner: root\n group: root\n mode: '0644'\n notify: Reboot\n\n- name: Configure Hostname\n hostname:\n name: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
mengzyou/iac-examples
be192a43682c5a6b7797f79d1d7805056d6c3eea
2
k3scluster/ansible/roles/k3s
7,497
[ "no_license" ]
[ { "path": "k3scluster/ansible/roles/k3s/tasks/install.yml", "content": "- name: Download k3s\n get_url:\n url: \"https://dsdownloads.oss-cn-shenzhen.aliyuncs.com/k3s/{{k3s_version}}/k3s\"\n dest: /usr/local/bin/k3s\n mode: '0755'\n\n- name: Install systemd unit file\n template:\n src: k3s.serv...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 722, "all_permissive": false }
ansible_role
vccw-team/vccw-cloud
e36332949dbaba96b0023be23b136a9c2392233f
3
provision/roles/apache
7,497
[ "no_license" ]
[ { "path": "provision/roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache2\n\n - name: Ensure apache is installed\n become: yes\n apt: pkg=apache2 state=latest\n\n - name: Activate mod rewrite\n become: yes\n apache2_module: state=present name=rewrite\n\n - name: Make sure a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1974, "all_permissive": false }
ansible_role
vccw-team/vccw-cloud
e36332949dbaba96b0023be23b136a9c2392233f
3
provision/roles/common
7,497
[ "no_license" ]
[ { "path": "provision/roles/common/defaults/main.yml", "content": "---\n# defaults file for common\n\ncommon_packages:\n - git\n - build-essential\n - ruby-dev\n - libsqlite3-dev\n - jq\n - subversion\n - curl\n - gettext\n - python-mysqldb\n - imagemagick\n - libssl-dev\n - letsencrypt\n - make...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1106, "all_permissive": false }
ansible_role
vccw-team/vccw-cloud
e36332949dbaba96b0023be23b136a9c2392233f
3
provision/roles/mysql
7,497
[ "no_license" ]
[ { "path": "provision/roles/mysql/handlers/main.yml", "content": "---\n# handlers file for mysql\n\n - name: restart-mysql\n become: yes\n action: service name=mysql state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "provision...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1537, "all_permissive": false }
ansible_role
vccw-team/vccw-cloud
e36332949dbaba96b0023be23b136a9c2392233f
3
provision/roles/php
7,497
[ "no_license" ]
[ { "path": "provision/roles/php/templates/composer.sh", "content": "export COMPOSER_HOME=$HOME/.composer\nexport PATH=$HOME/.composer/vendor/bin:$PATH\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "provision/roles/php/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1630, "all_permissive": false }
ansible_role
vccw-team/vccw-cloud
e36332949dbaba96b0023be23b136a9c2392233f
3
provision/roles/vhosts
7,497
[ "no_license" ]
[ { "path": "provision/roles/vhosts/templates/wp-delvhost.j2", "content": "#!/usr/bin/env bash\n\nset -eu\n\nerror() {\n echo -e \"\\033[0;31m$1\\033[0;39m\";\n exit 1;\n}\n\nwarn() {\n echo -e \"\\033[0;33m$1\\033[0;39m\";\n exit 1;\n}\n\nsuccess() {\n echo -e \"\\033[0;32m$1\\033[0;39m\";\n}\n\nif [ 'r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8277, "all_permissive": false }
ansible_role
vccw-team/vccw-cloud
e36332949dbaba96b0023be23b136a9c2392233f
3
provision/roles/wp-cli
7,497
[ "no_license" ]
[ { "path": "provision/roles/wp-cli/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - wp-cli", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "provision/roles/wp-cli/defaults/main.yml", "content": "---\n# de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1727, "all_permissive": false }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/common/roles/cbdep
7,497
[ "permissive" ]
[ { "path": "ansible/common/roles/cbdep/playbook.yml", "content": "# sample playbook for testing and manual runs\n---\n- hosts: all\n gather_facts: True\n\n tasks:\n - include_role:\n name: \"{{ rolename }}\"\n loop: [ cbdep ]\n loop_control:\n loop_var: rolename\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 948, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/common/roles/patch_via_gerrit
7,497
[ "permissive" ]
[ { "path": "ansible/common/roles/patch_via_gerrit/tasks/main.yml", "content": "---\n- name: \"Ensure bin directory present\"\n win_file:\n path: C:\\bin\n state: directory\n\n- name: \"Download patch_via_gerrit (Windows)\"\n win_get_url:\n url: http://latestbuilds.service.couchbase.com/builds/late...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1159, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/linux/common/roles/buildx
7,497
[ "permissive" ]
[ { "path": "ansible/linux/common/roles/buildx/README.md", "content": "# couchbase-cloud-runner\n\nThis Ansible role adds a service whose function is to ensure additional\nemulator binaries required for doing multi-arch builds are available\nto buildx. These emulator binaries do not persist a reboot, so must ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 917, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/linux/common/roles/couchbase-cloud-runner
7,497
[ "permissive" ]
[ { "path": "ansible/linux/common/roles/couchbase-cloud-runner/README.md", "content": "# couchbase-cloud-runner\n\nThis Ansible role installs software requirements for a self-hosted\nrunner for couchbase-cloud. Should be used in conjunction with the\ngithub-actions-runner role. (This role used to also be used...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2445, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/linux/common/roles/github-actions-runner
7,497
[ "permissive" ]
[ { "path": "ansible/linux/common/roles/github-actions-runner/files/.ssh/.gitignore", "content": "id_rsa\nid_rsa.pub\nknown_hosts\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 30 }, { "path": "ansible/linux/common/roles/github-actions-runn...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8058, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/linux/common/roles/nfs-remount
7,497
[ "permissive" ]
[ { "path": "ansible/linux/common/roles/nfs-remount/tasks/main.yml", "content": "---\n- name: Add nfs-remount script\n copy:\n src: ./files/nfs-remount\n dest: /usr/local/bin/nfs-remount\n owner: root\n mode: \"0755\"\n become: true\n\n- name: Ensure log directory is present\n file:\n path: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2792, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/macosx/common/roles/os
7,497
[ "permissive" ]
[ { "path": "ansible/macosx/common/roles/os/tasks/main.yml", "content": "- name: set energy saving to zero\n shell: systemsetup -setcomputersleep Never\n become: true\n\n- name: Create directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: couchbase\n group: staff\n mode: '07...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 554, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/macosx/common/roles/profile
7,497
[ "permissive" ]
[ { "path": "ansible/macosx/common/roles/profile/tasks/components/profile_sync.yml", "content": "---\n- name: Ensure buildteam directory is present\n file:\n path: \"/opt/buildteam\"\n state: directory\n owner: \"{{ ansible_ssh_user }}\"\n group: staff\n become: true\n\n- name: Ensure user ssh d...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5400, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/macosx/common/roles/software
7,497
[ "permissive" ]
[ { "path": "ansible/macosx/common/roles/software/files/askpass.sh", "content": "#!/bin/sh\necho $KEYCHAIN_PASSWORD\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 34 }, { "path": "ansible/macosx/common/roles/software/tasks/main.yml", "c...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 6373, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/macosx/couchbase-server/roles/cv
7,497
[ "permissive" ]
[ { "path": "ansible/macosx/couchbase-server/roles/cv/tasks/main.yml", "content": "---\n- name: Ensure gtar and unzip are installed\n homebrew:\n name:\n - gnu-tar\n - unzip\n when: NODE_CLASS == \"cv\"\n\n- name: Get additional XCode Command Line Tools versions\n unarchive:\n src: \"http://dow...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 570, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/macosx/couchbase-server/roles/testrunner
7,497
[ "permissive" ]
[ { "path": "ansible/macosx/couchbase-server/roles/testrunner/tasks/main.yml", "content": "---\n- name: Install python 3.7.7\n homebrew:\n name: https://raw.githubusercontent.com/Homebrew/homebrew-core/6949fc6f36de1261dffbe37f3b2216cf903431ed/Formula/python.rb\n tags: python3\n when: NODE_CLASS == \"cv\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 691, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/windows/roles/cygwin
7,497
[ "permissive" ]
[ { "path": "ansible/windows/roles/cygwin/tasks/main.yml", "content": "---\n- name: Create download area for Ansible\n win_file:\n path: C:\\ansible_files\n state: directory\n\n- name: Download Cygwin setup program\n win_get_url:\n url: https://cygwin.com/setup-x86_64.exe\n dest: C:\\ansible_fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/windows/roles/kbs
7,497
[ "permissive" ]
[ { "path": "ansible/windows/roles/kbs/defaults/main.yml", "content": "---\nkbs:\n - guid: 2/5/6/256CCCFB-5341-4A8D-A277-8A81B21A1E35\n filename: clearcompressionflag.exe\n - guid: D/6/0/D60ED3E0-93A5-4505-8F6A-8D0A5DA16C8A\n filename: Windows8.1-KB2919442-x64.msu\n - guid: 2/5/6/256CCCFB-5341-4A8D-A...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1213, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/windows/roles/profile
7,497
[ "permissive" ]
[ { "path": "ansible/windows/roles/profile/tasks/main.yml", "content": "- name: Check NODE_CLASS variable\n fail:\n msg: \"Variable NODE_CLASS is required (e.g. build)\"\n when: \"NODE_CLASS is not defined\"\n\n- name: Check NODE_PRODUCT variable\n fail:\n msg: \"Variable NODE_PRODUCT is required (e....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2707, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/windows/roles/vs2012
7,497
[ "permissive" ]
[ { "path": "ansible/windows/roles/vs2012/defaults/main.yml", "content": "---\nvs2012_key: PLEASE_REPLACE_FROM_COMMAND_LINE\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 49 }, { "path": "ansible/windows/roles/vs2012/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1083, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/windows/roles/vs2013
7,497
[ "permissive" ]
[ { "path": "ansible/windows/roles/vs2013/tasks/main.yml", "content": "---\n- name: Create directory structure\n win_file:\n path: C:\\vs2013\n state: directory\n\n- name: Add bin to PATH.\n include: extend-path.yml\n with_items:\n - C:\\vs2013\n\n# Download URL retrieved from https://chocolatey.o...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1154, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/windows/roles/vs2015
7,497
[ "permissive" ]
[ { "path": "ansible/windows/roles/vs2015/tasks/main.yml", "content": "---\n- name: Create directory structure\n win_file:\n path: C:\\vs2015\n state: directory\n\n- name: Add bin to PATH.\n include: extend-path.yml\n with_items:\n - C:\\vs2015\n\n- name: \"Install chocolatey\"\n win_chocolatey:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 897, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/windows/roles/vs2015_mobile
7,497
[ "permissive" ]
[ { "path": "ansible/windows/roles/vs2015_mobile/tasks/install-vs2015.ps1", "content": "# Adapted from script by <NAME> (git @sonjz)\n# https://github.com/ansible/ansible-modules-extras/issues/275\n# Install Visual Studio but with a scheduled job.\n#\n# In your ansible task, add the following:\n# # NOTE: C...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 12258, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/windows/roles/vs2017
7,497
[ "permissive" ]
[ { "path": "ansible/windows/roles/vs2017/meta/main.yml", "content": "---\ndependencies:\n- { role: kbs }\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 34 }, { "path": "ansible/windows/roles/vs2017/tasks/main.yml", "content": "---\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1745, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/windows/roles/vs2017_mobile
7,497
[ "permissive" ]
[ { "path": "ansible/windows/roles/vs2017_mobile/tasks/main.yml", "content": "---\n- name: Create directory structure\n win_file:\n path: C:\\vs2017\n state: directory\n\n- name: Add vs2017 to PATH.\n win_path:\n elements:\n - C:\\vs2017\n\n# https://docs.microsoft.com/en-us/visualstudio/insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2480, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/windows/roles/vs2019
7,497
[ "permissive" ]
[ { "path": "ansible/windows/roles/vs2019/tasks/main.yml", "content": "---\n- name: Create directory structure\n win_file:\n path: C:\\vs2019\n state: directory\n\n- name: Add bin to PATH.\n include: extend-path.yml\n with_items:\n - C:\\vs2019\n\n# https://docs.microsoft.com/en-us/visualstudio/in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1599, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/windows/roles/vs2019_mobile
7,497
[ "permissive" ]
[ { "path": "ansible/windows/roles/vs2019_mobile/defaults/main.yml", "content": "---\nvs2019_key: PLEASE_REPLACE_FROM_COMMAND_LINE\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 49 }, { "path": "ansible/windows/roles/vs2019_mobile/tasks/mai...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2645, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/windows/roles/vs2022
7,497
[ "permissive" ]
[ { "path": "ansible/windows/roles/vs2022/tasks/main.yml", "content": "---\n- name: Create directory structure\n win_file:\n path: C:\\vs2022\n state: directory\n\n- name: Add bin to PATH.\n include: extend-path.yml\n with_items:\n - C:\\vs2022\n\n# https://docs.microsoft.com/en-us/visualstudio/in...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2662, "all_permissive": true }
ansible_role
couchbase/build-infra
f6e5ea1b552e748e4887be5e831845381ca685d3
8
ansible/windows/roles/vs2022_server
7,497
[ "permissive" ]
[ { "path": "ansible/windows/roles/vs2022_server/tasks/main.yml", "content": "---\n- name: Create directory structure\n win_file:\n path: \"{{ targetvolume | default('c') }}:\\\\vs2022\"\n state: directory\n\n- name: Add bin to PATH.\n include: extend-path.yml\n with_items:\n - \"{{ targetvolume |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1611, "all_permissive": true }
ansible_role
netodevel/web-ninja-box
ecc18f8a5fb5eff8d087e6651951cb9142f429f6
2
provisioning/roles/angular
7,497
[ "no_license" ]
[ { "path": "provisioning/roles/angular/tasks/main.yml", "content": "- name: Install Angular CLI\n shell: npm install -g angular-cli\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 65, "all_permissive": false }
ansible_role
netodevel/web-ninja-box
ecc18f8a5fb5eff8d087e6651951cb9142f429f6
2
provisioning/roles/linux
7,497
[ "no_license" ]
[ { "path": "provisioning/roles/linux/tasks/main.yml", "content": "- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Install the kitchen sink\n action: apt pkg={{item}} state=installed update_cache=true\n with_items:\n - build-essential\n - curl\n - git-core\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 581, "all_permissive": false }
ansible_role
netodevel/web-ninja-box
ecc18f8a5fb5eff8d087e6651951cb9142f429f6
2
provisioning/roles/nodejs
7,497
[ "no_license" ]
[ { "path": "provisioning/roles/nodejs/tasks/main.yml", "content": "- name: \"Get package manager\"\n shell: curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -\n\n- name: \"Install nodejs\"\n shell: apt-get install -y nodejs\n\n- name: \"Install build tools\"\n shell: apt-get install -y build-e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
netodevel/web-ninja-box
ecc18f8a5fb5eff8d087e6651951cb9142f429f6
2
provisioning/roles/postgresql
7,497
[ "no_license" ]
[ { "path": "provisioning/roles/postgresql/tasks/main.yml", "content": "- name: install postgres and pgadmin\n shell: sudo apt-get install postgresql pgadmin3 \n\n- name: access admin postgres user\n shell: su postgres -c psql postgres \n\n- name: alter user password\n shell: ALTER USER postgres WITH PASSW...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
netodevel/web-ninja-box
ecc18f8a5fb5eff8d087e6651951cb9142f429f6
2
provisioning/roles/rails
7,497
[ "no_license" ]
[ { "path": "provisioning/roles/rails/tasks/main.yml", "content": "- name: \"install bundler\"\n shell: gem install bundler\n\n- name: \"install Rails\"\n shell: gem install rails", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
klusters/ansible-collection-tls
97e023d345f5f00d8b7cda6c5e26de08e57bb614
0
roles/encrypt_private_keys
7,497
[ "no_license" ]
[ { "path": "roles/encrypt_private_keys/tasks/main.yml", "content": "---\n\n- name: Get vars from item if in a loop\n when: outer_item is defined\n ansible.builtin.set_fact:\n '{{ item.key }}': '{{ item.value }}'\n loop: '{{ outer_item | dict2items }}'\n no_log: yes\n\n- name: Create keys dir\n ansibl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2334, "all_permissive": false }
ansible_role
klusters/ansible-collection-tls
97e023d345f5f00d8b7cda6c5e26de08e57bb614
0
roles/keystores
7,497
[ "no_license" ]
[ { "path": "roles/keystores/meta/main.yml", "content": "---\n\ngalaxy_info:\n author: Klusters\n description: Manage PKCS12 and Java Keystores (JKS)\n company: ''\n license: GPL-2.0-or-later\n min_ansible_version: 2.9\n platforms:\n - name: EL\n versions:\n - 8\n - 7\n - name: Ubuntu\n ve...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2709, "all_permissive": false }
ansible_role
klusters/ansible-collection-tls
97e023d345f5f00d8b7cda6c5e26de08e57bb614
0
roles/packages
7,497
[ "no_license" ]
[ { "path": "roles/packages/meta/main.yml", "content": "---\n\ngalaxy_info:\n author: Klusters\n description: Install Cryptography packages needed by ansible to manage private keys, csr, certificates, pkcs12 and keystores / truststores\n company: ''\n license: GPL-2.0-or-later\n min_ansible_version: 2.9\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2447, "all_permissive": false }
ansible_role
klusters/ansible-collection-tls
97e023d345f5f00d8b7cda6c5e26de08e57bb614
0
roles/truststores
7,497
[ "no_license" ]
[ { "path": "roles/truststores/tasks/main.yml", "content": "---\n\n- name: Get vars from item if in a loop\n ansible.builtin.set_fact:\n '{{ item.key }}': '{{ item.value }}'\n loop: '{{ outer_item | dict2items }}'\n when: outer_item is defined\n no_log: yes\n\n- name: Create certs dir\n ansible.builti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2570, "all_permissive": false }
ansible_role
BriceBoon/ProjetDevOps-Groupe1
70698108cf1b79568994c1898f10bec980e4c35d
0
CD/ansible/roles/install_api
7,497
[ "no_license" ]
[ { "path": "CD/ansible/roles/install_api/tasks/main.yml", "content": "---\r\n- name: install JDK\r\n apt:\r\n name: openjdk-11-jdk\r\n state: present\r\n become: yes\r\n\r\n- name: Create Directory\r\n file:\r\n path: /applications/wildfly\r\n state: directory\r\n owner: sandrine\r\n gro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 688, "all_permissive": false }
ansible_role
BriceBoon/ProjetDevOps-Groupe1
70698108cf1b79568994c1898f10bec980e4c35d
0
CD/ansible/roles/install_db
7,497
[ "no_license" ]
[ { "path": "CD/ansible/roles/install_db/tasks/main.yml", "content": "---\n- name: postgreSQL\n apt:\n name: postgresql\n state: present\n become: yes\n\n- name: postgresql-client\n apt:\n name: postgresql-client\n state: present\n become: yes\n\n- name: enable postgreSQL\n systemd:\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
ajduncan/tokamak
2fbbfd750c2e058e5d4b1639b3928f7b4bd815ba
0
ansible/roles/appserver
7,497
[ "no_license" ]
[ { "path": "ansible/roles/appserver/templates/supervisord_spool.conf.j2", "content": "[program:{{ project_name }}_spool]\ncommand=nodejs {{ mean_directory }}/packages/tokamak/sensor_pool.js\ndirectory={{ mean_directory }}/packages/tokamak/\nuser={{ user_name }}\nstdout_logfile=/var/log/supervisor_{{ project_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2001, "all_permissive": false }
ansible_role
ajduncan/tokamak
2fbbfd750c2e058e5d4b1639b3928f7b4bd815ba
0
ansible/roles/common
7,497
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: set locale to {{ locale }}\n action: command /usr/sbin/update-locale LANG={{ locale }} LC_ALL={{ locale }}\n sudo: yes\n\n- name: Install required system packages.\n action: apt pkg={{ item }} state=installed update-cache=yes state=inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 796, "all_permissive": false }
ansible_role
Princesse-D-ys/Heinrich-Von-Zimmel
0ba845eb3831d8eac0890f593d2ab539ffb1280b
2
Ansible/roles/ansible_docker
7,497
[ "no_license" ]
[ { "path": "Ansible/roles/ansible_docker/defaults/main.yml", "content": "---\n# Edition can be one of: 'ce' (Community Edition) or 'ee' (Enterprise Edition).\ndocker_packages:\n - docker-ce\n - docker-ce-cli\n - docker-ce-rootless-extras\n - containerd.io\n\ndocker_install_compose: true\ndocker_compose_v...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1961, "all_permissive": false }
ansible_role
Princesse-D-ys/Heinrich-Von-Zimmel
0ba845eb3831d8eac0890f593d2ab539ffb1280b
2
Ansible/roles/controller
7,497
[ "no_license" ]
[ { "path": "Ansible/roles/controller/templates/jenkins.j2", "content": "JENKINS_HOME=\"/srv/jenkins\"\nJENKINS_JAVA_CMD=\"\"\nJENKINS_USER=\"jenkins\"\nJENKINS_JAVA_OPTIONS=\"-Djava.awt.headless=true -Djenkins.install.runSetupWizard=false\"\nJENKINS_PORT=\"8080\"\nJENKINS_LISTEN_ADDRESS=\"\"\nJENKINS_HTTPS_P...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 19948, "all_permissive": false }
ansible_role
jimangel/pre-release-k8s-on-pi
0d54450504e972852ef1c4f9a96dff4391768785
0
roles/k8s-commons-reset
7,497
[ "no_license" ]
[ { "path": "roles/k8s-commons-reset/tasks/main.yaml", "content": "---\n- name: disable and stop kubelet service\n service:\n name: kubelet\n enabled: no\n state: stopped\n ignore_errors: yes\n tags:\n - controlplane\n- name: kubelet service files, k8s binaries, kubeconfigs, cri tools, cni, kube...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1145, "all_permissive": false }
ansible_role
jimangel/pre-release-k8s-on-pi
0d54450504e972852ef1c4f9a96dff4391768785
0
roles/k8s-commons-up
7,497
[ "no_license" ]
[ { "path": "roles/k8s-commons-up/tasks/main.yaml", "content": "---\n- name: Check if docker {{ docker_version }} is installed\n shell: \"docker -v | grep {{ docker_version }} | wc -l\"\n register: docker_match\n tags:\n - docker\n- name: Installing docker {{ docker_version }}\n shell: \"curl -sSL get.do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1988, "all_permissive": false }
ansible_role
jimangel/pre-release-k8s-on-pi
0d54450504e972852ef1c4f9a96dff4391768785
0
roles/k8s-controlplane-reset
7,497
[ "no_license" ]
[ { "path": "roles/k8s-controlplane-reset/tasks/main.yaml", "content": "---\n- name: reset kubeadm (removes k8s controlplane components)\n shell: kubeadm reset --force --skip-phases remove-etcd-member\n ignore_errors: yes\n tags:\n - kubeadm-only\n- name: delete etcd\n file:\n path: \"/var/lib/etcd\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
jimangel/pre-release-k8s-on-pi
0d54450504e972852ef1c4f9a96dff4391768785
0
roles/k8s-controlplane-up
7,497
[ "no_license" ]
[ { "path": "roles/k8s-controlplane-up/tasks/main.yaml", "content": "---\n- name: download and extract kubernetes {{ kubernetes_version }} server tarball\n unarchive:\n src: \"https://dl.k8s.io/{{ kubernetes_version }}/kubernetes-server-linux-arm.tar.gz\"\n remote_src: true\n dest: /home/{{ ansible_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2597, "all_permissive": false }
ansible_role
jimangel/pre-release-k8s-on-pi
0d54450504e972852ef1c4f9a96dff4391768785
0
roles/k8s-worker-reset
7,497
[ "no_license" ]
[ { "path": "roles/k8s-worker-reset/tasks/main.yaml", "content": "---\n- name: reset kubeadm (removes k8s worker components)\n shell: kubeadm reset --force\n ignore_errors: yes\n tags:\n - kubeadm-only", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
jimangel/pre-release-k8s-on-pi
0d54450504e972852ef1c4f9a96dff4391768785
0
roles/k8s-worker-up
7,497
[ "no_license" ]
[ { "path": "roles/k8s-worker-up/tasks/main.yaml", "content": "---\n- name: download and extract kubernetes {{ kubernetes_version }} node tarball\n unarchive:\n src: \"https://dl.k8s.io/{{ kubernetes_version }}/kubernetes-node-linux-arm.tar.gz\"\n remote_src: true\n dest: /home/{{ ansible_user }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1552, "all_permissive": false }
ansible_role
jimangel/pre-release-k8s-on-pi
0d54450504e972852ef1c4f9a96dff4391768785
0
roles/raspberry-pi-up
7,497
[ "no_license" ]
[ { "path": "roles/raspberry-pi-up/tasks/main.yaml", "content": "---\n- name: Check if swap enabled\n shell: swapon -s | wc -l\n register: swap_enabled\n tags:\n - swap\n- name: disable swap service\n service:\n name: dphys-swapfile\n enabled: no\n when: swap_enabled.stdout != \"0\"\n tags:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1480, "all_permissive": false }
ansible_role
AlterEgo7/slurm-kubernetes
9c86681a37b132c77567c1bcb9b329784db878ce
14
slurm/roles/glusterfs
7,497
[ "no_license" ]
[ { "path": "slurm/roles/glusterfs/templates/gluster_namespace.json.j2", "content": "apiVersion: v1\nkind: Namespace\nmetadata:\n name: {{ gluster_kubernetes_namespace }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "slurm/roles/glusterfs/defaul...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8266, "all_permissive": false }
ansible_role
AlterEgo7/slurm-kubernetes
9c86681a37b132c77567c1bcb9b329784db878ce
14
slurm/roles/heapster
7,497
[ "no_license" ]
[ { "path": "slurm/roles/heapster/defaults/main.yml", "content": "heapster_workdir: \"/tmp/heapster\"\nheapster_grafana_image: \"gcr.io/google_containers/heapster-grafana-amd64\"\nheapster_grafana_version: \"v4.0.2\"\nheapster_grafana_port: 33000", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 711, "all_permissive": false }
ansible_role
AlterEgo7/slurm-kubernetes
9c86681a37b132c77567c1bcb9b329784db878ce
14
slurm/roles/reset
7,497
[ "no_license" ]
[ { "path": "slurm/roles/reset/tasks/main.yml", "content": "---\n\n- name: Include slurm vars\n include_vars: ../../slurm/defaults/main.yml\n \n- name: Include glusterfs vars\n include_vars: ../../glusterfs/defaults/main.yml\n\n- name: Delete MySQL password secret\n command: kubectl delete secret mysql-pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1414, "all_permissive": false }
ansible_role
AlterEgo7/slurm-kubernetes
9c86681a37b132c77567c1bcb9b329784db878ce
14
slurm/roles/slurm
7,497
[ "no_license" ]
[ { "path": "slurm/roles/slurm/defaults/main.yml", "content": "slurm_workers: 3\nslurm_ssh_port: 22222\ngluster_volume_size: 1Gi\n\nslurm_mysql_pass: <PASSWORD>\n\nslurm_worker_image: openmole/slurmd:17.02.6\nslurm_master_image: openmole/slurmctl:17.02.6\nslurm_autoscaler_image: openmole/slurm-autoscaler:0.1\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 11419, "all_permissive": false }
ansible_role
snsinfu/lab-bastion-pi
3a245cf3bde82fb237cc69c0741187355b98f0df
0
roles/docker-ce
7,499
[ "no_license" ]
[ { "path": "roles/docker-ce/tasks/main.yml", "content": "# https://docs.docker.com/install/linux/docker-ce/debian/\n\n- name: docker repository key is registered\n apt_key:\n id: <KEY>\n url: https://download.docker.com/linux/debian/gpg\n state: present\n\n- name: docker repository is registered\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 899, "all_permissive": false }
ansible_role
snsinfu/lab-bastion-pi
3a245cf3bde82fb237cc69c0741187355b98f0df
0
roles/ssh-server
7,499
[ "no_license" ]
[ { "path": "roles/ssh-server/tasks/main.yml", "content": "- name: sshd_config is up\n copy:\n src: config/sshd_config\n dest: /etc/ssh\n notify:\n - restart sshd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
tjachja/OpenShift-BootCamp-HW
b28d01ace617a26688ccc7e12c41c040ec1634c1
0
ocp-ha-lab/openshift-applier/roles/openshift-applier
7,499
[ "no_license" ]
[ { "path": "ocp-ha-lab/openshift-applier/roles/openshift-applier/tasks/process-one-entry.yml", "content": "---\n\n- name: \"Set default values\"\n set_fact:\n oc_target_namespace: ''\n oc_action: \"{{ content.action | default(default_oc_action) }}\"\n file: \"{{ content.file | default('') }}\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2063, "all_permissive": false }
ansible_role
JoshuaFerreras3600/MidExam_Ferreras
6d20916423097a6f5d665e02d117970d35e93401
0
roles/centos-Elasticsearch
7,499
[ "no_license" ]
[ { "path": "roles/centos-Elasticsearch/tasks/main.yml", "content": "---\n# tasks file for centos-Elasticsearch\n\n- name: Download Elasticsearch with rpm\n rpm_key:\n state: present\n key: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n\n- name: Copy elasticsearch.repo config file\n copy:\n s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1256, "all_permissive": false }
ansible_role
JoshuaFerreras3600/MidExam_Ferreras
6d20916423097a6f5d665e02d117970d35e93401
0
roles/centos-Grafana
7,499
[ "no_license" ]
[ { "path": "roles/centos-Grafana/vars/main.yml", "content": "---\n# vars file for centos-Grafana", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/centos-Grafana/defaults/main.yml", "content": "---\n# defaults file for centos-Grafana", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 763, "all_permissive": false }
ansible_role
JoshuaFerreras3600/MidExam_Ferreras
6d20916423097a6f5d665e02d117970d35e93401
0
roles/centos-Kibana
7,499
[ "no_license" ]
[ { "path": "roles/centos-Kibana/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - centos-Kibana", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/centos-Kibana/defaults/main.yml", "content": "---\n# d...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1179, "all_permissive": false }
ansible_role
JoshuaFerreras3600/MidExam_Ferreras
6d20916423097a6f5d665e02d117970d35e93401
0
roles/centos-Logstash
7,499
[ "no_license" ]
[ { "path": "roles/centos-Logstash/vars/main.yml", "content": "---\n# vars file for centos-Logstash", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/centos-Logstash/defaults/main.yml", "content": "---\n# defaults file for centos-Logstash", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 776, "all_permissive": false }
ansible_role
JoshuaFerreras3600/MidExam_Ferreras
6d20916423097a6f5d665e02d117970d35e93401
0
roles/centos-Prometheus
7,499
[ "no_license" ]
[ { "path": "roles/centos-Prometheus/defaults/main.yml", "content": "---\n# defaults file for centos-Prometheus", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/centos-Prometheus/handlers/main.yml", "content": "---\n# handlers file for cento...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3517, "all_permissive": false }
ansible_role
JoshuaFerreras3600/MidExam_Ferreras
6d20916423097a6f5d665e02d117970d35e93401
0
roles/ubuntu-Elasticsearch
7,499
[ "no_license" ]
[ { "path": "roles/ubuntu-Elasticsearch/defaults/main.yml", "content": "---\n# defaults file for ubuntu-Elasticsearch", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/ubuntu-Elasticsearch/handlers/main.yml", "content": "---\n# handlers file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1086, "all_permissive": false }
ansible_role
JoshuaFerreras3600/MidExam_Ferreras
6d20916423097a6f5d665e02d117970d35e93401
0
roles/ubuntu-Kibana
7,499
[ "no_license" ]
[ { "path": "roles/ubuntu-Kibana/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ubuntu-Kibana", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/ubuntu-Kibana/handlers/main.yml", "content": "---\n# h...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1154, "all_permissive": false }
ansible_role
JoshuaFerreras3600/MidExam_Ferreras
6d20916423097a6f5d665e02d117970d35e93401
0
roles/ubuntu-Logstash
7,499
[ "no_license" ]
[ { "path": "roles/ubuntu-Logstash/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ubuntu-Logstash", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/ubuntu-Logstash/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 867, "all_permissive": false }
ansible_role
JoshuaFerreras3600/MidExam_Ferreras
6d20916423097a6f5d665e02d117970d35e93401
0
roles/ubuntu-Nagios
7,499
[ "no_license" ]
[ { "path": "roles/ubuntu-Nagios/vars/main.yml", "content": "---\n# vars file for ubuntu-Nagios", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/ubuntu-Nagios/tasks/main.yml", "content": "---\n# tasks file for ubuntu-Nagios\n- name: Install ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4106, "all_permissive": false }
ansible_role
kizumim/test
73062194b83ff562b90c4fee9447f2d40b57c376
0
playbook/roles/localhost
7,499
[ "no_license" ]
[ { "path": "playbook/roles/localhost/tasks/main.yml", "content": "---\n- name: yum install\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - ruby\n\n- name: pip install\n pip: \n name: \"{{ item }}\"\n state: latest\n with_items:\n - zabbix-api\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
Alex-Bane/ansible-challenge
f741822a8cde4cb04cc06b460c148183270cb6ae
0
ansible-docker-swarm/roles/worker
7,499
[ "no_license" ]
[ { "path": "ansible-docker-swarm/roles/worker/tasks/main.yaml", "content": "- name: \"Join a Swarm\"\n docker_swarm:\n state: join\n remote_addrs: [ \"{{ hostvars['man1']['ansible_default_ipv4']['address'] }}:2377\" ]\n advertise_addr: \"{{ hostvars[inventory_hostname]['ansible_default_ipv4']['addr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": false }
ansible_role
VoightCloud/Sonarqube
ff9faa832e41dc438e154efba198542f4e4c6605
0
roles/sonarqube
7,499
[ "no_license" ]
[ { "path": "roles/sonarqube/tasks/main.yaml", "content": "- name: Install Openshift Python Library\n command: pip3 install openshift\n\n- name: Create monitoring namespace\n community.kubernetes.k8s:\n name: \"{{ namespace }}\"\n api_version: v1\n kind: namespace\n state: present\n\n- name: Add...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3689, "all_permissive": false }
ansible_role
ratthanin-pu/ansible
f1b5b2561f14cf28f5fe721aa772efbcc986823d
1
roles/f5_create_pool
7,499
[ "no_license" ]
[ { "path": "roles/f5_create_pool/tasks/create_pool.yaml", "content": " - name: Handle error for create pool\n block:\n - name: Create pool\n bigip_pool:\n state: present\n name: \"{{ pool_name }}\"\n lb_method: \"{{ load_balance_method }}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2477, "all_permissive": false }
ansible_role
ratthanin-pu/ansible
f1b5b2561f14cf28f5fe721aa772efbcc986823d
1
roles/f5_create_pool_member
7,499
[ "no_license" ]
[ { "path": "roles/f5_create_pool_member/tasks/main.yaml", "content": "- name: include create pool member\n include_tasks: create_pool_member.yml\n loop: \"{{ host }}\"\n loop_control:\n loop_var: member\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1811, "all_permissive": false }
ansible_role
ratthanin-pu/ansible
f1b5b2561f14cf28f5fe721aa772efbcc986823d
1
roles/f5_create_vs
7,499
[ "no_license" ]
[ { "path": "roles/f5_create_vs/tasks/main.yaml", "content": "- name: Check virtual servers exsit?\n block:\n - name: Collect BIG-IP information\n bigip_device_info:\n gather_subset:\n - virtual-servers\n provider: \n server: \"{{ server }}\"\n user: \"{{ prov...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6148, "all_permissive": false }
ansible_role
ratthanin-pu/ansible
f1b5b2561f14cf28f5fe721aa772efbcc986823d
1
roles/f5_monitor_https
7,499
[ "no_license" ]
[ { "path": "roles/f5_monitor_https/tasks/main.yaml", "content": "- name: Handle Error For Create HTTPS Monitor\n block:\n - name: Create HTTPS Monitor\n bigip_monitor_https:\n name: \"{{ monitor_name }}\"\n interval: 5\n timeout: 16\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1148, "all_permissive": false }
ansible_role
danielerez/acm-gitops-installer
503dd389cbfe8648ac3d9dd4a0499493873b4d2c
0
roles/argocd_config
7,499
[ "no_license" ]
[ { "path": "roles/argocd_config/vars/main.yml", "content": "config_plugins:\n - name: kubevirt\n args: [\"cat *.yaml | ss view -w -s team=astonish -r . kubevirt\"]\n - name: openshift-kni\n args: [\"cd performance && kustomize build | ss view -s team=astonish -r . openshift-kni\"]\n - name: metrics\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1731, "all_permissive": false }
ansible_role
danielerez/acm-gitops-installer
503dd389cbfe8648ac3d9dd4a0499493873b4d2c
0
roles/argocd_create_apps
7,499
[ "no_license" ]
[ { "path": "roles/argocd_create_apps/tasks/main.yml", "content": "---\n\n- name: Wait for argocd-server\n shell:\n cmd: oc get pods -n argocd -o custom-columns=status:.status.phase\n register: result\n until: result.stdout|regex_findall('Running')|length == 5\n retries: 10\n delay: 5\n\n- name: Get a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1616, "all_permissive": false }
ansible_role
danielerez/acm-gitops-installer
503dd389cbfe8648ac3d9dd4a0499493873b4d2c
0
roles/argocd_install
7,499
[ "no_license" ]
[ { "path": "roles/argocd_install/tasks/main.yml", "content": "---\n\n- name: Create argocd namespace\n shell: oc create namespace argocd\n ignore_errors: yes\n\n- name: Install argocd\n shell: oc apply -n argocd -f \"{{ argocd_download_url }}\"\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
sureshby/ssh-controls
9486448506c76338c3ca84abf282293e38a21efd
0
roles/users
7,499
[ "no_license" ]
[ { "path": "roles/users/tasks/revoke.yml", "content": "---\n- name: Revoke User\n replace:\n backup: yes\n dest: /etc/ssh/sshd_config\n regexp: '^(AllowUsers.*)\\b{{ item }}\\b(.*)$'\n replace: '\\1\\2'\n with_items: \"{{ my_user }}\"\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 525, "all_permissive": false }
ansible_role
dianarodrigues2/ASCN_TP_G28
b21b21b004bddf989017ec61cf0e54fd99a07d34
1
roles/check_undeploy
7,499
[ "no_license" ]
[ { "path": "roles/check_undeploy/tasks/main.yml", "content": "---\n\n- name: Check if ghost-deployment is undeployed\n shell: kubectl get deployment ghost-deployment\n register: ghost_deployment\n ignore_errors: yes\n until: ghost_deployment.rc == 1\n retries: 10\n delay: 10\n\n- name: Check if ghost-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1278, "all_permissive": false }