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
keilevv/autoexpress-infrastructure
ad75555f8c91cb2f3f9cee8c0456460755ef84d7
0
ansible/roles/frontend
7,451
[ "no_license" ]
[ { "path": "ansible/roles/frontend/templates/Dockerfile.j2", "content": "# Build stage\nFROM node:18-alpine as build\n\nWORKDIR /app\n\n# Install dependencies\nCOPY package*.json ./\nRUN npm install\n\n# Copy source code\nCOPY . .\n\n\n# Build the app\nRUN npm run build --if-present || npx vite build\n\n# Pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3840, "all_permissive": false }
ansible_role
keilevv/autoexpress-infrastructure
ad75555f8c91cb2f3f9cee8c0456460755ef84d7
0
ansible/roles/mongodb
7,451
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/tasks/main.yml", "content": "---\n- name: Create app directory\n file:\n path: /opt/mongodb\n state: directory\n mode: '0755'\n\n- name: Copy Docker Compose file\n template:\n src: docker-compose.yml.j2\n dest: /opt/mongodb/docker-compose.yml\n mode: '064...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1506, "all_permissive": false }
ansible_role
HadeerAlaa542/CloudDevOpsProject
7a683ea1d13edd68626914743fa2a91c15d4c969
1
Ansible/roles/SonarQube
7,451
[ "no_license" ]
[ { "path": "Ansible/roles/SonarQube/tasks/main.yaml", "content": "---\n- name: Check available disk space\n shell: df -h / | awk 'NR==2 {print $4}' | sed 's/G//'\n register: disk_space\n failed_when: disk_space.stdout | float < 5 # Fail if less than 5 GB free\n\n- name: Update apt package index\n apt:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2858, "all_permissive": false }
ansible_role
HadeerAlaa542/CloudDevOpsProject
7a683ea1d13edd68626914743fa2a91c15d4c969
1
Ansible/roles/common
7,451
[ "no_license" ]
[ { "path": "Ansible/roles/common/tasks/main.yaml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n become: yes\n\n- name: Install git & openjdk\n apt:\n name:\n - git\n - openjdk-17-jre\n state: present\n become: yes\n\n- name: Install Required Packages\n apt:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1070, "all_permissive": false }
ansible_role
HadeerAlaa542/CloudDevOpsProject
7a683ea1d13edd68626914743fa2a91c15d4c969
1
Ansible/roles/jenkins
7,451
[ "no_license" ]
[ { "path": "Ansible/roles/jenkins/defaults/main.yaml", "content": "---\njenkins_port: 8080\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "Ansible/roles/jenkins/tasks/main.yaml", "content": "---\n- name: Install required dependencies\n apt:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1400, "all_permissive": false }
ansible_role
sziszo/ansible-tutorial
ad624bd2f09f9ec7e233f2393f5e40d43ea8b2dd
0
work/ansible/roles/apache2
7,451
[ "no_license" ]
[ { "path": "work/ansible/roles/apache2/tasks/main.yml", "content": "---\n- name: install web components\n apt:\n pkg:\n - apache2\n - libapache2-mod-wsgi-py3\n state: present\n update_cache: yes\n\n- name: ensure mod_wsgi enabled\n apache2_module: state=present name=wsgi\n notify: resta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 460, "all_permissive": false }
ansible_role
sziszo/ansible-tutorial
ad624bd2f09f9ec7e233f2393f5e40d43ea8b2dd
0
work/ansible/roles/control
7,451
[ "no_license" ]
[ { "path": "work/ansible/roles/control/tasks/main.yml", "content": "---\n- name: install tools\n apt:\n name:\n - less\n - curl\n - python3-httplib2\n state: present\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
sziszo/ansible-tutorial
ad624bd2f09f9ec7e233f2393f5e40d43ea8b2dd
0
work/ansible/roles/mysql
7,451
[ "no_license" ]
[ { "path": "work/ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: install tools\n apt:\n name: python3-mysqldb\n state: present\n update_cache: yes\n\n- name: install mysql server\n apt:\n name: mysql-server\n state: present\n update_cache: yes\n\n- name: ensure mysql started...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 724, "all_permissive": false }
ansible_role
santiagoangel/cnf-cdn
c4e1470a107b6283b06177ef9a32460e26105eb2
0
dummy/cnfcdndummy-operator/roles/cnfcdndummy
7,451
[ "permissive" ]
[ { "path": "dummy/cnfcdndummy-operator/roles/cnfcdndummy/vars/main.yml", "content": "---\n# vars file for cnfcdndummy\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 32 }, { "path": "dummy/cnfcdndummy-operator/roles/cnfcdndummy/tasks/main.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 718, "all_permissive": true }
ansible_role
ObjectiveSpy08/iTrustBuildPipeline
9e8c8f0eb39dc632c72a8bb6190404b367b98b64
0
ansible-server/roles/checkbox_env
7,451
[ "no_license" ]
[ { "path": "ansible-server/roles/checkbox_env/templates/hooks/postreceive.j2", "content": "#!/bin/sh\n\ncrumbLine=$(curl --user $GIT_PUSH_OPTION_0:$GIT_PUSH_OPTION_1 'http://localhost:8081/crumbIssuer/api/xml?xpath=concat(//crumbRequestField,\":\",//crumb)')\n\ncurl -X POST http://localhost:8081/job/{{check...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5886, "all_permissive": false }
ansible_role
ObjectiveSpy08/iTrustBuildPipeline
9e8c8f0eb39dc632c72a8bb6190404b367b98b64
0
ansible-server/roles/itrust_env
7,451
[ "no_license" ]
[ { "path": "ansible-server/roles/itrust_env/tasks/main.yml", "content": "---\n - import_tasks: setup.yml\n \n - import_tasks: git_tasks.yml\n \n - import_tasks: jenkins_tasks.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "ansible-server...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4793, "all_permissive": false }
ansible_role
ObjectiveSpy08/iTrustBuildPipeline
9e8c8f0eb39dc632c72a8bb6190404b367b98b64
0
ansible-server/roles/jenkins_build_job
7,451
[ "no_license" ]
[ { "path": "ansible-server/roles/jenkins_build_job/tasks/main.yml", "content": "---\n - name: Set the python interpreter to symlink (version 2.7) for jenkins_job module\n set_fact:\n ansible_python_interpreter: '/usr/bin/python'\n become: true\n\n - name: Create a jenkins job for checkbox using ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 960, "all_permissive": false }
ansible_role
ObjectiveSpy08/iTrustBuildPipeline
9e8c8f0eb39dc632c72a8bb6190404b367b98b64
0
ansible-server/roles/jenkins_install
7,451
[ "no_license" ]
[ { "path": "ansible-server/roles/jenkins_install/tasks/main.yml", "content": "---\n - import_tasks: install.yml\n\n - name: Read Admin password\n shell: cat /var/lib/jenkins/secrets/initialAdminPassword\n register: admin_password\n become: true\n\n - name: Unlock and add admin user\n jenkins_s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3789, "all_permissive": false }
ansible_role
ObjectiveSpy08/iTrustBuildPipeline
9e8c8f0eb39dc632c72a8bb6190404b367b98b64
0
ansible-server/roles/mysql
7,451
[ "no_license" ]
[ { "path": "ansible-server/roles/mysql/templates/my.cnf", "content": "[client]\nuser=root\npassword={{<PASSWORD>}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ansible-server/roles/mysql/tasks/main.yml", "content": "---\n- name: Specify MyS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1145, "all_permissive": false }
ansible_role
adam-binary/docker-cluster-demo
4927f63f887b21fb6f62e4c726b238a42f1bf0fc
0
roles/provision
7,451
[ "no_license" ]
[ { "path": "roles/provision/tasks/main.yml", "content": "---\n- name: prepare ssh pipelining\n copy:\n src: etc/sudoers.d/vagrant\n dest: /etc/sudoers.d/vagrant\n mode: 0644\n owner: root\n group: root\n\n- name: ensure my ssh key\n authorized_key:\n user: vagrant\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
adam-binary/docker-cluster-demo
4927f63f887b21fb6f62e4c726b238a42f1bf0fc
0
roles/swarm
7,451
[ "no_license" ]
[ { "path": "roles/swarm/tasks/worker.yml", "content": "---\n- name: get worker join-token\n command: docker swarm join-token -q worker\n register: dockerJoinToken\n delegate_to: node-1\n\n- name: join swarm cluster as worker\n command: \"docker swarm join --token {{ dockerJoinToken.stdout }} {{ hostvars[...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1503, "all_permissive": false }
ansible_role
lateef-taiwo/ansible-terraform-cloud
0ad2d9c46a22d3c7a7b902e3d2c5ff2d8b95078e
0
roles/tooling
7,453
[ "no_license" ]
[ { "path": "roles/tooling/tasks/setup-db.yml", "content": "- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n \n- name: create database\n community.mysql.mysql_db:\n login_host: \"terraform-2024051522193931110000000a.c9msn0vtbfr7.us-east-1.rds.amazonaws.com\"\n login_user: \"s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 832, "all_permissive": false }
ansible_role
lateef-taiwo/ansible-terraform-cloud
0ad2d9c46a22d3c7a7b902e3d2c5ff2d8b95078e
0
roles/wordpress
7,453
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/setup-db.yml", "content": "- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n \n- name: create database\n community.mysql.mysql_db:\n login_host: \"terraform-2024051522193931110000000a.c9msn0vtbfr7.us-east-1.rds.amazonaws.com\" \n login_user: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 833, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/archlinux
7,453
[ "no_license" ]
[ { "path": "roles/archlinux/tasks/main.yml", "content": "---\n - include: tools.yml \n - include: zsh.yml \n - include: users.yml\n - include: fonts.yml\n - include: x11.yml\n - include: bluetooth.yml\n - include: pass.yml\n - include: audio.yml\n", "license_type": "no_license", "detected_l...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 10906, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/aws
7,453
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yml", "content": "---\n- name: install groff\n zypper:\n name: ['groff', 'groff-doc', 'groff-full']\n state: present\n become: true\n\n- name: download aws-cli-v2 zip file\n get_url:\n url: \"https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\"\n dest: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/base
7,453
[ "no_license" ]
[ { "path": "roles/base/tasks/dirs.yml", "content": "---\n- name: ssh directory\n file:\n path: \"{{ home_dir }}/.ssh\"\n state: directory\n tags:\n - base\n\n- name: projects workspace\n file:\n path: \"{{ workspace_dir }}/{{ item }}\"\n state: directory\n with_items:\n - clojure\n -...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 594, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/clojure
7,453
[ "no_license" ]
[ { "path": "roles/clojure/tasks/main.yml", "content": "---\n- name: download leiningen\n get_url:\n url: https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein\n dest: \"{{ home_dir }}/bin/lein\"\n mode: 0511\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/common
7,453
[ "no_license" ]
[ { "path": "roles/common/tasks/cli.yml", "content": "---\n- name: gnu screen terminal multiplexer\n apt: pkg=screen state=latest\n register: installation\n\n- name: surfraw search the web\n apt: pkg=surfraw,surfraw-extra state=latest\n register: installation\n\n- name: feh image viewer\n apt: pkg=feh st...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1270, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/dependencies
7,453
[ "no_license" ]
[ { "path": "roles/dependencies/tasks/main.yml", "content": "---\n- name: Ensure dependencies are installed\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - screen\n - zsh\n - zsh-doc\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/developer
7,453
[ "no_license" ]
[ { "path": "roles/developer/tasks/fonts.yml", "content": "---\n- name: mozilla fira code \n apt: pkg=fonts-firacode state=latest\n register: installation\n\n- name: hack font\n apt: pkg=fonts-hack-otf state=latest\n register: installation\n\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1070, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/emacs
7,453
[ "no_license" ]
[ { "path": "roles/emacs/files/init.el", "content": ";; http://pages.sachachua.com/.emacs.d/Sacha.html\n(setq backup-directory-alist '((\".\" . \"~/.emacs.d/backups\")))\n\n(prefer-coding-system 'utf-8)\n\n;; UI\n;(set-default-font \"Iosevka Light 19\")\n(tool-bar-mode -1)\n(display-time-mode 1)\n(line-number...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1323, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/im
7,453
[ "no_license" ]
[ { "path": "roles/im/tasks/irc.yml", "content": "---\n- name: weechat\n apt: pkg=weechat,weechat-doc state=latest\n register: installation\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/im/tasks/main.yml", "content": "---\n - inclu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 115, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/music
7,453
[ "no_license" ]
[ { "path": "roles/music/tasks/mopidy.yml", "content": "---\n- name: mopidy music server\n apt: pkg=mopidy,mopidy-doc,mopidy-soundcloud state=latest\n register: installation\n\n- name: ncmpcpp mopidy mpd client\n apt: pkg=ncmpcpp state=latest\n register: installation\n\n", "license_type": "no_license"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 238, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/opensuse
7,453
[ "no_license" ]
[ { "path": "roles/opensuse/tasks/main.yml", "content": "---\n- import_tasks: cli.yml\n- import_tasks: dev.yml\n- import_tasks: swaywm.yml\n- import_tasks: fonts.yml\n- import_tasks: spectrwm.yml\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "path": ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1918, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/programillas
7,453
[ "no_license" ]
[ { "path": "roles/programillas/tasks/main.yml", "content": "---\n- name: un-monitor\n template:\n src: templates/un-monitor.j2\n dest: \"{{ home_dir }}/bin/un-monitor.sh\"\n tags:\n - customization\n\n- name: dos-monitores\n template:\n src: templates/dos-monitores.j2\n dest: \"{{ home_dir ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 901, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/scala
7,453
[ "no_license" ]
[ { "path": "roles/scala/tasks/main.yml", "content": "---\n- name: download sbt\n get_url:\n url: https://git.io/sbt\n dest: \"{{ home_dir }}/bin/sbt\"\n mode: 0755\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/sport
7,453
[ "no_license" ]
[ { "path": "roles/sport/tasks/main.yml", "content": "---\n - include: garmin.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/sport/tasks/garmin.yml", "content": "---\n- name:garmin-forerunner-tools \n apt: pkg=garmin-forerunner-t...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 333, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/terraform
7,453
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "---\n- name: download terraform\n get_url:\n url: https://releases.hashicorp.com/terraform/0.11.1/terraform_0.11.1_linux_amd64.zip?_ga=2.149650678.1779570060.1512477805-1415622082.1511883032\n dest: \"{{ temp_dir }\"\n\n- name: extract terraform...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/typesetting
7,453
[ "no_license" ]
[ { "path": "roles/typesetting/tasks/pandoc.yml", "content": "---\n- name: install pandoc documents converter\n zypper:\n name: ['pandoc']\n state: present\n become: true\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/typesettin...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 530, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/vpn
7,453
[ "no_license" ]
[ { "path": "roles/vpn/tasks/main.yml", "content": "---\n - include: openvpn.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/vpn/tasks/openvpn.yml", "content": "---\n- name: openvpn\n apt: pkg=openvpn,network-manager-openvpn,netwo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 163, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/web
7,453
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n - include: browser.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/web/tasks/browser.yml", "content": "---\n- name: firefox browser extended support release\n apt: pkg=fire...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 303, "all_permissive": false }
ansible_role
jm2dev/workstation-provisioning
80ade778cd13adbf543bff702b3f11fe606bb494
0
roles/wm
7,453
[ "no_license" ]
[ { "path": "roles/wm/tasks/main.yml", "content": "---\n - include: i3wm.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/wm/tasks/i3wm.yml", "content": "---\n- name: network manager applet\n apt: pkg=network-manager-gnome state=la...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1133, "all_permissive": false }
ansible_role
alexandrei2007/ansible-example
183f9ee0ba5a1c056a053023f1c9dd9b63a6b22a
0
exemplo2/roles/mysql
7,453
[ "no_license" ]
[ { "path": "exemplo2/roles/mysql/defaults/main.yaml", "content": "---\nhost_ip:\n - 'localhost'\n - '127.0.0.1'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "exemplo2/roles/mysql/tasks/main.yaml", "content": "---\n- name: 'packages'\n apt:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 751, "all_permissive": false }
ansible_role
alexandrei2007/ansible-example
183f9ee0ba5a1c056a053023f1c9dd9b63a6b22a
0
exemplo2/roles/webserver
7,453
[ "no_license" ]
[ { "path": "exemplo2/roles/webserver/tasks/main.yml", "content": "---\n- name: 'packages'\n apt:\n name: [ \n 'php', \n 'apache2', \n 'php-gd', \n 'php-mysql'\n ]\n state: latest\n become: yes # become root", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
alexandrei2007/ansible-example
183f9ee0ba5a1c056a053023f1c9dd9b63a6b22a
0
exemplo2/roles/wordpress
7,453
[ "no_license" ]
[ { "path": "exemplo2/roles/wordpress/tasks/main.yaml", "content": "---\n- name: 'Download wordpress'\n get_url: \n url: 'https://br.wordpress.org/latest-pt_BR.tar.gz'\n dest: '/tmp/latest-pt_BR.tar.gz'\n\n- name: 'Descompactando o wordpress'\n unarchive: \n src: '/tmp/latest-pt_BR.tar.gz'\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1015, "all_permissive": false }
ansible_role
iklues17/mariadb-playbooks
548753bababc3b0f5ac02cafb5956cf1c7e28bf0
0
roles/mariadb
7,453
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/init.yml", "content": "---\n\n- name: Check status of Slave\n mysql_replication: \n mode=getslave \n login_user={{ mariadb_info.root_user }} \n login_password={{ <PASSWORD>_<PASSWORD> }}\n ignore_errors: true\n register: slave_status\n when: ansible_fqdn in groups...
{ "task_files": 9, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 25110, "all_permissive": false }
ansible_role
devopsmarc/awx-vagrant-wordpress_project
e03160c3267af92ed52f1e372508e263702c5054
0
roles/database
7,453
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n\n- name: \"create mysql_db\"\n mysql_db:\n name: \"{{ wp_db_name }}\"\n login_user: root\n state: present\n become: yes\n\n- name: \"create mysql_db user\"\n mysql_user:\n login_user: root\n name: \"{{ wp_db_username }}\"\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 593, "all_permissive": false }
ansible_role
devopsmarc/awx-vagrant-wordpress_project
e03160c3267af92ed52f1e372508e263702c5054
0
roles/mysql
7,453
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n\n- name: \"install mysql\"\n apt: \n name: ['mysql-server', 'python3-mysqldb']\n state: latest\n become: yes \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
devopsmarc/awx-vagrant-wordpress_project
e03160c3267af92ed52f1e372508e263702c5054
0
roles/webserver
7,453
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n\n- name: 'install apache2 & php7'\n apt: \n name: ['php','apache2','libapache2-mod-php','php-gd','php-mysql']\n state: latest\n become: yes ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 148, "all_permissive": false }
ansible_role
devopsmarc/awx-vagrant-wordpress_project
e03160c3267af92ed52f1e372508e263702c5054
0
roles/wordpress
7,453
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n\n- name: \"download wordpress\"\n get_url:\n url: \"https://wordpress.org/latest.tar.gz\" \n dest: \"/tmp/wordpress.tar.gz\"\n become: yes \n\n- name: \"unzip wordpress\"\n unarchive:\n src: \"/tmp/wordpress.tar.gz\"\n dest: \"/va...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1470, "all_permissive": false }
ansible_role
aya-63/Wordpress_Deployment-with-jenkins-
c4fce6d766ae6818d090a1714001c02a7d17d10e
0
ansible/roles/apache
7,453
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yaml", "content": "- name: Install Apache\n ansible.builtin.yum:\n name: httpd\n state: present\n\n- name: Start Apache\n ansible.builtin.service:\n name: httpd\n state: started\n enabled: true\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
aya-63/Wordpress_Deployment-with-jenkins-
c4fce6d766ae6818d090a1714001c02a7d17d10e
0
ansible/roles/mariadb
7,453
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/main.yaml", "content": "---\n- name: Install MariaDB\n ansible.builtin.yum:\n name: mariadb-server\n state: present\n\n- name: Start MariaDB\n ansible.builtin.service:\n name: mariadb\n state: started\n enabled: true\n\n- name: Install pip3\n ansible....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1242, "all_permissive": false }
ansible_role
aya-63/Wordpress_Deployment-with-jenkins-
c4fce6d766ae6818d090a1714001c02a7d17d10e
0
ansible/roles/php
7,453
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yaml", "content": "- name: Install PHP\n ansible.builtin.yum:\n name:\n - php\n - php-mysqlnd\n - php-gd\n - php-json\n - php-fpm\n - php-xml\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": 168, "all_permissive": false }
ansible_role
aya-63/Wordpress_Deployment-with-jenkins-
c4fce6d766ae6818d090a1714001c02a7d17d10e
0
ansible/roles/wordpress
7,453
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/templates/wp-config.php.j2", "content": "<?php\ndefine( 'DB_NAME', '{{ db_name }}' );\ndefine( 'DB_USER', '{{ db_wpuser }}' );\ndefine( 'DB_PASSWORD', '{{ db_wpuser_pass }}' );\ndefine( 'DB_HOST', '{{ db_host }}' );\ndefine( 'DB_CHARSET', 'utf8' );\ndefine( 'DB_COLLATE', '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1228, "all_permissive": false }
ansible_role
lorenz-lukas/Vagrant_lab
f5f99155408815d36980703ca066f964572bc907
0
roles/containerd
7,453
[ "no_license" ]
[ { "path": "roles/containerd/tasks/main.yml", "content": "---\n# - name: Configura módulos necessários para o containerd\n# blockinfile:\n# path: /etc/modules-load.d/containerd.conf\n# block: |\n# overlay\n# br_netfilter\n- name: Configura módulos para o containerd\n copy:\n src: mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1992, "all_permissive": false }
ansible_role
lorenz-lukas/Vagrant_lab
f5f99155408815d36980703ca066f964572bc907
0
roles/k8s
7,453
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yml", "content": "---\n- name: Adiciona chave GPG para o repositório \n ansible.builtin.apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n\n\n- name: Adiciona repo do kubernetes\n ansible.builtin.apt_repository:\n repo: deb https://apt.kubernetes....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1451, "all_permissive": false }
ansible_role
code-get/automatic-octo-spoon
d9f61adda786ca546d71ca2604745234f6393ed0
0
playbooks/roles/mountxfs
7,453
[ "no_license" ]
[ { "path": "playbooks/roles/mountxfs/vars/main.yml", "content": "---\ndevice_path: /dev/xvdf\ndisk_mount_path: /mnt/data\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "playbooks/roles/mountxfs/tasks/main.yml", "content": "---\n- vars:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 773, "all_permissive": false }
ansible_role
code-get/automatic-octo-spoon
d9f61adda786ca546d71ca2604745234f6393ed0
0
playbooks/roles/nfsserver
7,453
[ "no_license" ]
[ { "path": "playbooks/roles/nfsserver/tasks/main.yml", "content": "---\n- name: Install nfs\n ansible.builtin.package:\n name: nfs-kernel-server\n state: present\n become: yes\n\n- name: Set Perms to Nobody\n ansible.builtin.file:\n name: /mnt/data\n owner: nobody\n group: nogroup\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 520, "all_permissive": false }
ansible_role
InfernalInc/Ansible.Part-2-Rozhdestvenskii-Alexandr
dda1ec1a9bc3877ce9be3fdec260af9e43efdec8
0
roles/web_information
7,453
[ "no_license" ]
[ { "path": "roles/web_information/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html lang=\"ru\">\n<head>\n <meta charset=\"UTF-8\">\n <title>Информация о системе</title>\n</head>\n<body>\n <h1>Системная информация</h1>\n <p><strong>Процессор:</strong> {{ ansible_processor[0] }}</p>\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1425, "all_permissive": false }
ansible_role
getkub/ansible_elastic
aa4771d80c611589d63a6bd99a9239f298511b1f
1
ansible_playbooks/roles/common
7,453
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/common/tasks/main.yml", "content": "---\n# Common roles shared for ELK and Beats\n\n- import_tasks: validate_build_host.yml\n tags: [validate_build_host]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "ansible...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 371, "all_permissive": false }
ansible_role
rommi4/rvansible
8fca3a449fa1c299b6b8dd3580e1c27390dc8e73
1
roles/chrome
7,453
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "---\n- name: Check Chrome installed\n shell: dpkg -s google-chrome-stable 2>/dev/null \n ignore_errors: yes\n register: chrome_result\n \n- name: Download Chrome\n get_url: >\n url=\"https://dl.google.com/linux/direct/google-chrome-stable_current_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 632, "all_permissive": false }
ansible_role
rommi4/rvansible
8fca3a449fa1c299b6b8dd3580e1c27390dc8e73
1
roles/install_apps_apt
7,453
[ "no_license" ]
[ { "path": "roles/install_apps_apt/vars/main.yml", "content": "---\n# vars file for install_apps\nlist_of_packages_to_install:\n # terminal emulator and editors\n - terminator\n - mc\n - vim\n - sublime-text\n - ctags\n # Version control\n - git\n - tig\n - gitk\n - subversion\n # Programming & T...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1278, "all_permissive": false }
ansible_role
rommi4/rvansible
8fca3a449fa1c299b6b8dd3580e1c27390dc8e73
1
roles/install_apps_yum
7,453
[ "no_license" ]
[ { "path": "roles/install_apps_yum/tasks/main.yml", "content": "---\n\n- name: add repositories\n get_url: url={{ item }} dest=/etc/yum.repos.d/\n with_items: \"{{ list_of_repositories }}\"\n sudo: yes\n\n \n- name: Upgrade dist\n yum: name=* state=latest update_cache=yes\n sudo: yes\n\n- name: Instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1311, "all_permissive": false }
ansible_role
rommi4/rvansible
8fca3a449fa1c299b6b8dd3580e1c27390dc8e73
1
roles/preconfiguration
7,453
[ "no_license" ]
[ { "path": "roles/preconfiguration/files/update_bundles.rb", "content": "#!/usr/bin/env ruby\n\ngit_bundles = [ \n # ---- Some vim stuff ----\n \"https://github.com/xolox/vim-misc.git\",\n \"git://github.com/ervandew/supertab.git\",\n \"git://github.com/godlygeek/tabular.git\",\n \"https://github.com/ai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 11854, "all_permissive": false }
ansible_role
rommi4/rvansible
8fca3a449fa1c299b6b8dd3580e1c27390dc8e73
1
roles/vcsrepos
7,453
[ "no_license" ]
[ { "path": "roles/vcsrepos/tasks/main.yml", "content": "---\n- name: \"subversion repo\"\n subversion: repo=https://svn.wargaming.net/svn/deployment/ dest=/home/{{ ansible_env.USER }}/PycharmProjects/deployment/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
onebeartoe/system-administration
c475662e356778dfbc77957ccd3f9e8e2379bef1
0
src/main/ansible/roles/ping-mothership
7,459
[ "no_license" ]
[ { "path": "src/main/ansible/roles/ping-mothership/ping-mothership.sh", "content": "\nHOSTNAME=`hostname`\n\nwget $MOTHERSHIP_PING_URL?HOSTNAME=$HOSTNAME\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "src/main/ansible/roles/ping-mothership/tasks/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 549, "all_permissive": false }
ansible_role
onebeartoe/system-administration
c475662e356778dfbc77957ccd3f9e8e2379bef1
0
src/main/ansible/roles/reboot
7,459
[ "no_license" ]
[ { "path": "src/main/ansible/roles/reboot/tasks/main.yml", "content": "\n\n- shell: |\n cd /opt/onebeartoe\n pwd\n ls -la\n reboot\n register: stdout_lines\n\n\n- name: debug output\n debug: msg={{ stdout_lines.stdout.split('\\n') }}\n\n\n# It seem the built-in 'reboot' is in newer versions of ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 341, "all_permissive": false }
ansible_role
SOHAM-086/ansible_tutorial
ef46f65f355a105173c09e82c990b337b9494f9d
0
roles/base
7,459
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for jay\n tags: always\n authorized_key:\n user: jay\n key: \"<KEY>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
SOHAM-086/ansible_tutorial
ef46f65f355a105173c09e82c990b337b9494f9d
0
roles/db_servers
7,459
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: Install mariadb(Ubuntu)\n apt:\n name: mariadb-server\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Install mariadb(CentOS)\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"CentOS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
SOHAM-086/ansible_tutorial
ef46f65f355a105173c09e82c990b337b9494f9d
0
roles/web_servers
7,459
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: Install apache and php for ubuntu\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n update_cache: yes\n\n- name: copy file to target\n tags: apache, apache2, httpd\n co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 810, "all_permissive": false }
ansible_role
yashi/ansible-customize-atde
28691e3ae4327683962afadda4e9886974998b26
0
roles/common
7,459
[ "no_license" ]
[ { "path": "roles/common/tasks/reboot.yml", "content": "---\n- name: Reboot the system\n command: reboot\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/common/tasks/rm-atmark-user.yml", "content": "---\n- name: Remove Atmark User\n us...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1140, "all_permissive": false }
ansible_role
sannalai/ansible-playbooks
9dd60c1deebbee3ca0deb681134d848cff2253bc
0
roles/ansible
7,459
[ "no_license" ]
[ { "path": "roles/ansible/tasks/config.yml", "content": "- name: Target playbooks to localhost\n become: true\n lineinfile:\n path: '/etc/ansible/hosts'\n line: 'localhost ansible_connection=local'\n regexp: '^localhost '\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 452, "all_permissive": false }
ansible_role
sannalai/ansible-playbooks
9dd60c1deebbee3ca0deb681134d848cff2253bc
0
roles/docker
7,459
[ "no_license" ]
[ { "path": "roles/docker/tasks/add_repository.yml", "content": "- name: Add docker repository key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n id: <KEY>\n become: true\n\n- name: Add docker repository\n apt_repository:\n repo: deb [arch=amd64] https://download.docker.com/linux...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 859, "all_permissive": false }
ansible_role
sannalai/ansible-playbooks
9dd60c1deebbee3ca0deb681134d848cff2253bc
0
roles/eclipse
7,459
[ "no_license" ]
[ { "path": "roles/eclipse/defaults/main.yml", "content": "---\n# Eclipse defaults\neclipse_major_version: photon\neclipse_minor_version: R\neclipse_checksum: c7bc139310ccaf899daf7c8846a2d53c14d0fa580036d5ba71494a354bc03939c856bde1f736d7ea804cd28cc6f959e8e4ac59b543718f3e846af716aeec8638\neclipse_install_path:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2145, "all_permissive": false }
ansible_role
sannalai/ansible-playbooks
9dd60c1deebbee3ca0deb681134d848cff2253bc
0
roles/java
7,459
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "- include: package.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/java/tasks/package.yml", "content": "- name: Install java package repository\n apt_repository:\n repo: ppa:web...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 523, "all_permissive": false }
ansible_role
sannalai/ansible-playbooks
9dd60c1deebbee3ca0deb681134d848cff2253bc
0
roles/maven
7,459
[ "no_license" ]
[ { "path": "roles/maven/defaults/main.yml", "content": "---\nmaven_version: 3.5.4\nmaven_checksum: 22cac91b3557586bb1eba326f2f7727543ff15e3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/maven/tasks/install.yml", "content": "- name: Che...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1053, "all_permissive": false }
ansible_role
sannalai/ansible-playbooks
9dd60c1deebbee3ca0deb681134d848cff2253bc
0
roles/netbeans
7,459
[ "no_license" ]
[ { "path": "roles/netbeans/tasks/package.yml", "content": "- name: Check if netbeans already exists\n stat:\n path: \"{{ netbeans_install_path }}/bin\"\n register: p\n\n- name: Download netbeans\n get_url:\n url: http://download.netbeans.org/netbeans/{{ netbeans_version }}/final/zip/netbeans-{{ netb...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1484, "all_permissive": false }
ansible_role
sannalai/ansible-playbooks
9dd60c1deebbee3ca0deb681134d848cff2253bc
0
roles/wildfly
7,459
[ "no_license" ]
[ { "path": "roles/wildfly/tasks/package.yml", "content": "- name: Check if wildfly already exists\n stat:\n path: /usr/local/devenv/wildfly-{{ wildfly_version }}\n register: p\n\n- name: Download wildfly\n get_url:\n url: http://download.jboss.org/wildfly/{{ wildfly_version }}/wildfly-{{ wildfly_ver...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 927, "all_permissive": false }
ansible_role
iliusa77/ansible-postgresql-replication
a6bbc8ce1aac2f26c491eea85996eb25c6bd33af
0
roles/make_postgres_master
7,459
[ "no_license" ]
[ { "path": "roles/make_postgres_master/tasks/main.yml", "content": "---\n\n- name: Install xenial-pgdg\n apt_repository:\n repo: \"deb https://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main\"\n filename: 'pgdg'\n state: present\n update_cache: 'yes'\n\n- name: Install postgresql-9.6\n apt:\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2021, "all_permissive": false }
ansible_role
iliusa77/ansible-postgresql-replication
a6bbc8ce1aac2f26c491eea85996eb25c6bd33af
0
roles/make_postgres_replica
7,459
[ "no_license" ]
[ { "path": "roles/make_postgres_replica/templates/postgresql96_recovery.conf.j2", "content": "standby_mode = on\nprimary_conninfo = 'host={{ master_ip }} port={{ database_port }} user={{ database_user }} password={{ <PASSWORD> }}'\ntrigger_file = '/var/lib/postgresql/9.6/trigger'\nrestore_command = 'cp /var/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1879, "all_permissive": false }
ansible_role
ericmittelhammer/newrelic-kakfa-playground
f113eb991d0e21a98cde2190d84304c647a6bfc7
0
ansible-playbooks/roles/kafka-distribution
7,459
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/kafka-distribution/vars/main.yml", "content": "kafka_download_filename: \"kafka_{{ kafka_scala_version }}-{{ kafka_version }}.tgz\"\nkafka_download_url: \"{{ kafka_download_mirror_prefix }}/{{ kafka_version }}/{{ kafka_download_filename }}\"\nkafka_versioned_home_dir: \"{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1383, "all_permissive": false }
ansible_role
mtekman/ansible-dotfiles
d8621af2ff6eaa6186448b8d4ae21ac4ec675090
0
roles/clone-repos
7,459
[ "no_license" ]
[ { "path": "roles/clone-repos/tasks/main.yml", "content": "---\n- name: tools-iuc\n pacman:\n name: zsh\n state: latest\n\n- name: Change default shell to zsh\n user:\n name: \"{{ ansible_ssh_user }}\"\n shell: /bin/zsh\n become: yes\n\n- name: Clone zim\n git:\n repo: https://github.com/z...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
mtekman/ansible-dotfiles
d8621af2ff6eaa6186448b8d4ae21ac4ec675090
0
roles/install-packages
7,459
[ "no_license" ]
[ { "path": "roles/install-packages/tasks/main.yaml", "content": "---\n- name: General Utils\n pacman: name={{item}}\n with_items:\n - acpid\n - arandr\n - bzip2\n - chromium\n - coreutils\n - cryptsetup\n - device-mapper\n - devtools\n - dialog\n - diffutils\n - firefox\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2322, "all_permissive": false }
ansible_role
infamousjoeg/deploy-conjur-oss
8fe476a51bd9164d6774c14a921f34fc4a666ea4
0
roles/config
7,459
[ "no_license" ]
[ { "path": "roles/config/tasks/main.yml", "content": "---\n- name: Create Account in Conjur Server\n command: docker exec conjur_server conjurctl account create cyberarkdemo\n register: conjur_details\n no_log: yes\n\n- name: Return Only API Key\n shell: echo \"{{ conjur_details.stdout_lines[9] }}\" | aw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 892, "all_permissive": false }
ansible_role
infamousjoeg/deploy-conjur-oss
8fe476a51bd9164d6774c14a921f34fc4a666ea4
0
roles/conjur
7,459
[ "no_license" ]
[ { "path": "roles/conjur/tasks/main.yml", "content": "---\n- name: Start OpenSSL\n community.general.docker_container:\n name: openssl\n image: svagi/openssl\n auto_remove: yes\n entrypoint:\n - openssl\n - req\n - -newkey\n - rsa:2048\n - -days\n - \"365\"\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2022, "all_permissive": false }
ansible_role
Tosa90/Ansible
844e6776c35021a436185dc54fb61ffb50b75f92
0
roles/web_servers
7,459
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: install apache2 package (Ubuntu)\n tags: apache,apache2,ubuntu\n apt:\n name:\n - apache2\n - libapache2-mod-php\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: change e-mail address for admin\n tags:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 731, "all_permissive": false }
ansible_role
zfolwick/vagrant-multibox
81bbf42aaf6b9c26ac40c770416093e8c8c0ab67
0
roles/basic
7,459
[ "no_license" ]
[ { "path": "roles/basic/files/.bashrc", "content": "# .bashrc\n\n# Source global definitions\nif [ -f /etc/bashrc ]; then\n . /etc/bashrc\nfi\n\n# Load in the git branch prompt script.\n. ~/.git-prompt.sh\n\nNoColor=\"\\e[0m\"\nRed=\"\\e[0;31m\"\nBlue=\"\\e[1;34m\"\nYellow=\"\\e[0;33m\"\nGreen=\"\\e[0;32m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2389, "all_permissive": false }
ansible_role
sky1ex-devops/work
ec0e2f71ecdf1fe4e01f3a1c6d254516e4622dd0
0
Developments/Nomad_Consul_Traefik_Ansible/Ansible/roles/start_consul
7,462
[ "no_license" ]
[ { "path": "Developments/Nomad_Consul_Traefik_Ansible/Ansible/roles/start_consul/tasks/main.yml", "content": "---\n- name: build container image\n docker_image:\n name: consulimg:1.20.1\n build:\n path: /rules/file/Dockerfile\n source: build\n state: present", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
sky1ex-devops/work
ec0e2f71ecdf1fe4e01f3a1c6d254516e4622dd0
0
ansible/roles/copy_ssh_key
7,462
[ "no_license" ]
[ { "path": "ansible/roles/copy_ssh_key/tasks/main.yml", "content": "---\n\n- name: copy ssh key \n ansible.builtin.shell: ssh-copy-id root@vm1\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
sky1ex-devops/work
ec0e2f71ecdf1fe4e01f3a1c6d254516e4622dd0
0
ansible/roles/install_python
7,462
[ "no_license" ]
[ { "path": "ansible/roles/install_python/tasks/main.yml", "content": "---\n\n# - name: Install python in target node with ansible\n# hosts: all\n# gather_facts: no\n# pre_tasks:\n# - name: install python\n# remote_user: root\n# ansible.builtin.raw: apt install python3\n\n\n---\n- name: Instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
sky1ex-devops/work
ec0e2f71ecdf1fe4e01f3a1c6d254516e4622dd0
0
ansible/roles/new_vm
7,462
[ "no_license" ]
[ { "path": "ansible/roles/new_vm/tasks/main.yml", "content": "--- \n## build Dockerfile - image ##\n- name: build image new_vm_img:from_ansible\n docker_image:\n build:\n path: /home/lex/DEVOPS/WORKS/ansible/roles/new_vm/files\n name: new_vm_img\n tag: from_ansible\n source: build\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
sky1ex-devops/work
ec0e2f71ecdf1fe4e01f3a1c6d254516e4622dd0
0
ansible/roles/nomad_job
7,462
[ "no_license" ]
[ { "path": "ansible/roles/nomad_job/tasks/main.yml", "content": "---\n\n- name: Change file\n ansible.builtin.file:\n# path: /home/lex/DEVOPS/WORKS/ansible/roles/nomad_job/files/\n path: ../roles/nomad_job/files/\n state: directory\n mode: '0755'\n\n- name: Create job\n community.general.nomad_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
sky1ex-devops/work
ec0e2f71ecdf1fe4e01f3a1c6d254516e4622dd0
0
ansible/roles/start_consul
7,462
[ "no_license" ]
[ { "path": "ansible/roles/start_consul/tasks/main.yml", "content": "---\n## Собираем образ из ~/ansible/roles/start_consul/files/Dockerfile ##\n- name: build image consul_img:v1.20.1\n docker_image:\n build:\n path: /home/lex/DEVOPS/WORKS/ansible/roles/start_consul/files \n name: consul_img\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1908, "all_permissive": false }
ansible_role
sky1ex-devops/work
ec0e2f71ecdf1fe4e01f3a1c6d254516e4622dd0
0
ansible/roles/start_nomad
7,462
[ "no_license" ]
[ { "path": "ansible/roles/start_nomad/files/job_consul_client.hcl", "content": "job \"consul_client\" {\n datacenters = [\"dc1\"]\n\n group \"consul\" {\n count = 1\n \n service {\n name = \"service-start-consul-client\"\n tags = [\"consul\"]\n provider = \"nomad\"\n }\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1858, "all_permissive": false }
ansible_role
sky1ex-devops/work
ec0e2f71ecdf1fe4e01f3a1c6d254516e4622dd0
0
ansible/roles/start_traefik
7,462
[ "no_license" ]
[ { "path": "ansible/roles/start_traefik/tasks/main.yml", "content": "---\n# deploy контейнера ##\n- name: deploy docker container traefik1.test.rnds\n docker_container:\n name: traefik1.test.rnds\n image: traefik:v3.0\n state: started\n auto_remove: true\n network_mode: host \n volumes:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5905, "all_permissive": false }
ansible_role
LinPin7994/ansible-kubernetes
eefeb68ff777c75d79c1cc3ed7949d5ff5d1f662
0
roles/haproxy
7,462
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yaml", "content": "---\n- name: Disable SELinux\n selinux:\n state: disabled\n- name: Install requirements packeges\n yum:\n name:\n - haproxy\n - psmisc\n - keepalived\n- name: Copy HA templates\n template:\n src: \"{{ item.src }}\"\n dest: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3391, "all_permissive": false }
ansible_role
LinPin7994/ansible-kubernetes
eefeb68ff777c75d79c1cc3ed7949d5ff5d1f662
0
roles/kubernetes-crio-containerd
7,462
[ "no_license" ]
[ { "path": "roles/kubernetes-crio-containerd/tasks/install_nodelocaldns.yaml", "content": "---\n- name: Get kubedns ClusterIP\n shell: kubectl get svc kube-dns -n kube-system -o jsonpath={.spec.clusterIP}\n register: kubedns\n- name: Copy nodelocaldns manifest\n copy:\n src: \"nodelocaldns.yaml\"\n ...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 11415, "all_permissive": false }
ansible_role
LinPin7994/ansible-kubernetes
eefeb68ff777c75d79c1cc3ed7949d5ff5d1f662
0
roles/kubernetes-docker
7,462
[ "no_license" ]
[ { "path": "roles/kubernetes-docker/handlers/main.yaml", "content": "- name: restart docker\n systemd:\n #daemon-reload: yes\n name: docker\n enable: yes\n state: restarted\n- name: restart kubelet\n systemd:\n name: kubelet\n enable: yes\n state: restarted", "license_type": "no_license",...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3495, "all_permissive": false }
ansible_role
guilatrova/ccb-playbooks
04f66866bff6667f7dd5327490c9272c69d3a610
0
roles/cpfl
7,462
[ "no_license" ]
[ { "path": "roles/cpfl/tasks/main.yml", "content": "- name: Setup url\n set_fact:\n base_url: \"https://servicosonline.cpfl.com.br/agencia-webapi/api\"\n\n- name: Login\n uri:\n url: \"{{ base_url }}/token\"\n method: POST\n body_format: json\n body: \"client_id=agencia-virtual-cpfl-web&gran...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4268, "all_permissive": false }
ansible_role
guilatrova/ccb-playbooks
04f66866bff6667f7dd5327490c9272c69d3a610
0
roles/sabesp
7,462
[ "no_license" ]
[ { "path": "roles/sabesp/templates/mail_body.j2", "content": "<html>\n\n<head>\n <style type=\"text/css\">\n table {\n border: 1px solid black;\n border-collapse: collapse;\n }\n\n td,\n th {\n border: 1px solid black;\n }\n\n .red...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6061, "all_permissive": false }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/alluxio
7,462
[ "permissive" ]
[ { "path": "roles/alluxio/tasks/configure.yaml", "content": "---\n# Configure master nodes\n- name: configure master hostname option\n lineinfile:\n dest: \"{{ alluxio_home_dir }}/conf/alluxio-env.sh\"\n regexp: '^ALLUXIO_MASTER_HOSTNAME='\n insertafter: '#ALLUXIO_MASTER_HOSTNAME='\n line: \"ALL...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 7851, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/alluxio.install
7,462
[ "permissive" ]
[ { "path": "roles/alluxio.install/defaults/main.yml", "content": "---\nalluxio_archive_name: \"{{ alluxio_archive_url | basename }}\"\nalluxio_archive_path: \"{{ archive_storage_path | default('./') }}/{{ alluxio_archive_name }}\"\nalluxio_archive_url: http://downloads.alluxio.org/downloads/files/1.3.0/allux...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2397, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/alluxio.master
7,462
[ "permissive" ]
[ { "path": "roles/alluxio.master/tasks/workers.yml", "content": "---\n- name: create worker setting file\n template:\n src: workers.j2\n dest: \"{{ alluxio_worker_config_file }}\"\n owner: \"{{ alluxio_user }}\"\n group: \"{{ alluxio_group }}\"\n become: true\n\n- name: copy configurations to w...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 1755, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/alluxio.upstart
7,462
[ "permissive" ]
[ { "path": "roles/alluxio.upstart/meta/main.yml", "content": "---\ndependencies:\n - role: alluxio.common\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 43 }, { "path": "roles/alluxio.upstart/tasks/main.yml", "content": "---\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 668, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/alluxio.worker
7,462
[ "permissive" ]
[ { "path": "roles/alluxio.worker/tasks/main.yml", "content": "---\n- name: configure worker java options\n lineinfile:\n dest: \"{{ alluxio_home_dir }}/conf/alluxio-env.sh\"\n regexp: \"^ALLUXIO_WORKER_JAVA_OPTS=\"\n insertafter: \"^#ALLUXIO_WORKER_JAVA_OPTS=\"\n line: \"ALLUXIO_WORKER_JAVA_OPTS...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 482, "all_permissive": true }