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
GovStackWorkingGroup/IM_Demo_InstallingScripts
609ed6095f349636b3f784839c2366ee2328a772
0
roles/user
7,772
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: Create the non-root user account\n user:\n name: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n shell: /bin/bash\n update_password: on_create\n groups: sudo\n append: yes\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
odnanref/ansible
742aaf405e18679607e87c0b4ccc4d58b0099909
0
authorized_keys/roles/give_access
7,769
[ "no_license" ]
[ { "path": "authorized_keys/roles/give_access/tasks/main.yml", "content": "---\n# This will create the user and the authorized key file\n\n- name: Create remote user\n user:\n name: '{{ item }}'\n shell: /bin/bash\n groups: sudo\n append: yes\n create_home: True\n update_password: always\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 715, "all_permissive": false }
ansible_role
odnanref/ansible
742aaf405e18679607e87c0b4ccc4d58b0099909
0
roles/mariadb-slave-creation
7,769
[ "no_license" ]
[ { "path": "roles/mariadb-slave-creation/tasks/main.yml", "content": "- name: Install base for deployment\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - python3-pip\n - python3-virtualenv\n - python3-venv\n - libmariadbclient-dev\n - rsync\n delegate...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3563, "all_permissive": false }
ansible_role
odnanref/ansible
742aaf405e18679607e87c0b4ccc4d58b0099909
0
roles/secure
7,769
[ "no_license" ]
[ { "path": "roles/secure/tasks/main.yml", "content": "- name: Secure ssh\n copy:\n src: ./configs/sshd_config\n dest: /etc/ssh/sshd_config\n owner: root\n group: root\n mode: 0644\n\n- name: install pacct\n apt:\n name: acct\n state: present\n\n- name: Install audit\n apt:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
NGonzaa/talleragosto2020
d229d6d94e1c54ec9673ca406a1da293c08ddd5f
0
roles/apache-centos
7,769
[ "no_license" ]
[ { "path": "roles/apache-centos/handlers/main.yml", "content": "---\n# handlers file for roles/apache-centos\n- name: Reiniciar httpd\n service:\n name: httpd\n state: restarted\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 967, "all_permissive": false }
ansible_role
NGonzaa/talleragosto2020
d229d6d94e1c54ec9673ca406a1da293c08ddd5f
0
roles/apache-debian
7,769
[ "no_license" ]
[ { "path": "roles/apache-debian/defaults/main.yml", "content": "---\n# defaults file for roles/apache-debian\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/apache-debian/vars/main.yml", "content": "---\n# vars file for roles/apache-debi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 559, "all_permissive": false }
ansible_role
abadger/sample-28770
bc6b6859a125cf1a88ac4debc7f3efdbdbc8ba51
0
roles/new_role
7,769
[ "no_license" ]
[ { "path": "roles/new_role/lookup_plugins/now.py", "content": "# (c) 2012-17 Ansible Project\n# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)\n\n# Make coding more python3-ish\nfrom __future__ import (absolute_import, division, print_function)\n\n__metaclass__ = t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 904, "all_permissive": false }
ansible_role
alamgirm/ansible
e6c2677cd1ee9b49569fc2c83f70fd42616e7376
0
roles/helloworld
7,769
[ "no_license" ]
[ { "path": "roles/helloworld/tasks/main.yml", "content": "---\n# tasks file for helloworld\n- name: Copying the application files\n copy:\n src: helloworld.js\n dest: /home/ec2-user/\n owner: ec2-user\n group: ec2-user\n mode: 0644\n notify: restart helloworld\n\n- name: Copying the upstart ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": false }
ansible_role
alamgirm/ansible
e6c2677cd1ee9b49569fc2c83f70fd42616e7376
0
roles/jenkins
7,769
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- name : Import Jenkins GPG key\n rpm_key:\n state: present\n key: http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key\n\n- name : Add Jenkis repo\n yum_repositoroy:\n name: jenkins\n description: jenkins ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 512, "all_permissive": false }
ansible_role
alamgirm/ansible
e6c2677cd1ee9b49569fc2c83f70fd42616e7376
0
roles/nodejs
7,769
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n# tasks file for nodejs\n\n- name: Installing nodejs and npm\n yum:\n name: \"{{ item }}\"\n enablerepo: epel\n state: installed\n with_items:\n - nodejs\n - npm\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
alamgirm/ansible
e6c2677cd1ee9b49569fc2c83f70fd42616e7376
0
roles/pre_req
7,769
[ "no_license" ]
[ { "path": "roles/pre_req/defaults/main.yml", "content": "---\n# defaults file for pre_req", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/pre_req/handlers/main.yml", "content": "---\n# handlers file for pre_req", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 314, "all_permissive": false }
ansible_role
Richard-NL/vagrant-nginx-ubuntu
3c261f2151dd172807b5cacf7192d02bab9701cf
0
playbooks/roles/geerlingguy.nginx
7,769
[ "no_license" ]
[ { "path": "playbooks/roles/geerlingguy.nginx/tasks/main.yml", "content": "---\n- name: Enable nginx repo.\n copy: src=nginx.repo dest=/etc/yum.repos.d/nginx.repo owner=root group=root mode=644\n when: ansible_os_family == 'RedHat'\n\n- name: Ensure nginx is installed.\n yum: pkg=nginx state=installed ena...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3989, "all_permissive": false }
ansible_role
weesing/virtbox-ansible-data
40ef50846e5c7ab2d1af6d3c292eccec84f2a27a
0
roles/ansible
7,774
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "- name: Install latest version of git client\n yum:\n name: git\n state: latest\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
weesing/virtbox-ansible-data
40ef50846e5c7ab2d1af6d3c292eccec84f2a27a
0
roles/baseline
7,774
[ "no_license" ]
[ { "path": "roles/baseline/tasks/main.yml", "content": "- name: Install all baseline packages\n yum:\n name: tree\n state: latest\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_add_boost_jenkins_role
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_add_boost_jenkins_role/tasks/main.yml", "content": "---\r\n- name: Allows jenkins to access the {{ project }} namespace\r\n shell: \"oc policy add-role-to-user {{ role }} system:serviceaccount:boost-cicd:jenkins -n {{ project }}\"\r\n register: command_result\r\n fai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 873, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_admin_annotator
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_admin_annotator/tasks/main.yml", "content": "---\r\n- name: Create the admin annotator\r\n shell: \"oc apply -f {{ objects }}/admin-annotator.yaml\"\r\n register: command_result\r\n failed_when: \"'exists' not in command_result.stderr and command_result.rc != 0\"\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_boost_cicd_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_boost_cicd_setup/defaults/main.yml", "content": "boost_project: boost-cicd", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 25 }, { "path": "src/boost/openshift/roles/_boost_cicd_setup/meta/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3256, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_boost_libraries_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_boost_libraries_setup/defaults/main.yml", "content": "boost_libraries:\n\n - name: openshift-lib\n repo: https://github.com/boostcd/openshift-lib.git\n build: build-maven-library.jenkinsFile\n release: release-maven-library.jenkinsFile\n\n - name: ddl-lib\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1793, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_build_app
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_build_app/tasks/main.yml", "content": "---\r\n- name: determine the default branch\r\n shell: \"git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@'\"\r\n register: command_result\r\n\r\n- set_fact: \r\n branch: \"{{ command_result.stdout }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6791, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_build_console_app
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_build_console_app/tasks/main.yml", "content": "---\n- name: Switch to the project {{ env_project }}\n shell: 'oc project {{ env_project }}'\n register: command_result\n failed_when: \"'exists' not in command_result.stderr and command_result.rc != 0\"\n changed_when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 686, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_build_microservice
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_build_microservice/tasks/main.yml", "content": "---\n- name: Switch to the project {{ env_project }}\n shell: 'oc project {{ env_project }}'\n register: command_result\n failed_when: \"'exists' not in command_result.stderr and command_result.rc != 0\"\n changed_when...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 532, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_cicd_environment_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_cicd_environment_setup/tasks/main.yml", "content": "---\r\n- name: create the cicd project for {{ cicd_project }}\r\n include_role: \r\n name: _namespace_setup\r\n vars:\r\n project: \"{{ cicd_project }}\"\r\n project_description: \"CI/CD: {{ product.descript...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6411, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_create_app
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_create_app/tasks/main.yml", "content": "---\r\n- name: determine the default branch\r\n shell: \"git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@'\"\r\n register: command_result\r\n\r\n- set_fact: \r\n branch: \"{{ command_result.stdout }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 9180, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_database_environment_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_database_environment_setup/tasks/main.yml", "content": "---\r\n- set_fact: db_project=\"{{ product.name }}-database\"\r\n\r\n- include_role: \r\n name: _namespace_setup\r\n vars:\r\n project: \"{{ db_project }}\"\r\n project_description: \"Database: {{ product...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_delete_environments
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_delete_environments/tasks/main.yml", "content": "---\r\n- include_role: \r\n name: \"{{ item.name }}\"\r\n vars:\r\n params: \"{{ item }}\"\r\n with_items: \"{{ environments.teardown | default([]) }}\"\r\n\r\n- include_role: \r\n name : _webhook_teardown\r\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1053, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_delete_namespace
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_delete_namespace/tasks/main.yml", "content": "---\n- name: Delete a Openshift project {{ project }}\n shell: \"oc delete project {{ project }} || true\"\n register: command_result\n failed_when: \"'exists' not in command_result.stderr and command_result.rc != 0\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_deploy
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_deploy/tasks/main.yml", "content": "---\n- name: Switch to the project {{ env_project }}\n shell: 'oc project {{ env_project }}'\n register: command_result\n failed_when: \"'exists' not in command_result.stderr and command_result.rc != 0\"\n changed_when: \"'exists'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 525, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_deploy_boost_service
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_deploy_boost_service/tasks/checkout.yml", "content": "---\n- name: Checkout {{ microservice.name }} from github branch {{ microservice.version }}\n git:\n repo: \"{{ microservice.repo }}\"\n dest: \"{{ workdir }}/{{ microservice.name }}\"\n version: \"{{ micro...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 7347, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_deploy_microservice
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_deploy_microservice/tasks/main.yml", "content": "---\n- debug:\n var: microservice\n verbosity: 0\n\n- name: Checkout {{ microservice.name }} from github tag {{ release_version }}\n git:\n repo: \"{{ microservice.repo }}\"\n dest: \"{{ workdir }}/{{ microse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 9370, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_environment_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_environment_setup/tasks/main.yml", "content": "---\r\n- name: Verify if the environments have been defined\r\n fail:\r\n msg: \"[env_project ] is not defined.\"\r\n when: env_project is undefined\r\n\r\n- name: Switch to the project {{ env_project }}\r\n shell: 'o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 959, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_environments_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_environments_setup/tasks/main.yml", "content": "---\r\n- debug:\r\n var: env\r\n verbosity: 0\r\n\r\n- debug:\r\n var: next_env\r\n verbosity: 0\r\n\r\n- set_fact: stage_project=\"{{ product.name }}-{{ env.name }}\"\r\n\r\n- include_role: \r\n name: _name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 832, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_git_repo_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_git_repo_setup/tasks/main.yml", "content": "---\n\n- name: check that the smoke tests repo exist\n shell: \"git ls-remote -h {{ environments.smoke_test_repo }}\"\n register: command_result\n ignore_errors: yes\n\n- name: print the command_result details\n debug:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_imagestream_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_imagestream_setup/tasks/main.yml", "content": "---\r\n- name: Checkout xpaas image stream from Github\r\n git:\r\n repo: \"https://github.com/openshift/openshift-ansible.git\"\r\n dest: \"{{ workdir }}/openshift-ansible\"\r\n version: openshift-ansible-3.9.27-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1059, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_init
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_init/filter_plugins/has_item.py", "content": "#!/usr/bin/python\nimport json\n\nclass FilterModule(object):\n def filters(self):\n return {\n 'has_item' : self.has_item\n }\n\n def has_item(self, stdout, deployment):\n dcs = json.lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 7541, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_init_product
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_init_product/tasks/main.yml", "content": "---\n- set_fact:\n payload: \"{ \\\"productId\\\" : \\\"{{ product.name }}\\\" , \\\"description\\\" : \\\"{{ product.description }}\\\", \\\"version\\\" : \\\"{{ boost.version }}\\\", \\\"repo\\\" : \\\"{{ product.repo }}\\\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_install_boost_services
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_install_boost_services/tasks/main.yml", "content": "---\n- name: create boost services namespace\n include_role: \n name: _namespace_setup\n vars:\n project: boost-services\n project_description: \"Boost Services\"\n\n- name: setup amq\n include_role: \n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1292, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_install_jaeger_component
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_install_jaeger_component/tasks/main.yml", "content": "---\n- name: Install {{ component }}\n shell: \"oc create -n {{ project }} -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/{{ component }}.yaml\"\n register: command_result\n faile...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_install_product
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_install_product/tasks/main.yml", "content": "---\r\n- name: create git repostories if required\r\n include_role: \r\n name: _git_repo_setup\r\n\r\n- name: create the webhooks for git repostories\r\n include_role: \r\n name: _webhook_setup\r\n\r\n- name: deploy t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 993, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_jaeger_operator_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_jaeger_operator_setup/tasks/main.yml", "content": "---\n\n- include_role: \n name: _namespace_setup\n vars:\n project: \"{{ observability }}\"\n project_description: \"Jaeger Operator\"\n\n- include_role: \n name : _install_jaeger_component\n vars:\n pr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1377, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_jenkins_add_xml_credential
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_jenkins_add_xml_credential/tasks/main.yml", "content": "---\n- name: Get count of {{ credential_id }}\n xml:\n path: \"{{ roles }}/_jenkins_credentials_xml/files/credentials.xml\"\n xpath: '/com.cloudbees.plugins.credentials.SystemCredentialsProvider/domainCreden...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2543, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_jenkins_ansible_agent_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_jenkins_ansible_agent_setup/tasks/main.yml", "content": "---\r\n- name: Create the jenkins ansible agent\r\n shell: \"oc process -f {{ quickstarts }}/.openshift/templates/jenkins-agent-generic-template.yml -p NAME=jenkins-agent-ansible -p SOURCE_CONTEXT_DIR=jenkins-age...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 540, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_jenkins_credentials_xml
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_jenkins_credentials_xml/tasks/main.yml", "content": "---\n- include: download.yml\n\n- include_role: \n name: _jenkins_add_xml_credential\n vars:\n credential_id: git\n credential_user: \"{{ git.user }}\"\n credential_password: \"{{ <PASSWORD> }}\"\n cre...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6119, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_jenkins_image_mgmt_agent_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_jenkins_image_mgmt_agent_setup/tasks/main.yml", "content": "---\n- name: Create the jenkins image management agent\n shell: \"oc process -f {{ quickstarts }}/.openshift/templates/jenkins-agent-generic-template.yml -p NAME=jenkins-agent-image-mgmt -p SOURCE_CONTEXT_DIR=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 508, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_jenkins_plugin_upload
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_jenkins_plugin_upload/tasks/main.yml", "content": "---\n\n- debug:\n var: jenkins_plugin\n verbosity: 0\n\n- debug:\n var: jenkins_plugin_path\n verbosity: 0\n\n- include_role: \n name: _jenkins_prepare_plugin\n vars:\n plugin_path: \"{{ jenkins_plugi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1110, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_jenkins_prepare_plugin
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_jenkins_prepare_plugin/tasks/main.yml", "content": "---\n- debug:\n var: plugin\n verbosity: 0\n\n- debug:\n var: plugin_path\n verbosity: 0\n\n- set_fact:\n jenkins_plugin_archive: \"{{ plugin_path }}/{{ plugin }}.tar.gz\"\n\n- name: Check that the {{ je...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_jenkins_repair
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_jenkins_repair/tasks/main.yml", "content": "---\r\n- name: switch to the project {{ project }}\r\n shell: \"oc project {{ project }}\"\r\n\r\n- name: Read the jenkins pod list\r\n shell: \"oc get pods --selector name=jenkins -o json -n {{ project }}\"\r\n register: l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1448, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_jenkins_restart
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_jenkins_restart/tasks/restart.yml", "content": "--- \n- name: Restart the jenkins server\n shell : \"oc rollout latest dc/jenkins -n {{ project }}\"\n register: command_result\n failed_when: \"'exists' not in command_result.stderr and command_result.rc != 0\"\n c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 679, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_jenkins_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_jenkins_setup/tasks/main.yml", "content": "---\r\n- name: reset restart flag for jenkins\r\n set_fact:\r\n restart_jenkins: false\r\n\r\n- set_fact:\r\n jenkins_env_plugins: \"-e INSTALL_PLUGINS='{{ jenkins_plugins }}'\"\r\n when: jenkins_plugins is defined\r\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 941, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_jenkins_xml_upload
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_jenkins_xml_upload/filter_plugins/filename.py", "content": "#!/usr/bin/python\nimport os\n\nclass FilterModule(object):\n def filters(self):\n return {\n 'filename' : self.filename,\n \n }\n\n def filename(self, path):\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1602, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_monitoring_environment_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_monitoring_environment_setup/tasks/main.yml", "content": "---\n- set_fact: monitoring_project=\"{{ product.name }}-monitoring\"\n\n- include_role: \n name: _namespace_setup\n vars:\n project: \"{{ monitoring_project }}\"\n project_description: \"Monitoring: {{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_namespace_role_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_namespace_role_setup/tasks/main.yml", "content": "---\r\n- name: Allow users to access {{ project }} with role {{ role }}\r\n shell: 'oc policy add-role-to-user {{ role }} {{ item.name }} -n {{ project }}'\r\n with_items: \"{{ users }}\"\r\n register: command_result\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_namespace_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_namespace_setup/tasks/main.yml", "content": "---\n- name: Create a new Openshift {{ project }}\n shell: \"oc new-project {{ project }} --display-name='{{ project_description }}'\"\n register: command_result\n failed_when: \"'exists' not in command_result.stderr and c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1282, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_prod_route_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_prod_route_setup/tasks/main.yml", "content": "---\r\n- set_fact: prod_project=\"{{ product.name }}-prod\"\r\n\r\n- name: Switch to Namespace {{ prod_project }}\r\n shell: \"oc project {{ prod_project }}\"\r\n tags:\r\n - openshift \r\n\r\n- name: Create a routes t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 632, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_quickstart_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_quickstart_setup/tasks/main.yml", "content": "---\r\n- name: set the branch to master\r\n set_fact: \r\n branch: \"master\"\r\n\r\n- name: Checkout redhat quickstarts\r\n git:\r\n repo: \"https://github.com/boostcd/containers-quickstarts.git\"\r\n dest: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_subscribe_couchbase_operator
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_subscribe_couchbase_operator/files/couchbase-subscription.yaml", "content": "apiVersion: operators.coreos.com/v1alpha1\nkind: Subscription\nmetadata:\n name: couchbase-operator\n namespace: openshift-operators \nspec:\n channel: stable\n name: couchbase-enterprise-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1235, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_uninstall_jaeger_component
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_uninstall_jaeger_component/tasks/main.yml", "content": "---\n- name: Delete {{ component }}\n shell: \"kubectl delete -n {{ project }} -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/{{ component }}.yaml\"\n register: command_result\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 402, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_update_environments
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_update_environments/tasks/main.yml", "content": "---\r\n- include_role: \r\n name: \"{{ item.name }}\"\r\n vars:\r\n project: \"{{ item.project }}\"\r\n params: \"{{ item }}\"\r\n with_items: \"{{ environments.setup | default([]) }}\"\r\n\r\n- include_role: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 749, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_update_users
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_update_users/tasks/main.yml", "content": "---\r\n- set_fact: \r\n build_project: \"{{ product.name }}-build\"\r\n\r\n- name: \"Updating users for {{ build_project }}\"\r\n include_role: \r\n name: _namespace_role_setup\r\n vars:\r\n project: \"{{ build_projec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1124, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_webhook_setup
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_webhook_setup/tasks/main.yml", "content": "---\r\n- name: invoke the git webhook plugin\r\n include_role: \r\n name: \"{{ git.webhooks.setup }}\"\r\n when: git.webhooks.setup is defined\r\n\r\n \r\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_webhook_teardown
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_webhook_teardown/tasks/main.yml", "content": "---\r\n- name: remove the git webhook plugin\r\n include_role: \r\n name: \"{{ git.webhooks.teardown }}\"\r\n when: git.webhooks.teardown is defined\r\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": true }
ansible_role
boostcd/boostcd
690db65401b17187f41aa6fb8bbef7567e2f6818
0
src/boost/openshift/roles/_wiremock_json
7,774
[ "permissive" ]
[ { "path": "src/boost/openshift/roles/_wiremock_json/tasks/main.yml", "content": "---\n- debug:\n var: params\n verbosity: 0\n\n- name: Load Json to wiremock\n uri:\n url: http://wiremock.{{ project }}.svc:8080/__admin/mappings/new\n method: POST\n src: \"{{ json }}\"\n status_code: 201", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": true }
ansible_role
devmeetings/payment-gateway
79c06fd3d39013a4000ff4a0ffa19e7764fa6ea4
0
deployment/roles/payment
7,774
[ "no_license" ]
[ { "path": "deployment/roles/payment/tasks/nodejs.yml", "content": "---\n- name: NodeJS | Add sources\n command: curl -sL https://deb.nodesource.com/setup_6.x -o /tmp/nodesource_setup.sh\n args:\n creates: /tmp/nodesource_setup.sh\n\n- name: NodeJS | Install\n command: bash /tmp/nodesource_setup.sh\n\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5670, "all_permissive": false }
ansible_role
toniwi/fhw-toni-ansible-ud10-roles
aa8029d42a1c0b2f41507f27f07e8f2b1600d28f
0
UD10-roles/roles/envprep
7,774
[ "no_license" ]
[ { "path": "UD10-roles/roles/envprep/tasks/main.yml", "content": "---\n- name: Desinstalar apache2\n apt:\n name: apache2\n state: absent\n \n- name: Desinstalar nginx\n apt:\n name: nginx\n state: absent\n\n- name: Borrar /var/www/html/\n file:\n path: /var/www/html/*\n state: absent...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
toniwi/fhw-toni-ansible-ud10-roles
aa8029d42a1c0b2f41507f27f07e8f2b1600d28f
0
UD10-roles/roles/nginx
7,774
[ "no_license" ]
[ { "path": "UD10-roles/roles/nginx/tasks/main.yml", "content": "---\n- name: Instalar nginx\n apt:\n name: nginx\n state: latest\n \n- name: Recarregar nginx\n service:\n name: nginx\n state: reloaded\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
openmetalio/tempest
266263dff3f2ed46282770ec5f17d2fdc7da7e4c
0
roles/tempest-cleanup
7,774
[ "permissive" ]
[ { "path": "roles/tempest-cleanup/tasks/dry_run.yaml", "content": "---\n- name: Run tempest cleanup dry-run\n become: yes\n become_user: tempest\n command: tox -evenv-tempest -- tempest cleanup --dry-run --debug\n args:\n chdir: \"{{ devstack_base_dir }}/tempest\"\n when: not run_tempest_cleanup_pref...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": true }
ansible_role
Lubre01/wk18ansiblecode
f3622b511823c65c14906fd8c39b644bf32f172e
0
roles/apache
7,774
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n - name: latest Apache version installed\n yum:\n name: \"{{yum_name}}\"\n state: latest\n\n - name: Start the httpd Daemon\n service:\n name: \"{{yum_name}}\"\n enabled: true\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 427, "all_permissive": false }
ansible_role
jeffbryner/terraform-mongo-uoc
bc2911548f92b19bac544e6749ebd1459c0d1f5f
0
provision/roles/mongodb
7,774
[ "no_license" ]
[ { "path": "provision/roles/mongodb/files/uoc-ui.yml", "content": "version: '2.2'\nservices:\n\n flask:\n image: uoc-flask\n expose:\n - 5000\n env_file:\n - flask.env\n\n nginx:\n image: uoc-nginx\n ports:\n - 80:80\n depends_o...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4030, "all_permissive": false }
ansible_role
vcircosta/Valentin_CIRCOSTA_Projet_Gitlab_PAR03_DEVOPS
23c8919d6f27b9ec69b0fd2d27777c708c27d906
0
Valentin_CIRCOSTA_Projet_Gitlab_PAR03_DEVOPS/roles/bdd
7,774
[ "no_license" ]
[ { "path": "Valentin_CIRCOSTA_Projet_Gitlab_PAR03_DEVOPS/roles/bdd/defaults/main.yml", "content": "packages_postgresql:\n - name: postgresql\n - name: postgresql-contrib\n - name: python3-psycopg2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1416, "all_permissive": false }
ansible_role
vcircosta/Valentin_CIRCOSTA_Projet_Gitlab_PAR03_DEVOPS
23c8919d6f27b9ec69b0fd2d27777c708c27d906
0
Valentin_CIRCOSTA_Projet_Gitlab_PAR03_DEVOPS/roles/common
7,774
[ "no_license" ]
[ { "path": "Valentin_CIRCOSTA_Projet_Gitlab_PAR03_DEVOPS/roles/common/tasks/main.yml", "content": "- name: Install packages\n apt:\n name: \"{{ item.name }}\"\n state: present\n update_cache: yes\n with_items: \"{{ packages | default([]) }}\"\n\n- name: Add user\n user:\n name: toto\n\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 274, "all_permissive": false }
ansible_role
vcircosta/Valentin_CIRCOSTA_Projet_Gitlab_PAR03_DEVOPS
23c8919d6f27b9ec69b0fd2d27777c708c27d906
0
Valentin_CIRCOSTA_Projet_Gitlab_PAR03_DEVOPS/roles/gitlab
7,774
[ "no_license" ]
[ { "path": "Valentin_CIRCOSTA_Projet_Gitlab_PAR03_DEVOPS/roles/gitlab/vars/main.yml", "content": "gitlab_external_url: \"http://192.168.23.128\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "Valentin_CIRCOSTA_Projet_Gitlab_PAR03_DEVOPS/roles/git...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 826, "all_permissive": false }
ansible_role
CMADHANKUMAR/ANSIBLE-LEARN
3f7fd264d531282c082bc75aea99d10924af72d3
0
example_playbook/roles/webservers
7,774
[ "no_license" ]
[ { "path": "example_playbook/roles/webservers/tasks/main.yml", "content": "---\n# This task installs and enables apache on webservers\n- name: ensure apache is installed\n yum: pkg=httpd state=latest\n- name: copy files to document root\n copy: src=cloud.png dest=/var/www/html/cloud.png\n- name: copy appli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 648, "all_permissive": false }
ansible_role
CMADHANKUMAR/ANSIBLE-LEARN
3f7fd264d531282c082bc75aea99d10924af72d3
0
example_playbook_two/roles/dbservers
7,774
[ "no_license" ]
[ { "path": "example_playbook_two/roles/dbservers/tasks/main.yml", "content": "---\n# These task installs and enables apache on webservers\n- name: ensure mysql is installed\n yum: name={{ item }} state=present\n with_items:\n - mysql-server\n - MySQL-python\n- name: create application database\n mys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 429, "all_permissive": false }
ansible_role
abdelrahman495/DEPI-DevOps
bc66979698cca9ff57eab452f8f76d986acb3f6c
0
Session_14/Task_2/roles/mysql
7,774
[ "no_license" ]
[ { "path": "Session_14/Task_2/roles/mysql/tasks/main.yaml", "content": "---\n- name: Install MySQL Server\n ansible.builtin.apt:\n name: mysql-server\n state: present\n update_cache: true\n\n- name: Ensure MySQL service is started\n ansible.builtin.service:\n name: mysql\n state: started\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 280, "all_permissive": false }
ansible_role
abdelrahman495/DEPI-DevOps
bc66979698cca9ff57eab452f8f76d986acb3f6c
0
Session_28/Task_1/ansible/roles/apache2
7,774
[ "no_license" ]
[ { "path": "Session_28/Task_1/ansible/roles/apache2/tasks/main.yml", "content": "---\n# tasks file for apache2\n- name: Install apache2\n ansible.builtin.apt:\n name: apache2\n state: present\n update_cache: true\n\n- name: Start and enable apache2 service\n ansible.builtin.service:\n name: apa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
abdelrahman495/DEPI-DevOps
bc66979698cca9ff57eab452f8f76d986acb3f6c
0
Session_29/Task_1/ansible/roles/flask_app
7,774
[ "no_license" ]
[ { "path": "Session_29/Task_1/ansible/roles/flask_app/tasks/main.yml", "content": "---\n# tasks file for flask_app\n- name: Checkout flask app github repo\n ansible.builtin.git:\n repo: \"https://github.com/abdelrahman495/simple_flask_app\"\n dest: /home/ubuntu/simple_flask_app/\n version: main\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1466, "all_permissive": false }
ansible_role
abdelrahman495/DEPI-DevOps
bc66979698cca9ff57eab452f8f76d986acb3f6c
0
Session_29/Task_1/ansible/roles/java
7,774
[ "no_license" ]
[ { "path": "Session_29/Task_1/ansible/roles/java/tasks/main.yml", "content": "---\n# tasks file for jenkins_agent\n- name: Install fontconfig and openjdk-17-jre\n ansible.builtin.apt:\n name:\n - fontconfig\n - openjdk-17-jre\n state: present\n update_cache: true\n\n- name: Verify Java in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
abdelrahman495/DEPI-DevOps
bc66979698cca9ff57eab452f8f76d986acb3f6c
0
Session_29/Task_1/ansible/roles/node_exporter
7,774
[ "no_license" ]
[ { "path": "Session_29/Task_1/ansible/roles/node_exporter/tasks/main.yml", "content": "---\n# tasks file for node_exporter\n- name: Create prometheus user\n ansible.builtin.user:\n name: prometheus\n shell: /bin/bash\n\n- name: Copy SSH configuration to prometheus user\n ansible.builtin.copy:\n sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2006, "all_permissive": false }
ansible_role
alexforsale/mali
598b69df88ea97b0e963117a4b3e903ef673c222
0
roles/base
7,774
[ "no_license" ]
[ { "path": "roles/base/defaults/main.yaml", "content": "---\n# region and city\nregion: Asia\nCity: Jakarta\n\n# language\nlang:\n - en_US.UTF-8\n - id_ID.UTF-8\n\n# keymap\n# keymap: de-latin1\n\n# hostname\n# hostname: arch-test\n\n# root_pass: <PASSWORD>\n# root_pass: <PASSWORD>\n\n# group: create group...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2339, "all_permissive": false }
ansible_role
alexforsale/mali
598b69df88ea97b0e963117a4b3e903ef673c222
0
roles/bootloader
7,774
[ "no_license" ]
[ { "path": "roles/bootloader/tasks/main.yaml", "content": "---\n- include_tasks: systemd-boot.yaml\n when: bootloader == \"systemd\"\n\n- include_tasks: grub.yaml\n when: bootloader == \"grub\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "ro...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2189, "all_permissive": false }
ansible_role
alexforsale/mali
598b69df88ea97b0e963117a4b3e903ef673c222
0
roles/network
7,774
[ "no_license" ]
[ { "path": "roles/network/templates/systemd-networkd-config-wired.j2", "content": "[Match]\nName={{ net_iface }}\n\n[Network]\n{% if ( ( net_ipv4 is defined and net_ipv4 == 'dhcp' ) and\n ( net_ipv6 is defined and net_ipv6 == 'dhcp' ) ) %}\nDCHP=yes\n{% endif %}\n{% if net_ipv4 == 'dhcp' and not net_ipv6 %}...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3744, "all_permissive": false }
ansible_role
alexforsale/mali
598b69df88ea97b0e963117a4b3e903ef673c222
0
roles/pacman
7,774
[ "no_license" ]
[ { "path": "roles/pacman/defaults/main.yaml", "content": "---\nessential_packages:\n - ansible\n - base-devel\n - bash-completion\n - intel-ucode\n - man-db\n - man-pages\n - nfs-utils\n - openssh\n - screen\n - sudo\n - texinfo\n - vi\n - vim\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 971, "all_permissive": false }
ansible_role
lpabon/ansible-pwx-tester
ef96cdc90a9422dbf8accaa62b77247e7745d6e4
1
roles/common
7,774
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: install required packages\n yum: name={{ packages }} state=present disable_gpg_check=yes\n vars:\n packages:\n - fio\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": true }
ansible_role
lpabon/ansible-pwx-tester
ef96cdc90a9422dbf8accaa62b77247e7745d6e4
1
roles/security
7,774
[ "permissive" ]
[ { "path": "roles/security/tasks/main.yml", "content": "- name: get token from kubernetes\n command: kubectl {{ kubeargs }} -n {{ token_ns }} get secret {{ token_name }} -o json\n register: tokensecret\n connection: local\n when: token_ns is defined and token_name is defined\n\n- set_fact:\n pxtoken: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": true }
ansible_role
lpabon/ansible-pwx-tester
ef96cdc90a9422dbf8accaa62b77247e7745d6e4
1
roles/volume
7,774
[ "permissive" ]
[ { "path": "roles/volume/tasks/main.yml", "content": "- name: checking cluster status\n command: /opt/pwx/bin/pxctl -j status\n register: clusterstatus\n failed_when: '(clusterstatus.stdout | from_json).status != \"STATUS_OK\"'\n\n- name: check volume exists\n shell: /opt/pwx/bin/pxctl volume list | grep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 848, "all_permissive": true }
ansible_role
lpabon/ansible-pwx-tester
ef96cdc90a9422dbf8accaa62b77247e7745d6e4
1
roles/volume-check
7,774
[ "permissive" ]
[ { "path": "roles/volume-check/tasks/main.yml", "content": "- set_fact:\n testvolumeid: \"{{ hostvars['portworx_vars']['testvolumeid'] }}\"\n\n- debug:\n msg: \"testvolumeid {{ testvolumeid }}\"\n\n- name: delete volume\n command: /opt/pwx/bin/pxctl -j volume delete -f {{ testvolumeid }}\n register: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": true }
ansible_role
faulbeha/ansible-repo
c9287336e097705313c795bc9a1c0e66935d6a61
0
roles/backend
7,774
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: install rvm\n shell: curl -sSL https://rvm.io/mpapis.asc | gpg --import - ; \\curl -sSL https://get.rvm.io | bash -s stable\n become: true\n become_user: rails\n- name: install ruby req's\n apt:\n name: \"{{ item }}\"\n with_items:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1413, "all_permissive": false }
ansible_role
faulbeha/ansible-repo
c9287336e097705313c795bc9a1c0e66935d6a61
0
roles/base
7,774
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Update all packages to the latest version\n apt:\n upgrade: dist\n update_cache: yes\n\n- name: Install common system packages via apt\n apt:\n name: \"{{ item }}\"\n with_items:\n - \"git\"\n - \"sudo\"\n - \"curl\"\n\n- user:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2035, "all_permissive": false }
ansible_role
faulbeha/ansible-repo
c9287336e097705313c795bc9a1c0e66935d6a61
0
roles/db
7,774
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "- name: install pgsql\n apt:\n name: postgresql\n state: present\n sudo: yes\n- name: install pgsql-contrib\n apt:\n name: postgresql-contrib\n state: present\n sudo: yes\n- name: install pip\n shell: bash -c \"cd /tmp; wget https://bootstrap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1224, "all_permissive": false }
ansible_role
faulbeha/ansible-repo
c9287336e097705313c795bc9a1c0e66935d6a61
0
roles/frontend
7,774
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: install node.js\n apt:\n name: \"{{ item }}\"\n with_items:\n - \"build-essential\"\n - \"curl\"\n - \"bzip2\"\n - \"gawk\"\n - \"gcc\"\n - \"make\"\n - \"zlib1g-dev\" \n - \"libreadline6-dev\" \n - \"libyaml-0-2\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 997, "all_permissive": false }
ansible_role
faulbeha/ansible-repo
c9287336e097705313c795bc9a1c0e66935d6a61
0
roles/mailer
7,774
[ "no_license" ]
[ { "path": "roles/mailer/tasks/main.yml", "content": "- name: install postfix\n apt:\n name: postfix\n state: present\n- name: get config\n template:\n src: /etc/ansible/roles/mailer/templates/postfix.cf.j2\n dest: /etc/postfix/main.cf\n owner: root\n group: root\n mode: \"u=rw,g=r,o=r\"\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 541, "all_permissive": false }
ansible_role
dcna-dev/kubernetes
88a369277fe22fccb4c5881a2101598ee5cd5020
0
roles/common
7,773
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n\n- name: Removing docker packages provided for the distro\n yum:\n name: ['docker', 'docker-client', 'docker-client-latest', 'docker-common', 'docker-latest', 'docker-latest-logrotate', 'docker-logrotate','docker-engine-selinux', 'docker-engine...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1842, "all_permissive": false }
ansible_role
dcna-dev/kubernetes
88a369277fe22fccb4c5881a2101598ee5cd5020
0
roles/master
7,773
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yaml", "content": "---\n\n- name: Executing kubeadm config images pull\n shell: kubeadm config images pull\n\n- name: Initializing the Kubernetes' master\n shell: kubeadm init\n ignore_errors: yes\n\n- name: Creating the nodes' join command\n shell: /usr/bin/kubeadm to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2277, "all_permissive": false }
ansible_role
dcna-dev/kubernetes
88a369277fe22fccb4c5881a2101598ee5cd5020
0
roles/nodes
7,773
[ "no_license" ]
[ { "path": "roles/nodes/tasks/main.yaml", "content": "---\n\n- name: Executing kubeadm join command to join the cluster\n command: \"{{ hostvars['KUBEADM_DUMMY']['kubeadm_join'] }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
BOSE-13/ACT-7.1
880ed5e649151b7d40a6ba8fd57c30cdc0305eb9
0
roles/base
7,773
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n - name: install updates (CentOS)\n tags: always\n dnf:\n name: \"*\"\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n - name: install updates for Ubuntu servers\n tags: always\n apt: \n upgrade: dist \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
karimfadl/vagrant-kops-ansible
25b5fc0c33b61ed21da16a851e9e8ad305f6ee4b
0
roles/create-k8scluster
7,773
[ "no_license" ]
[ { "path": "roles/create-k8scluster/templates/env.j2", "content": "#!/bin/bash\nexport AWS_ACCESS_KEY_ID=\"{{ aws_access_key }}\"\nexport AWS_SECRET_ACCESS_KEY=\"{{ aws_secret_key }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/create-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 799, "all_permissive": false }
ansible_role
karimfadl/vagrant-kops-ansible
25b5fc0c33b61ed21da16a851e9e8ad305f6ee4b
0
roles/delete-k8scluster
7,773
[ "no_license" ]
[ { "path": "roles/delete-k8scluster/tasks/main.yaml", "content": "---\n- name: Delete the cluster\n shell: \"kops delete cluster {{ cluster_name }} --state {{ state_store }} --yes\"\n\n- s3_bucket:\n name: \"{{ state_store | replace('s3://', '') }}\"\n state: absent\n region: \"{{ aws_region }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
karimfadl/vagrant-kops-ansible
25b5fc0c33b61ed21da16a851e9e8ad305f6ee4b
0
roles/kops
7,773
[ "no_license" ]
[ { "path": "roles/kops/tasks/main.yaml", "content": "---\n- name: Download Kops binaries\n get_url:\n url: \"{{ kops_download_path }}\"\n dest: /usr/local/bin/kops\n owner: vagrant\n group: vagrant\n mode: 0755\n force: 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": 180, "all_permissive": false }
ansible_role
karimfadl/vagrant-kops-ansible
25b5fc0c33b61ed21da16a851e9e8ad305f6ee4b
0
roles/kubectl
7,773
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/main.yaml", "content": "---\n# Install Kubectl\n- name: Download Kubectl binaries\n get_url:\n url: \"{{ kubectl_download_path }}\"\n dest: /usr/local/bin\n owner: vagrant\n group: vagrant\n mode: 0755\n force: yes\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
karimfadl/vagrant-kops-ansible
25b5fc0c33b61ed21da16a851e9e8ad305f6ee4b
0
roles/system
7,773
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n- name: Install EPEL Repo\n yum: name=epel-release state=present\n\n- name: Update The System Packages\n yum: name=* state=latest update_cache=yes\n\n- name: Ensure NTP (for time synchronization) is installed.\n yum: name=ntp state=present\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1157, "all_permissive": false }
ansible_role
pascal71/k8s4all-ansible
c51df0d4b0b9d89bc1cf34580b9bed5a63d74fd1
1
roles/cni
7,773
[ "no_license" ]
[ { "path": "roles/cni/tasks/cilium_install.yml", "content": "- name: Adding Cilium helm repo\n shell: helm repo add cilium https://helm.cilium.io/\n\n- name: Installing Cilium Container Network Plugin\n shell: helm upgrade --install cilium cilium/cilium --version {{ k8s.cni_version }} --namespace kube-syst...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2857, "all_permissive": false }