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
YuryShcharbina/training_projects
dd84c9c25d90766e4c0501ba37857e8448453bb3
0
task6/main/ansible_playbook/roles/install_psql
7,662
[ "no_license" ]
[ { "path": "task6/main/ansible_playbook/roles/install_psql/README.md", "content": "Role Name\n=========\n\nInstall postgresql-client-13\n\nAuthor Information\n------------------\n\n<NAME>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "task6/main/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 604, "all_permissive": false }
ansible_role
YuryShcharbina/training_projects
dd84c9c25d90766e4c0501ba37857e8448453bb3
0
task6/main/ansible_playbook/roles/postgresql_up
7,662
[ "no_license" ]
[ { "path": "task6/main/ansible_playbook/roles/postgresql_up/tasks/main.yml", "content": "---\n- name: Create db container\n community.docker.docker_container:\n name: test_db\n image: postgres\n container_default_behavior: no_defaults\n auto_remove: yes\n detach: yes\n ports:\n - \"54...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 511, "all_permissive": false }
ansible_role
YuryShcharbina/training_projects
dd84c9c25d90766e4c0501ba37857e8448453bb3
0
task7/zabbix/zabbix_agents_install/roles/install_zabbix_agent
7,662
[ "no_license" ]
[ { "path": "task7/zabbix/zabbix_agents_install/roles/install_zabbix_agent/tasks/main.yml", "content": "---\n- name: Install Zabbix repository\n apt:\n deb: https://repo.zabbix.com/zabbix/5.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_5.0-1+focal_all.deb\n\n- name: Install Zabbix agent\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 636, "all_permissive": false }
ansible_role
larsks/moc-grafana
2ee0c19de3387763b7e62613b1d1ab683bed8ce6
0
roles/docker
7,657
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: install docker repository\n get_url:\n url: \"{{ docker_repository_url }}\"\n dest: /etc/yum.repos.d/docker-ce.repo\n force: true\n\n- name: install docker\n package:\n name: \"{{ docker_packages }}\"\n state: installed\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1318, "all_permissive": false }
ansible_role
larsks/moc-grafana
2ee0c19de3387763b7e62613b1d1ab683bed8ce6
0
roles/grafana
7,657
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n- name: pull grafana image\n docker_image:\n name: grafana/grafana\n\n- name: create grafana data volume\n docker_volume:\n state: present\n name: grafana_data\n\n- name: create grafana network\n docker_network:\n state: present\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 774, "all_permissive": false }
ansible_role
larsks/moc-grafana
2ee0c19de3387763b7e62613b1d1ab683bed8ce6
0
roles/journal
7,657
[ "no_license" ]
[ { "path": "roles/journal/tasks/main.yml", "content": "---\n- name: create persistent journal\n file:\n path: /var/log/journal\n state: directory\n owner: root\n group: systemd-journal\n mode: \"2755\"\n register: journal\n\n- name: ensure tmpfiles exist\n command: >-\n systemd-tmpfiles ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 429, "all_permissive": false }
ansible_role
larsks/moc-grafana
2ee0c19de3387763b7e62613b1d1ab683bed8ce6
0
roles/metadata
7,657
[ "no_license" ]
[ { "path": "roles/metadata/defaults/main.yml", "content": "---\nmetadata_url: http://169.254.169.254/openstack/latest/meta_data.json\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/metadata/tasks/main.yml", "content": "---\n- name: fetch...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 231, "all_permissive": false }
ansible_role
larsks/moc-grafana
2ee0c19de3387763b7e62613b1d1ab683bed8ce6
0
roles/systemd
7,657
[ "no_license" ]
[ { "path": "roles/systemd/tasks/main.yml", "content": "---\n- name: install ansible-pull units\n copy:\n src: \"{{ item }}\"\n dest: \"/etc/systemd/system/{{ item }}\"\n register: units\n loop:\n - ansible-pull@.service\n - ansible-pull@.timer\n\n- name: reload systemd\n when: units is change...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
Otus-DevOps-2019-11/deribinvladimir_infra
7e15b6954a95eeaa7f1c1e185ceb7a0cfe83f82b
0
ansible/roles/app
7,657
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# tasks file for app\n- name: Show env\n debug:\n msg: \"This host is in {{ env }} environment!\"\n\n- include: ruby.yml\n- include: puma.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1320, "all_permissive": false }
ansible_role
Otus-DevOps-2019-11/deribinvladimir_infra
7e15b6954a95eeaa7f1c1e185ceb7a0cfe83f82b
0
ansible/roles/db
7,657
[ "no_license" ]
[ { "path": "ansible/roles/db/README.md", "content": "###### Status of master branch builds: [![Build Status](https://travis-ci.com/deribinvladimir/otus201911-ansible4-db-role.svg?branch=master)](https://travis-ci.com/deribinvladimir/otus201911-ansible4-db-role)\n\n# ansible4 db role\n\n### ansible-3\n###### ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2651, "all_permissive": false }
ansible_role
thiyagsdevops/devops
da5358cefd74a4e9481a4f3126c82b62bd29f48d
0
install/roles/lidop_host_preparation
7,657
[ "no_license" ]
[ { "path": "install/roles/lidop_host_preparation/tasks/main.yml", "content": "---\n\n- name: read files\n find:\n paths: \"{{ playbook_dir }}/roles/lidop_host_preparation/tasks\"\n patterns: \"^((?!main).)*$\"\n recurse: true\n use_regex: true\n register: includes_master\n when: node == \"mas...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2048, "all_permissive": false }
ansible_role
mo7medsalah7/udacity-devops-project3
a079356d465a6ea006446e8228c2d244ae09ba00
1
.circleci/ansible/roles/configure-server
7,657
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"Adding Nodejs\"\n become: true\n shell: |\n curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -\n\n- name: \"Install Node.js Version 13\"\n become: true\n apt:\n name: [\"nodejs\"]\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 312, "all_permissive": false }
ansible_role
mo7medsalah7/udacity-devops-project3
a079356d465a6ea006446e8228c2d244ae09ba00
1
.circleci/ansible/roles/deploy
7,657
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/files/readme.md", "content": "## Deployment files goes here\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"Directory for Bac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1318, "all_permissive": false }
ansible_role
PSU-Research-Computing/psurc-ansible-cluster-config
48ae46740caeb51abb0859b53fa893c8361a94ab
1
roles/cluster_users
7,657
[ "no_license" ]
[ { "path": "roles/cluster_users/handlers/main.yml", "content": "---\n- name: sync users\n command: rocks sync users\n sudo: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/cluster_users/tasks/main.yml", "content": "---\n- name: ens...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 813, "all_permissive": false }
ansible_role
PSU-Research-Computing/psurc-ansible-cluster-config
48ae46740caeb51abb0859b53fa893c8361a94ab
1
roles/ldap_sync
7,657
[ "no_license" ]
[ { "path": "roles/ldap_sync/tasks/main.yml", "content": "---\n- name: ensure groups are created\n group: name={{ item }} state=present\n with_items: cluster_groups\n sudo: yes\n\n- name: Look up UIDs from ldapsearch\n shell: \"ldapsearch -x uid={{ item.uid }} uidnumber gecos | egrep '^(uidnumber|gecos): ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2137, "all_permissive": false }
ansible_role
PSU-Research-Computing/psurc-ansible-cluster-config
48ae46740caeb51abb0859b53fa893c8361a94ab
1
roles/stats
7,657
[ "no_license" ]
[ { "path": "roles/stats/tasks/main.yml", "content": "---\n- name: Get me the stats sir\n debug: msg=\"{{ ansible_hostname }} VCPUs {{ansible_processor_vcpus}} Mem(MB){{ ansible_memtotal_mb}} \"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
EbookFoundation/regluit-provisioning
11ddd5be333d420a42e95b012555d2cc24c79b5e
5
roles/regluit_common
7,657
[ "no_license" ]
[ { "path": "roles/regluit_common/templates/celery/celerybeat.j2", "content": "# \n# to be placed at /etc/defaults/celerybeat\n\n# Where to chdir at start.\nCELERYBEAT_CHDIR=\"{{ project_path }}/\"\n\n# Path to celerybeat\nCELERYBEAT=\"{{ project_path }}/{{ virtualenv_name }}/bin/django-admin.py celerybeat\"\...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5269, "all_permissive": false }
ansible_role
EbookFoundation/regluit-provisioning
11ddd5be333d420a42e95b012555d2cc24c79b5e
5
roles/regluit_dev
7,657
[ "no_license" ]
[ { "path": "roles/regluit_dev/templates/activate_venv.sh.j2", "content": "#!/bin/bash\ncd {{ project_path }}\nsource {{ virtualenv_name }}/bin/activate\necho Local setup of Regluit complete!\necho To start the django development server, run:\necho ./manage.py runserver {{ django_server_ip }}:{{ django_server...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2976, "all_permissive": false }
ansible_role
EbookFoundation/regluit-provisioning
11ddd5be333d420a42e95b012555d2cc24c79b5e
5
roles/regluit_prod
7,657
[ "no_license" ]
[ { "path": "roles/regluit_prod/templates/celery/celeryd.j2", "content": "CELERYD_NODES=\"w1\"\nCELERY_APP=\"regluit\"\nCELERYD_CHDIR=\"{{ project_path }}/\"\nCELERYD_LOG_FILE=\"/var/log/celery/%n.log\"\nCELERYD_PID_FILE=\"/var/run/celery/%n.pid\"\nCELERY_BIN=\"{{ project_path }}/{{ virtualenv_name }}/bin/cel...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 18504, "all_permissive": false }
ansible_role
leo-the-nardo/ansible-kubernetes-aws
f7fb34c038a363fe53380ecd59f78f8db09bf0e2
0
deploy-app-v1/roles/deploy-app
7,657
[ "no_license" ]
[ { "path": "deploy-app-v1/roles/deploy-app/tasks/deploy-app.yml", "content": "- name: Create directory to giropops-app\n# https://docs.ansible.com/ansible/latest/collections/ansible/builtin/file_module.html\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n mode: '0755'\n with_ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1721, "all_permissive": false }
ansible_role
leo-the-nardo/ansible-kubernetes-aws
f7fb34c038a363fe53380ecd59f78f8db09bf0e2
0
deploy-app-v2/roles/deploy-app-v2
7,657
[ "no_license" ]
[ { "path": "deploy-app-v2/roles/deploy-app-v2/tasks/deploy-app-v2.yml", "content": "- name: Install pip\n ansible.builtin.apt:\n name: python3-pip\n state: present\n\n- name: Install dependencies for k8s module\n ansible.builtin.pip:\n name:\n - openshift\n - kubernetes\n - PyYAML\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1243, "all_permissive": false }
ansible_role
leo-the-nardo/ansible-kubernetes-aws
f7fb34c038a363fe53380ecd59f78f8db09bf0e2
0
provisioning/roles/creating-instances
7,657
[ "no_license" ]
[ { "path": "provisioning/roles/creating-instances/tasks/provisioning.yml", "content": "# https://docs.ansible.com/ansible/latest/collections/amazon/aws/ec2_security_group_module.html\n- name: Creating Security Group\n delegate_to: localhost\n register: basic_firewall\n amazon.aws.ec2_security_group:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4719, "all_permissive": false }
ansible_role
leo-the-nardo/ansible-kubernetes-aws
f7fb34c038a363fe53380ecd59f78f8db09bf0e2
0
setup-k8s/roles/create-cluster
7,657
[ "no_license" ]
[ { "path": "setup-k8s/roles/create-cluster/tasks/init-cluster.yml", "content": "# This playbook should be run on the MASTER node to initialize the cluster\n- name: Remove old k8s cluster if existing\n ansible.builtin.command:\n cmd: kubeadm reset --force\n register: kubeadm_reset\n\n- name: Initialize k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2206, "all_permissive": false }
ansible_role
leo-the-nardo/ansible-kubernetes-aws
f7fb34c038a363fe53380ecd59f78f8db09bf0e2
0
setup-k8s/roles/install-helm
7,657
[ "no_license" ]
[ { "path": "setup-k8s/roles/install-helm/tasks/install-helm.yml", "content": "- name: Download helm\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n dest: /tmp/get_helm.sh\n mode: '0775'\n register: helm_download\n\n- name: Install helm\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
leo-the-nardo/ansible-kubernetes-aws
f7fb34c038a363fe53380ecd59f78f8db09bf0e2
0
setup-k8s/roles/install-k8s
7,657
[ "no_license" ]
[ { "path": "setup-k8s/roles/install-k8s/tasks/install.yml", "content": "## setup containerd\n- name: Insall kernel linux modules\n ansible.builtin.copy:\n src: ./roles/install-k8s/files/k8s.conf # relative from playbook execution\n dest: /etc/modules-load.d/k8s.conf\n mode: \"644\"\n\n- name: Add o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2407, "all_permissive": false }
ansible_role
leo-the-nardo/ansible-kubernetes-aws
f7fb34c038a363fe53380ecd59f78f8db09bf0e2
0
setup-k8s/roles/install-prometheus-stack
7,657
[ "no_license" ]
[ { "path": "setup-k8s/roles/install-prometheus-stack/handlers/main.yml", "content": "---\n# handlers file for install-prometheus-stack\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "setup-k8s/roles/install-prometheus-stack/tasks/install-kube-prom...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 879, "all_permissive": false }
ansible_role
leo-the-nardo/ansible-kubernetes-aws
f7fb34c038a363fe53380ecd59f78f8db09bf0e2
0
setup-k8s/roles/join-workers
7,657
[ "no_license" ]
[ { "path": "setup-k8s/roles/join-workers/tasks/join-cluster.yml", "content": "# This runs on the WORKER nodes\n- name: Output hostvars\n ansible.builtin.debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - {{ hostvars }}\"\n- name: Output hostvars join_token\n ansible.builtin.debug:\n msg: \"[WORKER] K8S_TOKE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 827, "all_permissive": false }
ansible_role
b401/tbz_hf_va_poc-lan
0cc803c90ff4f3bca5b35b134c7e6c7de53597e8
0
ansible/roles/common
7,657
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: include add_user.yml\n include_tasks: add_user.yml\n- name: include add_keys.yml\n include_tasks: add_keys.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "ansible/roles/com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 143, "all_permissive": false }
ansible_role
b401/tbz_hf_va_poc-lan
0cc803c90ff4f3bca5b35b134c7e6c7de53597e8
0
ansible/roles/deploy-vsphere-template
7,657
[ "no_license" ]
[ { "path": "ansible/roles/deploy-vsphere-template/tasks/main.yml", "content": "---\n- name: Call terraform\n terraform:\n project_path: \"../terraform\"\n state: present\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
b401/tbz_hf_va_poc-lan
0cc803c90ff4f3bca5b35b134c7e6c7de53597e8
0
ansible/roles/nidhogg
7,657
[ "no_license" ]
[ { "path": "ansible/roles/nidhogg/files/portspecs.yml", "content": "portspecs:\n - name: nidhogg\n ports:\n - id: 22\n state: open\n - id: 8080\n state: open\n\n - name: nginx\n ports:\n - id: 22\n state: open\n - id: 80\n state: open\n\n - name: prtg\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2243, "all_permissive": false }
ansible_role
StepanR/anstraining
f2e0435ea451c0f6307024b1a985724e625b694e
0
playbooks/roles/apache2
7,657
[ "no_license" ]
[ { "path": "playbooks/roles/apache2/tasks/main.yml", "content": "---\n - name: install web components\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - apache2\n - libapache2-mod-wsgi\n\n - name: ensure mod_wsgi enabled\n apache2_module: st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
StepanR/anstraining
f2e0435ea451c0f6307024b1a985724e625b694e
0
playbooks/roles/control
7,657
[ "no_license" ]
[ { "path": "playbooks/roles/control/tasks/main.yml", "content": "---\n - name: install soft\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - curl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": false }
ansible_role
StepanR/anstraining
f2e0435ea451c0f6307024b1a985724e625b694e
0
playbooks/roles/demo_app
7,657
[ "no_license" ]
[ { "path": "playbooks/roles/demo_app/tasks/main.yml", "content": "---\n - name: install web components\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - python-pip\n - python-virtualenv\n - python-mysqldb\n\n - name: copy demo app\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 815, "all_permissive": false }
ansible_role
StepanR/anstraining
f2e0435ea451c0f6307024b1a985724e625b694e
0
playbooks/roles/mysql
7,657
[ "no_license" ]
[ { "path": "playbooks/roles/mysql/tasks/main.yml", "content": "---\n - name: install mySQL\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - mysql-server\n - python-mysqldb\n\n - name: ensure mysqld group is present\n lineinfile: dest=/etc/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 858, "all_permissive": false }
ansible_role
namesjc/mastering_ansible
c159de09a6b5db0d945588daca2f589f7614c2f6
0
roles/demo-app
7,657
[ "no_license" ]
[ { "path": "roles/demo-app/templates/demo.wsgi.j2", "content": "activate_this = '/var/www/demo/venv/bin/activate_this.py'\nwith open(activate_this) as file_:\n exec(file_.read(), dict(__file__=activate_this))\n\nimport os\nos.environ['DATABASE_URI'] = 'mysql+pymysql://{{ db_user }}:{{ db_pass }}@{{ groups...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1304, "all_permissive": false }
ansible_role
namesjc/mastering_ansible
c159de09a6b5db0d945588daca2f589f7614c2f6
0
roles/mysql
7,657
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: install mysql-server\n apt: name={{item}} state=present\n with_items:\n - mysql-server\n - python3-mysqldb\n\n- name: ensure mysql listening on all ports\n lineinfile: dest=/etc/mysql/mysql.conf.d/mysqld.cnf regexp=^bind-address line=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 605, "all_permissive": false }
ansible_role
TRQ1/ansible_roles
4958d2a420dc18cf9709fe20d212be70173243ec
0
ansible/roles/docker
7,657
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n - include: centos.yml\n when: ansible_distribution == 'CentOS' and ansible_distribution_major_version|int >= 7\n \n - include: ubuntu.yml\n when: ansible_distribution == 'Ubuntu' and ansible_distribution_major_version|int >= '16.04'...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1528, "all_permissive": false }
ansible_role
TRQ1/ansible_roles
4958d2a420dc18cf9709fe20d212be70173243ec
0
ansible/roles/os
7,657
[ "no_license" ]
[ { "path": "ansible/roles/os/tasks/main.yml", "content": "---\n - include: centos6.yml\n when: ansible_distribution == 'CentOS' and ansible_distribution_major_version|int >= 6\n\n - include: centos7.yml\n when: ansible_distribution == 'CentOS' and ansible_distribution_major_version|int >= 7\n", "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2558, "all_permissive": false }
ansible_role
TRQ1/ansible_roles
4958d2a420dc18cf9709fe20d212be70173243ec
0
ansible/roles/rvm-ruby
7,657
[ "no_license" ]
[ { "path": "ansible/roles/rvm-ruby/tasks/ubuntu.yml", "content": "---\n# 태스크명: Add repo file\n# 행동1: 템플릿 복사(소스=repo파일, 목적지, 파일권한) \n# 행동2: template 모듈의 결과값을 mariadb_list변수에 등록\n- name: Add repo file\n template: src=mariadb_ubuntu.list.j2 dest=/etc/apt/sources.list.d/mariadb.list owner=root group=root mode=0...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2625, "all_permissive": false }
ansible_role
TRQ1/ansible_roles
4958d2a420dc18cf9709fe20d212be70173243ec
0
ansible/roles/serverspec_server
7,657
[ "no_license" ]
[ { "path": "ansible/roles/serverspec_server/templates/redhat_spec.rb", "content": "require 'spec_helper'\n\n# Check default system setting\n\ndescribe selinux do\n it { should be_disabled }\nend\n\ndescribe group('root') do\n it { should have_gid 0 }\nend\n\ndescribe group('wheel') do\n it { should exist ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2884, "all_permissive": false }
ansible_role
dharmatin/infra-code-demo
d6fe16c4157cadd866c61e42f3cad50ed00e0bbb
0
roles/alb
7,666
[ "no_license" ]
[ { "path": "roles/alb/tasks/main.yml", "content": "---\n - name: Set up an Application Load Balancer\n cloudformation:\n stack_name: \"{{alb_name}}-alb\"\n state: present\n region: \"{{aws_region}}\"\n template: \"cloudformation/alb.yml\"\n template_parameters:\n VpcID: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
dharmatin/infra-code-demo
d6fe16c4157cadd866c61e42f3cad50ed00e0bbb
0
roles/cluster
7,666
[ "no_license" ]
[ { "path": "roles/cluster/tasks/main.yml", "content": "---\n - name: Set up an ECS cluster\n cloudformation:\n stack_name: \"{{cluster_name}}-cluster\"\n state: present\n region: \"{{aws_region}}\"\n template: \"cloudformation/cluster.yml\"\n template_parameters:\n VpcId: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
dharmatin/infra-code-demo
d6fe16c4157cadd866c61e42f3cad50ed00e0bbb
0
roles/ecr
7,666
[ "no_license" ]
[ { "path": "roles/ecr/tasks/main.yml", "content": "---\n - name: ECR Stack\n cloudformation:\n stack_name: \"{{ecr_name}}-ecr\"\n state: present\n region: \"{{aws_region}}\"\n template: \"cloudformation/ecr.yml\"\n template_parameters:\n RepositoryName: \"{{ecr_name}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
dharmatin/infra-code-demo
d6fe16c4157cadd866c61e42f3cad50ed00e0bbb
0
roles/service
7,666
[ "no_license" ]
[ { "path": "roles/service/tasks/main.yml", "content": "---\n - name: Set up an ECS service\n cloudformation:\n stack_name: \"{{service_name}}-ECS-service\"\n state: present\n region: \"{{aws_region}}\"\n template: \"cloudformation/service.yml\"\n template_parameters:\n Tar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 593, "all_permissive": false }
ansible_role
bachadir/textkernel_exercise
a688baf6b755130c492e7e36309dbedeebefae60
0
roles/gitlab
7,666
[ "no_license" ]
[ { "path": "roles/gitlab/vars/main.yml", "content": "---\ngitlab:\n ssh_key_location: /Users/bach/.ssh/id_rsa\n ssh_user: bahadir.tasdelen\n gitlab_default_pass: <PASSWORD>!!!", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/gitlab/tasks/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1212, "all_permissive": false }
ansible_role
bachadir/textkernel_exercise
a688baf6b755130c492e7e36309dbedeebefae60
0
roles/runner
7,666
[ "no_license" ]
[ { "path": "roles/runner/tasks/main.yml", "content": "- name: Get Server address\n ansible.builtin.command:\n cmd: cat ./hosts\n register: runner_address\n- name: Copy host address to file \n ansible.builtin.copy: \n content: '{{ runner_address.stdout }}' \n dest: ./gitlab-runner\n- name: W...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 989, "all_permissive": false }
ansible_role
jamesliulondon/virt-tools
f939cae7ce489e544418ef38b87eb2097a9352c8
0
roles/alibaba
7,666
[ "no_license" ]
[ { "path": "roles/alibaba/tasks/redhat_packages.yml", "content": "---\n- name: ensure destination dir exists\n file:\n path: \"{{shared_directory}}\"\n state: directory\n mode: 0755\n- name: download SDK\n get_url:\n url: \"{{linux_gcloud_sdk_url}}\"\n dest: \"{{shared_directory}}/{{linux_gc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 558, "all_permissive": false }
ansible_role
jamesliulondon/virt-tools
f939cae7ce489e544418ef38b87eb2097a9352c8
0
roles/awstools
7,666
[ "no_license" ]
[ { "path": "roles/awstools/tasks/main.yml", "content": "---\n- include: redhat_packages.yml\n when: ansible_os_family == \"RedHat\"\n\n- include: osx_packages.yml\n when: ansible_os_family == \"Darwin\"\n\n- include: config.yml", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2756, "all_permissive": false }
ansible_role
jamesliulondon/virt-tools
f939cae7ce489e544418ef38b87eb2097a9352c8
0
roles/azure
7,666
[ "no_license" ]
[ { "path": "roles/azure/templates/azure-cli.repo.j2", "content": "[azure-cli]\nname=Azure CLI\nbaseurl={{azure.repo_url}}\nenabled=1\ngpgcheck=1\ngpgkey={{azure.key_url}}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/azure/defaults/main.yml"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 720, "all_permissive": false }
ansible_role
jamesliulondon/virt-tools
f939cae7ce489e544418ef38b87eb2097a9352c8
0
roles/conda
7,666
[ "no_license" ]
[ { "path": "roles/conda/defaults/main.yml", "content": "conda_url:\n linux:\n 3: https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh\n osx:\n 3: https://repo.anaconda.com/archive/Anaconda3-2020.02-MacOSX-x86_64.pkg\nshared_directory: \"{{ ansible_user_dir }}/shared\"\n", "license_...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1158, "all_permissive": false }
ansible_role
jamesliulondon/virt-tools
f939cae7ce489e544418ef38b87eb2097a9352c8
0
roles/gcloud
7,666
[ "no_license" ]
[ { "path": "roles/gcloud/tasks/osx_packages.yml", "content": "---\n- name: check python 3 prerequisite\n shell: python --version\n register: python_version\n\n- name: ensure shared directory\n file:\n path: \"{{shared_directory}}\"\n state: directory\n mode: 0755\n when: \"{{python_version.stdo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 986, "all_permissive": false }
ansible_role
atingupta2005/Automation-with-ansible-playbooks
57fa7bd84edc1c8ac7a9b2ba6962801d971f2b9a
1
Section4/02-ansible-roles/roles/update_repos
7,666
[ "no_license" ]
[ { "path": "Section4/02-ansible-roles/roles/update_repos/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/update_repos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "Section4/02-ansible-roles/roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 309, "all_permissive": false }
ansible_role
atingupta2005/Automation-with-ansible-playbooks
57fa7bd84edc1c8ac7a9b2ba6962801d971f2b9a
1
Section4/02-ansible-roles/roles/xyz_tomcat
7,666
[ "no_license" ]
[ { "path": "Section4/02-ansible-roles/roles/xyz_tomcat/vars/main.yml", "content": "---\n# vars file for roles/xyz_tomcat\n req_tomcat_ver: 9.0.41\n tomcat_url: http://mirrors.estointernet.in/apache/tomcat/tomcat-{{req_tomcat_ver.split('.')[0]}}/v{{req_tomcat_ver}}/bin/apache-tomcat-{{req_tomcat_ver}}.tar.gz\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1024, "all_permissive": false }
ansible_role
lucques/system-config
4b5efa6676891325a960aa11ce8d03465a06a874
0
ansible/roles/linux-desktop-pub
7,666
[ "no_license" ]
[ { "path": "ansible/roles/linux-desktop-pub/vars/main.yml", "content": "---\npackages_apt:\n # Desktop\n - i3\n - i3lock-fancy\n - thunar\n - arandr\n\n # Web & Mail\n - firefox-esr\n - thunderbird\n\n # Misc tools\n - galculator\n - flameshot\n - ghex\n - filezilla\n - meld\n - gitg\n - poed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3016, "all_permissive": false }
ansible_role
Polaris0112/Port-Management-System
71d05d33b509289f35ec95ca02cb7a96d1cb4bd8
8
roles/fetch_files
7,666
[ "no_license" ]
[ { "path": "roles/fetch_files/tasks/main.yml", "content": "- name: Copy grap port script\n copy: src=\"grap_port.sh\" dest=/tmp/grap_port.sh mode=0755 owner=root group=root\n\n- name: Garp port data\n shell: sh /tmp/grap_port.sh\n\n- name: Fetch port data from remote nodes \n fetch:\n src: \"/tmp/grap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1877, "all_permissive": false }
ansible_role
MaxBab/ansible-collection.rhsi
63f91072da68b0d6c00e2d5653dec1b56d2cf60b
0
roles/hive_cluster_claim
7,666
[ "permissive" ]
[ { "path": "roles/hive_cluster_claim/tasks/main.yml", "content": "---\n- name: Set ocp working directories path\n ansible.builtin.set_fact:\n working_path: \"{{ lookup('env', 'PWD') }}/{{ main_logs_dir }}/{{ clusters_dir }}\"\n cl_details_file_path: \"{{ lookup('env', 'PWD') }}/{{ main_logs_dir }}/{{ ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6688, "all_permissive": true }
ansible_role
MaxBab/ansible-collection.rhsi
63f91072da68b0d6c00e2d5653dec1b56d2cf60b
0
roles/hive_pool
7,666
[ "permissive" ]
[ { "path": "roles/hive_pool/defaults/main.yml", "content": "# Two possible options: 'present' or 'absent'\nstate: present\n\nhive_kubeconfig:\nhive_namespace:\n\npull_secret:\nssh_key:\nssh_pub_key:\n\n# hive_pools: []\n\n# hive_pools_credentials: []\n", "license_type": "permissive", "detected_licens...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6820, "all_permissive": true }
ansible_role
EladDafna/Ansible-Kubernetes_Project
9338337ddf1be53ae99f4ec9845602694527e40e
1
roles/check_health
7,666
[ "no_license" ]
[ { "path": "roles/check_health/defaults/main.yml", "content": "---\n# defaults file for check_health\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/check_health/vars/main.yml", "content": "---\n# vars file for check_health\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 716, "all_permissive": false }
ansible_role
EladDafna/Ansible-Kubernetes_Project
9338337ddf1be53ae99f4ec9845602694527e40e
1
roles/cluster_kind
7,666
[ "no_license" ]
[ { "path": "roles/cluster_kind/handlers/main.yml", "content": "---\n# handlers file for cluster_kind\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/cluster_kind/vars/main.yml", "content": "---\n# vars file for cluster_kind\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1090, "all_permissive": false }
ansible_role
EladDafna/Ansible-Kubernetes_Project
9338337ddf1be53ae99f4ec9845602694527e40e
1
roles/configure_load_balancer
7,666
[ "no_license" ]
[ { "path": "roles/configure_load_balancer/vars/main.yml", "content": "---\n# vars file for configure_load_balancer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/configure_load_balancer/tasks/main.yml", "content": "---\n# tasks file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1140, "all_permissive": false }
ansible_role
EladDafna/Ansible-Kubernetes_Project
9338337ddf1be53ae99f4ec9845602694527e40e
1
roles/docker
7,666
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "# tasks file for docker\n---\n- name: Update apt and install dependencies\n apt:\n update_cache: yes\n name:\n - openssh-server\n - openssh-client\n - net-tools\n - apt-transport-https\n - ca-certificates\n - curl\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 888, "all_permissive": false }
ansible_role
EladDafna/Ansible-Kubernetes_Project
9338337ddf1be53ae99f4ec9845602694527e40e
1
roles/kubernetes
7,666
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n#task for kubernetes\n- name: Apply ConfigMap for index.html\n kubernetes.core.k8s:\n state: present\n definition: \"{{ lookup('file', '/home/ubuntu/Ansible/roles/kubernetes/templates/configmap.yaml') }}\"\n\n- name: Apply Nginx Deployment...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1572, "all_permissive": false }
ansible_role
Mudpuppy12/docker-cfssl
0f9767614920e4a8ae093fbc648f29b5acc2ab85
1
ansible/roles/gencert
7,665
[ "no_license" ]
[ { "path": "ansible/roles/gencert/tasks/keytool.yml", "content": "---\n- name: install java for keytool utility\n yum:\n name: \"java-1.8.0-openjdk\"\n state: present\n\n- name: Let's blow out any old keystores if exisiting\n file:\n path: \"/opt/cfssl/pki/java/{{ansible_fqdn}}.jks\"\n state: a...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8534, "all_permissive": false }
ansible_role
mabozkika/ansible-vagrant-lb-web
020fb3ab03a4af3a7a153c3a9ad095420948dd16
0
roles/loadbalancer
7,665
[ "no_license" ]
[ { "path": "roles/loadbalancer/tasks/main.yml", "content": "---\n- name: Update and upgrade apt packages\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400 #One day\n\n- name: Install Nginx\n apt: pkg=nginx state=installed update_cache=true\n notify:\n - Start Nginx\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 533, "all_permissive": false }
ansible_role
mabozkika/ansible-vagrant-lb-web
020fb3ab03a4af3a7a153c3a9ad095420948dd16
0
roles/web
7,665
[ "no_license" ]
[ { "path": "roles/web/handlers/main.yml", "content": "---\n# web servers handlers file\n\n- name: start apache2\n service: name=apache2 state=started\n\n- name: stop httpd\n service: name=apache2 state=stopped\n\n- name: restart apache2\n service: name=apache2 state=restarted", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 918, "all_permissive": false }
ansible_role
aaronpederson/docker-fish
c2e3e38813bdc700c885eb29b73f65477596a415
0
develop/roles/telusdigital.fish
7,665
[ "no_license" ]
[ { "path": "develop/roles/telusdigital.fish/meta/main.yml", "content": "---\ndependencies:\n\ngalaxy_info:\n author: \"<NAME>\"\n company: \"TELUS digital\"\n description: \"fish - the friendly interactive shell\"\n license: MIT\n platforms:\n - name: Ubuntu\n versions:\n - precise\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1205, "all_permissive": false }
ansible_role
ralphharo/oha_automation
3387321fcb6d10263fd0073db3e809202abc7ca7
0
roles/deploy
7,665
[ "no_license" ]
[ { "path": "roles/deploy/templates/ohaProfile.sh", "content": "#!/bin/bash\nset -o vi\n\nexport SPARK_HOME=/opt/spark-1.6.0-bin-hadoop2.4\nexport POPHEALTH_HOME=/opt/pophealth-loaders\nexport OHP_HOME=/opt/orionhealth\nexport DAEMON_HOME=/etc/init.d\n\nexport ES_HOME=/usr/share/elasticsearch\nexport CONF_DIR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4133, "all_permissive": false }
ansible_role
ralphharo/oha_automation
3387321fcb6d10263fd0073db3e809202abc7ca7
0
roles/elasticsearch
7,665
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/standalone.yml", "content": "- hosts: all\n sudo: True \n \n tasks:\n \n - stat: \"path={{ certs_home }}\"\n register: certs\n \n - file: \"path={{ certs_home }} state=directory mode=0755\"\n when: certs.stat.isdir is not defined\n\n - copy: \"src=...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9207, "all_permissive": false }
ansible_role
ralphharo/oha_automation
3387321fcb6d10263fd0073db3e809202abc7ca7
0
roles/getInstanceId
7,665
[ "no_license" ]
[ { "path": "roles/getInstanceId/tasks/main.yml", "content": "--- \n- hosts: localhost \n gather_facts: no \n vars: \n region: us-west-2\n name: Qa \n tasks: \n - name: get instance id\n command: aws ec2 describe-instances --filter Name=tag:Name,Values={{ name }} \n --que...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
ralphharo/oha_automation
3387321fcb6d10263fd0073db3e809202abc7ca7
0
roles/provision-cluster
7,665
[ "no_license" ]
[ { "path": "roles/provision-cluster/tasks/main.yml", "content": "# Start multiple ec2 instances with instance-specific tags assigned to each\n#\n- hosts: localhost\n pre_tasks:\n - include_vars: ec2_vars/clusterConfig.yml\n - include_vars: ec2_vars/config.yml \n \n tasks:\n - name: Launch Instan...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2901, "all_permissive": false }
ansible_role
ralphharo/oha_automation
3387321fcb6d10263fd0073db3e809202abc7ca7
0
roles/s3
7,665
[ "no_license" ]
[ { "path": "roles/s3/tasks/main.yml", "content": "---\n# s3 role\n - debug: msg=\"Artifact Name {{ artifact }}\"\n \n - name: get oha_artifacts directory status\n stat: path=\"{{ oha_artifacts }}\"\n register: ohaDir\n ignore_errors: True\n \n - file: \"path={{ oha_artifacts }} re...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1200, "all_permissive": false }
ansible_role
ralphharo/oha_automation
3387321fcb6d10263fd0073db3e809202abc7ca7
0
roles/spark
7,665
[ "no_license" ]
[ { "path": "roles/spark/templates/spark-env.sh", "content": "JAVA_HOME=\"/opt/orionhealth/FrontEndPlatform/jre\"\n\nSPARK_LOCAL_IP=\nSPARK_MASTER_IP=\nSPARK_WORKER_CORES=2\nSPARK_WORKER_MEMORY=2g\nSPARK_PUBLIC_DNS=\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 }...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3785, "all_permissive": false }
ansible_role
turnrye/home-lab-automation
91d09c632af2b09ebc2f91470874174a5cbda4eb
0
roles/funkwhale
7,665
[ "no_license" ]
[ { "path": "roles/funkwhale/tasks/setup-funkwhale.yml", "content": "--- \n - name: Create temporary file for pv\n tempfile:\n state: file\n suffix: temp\n register: tempfile_1\n - template:\n src: pv.j2\n dest: \"{{ tempfile_1.path }}\"\n - name: Setup pv\n shell: |\n . ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4030, "all_permissive": false }
ansible_role
turnrye/home-lab-automation
91d09c632af2b09ebc2f91470874174a5cbda4eb
0
roles/gitea
7,665
[ "no_license" ]
[ { "path": "roles/gitea/tasks/setup-gitea.yml", "content": "--- \n - name: Create temporary file for pv\n tempfile:\n state: file\n suffix: temp\n register: tempfile_1\n - template:\n src: pv.j2\n dest: \"{{ tempfile_1.path }}\"\n - name: Setup pv\n shell: |\n . ./.profi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3068, "all_permissive": false }
ansible_role
turnrye/home-lab-automation
91d09c632af2b09ebc2f91470874174a5cbda4eb
0
roles/gitlab
7,665
[ "no_license" ]
[ { "path": "roles/gitlab/templates/pv.j2", "content": "apiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: lidarr-3-pv\nspec:\n capacity:\n storage: 10Gi\n accessModes:\n - ReadWriteOnce\n iscsi:\n targetPortal: 10.0.80.251:3260\n portals: ['10.0.80.251:3260']\n iqn: iqn.2005-10.org....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1685, "all_permissive": false }
ansible_role
turnrye/home-lab-automation
91d09c632af2b09ebc2f91470874174a5cbda4eb
0
roles/home-assistant
7,665
[ "no_license" ]
[ { "path": "roles/home-assistant/templates/pv.j2", "content": "apiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: home-assistant-pv\nspec:\n capacity:\n storage: 5Gi\n accessModes:\n - ReadWriteOnce\n nfs:\n server: {{ nfs_server_host }}\n path: /mnt/beta/k8s/home-assistant\n---\napiVe...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1773, "all_permissive": false }
ansible_role
turnrye/home-lab-automation
91d09c632af2b09ebc2f91470874174a5cbda4eb
0
roles/k8s
7,665
[ "no_license" ]
[ { "path": "roles/k8s/templates/metallb.j2", "content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n namespace: metallb-system\n name: config\ndata:\n config: |\n address-pools:\n - name: default\n protocol: layer2\n addresses:\n - 10.0.80.11-10.0.80.20", "license_type": "no_lice...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 7868, "all_permissive": false }
ansible_role
turnrye/home-lab-automation
91d09c632af2b09ebc2f91470874174a5cbda4eb
0
roles/k8s-dashboard
7,665
[ "no_license" ]
[ { "path": "roles/k8s-dashboard/tasks/setup-k8s-dashboard.yml", "content": "--- \n - name: Create temporary file for pv\n tempfile:\n state: file\n suffix: temp\n register: tempfile_1\n - template:\n src: helm-config.yaml.j2\n dest: \"{{ tempfile_1.path }}\"\n - name: Setup kube...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 855, "all_permissive": false }
ansible_role
turnrye/home-lab-automation
91d09c632af2b09ebc2f91470874174a5cbda4eb
0
roles/mariadb
7,665
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/setup-mariadb.yml", "content": "--- \n - name: Create temporary file for pv\n tempfile:\n state: file\n suffix: temp\n register: tempfile_1\n - template:\n src: pv.j2\n dest: \"{{ tempfile_1.path }}\"\n - name: Setup pv\n shell: |\n . ./.p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2234, "all_permissive": false }
ansible_role
turnrye/home-lab-automation
91d09c632af2b09ebc2f91470874174a5cbda4eb
0
roles/nextcloud
7,665
[ "no_license" ]
[ { "path": "roles/nextcloud/templates/helm-config.yaml.j2", "content": "image:\n tag: latest\n pullPolicy: Always\npersistence:\n enabled: true\n existingClaim: nextcloud-pvc\ningress:\n enabled: true\n certManager: true\n hosts: \n - nextcloud.turnrye.com\n annotations: \n kubernetes.io/ingres...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3381, "all_permissive": false }
ansible_role
turnrye/home-lab-automation
91d09c632af2b09ebc2f91470874174a5cbda4eb
0
roles/plex
7,665
[ "no_license" ]
[ { "path": "roles/plex/tasks/main.yml", "content": "---\n - include: setup-plex.yml\n run_once: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/plex/templates/pv.j2", "content": "apiVersion: v1\nkind: PersistentVolume\nmetadata:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3454, "all_permissive": false }
ansible_role
turnrye/home-lab-automation
91d09c632af2b09ebc2f91470874174a5cbda4eb
0
roles/postgres
7,665
[ "no_license" ]
[ { "path": "roles/postgres/templates/pv.j2", "content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: postgres-config\n labels:\n app: postgres\ndata:\n POSTGRES_DB: postgresdb\n POSTGRES_USER: postgresadmin\n POSTGRES_PASSWORD: <PASSWORD>\n---\napiVersion: v1\nkind: PersistentVolume\nmetadata:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2263, "all_permissive": false }
ansible_role
turnrye/home-lab-automation
91d09c632af2b09ebc2f91470874174a5cbda4eb
0
roles/prometheus
7,665
[ "no_license" ]
[ { "path": "roles/prometheus/templates/helm-config.yaml.j2", "content": "alertmanager:\n persistentVolume:\n existingClaim: prometheus-alertmanager-pvc\n ingress:\n enabled: true\n hosts: \n - alertmanager.turnrye.com\n annotations: \n kubernetes.io/ingress.class: nginx\n certman...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2917, "all_permissive": false }
ansible_role
turnrye/home-lab-automation
91d09c632af2b09ebc2f91470874174a5cbda4eb
0
roles/sonarr
7,665
[ "no_license" ]
[ { "path": "roles/sonarr/templates/pv.j2", "content": "apiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: sonarr-3-pv\nspec:\n capacity:\n storage: 1Ti\n accessModes:\n - ReadWriteOnce\n iscsi:\n targetPortal: 10.0.80.251:3260\n portals: ['10.0.80.251:3260']\n iqn: iqn.2005-10.org.f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1779, "all_permissive": false }
ansible_role
turnrye/home-lab-automation
91d09c632af2b09ebc2f91470874174a5cbda4eb
0
roles/tik
7,665
[ "no_license" ]
[ { "path": "roles/tik/templates/telegraf-pv.j2", "content": "apiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: telegraf-pv\nspec:\n capacity:\n storage: 1Ti\n accessModes:\n - ReadWriteOnce\n nfs:\n server: {{ nfs_server_host }}\n path: /mnt/beta/k8s/telegraf\n---\napiVersion: v1\nkin...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 5068, "all_permissive": false }
ansible_role
sajid-7/Ansible-project
d123b3dc2e803973dcdbe503b94bcceefc39e583
0
project/roles/role1
7,665
[ "no_license" ]
[ { "path": "project/roles/role1/tasks/main.yml", "content": "- name: This is role1 Now we create five users in every nodes\n user: name='{{item}}' state=present\n with_items:\n - sajid\n - rahim\n - nadeem\n - ameen\n - faheem\n\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
sajid-7/Ansible-project
d123b3dc2e803973dcdbe503b94bcceefc39e583
0
project/roles/role2
7,665
[ "no_license" ]
[ { "path": "project/roles/role2/tasks/main.yml", "content": "---\n- name: INSTALL HTTPD & RESTART ON TEST GROUP\n command: yum install httpd -y\n\n\n- name: START ON TEST GROUP\n command: systemctl restart httpd\n", "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
sajid-7/Ansible-project
d123b3dc2e803973dcdbe503b94bcceefc39e583
0
project/roles/role3
7,665
[ "no_license" ]
[ { "path": "project/roles/role3/tasks/main.yml", "content": "- name: DEPLOYMENT ON DEV & PROD SERVERS (GITHUB -- > PULL FROM PLAYBOOK) ALL GROUPS\n git:\n repo: \"Git_hub_Url\"\n dest: \"var/www/html/index.html\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
sajid-7/Ansible-project
d123b3dc2e803973dcdbe503b94bcceefc39e583
0
project/roles/role4
7,665
[ "no_license" ]
[ { "path": "project/roles/role4/tasks/main.yml", "content": "- name: INSTALL DOCKER ON REDHAT BY USING CONDITIONS DEV GROUP\n when: ansible_os_family== \"RedHat\"\n command: yum install docker -y\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
sajid-7/Ansible-project
d123b3dc2e803973dcdbe503b94bcceefc39e583
0
project/roles/role5
7,665
[ "no_license" ]
[ { "path": "project/roles/role5/tasks/main.yml", "content": "- name: INSTALL NUMPY & PANDAS ON ALL GROUPS\n pip:\n name: NumPy\n name: Pandas\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
sajid-7/Ansible-project
d123b3dc2e803973dcdbe503b94bcceefc39e583
0
project/roles/role6
7,665
[ "no_license" ]
[ { "path": "project/roles/role6/tasks/main.yml", "content": "- name: INSTALL JENKINS IN PROD SERVERS\n get_url:\n url: https://pkg.jenkins.io/redhat-stable/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n\n- name: Getting second key link of jenkins\n ansible.builtin.rpm_key:\n state: present\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 663, "all_permissive": false }
ansible_role
gunboat/ansible-config
d788a560ce20ddb2216d3d1e4f05be5df65bdf2a
0
roles/chrome
7,665
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "---\n\n- name: install pycurl\n apt: name=python-pycurl state=present\n\n- name: get Chrome key\n apt_key: url=https://dl-ssl.google.com/linux/linux_signing_key.pub state=present\n\n- name: add Chrome PPA\n apt_repository: repo='deb http://dl.google.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
gunboat/ansible-config
d788a560ce20ddb2216d3d1e4f05be5df65bdf2a
0
roles/docker
7,665
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: get Docker key\n apt_key:\n keyserver: p80.pool.sks-keyservers.net\n id: <KEY>\n state: present\n\n- name: add Docker PPA\n apt_repository: repo='deb https://apt.dockerproject.org/repo ubuntu-trusty main' state=present update_cac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
gunboat/ansible-config
d788a560ce20ddb2216d3d1e4f05be5df65bdf2a
0
roles/gradle
7,665
[ "no_license" ]
[ { "path": "roles/gradle/tasks/main.yml", "content": "---\n\n- name: Gradle | download\n get_url:\n url: \"https://services.gradle.org/distributions/gradle-{{gradle_version}}-all.zip\"\n dest: \"/tmp/gradle-{{gradle_version}}-all.zip\"\n checksum: '{{gradle_checksum}}'\n register: downloaded\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 964, "all_permissive": false }
ansible_role
gunboat/ansible-config
d788a560ce20ddb2216d3d1e4f05be5df65bdf2a
0
roles/groovy
7,665
[ "no_license" ]
[ { "path": "roles/groovy/defaults/main.yml", "content": "---\n\ngroovy_version: 2.4.5\ngroovy_checksum: 'sha1:3a9ced3a324fc9c6122b108c5c75d99118da75c5'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/groovy/files/etc/profile.d/groovy.sh", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 816, "all_permissive": false }
ansible_role
gunboat/ansible-config
d788a560ce20ddb2216d3d1e4f05be5df65bdf2a
0
roles/intellij
7,665
[ "no_license" ]
[ { "path": "roles/intellij/vars/main.yml", "content": "---\n\nintellij_archive: \"ideaIU-{{intellij_ver}}.tar.gz\"\nintellij_url: \"{{intellij_mirror}}/{{intellij_archive}}\"\nintellij_subdir: \"idea-IU-{{intellij_subdir_ver}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 926, "all_permissive": false }
ansible_role
gunboat/ansible-config
d788a560ce20ddb2216d3d1e4f05be5df65bdf2a
0
roles/lein
7,665
[ "no_license" ]
[ { "path": "roles/lein/tasks/main.yml", "content": "---\n\n- name: download leiningen\n get_url:\n url: https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein\n dest: /tmp/lein\n checksum: 'sha1:ef30f53be163b01eeb9b533dd940b17532353337'\n register: download\n\n- name: install lein...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
gunboat/ansible-config
d788a560ce20ddb2216d3d1e4f05be5df65bdf2a
0
roles/maven
7,665
[ "no_license" ]
[ { "path": "roles/maven/defaults/main.yml", "content": "---\n\nmaven_version: 3.3.9\nmaven_checksum: 'sha1:5b4c117854921b527ab6190615f9435da730ba05'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/maven/tasks/main.yml", "content": "---\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 839, "all_permissive": false }
ansible_role
gunboat/ansible-config
d788a560ce20ddb2216d3d1e4f05be5df65bdf2a
0
roles/nodejs
7,665
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: get NodeJS signing key\n apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key state=present\n\n- name: add NodeJS PPA\n apt_repository: repo='deb https://deb.nodesource.com/node_5.x trusty main' state=present update_cache=yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 307, "all_permissive": false }
ansible_role
gunboat/ansible-config
d788a560ce20ddb2216d3d1e4f05be5df65bdf2a
0
roles/oracle-java7
7,665
[ "no_license" ]
[ { "path": "roles/oracle-java7/meta/main.yml", "content": "---\n\ndependencies:\n - { role: software-properties-common }\n - { role: oracle-license }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/oracle-java7/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 509, "all_permissive": false }