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
Hossam-elemam/LAMP-Stack-Ansible-project
e15e27a91a480abf3255e998719a76d5115acfd8
0
apache-project/roles/apache
7,869
[ "no_license" ]
[ { "path": "apache-project/roles/apache/tasks/main.yml", "content": " - name: install httpd\n yum:\n name: httpd\n state: installed\n - name: start and enable httpd\n systemd:\n name: httpd\n state: started\n enabled: yes\n - name: Install MYSQL DB Community edition\n yum:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 861, "all_permissive": false }
ansible_role
titopixelfusion/cms-skeleton
708a03550b0b72a300c035224789f69e4e04e7b1
1
provisioning/ansible/roles/application
7,869
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/application/tasks/main.yml", "content": "---\n- stat: path={{ app_path }}/vendor\n register: vendordir\n\n- name: make sure applicable folders are writable\n file:\n path={{ item }}\n state=directory\n mode=0777\n recurse=yes\n with_items:\n - \"{{ app...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 897, "all_permissive": false }
ansible_role
titopixelfusion/cms-skeleton
708a03550b0b72a300c035224789f69e4e04e7b1
1
provisioning/ansible/roles/base
7,869
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/base/handlers/main.yml", "content": "---\n- name: update timezone\n shell: dpkg-reconfigure --frontend noninteractive tzdata\n\n- name: restart ssh\n service: name=ssh state=restarted\n\n- name: restart ntp\n service: name=ntp state=restarted\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 988, "all_permissive": false }
ansible_role
titopixelfusion/cms-skeleton
708a03550b0b72a300c035224789f69e4e04e7b1
1
provisioning/ansible/roles/beanstalkd
7,869
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/beanstalkd/tasks/main.yml", "content": "---\n- name: install beanstalkd\n apt: pkg=beanstalkd state=latest\n\n#- name: update beanstalkd init file\n# template:\n# dest=/etc/init.d/beanstalkd\n# src=beanstalkd.j2\n# owner=root\n# group=root\n# mode=0755\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
titopixelfusion/cms-skeleton
708a03550b0b72a300c035224789f69e4e04e7b1
1
provisioning/ansible/roles/dotdeb
7,869
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/dotdeb/vars/main.yml", "content": "---\ndebian_version: jessie\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "provisioning/ansible/roles/dotdeb/tasks/main.yml", "content": "---\n- name: add dotdeb repo\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 367, "all_permissive": false }
ansible_role
titopixelfusion/cms-skeleton
708a03550b0b72a300c035224789f69e4e04e7b1
1
provisioning/ansible/roles/elasticsearch
7,869
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/elasticsearch/tasks/main.yml", "content": "---\n- name: install OpenJDK\n apt: pkg=openjdk-7-jre state=latest\n\n# - name: Add the Oracle Java PPA\n# apt_repository: repo='deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main' state=present update_cache=ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1130, "all_permissive": false }
ansible_role
titopixelfusion/cms-skeleton
708a03550b0b72a300c035224789f69e4e04e7b1
1
provisioning/ansible/roles/fail2ban
7,869
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/fail2ban/tasks/main.yml", "content": "---\n- name: install fail2ban\n apt: pkg=fail2ban state=latest\n\n- name: configure fail2ban\n template: backup=yes\n dest=/etc/fail2ban/jail.local\n src=fail2ban-jail.conf\n owner=root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
titopixelfusion/cms-skeleton
708a03550b0b72a300c035224789f69e4e04e7b1
1
provisioning/ansible/roles/mariadb-server
7,869
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/mariadb-server/tasks/main.yml", "content": "---\n- name: install pgp key\n apt_key: keyserver=keyserver.ubuntu.com id=0xcbcb082a1bb943db state=present\n\n- name: add mariadb repo\n apt_repository: repo='deb http://mariadb.mirror.digitalpacific.com.au/repo/10.1/debian ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1412, "all_permissive": false }
ansible_role
titopixelfusion/cms-skeleton
708a03550b0b72a300c035224789f69e4e04e7b1
1
provisioning/ansible/roles/php7
7,869
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/php7/vars/main.yml", "content": "---\nphp_memory_limit: 1G\nphp_error_reporting: E_ALL\nphp_display_errors: On\nphp_startup_errors: On\ntimezone: UTC\ndebian_version: jessie\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3691, "all_permissive": false }
ansible_role
titopixelfusion/cms-skeleton
708a03550b0b72a300c035224789f69e4e04e7b1
1
provisioning/ansible/roles/phpserver
7,869
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/phpserver/handlers/main.yml", "content": "---\n- name: restart php-fpm\n service: name=php7-fpm state=restarted\n\n- name: reload php-fpm\n service: name=php7-fpm state=reloaded\n\n- name: restart nginx\n service: name=nginx state=restarted\n\n", "license_type": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4521, "all_permissive": false }
ansible_role
titopixelfusion/cms-skeleton
708a03550b0b72a300c035224789f69e4e04e7b1
1
provisioning/ansible/roles/webserver
7,869
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/webserver/tasks/main.yml", "content": "---\n- name: add nginx repo\n apt_repository: repo='{{ item }} http://nginx.org/packages/mainline/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release|lower }} nginx' state=present\n with_items:\n - deb\n - deb...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2467, "all_permissive": false }
ansible_role
st0ne-dot-at/openshift-flask-kerberos-example
109d6f26b82eb98bf619a57b9ece41d11ca9fafe
1
ansible/roles/openshift
7,869
[ "no_license" ]
[ { "path": "ansible/roles/openshift/defaults/main.yml", "content": "flask_app_namespace: flask-krb5-auth\nobject_label: flask-krb5-auth-sample\napp_name: flask-krb5-app\ngen_password: \"{{ lookup('password', '/dev/null length=15 chars=ascii_letters') }}\"\n", "license_type": "no_license", "detected_l...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7049, "all_permissive": false }
ansible_role
st0ne-dot-at/openshift-flask-kerberos-example
109d6f26b82eb98bf619a57b9ece41d11ca9fafe
1
ansible/roles/service_principal
7,869
[ "no_license" ]
[ { "path": "ansible/roles/service_principal/tasks/main.yml", "content": "---\n- name: add service principal\n ldap_attr:\n dn: \"{{ use_mapped_user }}\"\n name: servicePrincipalName\n values: \"HTTP/{{ use_service_principal }}\"\n bind_dn: \"{{ use_bind_dn }}\"\n bind_pw: \"{{ use_bind_pw }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2546, "all_permissive": false }
ansible_role
daniel-ds/ansible-fun
bfab0a62f1d0c233642d879a4602fb5a14873cde
0
refactor-plays/roles/create_config_bucket
7,869
[ "no_license" ]
[ { "path": "refactor-plays/roles/create_config_bucket/tasks/main.yml", "content": "- name: Create S3 bucket\n# Use s3_bucket instead of aws_s3 to create bucket as it lets you enable versioning and add tags if we wanted.\n s3_bucket:\n region: \"{{ aws_region }}\"\n name: \"{{ s3_config_bucket }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 850, "all_permissive": false }
ansible_role
daniel-ds/ansible-fun
bfab0a62f1d0c233642d879a4602fb5a14873cde
0
refactor-plays/roles/upload_config
7,869
[ "no_license" ]
[ { "path": "refactor-plays/roles/upload_config/tasks/main.yml", "content": "- name: Ensure Temporary directories are absent\n file:\n path: \"{{ base_temp_dir }}\"\n state: absent\n- name: Create top level directory\n file:\n path: \"{{ base_temp_dir }}\"\n state: directory\n- name: Create new ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 905, "all_permissive": false }
ansible_role
autowarefoundation/autoware-github-runner-ansible
4421dc1dd40e1334aaa72d855ad540b678a07d64
2
roles/docker_engine
7,872
[ "permissive" ]
[ { "path": "roles/docker_engine/tasks/main.yaml", "content": "- name: Uninstall old versions\n become: true\n ansible.builtin.apt:\n name:\n - docker.io\n - docker-compose\n - docker-compose-v2\n - docker-doc\n - podman-docker\n - containerd\n - runc\n state: absent...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1801, "all_permissive": true }
ansible_role
autowarefoundation/autoware-github-runner-ansible
4421dc1dd40e1334aaa72d855ad540b678a07d64
2
roles/runner_configuration
7,872
[ "permissive" ]
[ { "path": "roles/runner_configuration/README.md", "content": "# runner_configuration\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 23 }, { "path": "roles/runner_configuration/files/cleanup_script.sh", "content": "#!/bin/bash\n\necho ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2280, "all_permissive": true }
ansible_role
autowarefoundation/autoware-github-runner-ansible
4421dc1dd40e1334aaa72d855ad540b678a07d64
2
roles/useful_apps
7,872
[ "permissive" ]
[ { "path": "roles/useful_apps/README.md", "content": "# useful_apps\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 14 }, { "path": "roles/useful_apps/tasks/main.yaml", "content": "- name: Ensure apt cache is updated\n apt:\n update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 347, "all_permissive": true }
ansible_role
JerryFelano/fluffy-memory
d8969d6af75f4d036cf3cf203df0f517316b67ba
0
roles/oscript
7,872
[ "no_license" ]
[ { "path": "roles/oscript/tasks/install_oscript.yml", "content": "- name: Check updates...\n block:\n - name: Local version is equial\n ansible.builtin.debug:\n msg: \"Installed version: {{ local_latest_version.stdout }}\"\n - name: Stop update oscript\n ansible.builtin.meta:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1415, "all_permissive": false }
ansible_role
Ekimkuznetsov/ci-cd-pipeline
289538c420920787b25f1f05d6be646eb5dae2ce
0
petclinic_ci/Terraform/modules/ansible/roles/docker
7,872
[ "no_license" ]
[ { "path": "petclinic_ci/Terraform/modules/ansible/roles/docker/tasks/main.yaml", "content": "- name: Install Docker\n ansible.builtin.apt:\n name:\n - docker\n - docker.io\n - docker-registry\n state: latest\n\n- name: Install pip\n ansible.builtin.apt:\n name: \n - python3-pi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 569, "all_permissive": false }
ansible_role
Ekimkuznetsov/ci-cd-pipeline
289538c420920787b25f1f05d6be646eb5dae2ce
0
petclinic_ci/Terraform/modules/ansible/roles/git
7,872
[ "no_license" ]
[ { "path": "petclinic_ci/Terraform/modules/ansible/roles/git/tasks/main.yaml", "content": "- name: install git\n ansible.builtin.apt:\n name:\n - git\n state: latest\n\n- name: installing java\n ansible.builtin.apt:\n name:\n - openjdk-8-jdk\n state: present\n ", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
Ekimkuznetsov/ci-cd-pipeline
289538c420920787b25f1f05d6be646eb5dae2ce
0
petclinic_ci/Terraform/modules/ansible/roles/maven-node-npm
7,872
[ "no_license" ]
[ { "path": "petclinic_ci/Terraform/modules/ansible/roles/maven-node-npm/tasks/main.yaml", "content": "- name: adding repo\n become: true\n shell: curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -\n\n- name: install nodeJs\n become: true\n shell: sudo apt -y install nodejs\n\n- name: install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 629, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
imgeng-demo-tool/roles/deploy
7,872
[ "no_license" ]
[ { "path": "imgeng-demo-tool/roles/deploy/tasks/main.yml", "content": "- name: Application | Git pull the latest code\n become: no\n git: repo=<EMAIL>:ScientiaMobile/{{ project }}.git\n dest={{ source_path }}/{{ project }}\n accept_hostkey=yes\n force=yes\n version={{version}}\n\n- name: Applic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 757, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
imgeng-demo-tool/roles/docker-provisioning
7,872
[ "no_license" ]
[ { "path": "imgeng-demo-tool/roles/docker-provisioning/tasks/main.yml", "content": "- name: Docker | Data\n docker:\n hostname: \"{{ansible_hostname}}-doc-data\"\n name: \"{{project}}-data\"\n image: ubuntu:14.04\n state: reloaded\n volumes:\n - \"{{ app_path }}:/u/apps/site\"\n - /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2185, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
sysadmin/Master-Conf/AnsibleConfig/roles/common
7,872
[ "no_license" ]
[ { "path": "sysadmin/Master-Conf/AnsibleConfig/roles/common/tasks/main.yml", "content": "# Common tasks\n\n- name: Add common packages\n apt: name={{ item }} state=present\n with_items:\n - curl\n - wget\n - pcregrep\n - htop\n - iftop\n - pv\n\n- name: Ensure consistent hostname\n scrip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
sysadmin/Master-Conf/roles/common
7,872
[ "no_license" ]
[ { "path": "sysadmin/Master-Conf/roles/common/files/set_hostname.sh", "content": "#!/usr/bin/env sh\n\nHOSTNAME=$1\nFQDN=$2\nDOMAIN=\"scientiamobile.local\"\n\nif [ \"$HOSTNAME\" = \"\" ] || [ \"$HOSTNAME\" = \"$FQDN\" ]; then\n\tFQDN=\"$HOSTNAME.$DOMAIN\"\n\techo \"Setting FQDN: $FQDN\"\n\techo $FQDN > /etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1487, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
sysadmin/Master-Conf/roles/docker-cleanup
7,872
[ "no_license" ]
[ { "path": "sysadmin/Master-Conf/roles/docker-cleanup/tasks/main.yml", "content": "---\n- name: Docker - Remove exited container \n shell: docker rm $(docker ps -aq)\n ignore_errors: yes\n\n- name: Docker Images - Remove unused images\n shell: docker rmi $(docker images -aq)\n ignore_errors: yes\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
sysadmin/Master-Conf/roles/docker-install
7,872
[ "no_license" ]
[ { "path": "sysadmin/Master-Conf/roles/docker-install/tasks/main.yml", "content": "---\n- name: Ensure https support for apt is installed\n apt:\n name=apt-transport-https\n state=present\n update_cache=yes\n\n- name: Ensure ca-certificates is installed\n apt:\n name=ca-certificates\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1450, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
sysadmin/Master-Conf/roles/install-composer
7,872
[ "no_license" ]
[ { "path": "sysadmin/Master-Conf/roles/install-composer/tasks/main.yml", "content": "---\n- name: Download Composer\n shell: php -r \"copy('https://getcomposer.org/installer', 'composer-setup.php');\"\n\n- name: Setup\n shell: php -r \"if (hash_file('SHA384', 'composer-setup.php') === 'e115a8dc7871f15d8531...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2011, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
sysadmin/Master-Conf/roles/ipa
7,872
[ "no_license" ]
[ { "path": "sysadmin/Master-Conf/roles/ipa/tasks/main.yml", "content": "- name: Install FreeIPA Client\n apt: name=freeipa-client ensure=present\n\n#- name: Enroll FreeIPA Client\n# command: ipa-client-install --unattended --debug --enable-dns-updates --mkhomedir --password 'foo'\n# command: ipa-client-in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
sysadmin/Master-Conf/roles/kernel-update
7,872
[ "no_license" ]
[ { "path": "sysadmin/Master-Conf/roles/kernel-update/tasks/main.yml", "content": "---\n- name: APT | kernel update\n apt: name={{item}} state=present update_cache=yes \n with_items:\n - linux-image-generic-lts-xenial\n - linux-headers-generic-lts-xenial\n# - linux-image-extra-virtual\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
sysadmin/Master-Conf/roles/openmanage
7,872
[ "no_license" ]
[ { "path": "sysadmin/Master-Conf/roles/openmanage/tasks/main.yml", "content": "---\n- name: Dir | ensure path exists\n file: path=/u/apps state=directory\n\n- name: Copy file\n shell: curl -sSL https://raw.githubusercontent.com/kamermans/docker-openmanage/master/openmanage.sh > /u/apps/openmanage.sh\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
sysadmin/Master-Conf/roles/zabbix
7,872
[ "no_license" ]
[ { "path": "sysadmin/Master-Conf/roles/zabbix/defaults/main.yml", "content": "---\nzabbix_agent_config_server: zabbix.scientiamobile.local\nzabbix_agent_config_server_active: zabbix.scientiamobile.local\nzabbix_agent_config_hostname: '{{ inventory_hostname_short }}'\nzabbix_agent_config_start_agents: 3\nzabb...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1297, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
sysadmin/deploy-repo/roles/composer_run
7,872
[ "no_license" ]
[ { "path": "sysadmin/deploy-repo/roles/composer_run/tasks/main.yml", "content": "---\n- name: Composer self-update\n shell: $(which composer) self-update \n become: yes\n\n- name: Composer Install\n composer: command=install working_dir=\"{{ app_path }}\"\n become: yes\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
sysadmin/deploy-repo/roles/docker_run
7,872
[ "no_license" ]
[ { "path": "sysadmin/deploy-repo/roles/docker_run/tasks/main.yml", "content": "--- \n- name: Docker Login\n become: yes\n docker_login: \n username: \"{{ docker_hub_username }}\"\n password: \"{{ <PASSWORD> }}\"\n email: \"{{ docker_hub_email }}\"\n\n- name: Docker Compose UP\n become: yes\n sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
web.wurfl.io/roles/deploy_repo
7,872
[ "no_license" ]
[ { "path": "web.wurfl.io/roles/deploy_repo/tasks/main.yml", "content": " - name: Application | Create application dir\n sudo: yes\n file: path={{ source_path }} state=directory owner={{ app_user }} group={{ app_group }} mode=0775\n \n - name: Application | Git pull the latest code\n git: repo=<...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
web.wurfl.io/roles/dock
7,872
[ "no_license" ]
[ { "path": "web.wurfl.io/roles/dock/tasks/main.yml", "content": " - name: Application | Create application dir\n become: yes\n sh: cd {{ source_path }}/{{ app_path}}/docker && docker compose up -d\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
wit/roles/common
7,872
[ "no_license" ]
[ { "path": "wit/roles/common/files/configure_docker.sh", "content": "#!/bin/sh\n\nset -e\n\nif [ $# -lt 1 ]; then\n echo \"Usage: sudo ./configure_docker0.sh <ip/CIDR>\"\n echo \" examples: \"\n echo \" ./configure_docker0.sh 10.200.0.57/16\"\n echo \" ./configure_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2135, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
wurfl-db/deploy/roles/application
7,872
[ "no_license" ]
[ { "path": "wurfl-db/deploy/roles/application/defaults/main.yml", "content": "---\n# application\napp_name: app\napp_base_dir: /var/apps/app\napp_releases_dir: \"{{app_base_dir}}/releases\"\napp_shared_dir: \"{{app_base_dir}}/shared\"\napp_root_dir: \"{{app_base_dir}}/current/public\"\napp_env: production\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5573, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
wurfl-db/provisioning/roles/application
7,872
[ "no_license" ]
[ { "path": "wurfl-db/provisioning/roles/application/templates/secrets.yml.j2", "content": "{{app_env}}:\n secret_key_base: {{app_secret_key_base}}\n rollbar_server_key: {{rollbar_server_key}}\n rollbar_client_key: {{rollbar_client_key}}\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4347, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
wurfl-db/provisioning/roles/base
7,872
[ "no_license" ]
[ { "path": "wurfl-db/provisioning/roles/base/tasks/git.yml", "content": "- name: Install git packages\n apt: pkg={{ item }} state=installed\n with_items:\n - git\n - git-core\n\n- name: \"Fetching SSH Keys for known hosts\"\n local_action: command ssh-keyscan -t rsa {{ item }}\n with_items:\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4714, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
wurfl-db/provisioning/roles/monitoring
7,872
[ "no_license" ]
[ { "path": "wurfl-db/provisioning/roles/monitoring/templates/etc_monit_conf.redis.j2", "content": "check process redis with pidfile /var/run/redis/{{ redis_port }}.pid\n start program \"/etc/init.d/redis_{{ redis_port }} start\"\n stop program \"/etc/init.d/redis_{{ redis_port }} stop\"\n if failed host 1...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 694, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
wurfl-db/provisioning/roles/mysql
7,872
[ "no_license" ]
[ { "path": "wurfl-db/provisioning/roles/mysql/tasks/main.yml", "content": "---\n- name: install build depends\n apt: pkg={{ item }} state=latest install_recommends=no\n with_items:\n - libmysqlclient-dev\n\n- name: Add pidfile parameter\n lineinfile: dest=/etc/mysql/my.cnf insertafter=\"^socket.+\" lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 528, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
wurfl-db/provisioning/roles/nginx_passenger
7,872
[ "no_license" ]
[ { "path": "wurfl-db/provisioning/roles/nginx_passenger/defaults/main.yml", "content": "---\npassenger_root: /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini\npassenger_ruby: /usr/bin/ruby\n\nnginx_worker_processes: \"4\"\nnginx_worker_connections: \"768\"\nnginx_keepalive_timeout: \"65\"\nnginx_add...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1767, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
wurfl-db/provisioning/roles/ruby
7,872
[ "no_license" ]
[ { "path": "wurfl-db/provisioning/roles/ruby/tasks/main.yml", "content": "---\n- name: install everything that we need to compile ruby and gems\n apt: pkg={{ item }} state=latest install_recommends=no\n with_items:\n - autoconf\n - automake\n - bison\n - build-essential\n - curl\n - git\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3791, "all_permissive": false }
ansible_role
scientian/ansible-playbooks
882ae2e42942299fd2f6f8f04d3106df71c749b9
0
wurfl-db/provisioning/roles/sidekiq
7,872
[ "no_license" ]
[ { "path": "wurfl-db/provisioning/roles/sidekiq/meta/main.yml", "content": "---\ndependencies:\n - { role: common }\n - { role: monitoring, monitored_services: [] }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "wurfl-db/provisioning/roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 581, "all_permissive": false }
ansible_role
Silverkron/ansible-ec2-update-scaling-group
c2fe0ee2483a7049f00e48a4c7b5766d22fae0b3
0
roles/create-ami
7,872
[ "no_license" ]
[ { "path": "roles/create-ami/tasks/main.yml", "content": "---\n- name: Create new AMI\n ec2_ami:\n region: \"{{ aws_region }}\"\n instance_id: \"{{ aws_ec2_id }}\"\n name: \"suite-{{ lookup('pipe', 'date +%Y%m%d%H%M%S') }}\"\n wait: yes\n state: present\n register: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
Silverkron/ansible-ec2-update-scaling-group
c2fe0ee2483a7049f00e48a4c7b5766d22fae0b3
0
roles/create-launcher
7,872
[ "no_license" ]
[ { "path": "roles/create-launcher/tasks/main.yml", "content": "---\n- name: Create new launch configuration\n ec2_lc:\n region: \"{{ aws_region }}\"\n name: \"suite-{{ lookup('pipe', 'date +%Y%m%d%H%M%S') }}\"\n image_id: \"{{ ami.image_id }}\"\n instance_type: \"{{ aws_insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 559, "all_permissive": false }
ansible_role
Silverkron/ansible-ec2-update-scaling-group
c2fe0ee2483a7049f00e48a4c7b5766d22fae0b3
0
roles/scaling-group
7,872
[ "no_license" ]
[ { "path": "roles/scaling-group/tasks/main.yml", "content": "---\n- name: Update Auto Scaling Group and start to rolling instances\n ec2_asg:\n name: \"{{ aws_asg_name }}\"\n launch_config_name: \"{{ lc_result.name }}\"\n health_check_type: EC2\n health_check_period: 300\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
Guigan713/projet-DevOps-gle
e15dc6b34b94c5692dbcb6779803898200b10f40
0
ansible/playbooks/roles/app_build
7,872
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/app_build/templates/app.env.j2", "content": "DB_CONNECTION=mysql\nDB_HOST=database\nDB_PORT={{ db_port | default(3306) }}\nDB_NAME={{ db_name }}\nDB_USER={{ db_user }}\nDB_PASSWORD={{ <PASSWORD>_db_password }}\n\nENVIRONMENT={{ app_environment}}\nDOMAIN_NAME={{ domain_name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 15142, "all_permissive": false }
ansible_role
Guigan713/projet-DevOps-gle
e15dc6b34b94c5692dbcb6779803898200b10f40
0
ansible/playbooks/roles/app_deploy
7,872
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/app_deploy/templates/app.env.j2", "content": "DB_CONNECTION=mysql\nDB_HOST=database\nDB_PORT={{ db_port | default(3306) }}\nDB_NAME={{ db_name }}\nDB_USER={{ db_user }}\nDB_PASSWORD={{ <PASSWORD>_db_password }}\n\nENVIRONMENT={{ app_environment}}\nDOMAIN_NAME={{ domain_nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5262, "all_permissive": false }
ansible_role
Guigan713/projet-DevOps-gle
e15dc6b34b94c5692dbcb6779803898200b10f40
0
ansible/playbooks/roles/dns_management
7,872
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/dns_management/README.md", "content": "# DNS Management Role\n\n## Description\nCe rôle gère la configuration DNS pour tous les services de l'application, incluant la vérification de la propagation DNS et la configuration des certificats SSL via Google Cloud DNS.\n\n## Tâc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6935, "all_permissive": false }
ansible_role
Guigan713/projet-DevOps-gle
e15dc6b34b94c5692dbcb6779803898200b10f40
0
ansible/playbooks/roles/docker_swarm
7,872
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/docker_swarm/README.md", "content": "# Docker Swarm Role\n\n## Description\nCe rôle configure un cluster Docker Swarm avec des managers et des workers, initialise les réseaux et volumes nécessaires pour l'application.\n\n## Tâches principales\n\n### 1. Initialisation du Sw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6682, "all_permissive": false }
ansible_role
Guigan713/projet-DevOps-gle
e15dc6b34b94c5692dbcb6779803898200b10f40
0
ansible/playbooks/roles/monitoring
7,872
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/monitoring/templates/prometheus.yml.j2", "content": "# Prometheus configuration for Docker Swarm\nglobal:\n scrape_interval: 15s\n evaluation_interval: 15s\n\nscrape_configs:\n - job_name: 'prometheus'\n static_configs:\n - targets: ['prometheus:9090']\n\n # ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 31384, "all_permissive": false }
ansible_role
Guigan713/projet-DevOps-gle
e15dc6b34b94c5692dbcb6779803898200b10f40
0
ansible/playbooks/roles/mysql_backup
7,872
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/mysql_backup/README.md", "content": "# MySQL Backup Role\n\n## Description\nCe rôle configure un système de sauvegarde automatisé pour MySQL avec upload vers Google Cloud Storage, incluant la rotation des logs et la planification via cron.\n\n## Tâches principales\n\n### 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5332, "all_permissive": false }
ansible_role
Guigan713/projet-DevOps-gle
e15dc6b34b94c5692dbcb6779803898200b10f40
0
ansible/playbooks/roles/node_exporter
7,872
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/node_exporter/defaults/main.yml", "content": "node_exporter_version: \"1.7.0\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "ansible/playbooks/roles/node_exporter/tasks/main.yml", "content": "---\n# Node Exp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5172, "all_permissive": false }
ansible_role
bnichols108/AWS
693c538f5f7b3bc671c13251729f113f32c21f1b
0
Personal-Projects/Personal-Project-2/configuration/ansible/roles/manage-rpms
7,872
[ "no_license" ]
[ { "path": "Personal-Projects/Personal-Project-2/configuration/ansible/roles/manage-rpms/tasks/main.yml", "content": "---\n- name: install latest VIM\n yum:\n name: vim\n state: latest\n\n- name: install latest wget\n yum:\n name: wget\n state: latest\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
bnichols108/AWS
693c538f5f7b3bc671c13251729f113f32c21f1b
0
Personal-Projects/Personal-Project-2/configuration/ansible/roles/wordpress-docker
7,872
[ "no_license" ]
[ { "path": "Personal-Projects/Personal-Project-2/configuration/ansible/roles/wordpress-docker/tasks/main.yml", "content": "---\n- name: Create docker/wordpress directory\n file:\n path: /opt/docker/wordpress\n state: directory\n owner: root\n group: root\n mode: 0755\n\n- name: Create docker-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 449, "all_permissive": false }
ansible_role
csnover/scummvm-infrastructure
d79d91ca21b3aeb4b76e9dc85dfca503556b7170
0
roles/ancient_web
7,872
[ "no_license" ]
[ { "path": "roles/ancient_web/tasks/config.yml", "content": "- name: Install {{ item }} Apache configuration\n template:\n src: \"{{ item }}.conf.j2\"\n dest: /etc/apache2/sites-available/{{ item }}.conf\n backup: yes\n register: new_apache_config\n notify:\n - reload apache2\n tags:\n - a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3613, "all_permissive": false }
ansible_role
csnover/scummvm-infrastructure
d79d91ca21b3aeb4b76e9dc85dfca503556b7170
0
roles/buildbot_forwarder
7,872
[ "no_license" ]
[ { "path": "roles/buildbot_forwarder/templates/Dockerfile.j2", "content": "FROM debian:9\nRUN apt-get update && \\\n\tDEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \\\n\t\topenssh-client && \\\n\trm -rf /var/lib/apt/lists/* && \\\n\tuseradd -s /bin/false -d /tunnel -U -M tunnel &&...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3122, "all_permissive": false }
ansible_role
csnover/scummvm-infrastructure
d79d91ca21b3aeb4b76e9dc85dfca503556b7170
0
roles/buildbot_master
7,872
[ "no_license" ]
[ { "path": "roles/buildbot_master/templates/docker-compose.master-prod.yml.j2", "content": "version: \"3\"\n\nservices:\n web:\n ports:\n - \"127.0.0.1:{{ internal_buildbot_port }}:8000\"\n restart: always\n\n # https://github.com/moby/moby/issues/35134 is happening when trying to\n # resta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4320, "all_permissive": false }
ansible_role
csnover/scummvm-infrastructure
d79d91ca21b3aeb4b76e9dc85dfca503556b7170
0
roles/buildbot_worker
7,872
[ "no_license" ]
[ { "path": "roles/buildbot_worker/handlers/main.yml", "content": "---\n- name: restart workers\n docker_service:\n project_src: /srv/buildbot\n files:\n - docker-compose.yml\n - docker-compose.worker-prod.yml\n services:\n \"{{ workers }}\"\n state: present\n restarted: true\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2476, "all_permissive": false }
ansible_role
csnover/scummvm-infrastructure
d79d91ca21b3aeb4b76e9dc85dfca503556b7170
0
roles/common
7,872
[ "no_license" ]
[ { "path": "roles/common/templates/motd.j2", "content": "It’s good to see you. This server is managed using Ansible.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/common/tasks/firewall.yml", "content": "---\n- name: Install ufw\n apt:...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4148, "all_permissive": false }
ansible_role
csnover/scummvm-infrastructure
d79d91ca21b3aeb4b76e9dc85dfca503556b7170
0
roles/docker_host
7,872
[ "no_license" ]
[ { "path": "roles/docker_host/tasks/kernel-jessie.yml", "content": "---\n- name: Add backports repository\n apt_repository:\n repo: deb http://ftp.debian.org/debian {{ ansible_lsb.codename }}-backports main\n state: present\n tags:\n - docker_host\n - packages\n\n- name: Install up-to-date kern...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3520, "all_permissive": false }
ansible_role
csnover/scummvm-infrastructure
d79d91ca21b3aeb4b76e9dc85dfca503556b7170
0
roles/ssl
7,872
[ "no_license" ]
[ { "path": "roles/ssl/tasks/main.yml", "content": "---\n- name: Install pyOpenSSL for CSR generation\n pip:\n executable: >-\n {{ \"pip3\" if\n ansible_python_interpreter is not undefined\n and ansible_python_interpreter == \"/usr/bin/python3\"\n else \"pip\" }}\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3846, "all_permissive": false }
ansible_role
alanreynosov/ansible-kubernetes-cluster-raspberry
25b664b383bf3fc7a747dd92666c19d2827173d1
0
roles/bootstrap-node
7,872
[ "no_license" ]
[ { "path": "roles/bootstrap-node/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/hardenize-node", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/bootstrap-node/vars/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4143, "all_permissive": false }
ansible_role
alanreynosov/ansible-kubernetes-cluster-raspberry
25b664b383bf3fc7a747dd92666c19d2827173d1
0
roles/setup-master
7,872
[ "no_license" ]
[ { "path": "roles/setup-master/tasks/main.yml", "content": "---\n# tasks file for roles/setup-master\n- name: reset kubeadm\n command: kubeadm reset -f\n when: kube_reset|default(false)|bool==true \n\n- name: Check if /etc/kubernetes/admin.conf\n stat:\n path: /etc/kubernetes/admin.conf\n register: ad...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2283, "all_permissive": false }
ansible_role
alanreynosov/ansible-kubernetes-cluster-raspberry
25b664b383bf3fc7a747dd92666c19d2827173d1
0
roles/setup-nodes
7,872
[ "no_license" ]
[ { "path": "roles/setup-nodes/tasks/main.yml", "content": "---\n# tasks file for roles/setup-nodes\n\n- name: reset kubeadm\n command: kubeadm reset -f\n when: kube_reset|default(false)|bool==true\n\n- name: Check if /etc/kubelet.conf\n stat:\n path: /etc/kubernetes/kubelet.conf\n register: kubelet_co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 498, "all_permissive": false }
ansible_role
rsharafeyev/kazdream-task2
956e5f3cd90e6ef4e57b8131f3eed52957b86ad0
1
roles/deploy_hello_world
7,874
[ "no_license" ]
[ { "path": "roles/deploy_hello_world/vars/main.yml", "content": "---\n# vars file for deploy_hello_world\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/deploy_hello_world/handlers/main.yml", "content": "---\n# handlers file for deploy_h...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 468, "all_permissive": false }
ansible_role
rsharafeyev/kazdream-task2
956e5f3cd90e6ef4e57b8131f3eed52957b86ad0
1
roles/deploy_nginx_balancer
7,874
[ "no_license" ]
[ { "path": "roles/deploy_nginx_balancer/vars/main.yml", "content": "---\n# vars file for deploy_nginx_balancer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/deploy_nginx_balancer/tasks/main.yml", "content": "---\n- name: Copy nginx.nom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 307, "all_permissive": false }
ansible_role
rsharafeyev/kazdream-task2
956e5f3cd90e6ef4e57b8131f3eed52957b86ad0
1
roles/install_nomad_cluster
7,874
[ "no_license" ]
[ { "path": "roles/install_nomad_cluster/defaults/main.yml", "content": "---\n# defaults file for install_nomad_cluster\nansible_user : vagrant\nansible_password : <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/install_nomad_cl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2882, "all_permissive": false }
ansible_role
mikeangeloo/wp-demo-ansible
257590ab03268d507cd4da040e7901aa780b6d47
0
provisioning/roles/ansibleunir.common
7,874
[ "no_license" ]
[ { "path": "provisioning/roles/ansibleunir.common/defaults/main.yml", "content": "---\n# defaults file for ansibleunir.common\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "provisioning/roles/ansibleunir.common/tests/test.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 329, "all_permissive": false }
ansible_role
mikeangeloo/wp-demo-ansible
257590ab03268d507cd4da040e7901aa780b6d47
0
provisioning/roles/ansibleunir.hola
7,874
[ "no_license" ]
[ { "path": "provisioning/roles/ansibleunir.hola/defaults/main.yml", "content": "---\n# defaults file for ansibleunir.hola\n\nyour_name: World\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "provisioning/roles/ansibleunir.hola/tests/test.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 303, "all_permissive": false }
ansible_role
mikeangeloo/wp-demo-ansible
257590ab03268d507cd4da040e7901aa780b6d47
0
provisioning/roles/ansibleunir.mysql
7,874
[ "no_license" ]
[ { "path": "provisioning/roles/ansibleunir.mysql/vars/main.yml", "content": "---\n# vars file for ansibleunir.mysql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "provisioning/roles/ansibleunir.mysql/tests/test.yml", "content": "---\n- hosts:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1475, "all_permissive": false }
ansible_role
mikeangeloo/wp-demo-ansible
257590ab03268d507cd4da040e7901aa780b6d47
0
provisioning/roles/ansibleunir.php
7,874
[ "no_license" ]
[ { "path": "provisioning/roles/ansibleunir.php/tasks/main.yml", "content": "---\n# tasks file for ansibleunir.php\n\n- name: Install PHP\n apt:\n state: present\n update_cache: yes\n name:\n - php\n - php-fpm\n - php-mysql\n - php-xml\n\n- name: \"Remove apache2\"\n apt:\n s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 445, "all_permissive": false }
ansible_role
mikeangeloo/wp-demo-ansible
257590ab03268d507cd4da040e7901aa780b6d47
0
provisioning/roles/ansibleunir.wordpress
7,874
[ "no_license" ]
[ { "path": "provisioning/roles/ansibleunir.wordpress/tasks/main.yml", "content": "---\n# tasks file for ansibleunir.wordpress\n# Wordpress\n- name: Copy Wordpress.zip into tmp\n copy: src=wordpress.zip dest=/tmp/wordpress.zip\n\n- name: Unzip WordPress\n unarchive: src=/tmp/wordpress.zip dest=/tmp copy=no ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4076, "all_permissive": false }
ansible_role
NinoHelfenstein/m346-ref03-ansible
6ffa55930149e55bc7ae20e63d74725c2667fd70
0
roles/build
7,874
[ "no_license" ]
[ { "path": "roles/build/tasks/main.yml", "content": "- name: Install Maven\n ansible.builtin.apt:\n name: maven\n state: present\n\n- name: Clone Ref03 repository\n ansible.builtin.git:\n repo: https://gitlab.com/bbwrl/m346-ref-card-03.git\n dest: /ref03\n\n- name: Build Ref03 Java Project\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1114, "all_permissive": false }
ansible_role
NinoHelfenstein/m346-ref03-ansible
6ffa55930149e55bc7ae20e63d74725c2667fd70
0
roles/maria
7,874
[ "no_license" ]
[ { "path": "roles/maria/tasks/main.yml", "content": "- name: Install Docker and Python\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - docker.io\n - docker-compose\n - python3\n - python3-pip\n\n- name: Clone Ref03 repository\n ansible.builtin.git:\n repo: h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
NinoHelfenstein/m346-ref03-ansible
6ffa55930149e55bc7ae20e63d74725c2667fd70
0
roles/run
7,874
[ "no_license" ]
[ { "path": "roles/run/tasks/main.yml", "content": "- name: Start the Spring Boot app using systemd\n systemd:\n name: \"ref03\"\n state: started\n enabled: yes\n become: yes ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
RyotaNakajimakun/Training
3a202f0252d5a328f42370b332dcb40536f246f9
0
ansible/roles/nvidia.nvidia_docker
7,874
[ "no_license" ]
[ { "path": "ansible/roles/nvidia.nvidia_docker/tasks/ubuntu-pre-install.yml", "content": "---\n- name: remove packages\n apt:\n name:\n - nvidia-docker\n - nvidia-docker2\n state: absent\n autoremove: yes\n purge: yes\n\n- name: add key\n apt_key:\n url: \"{{ nvidia_docker_repo_gpg...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1754, "all_permissive": false }
ansible_role
tomassundvall/poc-shippable
f0e5cae8cc14eab93385f1030cf200d2b99a53c2
0
env/roles/docker
7,874
[ "no_license" ]
[ { "path": "env/roles/docker/tasks/main.yml", "content": "---\n# file: docker/tasks/main.yml\n#\n# docker role task file\n#\n\n- name: Ensure apt-transport-https is installed\n apt: name=apt-transport-https state=present\n\n- name: Ensure ca-certificates is installed\n apt: name=ca-certificates state=prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 793, "all_permissive": false }
ansible_role
Akitsu-Lab/server-playbook
908e4d05e3ed0f180e30f0abee055c7fa2181bbc
0
roles/common
7,874
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# jdkがない場合、インストール\n- name: install jdk\n ansible.builtin.dnf:\n name: java-21-openjdk\n state: present\n update_cache: yes\n\n- name: install git\n ansible.builtin.dnf:\n name: git\n state: present\n update_cache: yes\n\n- name: g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
Akitsu-Lab/server-playbook
908e4d05e3ed0f180e30f0abee055c7fa2181bbc
0
roles/mysql
7,874
[ "no_license" ]
[ { "path": "roles/mysql/files/sample.sql", "content": "USE soto;\n\n-- 外部キー制約を一時的に無効化\nSET FOREIGN_KEY_CHECKS = 0;\n\nTRUNCATE TABLE purchases;\nTRUNCATE TABLE events;\nTRUNCATE TABLE accounts;\n\nSET FOREIGN_KEY_CHECKS = 1;\n\n-- accounts テーブルにサンプルデータを挿入\nINSERT INTO accounts (account_name, balance) VALUES\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3279, "all_permissive": false }
ansible_role
Akitsu-Lab/server-playbook
908e4d05e3ed0f180e30f0abee055c7fa2181bbc
0
roles/nginx
7,874
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# nginxがない場合、インストール\n- name: install nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n update_cache: yes\n tags: nginx\n\n# nginx.confを設置\n- name: setting nginx.conf\n ansible.builtin.template:\n src: nginx.conf.j2\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
elyesbenamor/Keycloak-User-Creation
49296b61d5a43ad25d7c695f71b252f6233b46d9
1
roles/config-load
7,868
[ "no_license" ]
[ { "path": "roles/config-load/tasks/main.yaml", "content": "---\n# Looks up whole config/credentials for instance_config_name and initiates gec_ocsre\n#\n# vars:\n# instance_config_name\n\n- name: Load config for instance {{ instance_config_name }}\n ansible.builtin.debug:\n msg: \"\"\n tags: print_ac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1996, "all_permissive": false }
ansible_role
elyesbenamor/Keycloak-User-Creation
49296b61d5a43ad25d7c695f71b252f6233b46d9
1
roles/config-load-config-file
7,868
[ "no_license" ]
[ { "path": "roles/config-load-config-file/tasks/main.yaml", "content": "---\n\n- name: Check if {{ filename }} does exist\n ansible.builtin.stat:\n path: \"{{ filename }}\"\n register: file\n\n- name: Load template\n when: file.stat.exists\n block:\n\n - name: Load {{ filename }}\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 703, "all_permissive": false }
ansible_role
elyesbenamor/Keycloak-User-Creation
49296b61d5a43ad25d7c695f71b252f6233b46d9
1
roles/keycloak-api-delete
7,868
[ "no_license" ]
[ { "path": "roles/keycloak-api-delete/tasks/main.yaml", "content": "---\n# Performs a DELETE call to Keycloak API\n#\n# vars:\n# url_path\n\n- name: Keycloak API DELETE\n ansible.builtin.uri:\n url: \"{{ gec_ocsre.keycloak.base_url }}{{ url_path }}\"\n validate_certs: \"no\"\n headers:\n Aut...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
elyesbenamor/Keycloak-User-Creation
49296b61d5a43ad25d7c695f71b252f6233b46d9
1
roles/keycloak-api-get
7,868
[ "no_license" ]
[ { "path": "roles/keycloak-api-get/tasks/main.yaml", "content": "---\n# Performs a GET call to Keycloak API\n#\n# vars:\n# url_path\n# status_code [optional, default is 200]\n\n\n- name: Keycloak API GET\n ansible.builtin.uri:\n url: \"{{ gec_ocsre.keycloak.base_url }}{{ url_path }}\"\n validate_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 629, "all_permissive": false }
ansible_role
elyesbenamor/Keycloak-User-Creation
49296b61d5a43ad25d7c695f71b252f6233b46d9
1
roles/keycloak-api-post
7,868
[ "no_license" ]
[ { "path": "roles/keycloak-api-post/tasks/main.yaml", "content": "---\n# Performs a POST call to Keycloak API\n#\n# vars:\n# url_path\n# body\n# body_format [optional, default is \"json\"]\n# headers [optional, default is\n# {\n# Accept: \"application/json\"\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1525, "all_permissive": false }
ansible_role
elyesbenamor/Keycloak-User-Creation
49296b61d5a43ad25d7c695f71b252f6233b46d9
1
roles/keycloak-api-put
7,868
[ "no_license" ]
[ { "path": "roles/keycloak-api-put/tasks/main.yaml", "content": "---\n# Performs a PUT call to Keycloak API\n#\n# vars:\n# url_path\n# body\n# status_code [optional, default is 200]\n\n- name: Keycloak API PUT\n ansible.builtin.uri:\n url: \"{{ gec_ocsre.keycloak.base_url }}{{ url_path }}\"\n v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
elyesbenamor/Keycloak-User-Creation
49296b61d5a43ad25d7c695f71b252f6233b46d9
1
roles/keycloak-client-manage
7,868
[ "no_license" ]
[ { "path": "roles/keycloak-client-manage/tasks/main.yaml", "content": "---\n- name: Check for client {{ gec_ocsre.keycloak.client_name }} in {{ gec_ocsre.keycloak.realm }} realm\n ansible.builtin.include_role:\n name: keycloak-api-get\n vars:\n url_path: \"/admin/realms/{{ gec_ocsre.keycloak.realm }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 727, "all_permissive": false }
ansible_role
elyesbenamor/Keycloak-User-Creation
49296b61d5a43ad25d7c695f71b252f6233b46d9
1
roles/keycloak-role-manage
7,868
[ "no_license" ]
[ { "path": "roles/keycloak-role-manage/tasks/main.yaml", "content": "---\n# GET ID for role in client\n#\n# vars:\n# keycloak_role_name\n# keycloak_client_name (dependency of keycloak-client-manage)\n\n- name: Fail if not role provided\n ansible.builtin.fail:\n msg: \"keycloak_role_name is required t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1600, "all_permissive": false }
ansible_role
elyesbenamor/Keycloak-User-Creation
49296b61d5a43ad25d7c695f71b252f6233b46d9
1
roles/keycloak-token-provision
7,868
[ "no_license" ]
[ { "path": "roles/keycloak-token-provision/tasks/main.yml", "content": "---\n# Get Keycloak token\n- name: Get keycloak master token\n ansible.builtin.include_role:\n name: keycloak-api-post\n vars:\n url_path: \"/realms/master/protocol/openid-connect/token\"\n headers:\n Content-Type: \"appl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 894, "all_permissive": false }
ansible_role
elyesbenamor/Keycloak-User-Creation
49296b61d5a43ad25d7c695f71b252f6233b46d9
1
roles/keycloak-user-manage
7,868
[ "no_license" ]
[ { "path": "roles/keycloak-user-manage/tasks/main.yaml", "content": "---\n# Manages a user within a Keycloak realm\n#\n# vars:\n# keycloak_user_provision [optional, default true]\n\n- name: Set defaults\n ansible.builtin.set_fact:\n keycloak_user_provision: \"{{ keycloak_user_provision | default(true...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4372, "all_permissive": false }
ansible_role
whitequark/infra-vpn
75cbedae9ee54ad7c99f9b80f5e74bc4783a5f0a
32
roles/wireguard
7,868
[ "no_license" ]
[ { "path": "roles/wireguard/handlers/main.yml", "content": "- name: restart wireguard\n shell: if ifquery {{ wireguard_iface }}; then ifdown --ignore-errors {{ wireguard_iface }}; fi && ifup {{ wireguard_iface }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2408, "all_permissive": false }
ansible_role
swcleo/myapp
ace5f022b1c2bdc8409a3f9d86d167f8d61984da
0
vagrant/ansible/roles/metricbeat
7,868
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/metricbeat/tasks/main.yml", "content": "---\n# tasks file for metricbeat\n\n# ------Install Metricbeat--------\n\n- name: Install Metricbeat\n ansible.builtin.apt:\n deb: https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-8.5.1-amd64.deb\n\n# ----- Replac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 522, "all_permissive": false }
ansible_role
imikiani/kubernetes
231107725939bba35134511fdca9677547366175
3
roles/app
7,868
[ "no_license" ]
[ { "path": "roles/app/files/kubab/templates/service.yaml", "content": "apiVersion: v1\nkind: Service\nmetadata:\n name: {{ include \"kubab.fullname\" . }}\nspec:\n type: NodePort\n selector:\n {{- include \"kubab.selectorLabels\" . | nindent 4 }}\n ports:\n - port: 80\n targetPort: 8080", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7236, "all_permissive": false }
ansible_role
imikiani/kubernetes
231107725939bba35134511fdca9677547366175
3
roles/cluster
7,868
[ "no_license" ]
[ { "path": "roles/cluster/tasks/setup-calico.yml", "content": "---\n# - name: Ensure K8s module dependencies are installed.\n# pip:\n# name: openshift\n# state: present\n# when: inventory_hostname == 'kmaster1' or inventory_hostname == 'kmaster2'\n\n# - name: Retrieve calico.yml\n# get_url:\n# ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 8376, "all_permissive": false }
ansible_role
imikiani/kubernetes
231107725939bba35134511fdca9677547366175
3
roles/haproxy
7,868
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- name: Include variables.\n include_vars: \"vars.yml\"\n\n- name: Install Haproxy\n apt:\n name:\n - haproxy\n state: present\n when: inventory_hostname == 'loadbalancer'\n\n- name : Configure haproxy\n template:\n src: haproxy.cf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 882, "all_permissive": false }
ansible_role
imikiani/kubernetes
231107725939bba35134511fdca9677547366175
3
roles/metrics
7,868
[ "no_license" ]
[ { "path": "roles/metrics/tasks/main.yml", "content": "---\n# https://github.com/kubernetes-sigs/metrics-server\n- name: Get metrics server manifests\n get_url:\n url: https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml\n dest: /tmp/components.yaml\n when: inven...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 910, "all_permissive": false }