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
Mohan321123/Devops-codes
efbfba3ec6ab285aeb966be31af18c64a20cb61b
0
roles/git
7,995
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n# tasks file for git\n- name: Install git in local host\n yum:\n name: git\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
Mohan321123/Devops-codes
efbfba3ec6ab285aeb966be31af18c64a20cb61b
0
roles/wget
7,995
[ "no_license" ]
[ { "path": "roles/wget/tasks/main.yml", "content": "---\n- name: install ntp wget\n yum:\n name:\n - ntp\n - wget\n state: latest\n notify:\n - retsart ntp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/wget/handlers/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 178, "all_permissive": false }
ansible_role
klj613/ansible-klj613
4302281ffd3a3fbdbbe57d4b0fda431f5d553a93
0
roles/epel_release
7,995
[ "no_license" ]
[ { "path": "roles/epel_release/tasks/main.yml", "content": "---\n\n- name: Install epel repo file\n copy: src=../files/epel.repo\n dest=/etc/yum.repos.d/\n owner=root group=root mode=0644\n sudo: true\n\n- name: Install epel GPG key\n copy: src=../files/RPM-GPG-KEY-EPEL-6\n dest=/etc/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 565, "all_permissive": false }
ansible_role
klj613/ansible-klj613
4302281ffd3a3fbdbbe57d4b0fda431f5d553a93
0
roles/ius_release
7,995
[ "no_license" ]
[ { "path": "roles/ius_release/tasks/main.yml", "content": "---\n\n- name: Install ius repo file\n copy: src=../files/ius.repo\n dest=/etc/yum.repos.d/\n owner=root group=root mode=0644\n sudo: true\n\n- name: Install ius GPG key\n copy: src=../files/IUS-COMMUNITY-GPG-KEY\n dest=/etc/p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
klj613/ansible-klj613
4302281ffd3a3fbdbbe57d4b0fda431f5d553a93
0
roles/mongodb_10gen_client
7,995
[ "no_license" ]
[ { "path": "roles/mongodb_10gen_client/tasks/lock.yml", "content": "---\n\n - name: Lock mongodb-client package version\n lineinfile: dest=/etc/yum.repos.d/mongodb.repo\n regexp=\"exclude={{ mongodb_client_package }}\"\n line=\"exclude={{ mongodb_client_package }}\"\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1598, "all_permissive": false }
ansible_role
klj613/ansible-klj613
4302281ffd3a3fbdbbe57d4b0fda431f5d553a93
0
roles/mongodb_10gen_repo
7,995
[ "no_license" ]
[ { "path": "roles/mongodb_10gen_repo/tasks/main.yml", "content": "---\n\n- copy: src=../files/mongodb.repo\n dest=/etc/yum.repos.d/\n\n- name: Toggle repository\n ini_file: dest=/etc/yum.repos.d/mongodb.repo\n section=mongodb\n option=enabled\n value=1\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
klj613/ansible-klj613
4302281ffd3a3fbdbbe57d4b0fda431f5d553a93
0
roles/mongodb_10gen_server
7,995
[ "no_license" ]
[ { "path": "roles/mongodb_10gen_server/handlers/main.yml", "content": "---\n\n- name: restart mongod\n service: name=mongod state=restarted\n delegate_to: \"{{ item }}\"\n with_items: groups.mongod\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path"...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1538, "all_permissive": false }
ansible_role
klj613/ansible-klj613
4302281ffd3a3fbdbbe57d4b0fda431f5d553a93
0
roles/nginx
7,995
[ "no_license" ]
[ { "path": "roles/nginx/tasks/install.yml", "content": "---\n\n- name: Install nginx\n action: $ansible_pkg_mgr name=nginx state=installed\n notify:\n - restart nginx\n\n- name: Remove default nginx vhost\n action: file path=/etc/nginx/conf.d/default.conf state=absent\n notify:\n - restart nginx\n"...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 301, "all_permissive": false }
ansible_role
klj613/ansible-klj613
4302281ffd3a3fbdbbe57d4b0fda431f5d553a93
0
roles/phpfpm
7,995
[ "no_license" ]
[ { "path": "roles/phpfpm/tasks/install.yml", "content": "---\n\n- name: Install php-fpm\n action: $ansible_pkg_mgr name=php-fpm state=installed\n notify:\n - restart php-fpm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
klj613/ansible-klj613
4302281ffd3a3fbdbbe57d4b0fda431f5d553a93
0
roles/rpmbuilder
7,995
[ "no_license" ]
[ { "path": "roles/rpmbuilder/tasks/main.yml", "content": "---\n\n- name: Install packages for RPM building\n yum: name={{ item }} state=installed\n with_items:\n - git18\n - rpm-build\n - rpmdevtools\n\n- name: Create builder user\n user: name=builder\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 311, "all_permissive": false }
ansible_role
klj613/ansible-klj613
4302281ffd3a3fbdbbe57d4b0fda431f5d553a93
0
roles/server_access
7,995
[ "no_license" ]
[ { "path": "roles/server_access/defaults/main.yml", "content": "---\n\nsudoer: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "roles/server_access/vars/main.yml", "content": "---\n\nusers:\n oldstaff:\n - beta\n developers:\n - a...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 1769, "all_permissive": false }
ansible_role
klj613/ansible-klj613
4302281ffd3a3fbdbbe57d4b0fda431f5d553a93
0
roles/sudo
7,995
[ "no_license" ]
[ { "path": "roles/sudo/defaults/main.yml", "content": "---\n\nstate: present\ntarget: ALL\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/sudo/templates/template.j2", "content": "{{ name }} ALL=({{ target }}) NOPASSWD: ALL\n", "licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 337, "all_permissive": false }
ansible_role
sitajaf/scoreboard-infra
29cbe749078eac9a29e357e47808a83b10bea8fa
0
roles/node
7,995
[ "no_license" ]
[ { "path": "roles/node/defaults/main.yml", "content": "---\nnode_version: v8.9.1\nnode_user: ubuntu\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/node/tasks/main.yml", "content": "---\n- name: Install dependencies\n apt: pkg={{ item }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 857, "all_permissive": false }
ansible_role
sitajaf/scoreboard-infra
29cbe749078eac9a29e357e47808a83b10bea8fa
0
roles/scoreboard
7,995
[ "no_license" ]
[ { "path": "roles/scoreboard/tasks/main.yml", "content": "---\n- name: Copy key\n copy:\n src=\"{{ github_key }}\"\n dest=/tmp/git_key\n mode=0600\n\n- name: Pull latest version\n git:\n repo=<EMAIL>:sitajaf/scoreboard.git\n accept_hostkey=yes\n key_file=/tmp/git_key\n dest=\"{{ scoreb...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 734, "all_permissive": false }
ansible_role
carlescliment/Katas
175b7f287c992590caa4eae6e09d22c7da374cfe
1
provisioning/roles/php
7,995
[ "no_license" ]
[ { "path": "provisioning/roles/php/tasks/main.yml", "content": "---\n- name: Install deps\n apt: >\n update_cache=yes\n name={{ item }}\n state=present\n with_items:\n - php5-cli\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
harshavardhanc/devops
43c124439e30cb889952cd8daae37ba06bc2fdfb
0
ansible/roles/apache
7,995
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n\n# Installing apache2\n\n- name: Update repo and install apache2\n become: yes\n apt:\n name: apache2\n update_cache: yes\n state: present\n\n\n- name: Start apache2\n become: yes\n service:\n name: apache2\n state: starte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
harshavardhanc/devops
43c124439e30cb889952cd8daae37ba06bc2fdfb
0
ansible/roles/java
7,995
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "---\n\n# Install java for Jenkins\n\n- name: Updating apt repo and installing default jdk\n become: true\n apt: \n name: default-jdk\n update_cache: yes\n state: present\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
harshavardhanc/devops
43c124439e30cb889952cd8daae37ba06bc2fdfb
0
ansible/roles/jenkins
7,995
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "---\n\n\n# Installing jenkins\n\n- name: Adding apt-key to the system\n become: true\n apt_key:\n url: https://pkg.jenkins.io/debian/jenkins-ci.org.key\n state: present\n\n\n- name: Adding repo address to source list\n become: true\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
harshavardhanc/devops
43c124439e30cb889952cd8daae37ba06bc2fdfb
0
ansible/roles/maven
7,995
[ "no_license" ]
[ { "path": "ansible/roles/maven/tasks/main.yml", "content": "---\n# Installing maven\n\n\n- name: Download Apache Maven file\n become: yes\n get_url:\n url: http://apache.mirrors.lucidnetworks.net/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz\n dest: /home/ubuntu\n\n\n\n- name: Untar don...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
yyamanoi1222/archlinux
cb3b1aca198553ee042cd0147519aea797887061
0
roles/base
7,995
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- include: shell.yml\n- include: user.yml\n- include: sudo.yml\n- include: packages.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/base/tasks/packages.yml", "content": "---\n-...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 807, "all_permissive": false }
ansible_role
yyamanoi1222/archlinux
cb3b1aca198553ee042cd0147519aea797887061
0
roles/docker
7,995
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install docker\n pacman:\n name: \"{{ docker_packages }}\"\n state: present\n\n- name: Add user to docker group\n user: name={{ user.name }} groups=docker append=yes\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
yyamanoi1222/archlinux
cb3b1aca198553ee042cd0147519aea797887061
0
roles/dotfiles
7,995
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: Clone dotfiles\n git:\n repo: \"{{ dotfiles.url }}\"\n dest: \"/home/{{ user.name }}/{{ dotfiles.destination }}\"\n become: yes\n become_user: root\n\n- name: Install dotfiles\n command: \"sh install.sh chdir=/home/{{ user.name}}/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
yyamanoi1222/archlinux
cb3b1aca198553ee042cd0147519aea797887061
0
roles/font
7,995
[ "no_license" ]
[ { "path": "roles/font/tasks/main.yml", "content": "- name: Install fonts\n pacman:\n name: \"{{ fonts }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
yyamanoi1222/archlinux
cb3b1aca198553ee042cd0147519aea797887061
0
roles/gcloud
7,995
[ "no_license" ]
[ { "path": "roles/gcloud/tasks/main.yml", "content": "---\n- name: Already Exist gcloud\n stat:\n path: /home/{{ user.name }}/google-cloud-sdk\n register: installed_gcloud\n\n- name: Insure temp path exists\n file:\n path: \"{{ gcloud.tmp_path }}\"\n state: directory\n when: not installed_gcloud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1535, "all_permissive": false }
ansible_role
yyamanoi1222/archlinux
cb3b1aca198553ee042cd0147519aea797887061
0
roles/golang
7,995
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "- name: Alreadly Install golang\n stat:\n path: /home/{{ user.name }}/go\n register: installed_go\n\n- name: Clone golang\n get_url: url=\"https://dl.google.com/go/go{{ golang.ver }}.{{ golang.arch }}.tar.gz\" dest=/tmp\n register: downloaded_go\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1049, "all_permissive": false }
ansible_role
yyamanoi1222/archlinux
cb3b1aca198553ee042cd0147519aea797887061
0
roles/keyboard
7,995
[ "no_license" ]
[ { "path": "roles/keyboard/tasks/main.yml", "content": "- name: Copy xmodmap\n copy:\n src: files/xmodmap\n dest: \"/home/{{ user.name }}/.Xmodmap\"\n owner: \"{{ user.name }}\"\n group: \"{{ user.group }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
yyamanoi1222/archlinux
cb3b1aca198553ee042cd0147519aea797887061
0
roles/lang
7,995
[ "no_license" ]
[ { "path": "roles/lang/tasks/main.yml", "content": "- name: Install mozc\n pacman:\n name: \"{{ lang_packages }}\"\n state: present\n\n- name: Copy xprofile\n copy:\n src: files/xprofile\n dest: \"/home/{{ user.name }}/.xprofile\"\n owner: \"{{ user.name }}\"\n group: \"{{ user.group }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
yyamanoi1222/archlinux
cb3b1aca198553ee042cd0147519aea797887061
0
roles/network
7,995
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "---\n- name: Install network packags\n pacman:\n name: \"{{ network_packages }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
yyamanoi1222/archlinux
cb3b1aca198553ee042cd0147519aea797887061
0
roles/node
7,995
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "- name: Alredy Exist node\n stat:\n path: /home/{{ user.name }}/{{ node.dir }}\n register: installed_nvm\n\n- name: Clone nvm\n git:\n repo: https://github.com/nvm-sh/nvm.git\n dest: \"/home/{{ user.name }}/{{ node.dir }}\"\n become: yes\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 496, "all_permissive": false }
ansible_role
yyamanoi1222/archlinux
cb3b1aca198553ee042cd0147519aea797887061
0
roles/sound
7,995
[ "no_license" ]
[ { "path": "roles/sound/tasks/main.yml", "content": "---\n- name: Install pulseaudio\n pacman:\n name: pulseaudio\n state: present\n\n- name: Install pavucontrol\n pacman:\n name: pavucontrol\n state: present\n\n- name: Install xfce4-pulseaudio-plugin\n pacman:\n name: xfce4-pulseaudio-plug...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
yyamanoi1222/archlinux
cb3b1aca198553ee042cd0147519aea797887061
0
roles/wine
7,995
[ "no_license" ]
[ { "path": "roles/wine/tasks/main.yml", "content": "---\n- name: Edit pacman.conf\n\n- name: Install wine\n pacman:\n name: wine\n state: present\n\n- name: Install winetricks\n pacman:\n name: winetricks\n state: present\n\n- name: Install font\n shell: winetricks allfonts\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
yyamanoi1222/archlinux
cb3b1aca198553ee042cd0147519aea797887061
0
roles/x
7,995
[ "no_license" ]
[ { "path": "roles/x/tasks/config.yml", "content": "---\n- name: copy config\n copy:\n src: files\n dest: \"/home/{{ user.name }}/ansible-xconf\"\n owner: \"{{ user.name }}\"\n group: \"{{ user.group }}\"\n\n- name: set config\n command: \"sh run.sh chdir=/home/{{ user.name }}/ansible-xconf/file...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3087, "all_permissive": false }
ansible_role
lel99999/dev_AutomationChecks
1ab91181ab43b93475523b1e44dc38a40548eca6
0
roles/ExpectTesting
7,995
[ "no_license" ]
[ { "path": "roles/ExpectTesting/tasks/main.yml", "content": "---\n- name: Install expect\n yum:\n name: \"{{ item }}\"\n state: present\n disable_gpg_check: yes\n with_items:\n - expect \n - expect-devel \n# - \"{{ expects }}\"\n tags:\n - expecttesting\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
lel99999/dev_AutomationChecks
1ab91181ab43b93475523b1e44dc38a40548eca6
0
roles/JavascriptTesting
7,995
[ "no_license" ]
[ { "path": "roles/JavascriptTesting/tasks/main.yml", "content": "---\n- name: Install Node.js\n yum:\n name: \"{{ item }}\"\n state: present\n disable_gpg_check: yes\n with_items:\n - nodejs \n# - \"{{ nodejs }}\"\n tags:\n - javascripttesting\n\n- name: View NPM Version\n shell: npm --v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
Kellfren/Build-cicd-pipeline-Monitor-and-logging
8e58b5e79f500a974f69ca6e64864c51232d2472
0
.circleci/ansible/roles/configure-server
7,995
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: \"remove not required dependencies\"\n become: yes\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 564, "all_permissive": false }
ansible_role
Kellfren/Build-cicd-pipeline-Monitor-and-logging
8e58b5e79f500a974f69ca6e64864c51232d2472
0
.circleci/ansible/roles/deploy-backend
7,995
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy-backend/tasks/main.yml", "content": " - name: Create a new directory\n become: true\n file:\n path: /home/ubuntu/uda_app/backend\n state: directory\n owner: ubuntu\n group: ubuntu\n mode: 0755\n\n - name: Copy backend files\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1638, "all_permissive": false }
ansible_role
integr8ly/ansible-tower-configuration
29a86d92cbc3986e1a6c591ef05dbbd64ea0221b
9
playbooks/roles/cluster
7,995
[ "no_license" ]
[ { "path": "playbooks/roles/cluster/files/concurrent_provisioning_vars.yml.j2", "content": "openshift_disable_check: disk_availability,docker_storage,memory_availability,package_version,docker_image_availability\nansible_ssh_user: root\ndeployment_type: openshift-enterprise\nopenshift_deployment_type: 'opens...
{ "task_files": 16, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 28, "total_bytes": 83759, "all_permissive": false }
ansible_role
integr8ly/ansible-tower-configuration
29a86d92cbc3986e1a6c591ef05dbbd64ea0221b
9
playbooks/roles/tower
7,995
[ "no_license" ]
[ { "path": "playbooks/roles/tower/tasks/bootstrap.yml", "content": "---\n- include_tasks: e2e_prereq.yml\n when: tower_environment is defined and tower_environment == 'e2e'\n\n# Authenticate with tower\n- include_tasks: authenticate_tower.yml\n\n- name: Upload license file \"https://{{ tower_host }}\"\n ur...
{ "task_files": 13, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 23, "total_bytes": 37818, "all_permissive": false }
ansible_role
integr8ly/ansible-tower-configuration
29a86d92cbc3986e1a6c591ef05dbbd64ea0221b
9
playbooks/roles/validation
7,995
[ "no_license" ]
[ { "path": "playbooks/roles/validation/templates/comparison_scheduled_job_variables.yml.j2", "content": "{ \n \"tower_dummy_project_branch\": \"{{ tower_dummy_project_branch }}\",\n \"comparison_project_name\": \"{{ comparison_project_name }}\", \n \"comparison_project_ssh_url\": \"{{ cluster_credential_git_...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 14517, "all_permissive": false }
ansible_role
kieran85james/ansible
20ecdd1e431b36f5cec213a326c92dcce0479f8b
0
roles/workstation
7,995
[ "no_license" ]
[ { "path": "roles/workstation/tasks/software/misc_packages.yml", "content": "- name: software | install workstation distribution packages\n tags: packages,workstation-packages\n package:\n name:\n - gparted\n - smbclient\n - unrar\n - dconf-editor\n - geary\n - wireguard-to...
{ "task_files": 25, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 28, "total_bytes": 25967, "all_permissive": false }
ansible_role
todd-8424/tower_ansible
2bd1a7dcaa8a04ad505bd6d87d4a701e27264c44
0
roles/tower_create_user
7,995
[ "no_license" ]
[ { "path": "roles/tower_create_user/tasks/main.yml", "content": "# main tasks file\n---\n- name: GATE | Run GATE\n include: gate.yml \n\n- name: MAIN | Include add_user\n include: add_user.yml\n when: > \n add_user is defined\n and add_user\n\n- name: MAIN | Include remove_user\n include: remove_us...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1782, "all_permissive": false }
ansible_role
mmarcon/jhere-devops
8d40e5fa98eb2473d95a5595e3f7ddc094fbc82c
0
ansible/roles/ghost
7,995
[ "no_license" ]
[ { "path": "ansible/roles/ghost/defaults/main.yml", "content": "ghost_version: \"0.7.0\"\nghost_user: root", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/roles/ghost/tasks/install.yml", "content": "---\n- name: detect ghost\n command: ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1864, "all_permissive": false }
ansible_role
mmarcon/jhere-devops
8d40e5fa98eb2473d95a5595e3f7ddc094fbc82c
0
ansible/roles/github
7,995
[ "no_license" ]
[ { "path": "ansible/roles/github/tasks/get.yml", "content": "---\n\n- name: fetch files\n subversion: repo={{github_url}} dest={{github_dest}} export=yes force=yes\n become: yes\n become_user: \"{{ github_files_owner }}\"\n when: github_url is defined and github_dest is defined\n", "license_type": "n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 536, "all_permissive": false }
ansible_role
mmarcon/jhere-devops
8d40e5fa98eb2473d95a5595e3f7ddc094fbc82c
0
ansible/roles/nodejs
7,995
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n\n- include: install.yml\n tags:\n - web\n - nodejs\n - nodejs-install\n\n- include: packages.yml\n tags:\n - web\n - nodejs\n - nodejs-packages", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 563, "all_permissive": false }
ansible_role
dsharma9/EC2-httpd-DynamicInventoryAnsible
f215f5de1bd91f460b65f918d9c357f6f1057316
0
roles/key_group_host
8,000
[ "no_license" ]
[ { "path": "roles/key_group_host/vars/main.yml", "content": "---\n# vars file for key_group_hostkey: \"dynamic_key\"\nkey: \"dynamic_key\"\nvpc_id: \"vpc-0783583788aea562b\"\nregion: \"us-east-1\"\nzone: \"us-east-1a\"\ndesc_of_sg: \"This_is_dynamic_SG\"\nsg_name: \"sg_for_Dynamic_inventory_ec2_hosts\"\nsg_s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2556, "all_permissive": false }
ansible_role
dsharma9/EC2-httpd-DynamicInventoryAnsible
f215f5de1bd91f460b65f918d9c357f6f1057316
0
roles/loadbalancer
8,000
[ "no_license" ]
[ { "path": "roles/loadbalancer/handlers/main.yml", "content": "---\n# handlers file for haproxy\n - name: lb_restart\n service:\n name: haproxy\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "r...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2140, "all_permissive": false }
ansible_role
dsharma9/EC2-httpd-DynamicInventoryAnsible
f215f5de1bd91f460b65f918d9c357f6f1057316
0
roles/webserver
8,000
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n\n################################################################\n########## Installing python-pip package ##########################\n\n - name: Installing python-pip package\n package:\n name: \"pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3424, "all_permissive": false }
ansible_role
aslafy-z/ansible-seedbox
ecc4d09d5495e7b0d2c4f8bcd56cee54a1135157
0
roles/common
8,000
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Upgrade system\n apt:\n update_cache: yes\n upgrade: dist\n\n- name: Ensure creation of folders\n file: path={{ item }} state=directory\n with_items:\n - \"{{ data_root }}/\"\n - \"{{ seedbox_root }}/\"\n - \"{{ seedbox_root }}/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
aslafy-z/ansible-seedbox
ecc4d09d5495e7b0d2c4f8bcd56cee54a1135157
0
roles/docker
8,000
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Test if docker installed\n command: docker -v\n register: docker_installed\n ignore_errors: yes\n\n- name: Download docker deb\n get_url:\n url: https://apt.dockerproject.org/repo/pool/main/d/docker-engine/docker-engine_17.05.0~ce-0~ubuntu-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 662, "all_permissive": false }
ansible_role
aslafy-z/ansible-seedbox
ecc4d09d5495e7b0d2c4f8bcd56cee54a1135157
0
roles/torrents
8,000
[ "no_license" ]
[ { "path": "roles/torrents/tasks/main.yml", "content": "- name: Ensure creation of folders\n file: path={{ item }} state=directory\n with_items:\n - \"{{ data_root }}/torrents\"\n - \"{{ seedbox_root }}/tmp/rtorrent\"\n\n# Ugly fix for rights\n- name: Ensure creation of folders\n file: path={{ item ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1168, "all_permissive": false }
ansible_role
aslafy-z/ansible-seedbox
ecc4d09d5495e7b0d2c4f8bcd56cee54a1135157
0
roles/web
8,000
[ "no_license" ]
[ { "path": "roles/web/templates/index.html.j2", "content": "<style>*{font-size:40pt;font-weight:bold;}</style>\n<a href=\"https://{{frontend_subdomain}}.{{hostname}}\">seedbox</a><br />\n<a href=\"https://{{files_subdomain}}.{{hostname}}\">files</a>\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1690, "all_permissive": false }
ansible_role
stoe/ansible-playbook-ghe-upgrade
8f5dff8f5eec638155c7ea3074b0dfe6b0dd2b45
0
roles/ghe-backup
8,000
[ "no_license" ]
[ { "path": "roles/ghe-backup/tasks/main.yml", "content": "---\n- block:\n - name: 'Ensure GHE Backup Utilities data directory exists'\n file:\n path: \"{{ backup_utils_data_dir }}\"\n state: directory\n become: no\n - name: 'Check if GHE Backup Utilities is currently running'\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }
ansible_role
stoe/ansible-playbook-ghe-upgrade
8f5dff8f5eec638155c7ea3074b0dfe6b0dd2b45
0
roles/ghe-hosts
8,000
[ "no_license" ]
[ { "path": "roles/ghe-hosts/tasks/main.yml", "content": "---\n- block:\n # https://docs.ansible.com/ansible/latest/modules/wait_for_module.html\n - name: 'Wait for the GHE admin port to come up (port: 8443, primary)'\n wait_for:\n host: '{{ ghe.primary_ip }}'\n port: 8443\n delay: 5\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1827, "all_permissive": false }
ansible_role
stoe/ansible-playbook-ghe-upgrade
8f5dff8f5eec638155c7ea3074b0dfe6b0dd2b45
0
roles/ghe-maintenance-set
8,000
[ "no_license" ]
[ { "path": "roles/ghe-maintenance-set/tasks/main.yml", "content": "---\n- block:\n # https://git.io/fN3Fm\n - name: 'Set the maintenance mode'\n command: ghe-maintenance -s\n register: ghe_maintenance_set\n failed_when: ghe_maintenance_set.rc != 0\n\n - debug:\n msg: '{{ ghe_maintenance_set ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
stoe/ansible-playbook-ghe-upgrade
8f5dff8f5eec638155c7ea3074b0dfe6b0dd2b45
0
roles/ghe-maintenance-unset
8,000
[ "no_license" ]
[ { "path": "roles/ghe-maintenance-unset/tasks/main.yml", "content": "---\n- block:\n # https://git.io/fN3Fm\n - name: 'Unset the maintenance mode'\n command: ghe-maintenance -u\n register: ghe_maintenance_unset\n when: ghe_maintenance_mode_enabled\n failed_when: ghe_maintenance_unset.rc != 0\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
stoe/ansible-playbook-ghe-upgrade
8f5dff8f5eec638155c7ea3074b0dfe6b0dd2b45
0
roles/ghe-repl
8,000
[ "no_license" ]
[ { "path": "roles/ghe-repl/tasks/main.yml", "content": "---\n- block:\n # https://git.io/fN3FU\n - name: 'Get GHE replica status'\n command: ghe-repl-status\n register: ghe_repl_status\n failed_when: ghe_repl_status.rc != 0\n\n - debug:\n msg: '{{ ghe_repl_status }}'\n verbosity: 2\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
NetApp/na_rds_fsx_oranfs_config
18f921e55335c51bd779d6e010d17c7f52999f26
0
roles/linux
8,000
[ "no_license" ]
[ { "path": "roles/linux/tasks/mount_points.yml", "content": "---\n# NFS Specific Mount Points\n- block:\n - name: Create mount points for NFS file systems\n file:\n state=directory\n path=\"/{{ item }}\"\n become: true\n with_items:\n - '{{ ora_volumes_nfs }}'\n ta...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4357, "all_permissive": false }
ansible_role
NetApp/na_rds_fsx_oranfs_config
18f921e55335c51bd779d6e010d17c7f52999f26
0
roles/oracle
8,000
[ "no_license" ]
[ { "path": "roles/oracle/tasks/ora_drop.yml", "content": "---\n# ----------------------------------------------------------------------------------------------------------------------\n# This block of tasks execute Oracle RDS relocation from EBS storage to FSx storage as well as enabling Oracle dnfs\n# while...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5500, "all_permissive": false }
ansible_role
TerryHowe/coopernetes
2deb38b8f7412bc4ad92234c6783624f49906e01
0
ansible/roles/cluster-monitoring
8,000
[ "no_license" ]
[ { "path": "ansible/roles/cluster-monitoring/tasks/main.yml", "content": "---\n- name: Check for deployemnt\n command: kubectl get deploy --namespace monitoring prometheus-operator\n failed_when: False\n changed_when: False\n register: deployment\n\n- name: git clone cluster-monitoring\n git:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 754, "all_permissive": false }
ansible_role
TerryHowe/coopernetes
2deb38b8f7412bc4ad92234c6783624f49906e01
0
ansible/roles/coredns
8,000
[ "no_license" ]
[ { "path": "ansible/roles/coredns/tasks/main.yml", "content": "---\n- name: Check for deployemnt\n command: kubectl get deploy --namespace kube-system coredns\n failed_when: False\n changed_when: False\n register: deployment\n\n- name: Add deployment\n command: kubectl apply -f coredns.yaml\n when: dep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
TerryHowe/coopernetes
2deb38b8f7412bc4ad92234c6783624f49906e01
0
ansible/roles/disk-burn
8,000
[ "no_license" ]
[ { "path": "ansible/roles/disk-burn/defaults/main.yml", "content": "---\narch: arm32\ndownload:\n arm32:\n url: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-01-12\n image: 2021-01-11-raspios-buster-armhf-lite.zip\n arm64:\n url: https://downloads.raspberrypi....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1601, "all_permissive": false }
ansible_role
TerryHowe/coopernetes
2deb38b8f7412bc4ad92234c6783624f49906e01
0
ansible/roles/flannel
8,000
[ "no_license" ]
[ { "path": "ansible/roles/flannel/tasks/main.yml", "content": "---\n- name: Check for daemonset\n command: kubectl get daemonset --namespace kube-system kube-flannel-ds\n failed_when: False\n changed_when: False\n register: daemonset\n\n- name: Start the daemonset\n block:\n - name: Copy over the kub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
TerryHowe/coopernetes
2deb38b8f7412bc4ad92234c6783624f49906e01
0
ansible/roles/gpio
8,000
[ "no_license" ]
[ { "path": "ansible/roles/gpio/tasks/main.yml", "content": "---\n- name: apt-get install python-smbus\n apt:\n name: python-smbus\n state: latest\n become: True\n\n- name: apt-get install i2c-tools\n apt:\n name: i2c-tools\n state: latest\n become: True\n\n- name: Enable i2c\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 669, "all_permissive": false }
ansible_role
TerryHowe/coopernetes
2deb38b8f7412bc4ad92234c6783624f49906e01
0
ansible/roles/ingress-nginx
8,000
[ "no_license" ]
[ { "path": "ansible/roles/ingress-nginx/tasks/main.yml", "content": "---\n- name: Check for deployemnt\n command: kubectl get deploy --namespace ingress-nginx ingress-nginx-controller\n failed_when: False\n changed_when: False\n register: deployment\n\n- name: Start the deployment\n block:\n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 449, "all_permissive": false }
ansible_role
TerryHowe/coopernetes
2deb38b8f7412bc4ad92234c6783624f49906e01
0
ansible/roles/keyboard
8,000
[ "no_license" ]
[ { "path": "ansible/roles/keyboard/tasks/main.yml", "content": "---\n- name: Copy over keyboard\n copy:\n src: keyboard\n dest: /etc/default/keyboard\n owner: root\n group: root\n mode: 0644\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
TerryHowe/coopernetes
2deb38b8f7412bc4ad92234c6783624f49906e01
0
ansible/roles/locale
8,000
[ "no_license" ]
[ { "path": "ansible/roles/locale/tasks/main.yml", "content": "---\n- name: Disable default locale\n locale_gen:\n name: en_GB.UTF-8\n state: absent\n become: yes\n\n- name: Enable '{{ locale_language }}'\n locale_gen:\n name: \"{{ locale_language }}\"\n state: present\n become: yes\n\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1178, "all_permissive": false }
ansible_role
TerryHowe/coopernetes
2deb38b8f7412bc4ad92234c6783624f49906e01
0
ansible/roles/pi_server
8,000
[ "no_license" ]
[ { "path": "ansible/roles/pi_server/defaults/main.yml", "content": "---\nsensor_modules:\n - dht22\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "ansible/roles/pi_server/tasks/main.yml", "content": "---\n- name: git clone coopernetes\n git:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1424, "all_permissive": false }
ansible_role
TerryHowe/coopernetes
2deb38b8f7412bc4ad92234c6783624f49906e01
0
ansible/roles/prometheus-configuration
8,000
[ "no_license" ]
[ { "path": "ansible/roles/prometheus-configuration/tasks/main.yml", "content": "---\n- name: Get current scrape config\n shell: kubectl get secret additional-scrape-configs -n monitoring --template='{''{.data}}' | sed -e 's/.*://' | base64 -D >prometheus-additional.yaml\n failed_when: False\n changed_when...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1107, "all_permissive": false }
ansible_role
TerryHowe/coopernetes
2deb38b8f7412bc4ad92234c6783624f49906e01
0
ansible/roles/python3
8,000
[ "no_license" ]
[ { "path": "ansible/roles/python3/tasks/main.yml", "content": "---\n- name: apt-get install python3\n apt:\n name: python3\n state: latest\n become: True\n\n- name: apt-get install python3-pip\n apt:\n name: python3-pip\n state: latest\n become: True\n\n- name: Update python\n alternatives:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
TerryHowe/coopernetes
2deb38b8f7412bc4ad92234c6783624f49906e01
0
ansible/roles/raspinit
8,000
[ "no_license" ]
[ { "path": "ansible/roles/raspinit/tasks/main.yml", "content": "---\n- name: update password\n user:\n name: pi\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n become: yes\n\n- name: apt-get full-upgrade\n apt:\n update_cache: yes\n upgrade: full\n become: yes\n\n- name: upda...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 752, "all_permissive": false }
ansible_role
TerryHowe/coopernetes
2deb38b8f7412bc4ad92234c6783624f49906e01
0
ansible/roles/serial
8,000
[ "no_license" ]
[ { "path": "ansible/roles/serial/tasks/main.yml", "content": "---\n- name: Disable serial console\n ansible.builtin.replace:\n path: /boot/cmdline.txt\n regexp: 'console=serial0,115200 '\n replace: ''\n become: yes\n\n- name: Enable uart\n ansible.builtin.lineinfile:\n path: /boot/config.txt\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
TerryHowe/coopernetes
2deb38b8f7412bc4ad92234c6783624f49906e01
0
ansible/roles/sshable
8,000
[ "no_license" ]
[ { "path": "ansible/roles/sshable/tasks/main.yml", "content": "---\n- name: enable ssh\n copy:\n content: ''\n dest: '{{mount_point}}/boot/ssh'\n force: no\n mode: 0755\n become: yes\n\n- name: wifi credentials\n copy:\n src: wpa_supplicant.conf\n dest: '{{mount_point}}/boot/wpa_supplica...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 999, "all_permissive": false }
ansible_role
davidc-dev/oci-openshift-disconnected-install
4f133b1f89d77ad7bacec921783f57973faedfc2
0
ansible/oci-webserver-config-ansible/roles/create-worker-image
8,000
[ "no_license" ]
[ { "path": "ansible/oci-webserver-config-ansible/roles/create-worker-image/tasks/main.yml", "content": "- name: Ensure kube directory exists\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.kube\"\n state: directory\n\n- name: ansible.builtin. kubeconfig from cluster install directory\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3146, "all_permissive": false }
ansible_role
davidc-dev/oci-openshift-disconnected-install
4f133b1f89d77ad7bacec921783f57973faedfc2
0
ansible/oci-webserver-config-ansible/roles/delete-image
8,000
[ "no_license" ]
[ { "path": "ansible/oci-webserver-config-ansible/roles/delete-image/tasks/main.yml", "content": "## Copy installer image to Oracle Blob bucket\n- name: Delete ocp installer iso from Oracle Blob bucket\n ansible.builtin.shell: |\n oci os object delete --force --bucket-name {{ oci_bucket_name }} --object-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
whasley/ansible-network-config
628e305d1262741bba8e67034a921eb1ff4c2853
0
roles/prepare-host
8,000
[ "permissive" ]
[ { "path": "roles/prepare-host/handlers/main.yml", "content": "---\n- name: restart network\n service:\n name: \"{{ network_service }}\"\n state: restarted\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 94 }, { "path": "roles/prepar...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6745, "all_permissive": true }
ansible_role
t106362512/NCTU-NA-2022-LDAP-ANISBLE
cabb8e25bc1318a092fa321081b2b669684a7a75
0
ansible-openldap/roles/generate.cert
8,000
[ "no_license" ]
[ { "path": "ansible-openldap/roles/generate.cert/tasks/main.yml", "content": "- name: Install python encryption module\n package:\n name: \n - python3-cryptography\n\n- name: Create dir for private key\n file:\n path: \"{{ openssl_remote_private_dir }}\"\n state: directory\n\n- name: Generate...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2312, "all_permissive": false }
ansible_role
t106362512/NCTU-NA-2022-LDAP-ANISBLE
cabb8e25bc1318a092fa321081b2b669684a7a75
0
ansible-openldap/roles/ldap.client
8,000
[ "no_license" ]
[ { "path": "ansible-openldap/roles/ldap.client/templates/sssd.conf.j2", "content": "[domain/default]\nid_provider = ldap\nautofs_provider = ldap\nauth_provider = ldap\nchpass_provider = ldap\nldap_uri = {{ openldap_client_connect_uri }}\nldap_search_base = {{ openldap_mdb_suffix }}\nldap_id_use_start_tls = T...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3050, "all_permissive": false }
ansible_role
t106362512/NCTU-NA-2022-LDAP-ANISBLE
cabb8e25bc1318a092fa321081b2b669684a7a75
0
ansible-openldap/roles/ldap.master
8,000
[ "no_license" ]
[ { "path": "ansible-openldap/roles/ldap.master/templates/0.set_config_password.ldif.j2", "content": "dn: olcDatabase={0}config,cn=config\nchangetype: modify\nreplace: olcRootPW\nolcRootPW: {{ openldap_config_sha.stdout }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 11...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 10183, "all_permissive": false }
ansible_role
t106362512/NCTU-NA-2022-LDAP-ANISBLE
cabb8e25bc1318a092fa321081b2b669684a7a75
0
ansible-openldap/roles/ldap.server
8,000
[ "no_license" ]
[ { "path": "ansible-openldap/roles/ldap.server/defaults/main.yaml", "content": "openldap_packages:\n - openldap\n - openldap-*\n # - lmdb\n # - lmdb-*\n - nscd\n - nss-*\n - pcre\n - pcre-*\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 850, "all_permissive": false }
ansible_role
t106362512/NCTU-NA-2022-LDAP-ANISBLE
cabb8e25bc1318a092fa321081b2b669684a7a75
0
ansible-openldap/roles/push.ca-cert
8,000
[ "no_license" ]
[ { "path": "ansible-openldap/roles/push.ca-cert/defaults/main.yml", "content": "---\nopenssl_name: 1.nasa\nopenssl_ownca_dir: ~/ownca\nopenssl_ownca_name: root.1.nasa\nopenssl_ownca_cert_path: \"{{ openssl_ownca_dir }}/{{ openssl_ownca_name }}.crt\"\n\nopenssl_remote_base_dir: /etc/openldap\n\nopenssl_remote...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1000, "all_permissive": false }
ansible_role
sbelyanin/lb
879b7c728e3899825871024f3608af286109e27e
0
roles/docker.kibana
8,000
[ "no_license" ]
[ { "path": "roles/docker.kibana/tasks/main.yml", "content": "---\n - name: Create dir for {{ service_branch }}-{{ service_name }}\n become: true\n become_user: root\n file:\n path: \"{{ item }}\"\n state: directory\n mode: 0700\n with_items:\n - \"{{ service_dir }}\"\n tag...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4411, "all_permissive": false }
ansible_role
sbelyanin/lb
879b7c728e3899825871024f3608af286109e27e
0
roles/docker.odfe
8,000
[ "no_license" ]
[ { "path": "roles/docker.odfe/tasks/main.yml", "content": "---\n - name: Create dir for {{ service_branch }}-{{ service_name }}\n become: true\n become_user: root\n file:\n path: \"{{ item }}\"\n state: directory\n mode: 0700\n with_items:\n - \"{{ service_dir }}\"\n tags:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4035, "all_permissive": false }
ansible_role
sbelyanin/lb
879b7c728e3899825871024f3608af286109e27e
0
roles/docker.proxy
8,000
[ "no_license" ]
[ { "path": "roles/docker.proxy/tasks/main.yml", "content": "---\n - name: Create dir for {{ service_branch }}-{{ service_name }}\n become: true\n become_user: root\n file:\n path: \"{{ item }}\"\n state: directory\n mode: 0700\n with_items:\n - \"{{ service_dir }}\"\n tags...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4361, "all_permissive": false }
ansible_role
sbelyanin/lb
879b7c728e3899825871024f3608af286109e27e
0
roles/host.packages
8,000
[ "no_license" ]
[ { "path": "roles/host.packages/tasks/main.yml", "content": "---\n - name: Install EPEL release\n become: true\n become_user: root\n yum:\n pkg: epel-release\n state: present\n when:\n - ansible_os_family == \"RedHat\"\n - install_epel|bool\n tags: \n - host.packages\n - ins...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 671, "all_permissive": false }
ansible_role
kmisachenka/vagrant-ansible-docker-starter
b6da294c04b19b27c8f6349d61e3f3ca169ccc9a
1
ansible/roles/docker
8,000
[ "no_license" ]
[ { "path": "ansible/roles/docker/defaults/main.yml", "content": "docker_extra: \"\"\r\n\r\ncentos_files: [\r\n { src: \"docker.centos.repo\", dest: \"/etc/yum.repos.d/docker.repo\" } ]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "ansible/roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 732, "all_permissive": false }
ansible_role
kmisachenka/vagrant-ansible-docker-starter
b6da294c04b19b27c8f6349d61e3f3ca169ccc9a
1
ansible/roles/nodejs
8,000
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/setup-centos.yml", "content": "---\r\n- name: Set up the Nodesource RPM directory for Node.js > 0.10.\r\n set_fact:\r\n nodejs_rhel_rpm_dir: \"pub_{{ nodejs_version }}\"\r\n when: nodejs_version != '0.10'\r\n\r\n- name: Set up the Nodesource RPM variable for Node.j...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1096, "all_permissive": false }
ansible_role
kmisachenka/vagrant-ansible-docker-starter
b6da294c04b19b27c8f6349d61e3f3ca169ccc9a
1
ansible/roles/zsh
8,000
[ "no_license" ]
[ { "path": "ansible/roles/zsh/tasks/setup-debian.yml", "content": "---\r\n- name: Install zsh package\r\n apt: name=zsh state=present\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible/roles/zsh/tasks/main.yml", "content": "---\r\n- in...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 727, "all_permissive": false }
ansible_role
workstg/ansible-postfix-simple
993d4939763a1c2194d98735e11d32c9679a9a27
0
roles/postfix-simple-centos7
8,000
[ "no_license" ]
[ { "path": "roles/postfix-simple-centos7/defaults/main.yml", "content": "---\npostfix_domain: example.net\npostfix_network: 192.168.0.0/24", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/postfix-simple-centos7/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 614, "all_permissive": false }
ansible_role
hortonworks/ansible-hortonworks
d4c303e036d3b0d28ea5962b946644a8c4910a80
250
playbooks/roles/ambari-agent
8,000
[ "no_license" ]
[ { "path": "playbooks/roles/ambari-agent/handlers/main.yml", "content": "---\n- name: Reload systemd\n systemd:\n daemon_reload: yes\n when: (ansible_os_family|lower == \"redhat\" and ansible_distribution_major_version|int == 7) or (ansible_os_family|lower == \"suse\" and ansible_distribution_major_vers...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2232, "all_permissive": false }
ansible_role
hortonworks/ansible-hortonworks
d4c303e036d3b0d28ea5962b946644a8c4910a80
250
playbooks/roles/ambari-blueprint
8,000
[ "no_license" ]
[ { "path": "playbooks/roles/ambari-blueprint/vars/suse.yml", "content": "---\npostgres_jdbc_location: /usr/share/java/postgresql-jdbc.jar\n\nmysql_jdbc_location: /usr/share/java/mysql-connector-java.jar\n\nmariadb_jdbc_location: /usr/share/java/mysql-connector-java.jar\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 67150, "all_permissive": false }
ansible_role
hortonworks/ansible-hortonworks
d4c303e036d3b0d28ea5962b946644a8c4910a80
250
playbooks/roles/ambari-repo
8,000
[ "no_license" ]
[ { "path": "playbooks/roles/ambari-repo/vars/debian-ubuntu.yml", "content": "---\nambari_repo_url: \"{{ repo_base_url }}/ambari/{{ ansible_distribution|lower }}{{ ansible_distribution_major_version }}/2.x/updates/{{ ambari_version }}\"\nambari_repo_key: \"B9733A7A07513CAD\"\nambari_repo_keyfile: 'ambari_pubk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3258, "all_permissive": false }
ansible_role
hortonworks/ansible-hortonworks
d4c303e036d3b0d28ea5962b946644a8c4910a80
250
playbooks/roles/krb5-client
8,000
[ "no_license" ]
[ { "path": "playbooks/roles/krb5-client/templates/krb5.conf.j2", "content": "[libdefaults]\n default_realm = {{ security_options.realm | upper }}\n default_ccache_name = /tmp/krb5cc_%{uid}\n[realms]\n {{ security_options.realm | upper }} = {\n kdc = {{ security_options.external_hostname|defau...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1583, "all_permissive": false }
ansible_role
hortonworks/ansible-hortonworks
d4c303e036d3b0d28ea5962b946644a8c4910a80
250
playbooks/roles/mit-kdc
8,000
[ "no_license" ]
[ { "path": "playbooks/roles/mit-kdc/vars/redhat.yml", "content": "---\nkdc_packages:\n - krb5-server\n - krb5-libs\n - krb5-workstation\nkdc_service_name: krb5kdc\nkadmin_service_name: kadmin\n\nkdc_init_command: kdb5_util create -s -W\nkadmin_command: kadmin.local\n\nkdc_config_file: /var/kerberos/krb5kd...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4206, "all_permissive": false }
ansible_role
hortonworks/ansible-hortonworks
d4c303e036d3b0d28ea5962b946644a8c4910a80
250
playbooks/roles/post-install
8,000
[ "no_license" ]
[ { "path": "playbooks/roles/post-install/tasks/main.yml", "content": "---\n- block:\n - name: Set correct permissions to the http secret key\n file:\n path: /etc/security/http_secret\n owner: hdfs\n group: hadoop\n mode: 0440\n when: security != \"none\" and security_opti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
ImJayeshkp/ansible_udemy
db3ce15b81f8b3a2b22b659ce41fcaf60bff9408
0
roles/create_docker_container
8,000
[ "no_license" ]
[ { "path": "roles/create_docker_container/vars/main.yml", "content": "---\n# vars file for create_docker_container\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/create_docker_container/defaults/main.yml", "content": "---\n# defaults fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2108, "all_permissive": false }
ansible_role
ImJayeshkp/ansible_udemy
db3ce15b81f8b3a2b22b659ce41fcaf60bff9408
0
roles/dependencies
8,000
[ "no_license" ]
[ { "path": "roles/dependencies/tasks/main.yml", "content": "---\n# tasks file for dependencies\n- name: install dependencies\n shell: \"docker exec {{ item.name }} pip install flask flask-mysql mysql-connector-python\" \n loop: \"{{ docker_container_details }}\"\n\n- name: create the app.py file\n templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
chenjunxi/ansible-yaml
b1370ccf829a0ada1baef1ab560006a206c70caf
0
roles/haproxy
8,000
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/install.yml", "content": "- name: Haproxy--拷贝源文件\n copy: src=haproxy-1.8.13.tar.gz dest=/usr/local/src/\n\n- name: Haproxy--拷贝service文件\n copy: src=haproxy.service dest=/usr/lib/systemd/system/\n\n- name: Haproxy--依赖环境\n yum: name=gcc,gcc-c++,glibc-devel,automake,pcre,pcre-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1697, "all_permissive": false }
ansible_role
chenjunxi/ansible-yaml
b1370ccf829a0ada1baef1ab560006a206c70caf
0
roles/mariadb
8,000
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/service.yml", "content": "- name: Tomcat--启动\n shell: service tomcat start\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/mariadb/tasks/install.yml", "content": "- name: Mariadb--拷贝二进制文件\n copy: src=fil...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1586, "all_permissive": false }
ansible_role
chenjunxi/ansible-yaml
b1370ccf829a0ada1baef1ab560006a206c70caf
0
roles/nginx
8,000
[ "no_license" ]
[ { "path": "roles/nginx/tasks/user.yml", "content": "- name: create user\n user: name=nginx group=nginx \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/nginx/tasks/group.yml", "content": "- name: create group\n user: name=nginx \n\n",...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 605, "all_permissive": false }
ansible_role
chenjunxi/ansible-yaml
b1370ccf829a0ada1baef1ab560006a206c70caf
0
roles/tomcat
8,000
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/group.yml", "content": "- name: create group\n user: name=tomcat system=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/tomcat/tasks/user.yml", "content": "- name: create user\n user: name=tomcat grou...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 819, "all_permissive": false }