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
mitali123/Infrastructure_using_ansible
152c228f6a823c83bcd62eceeff1ad081d8c1554
0
jenkins/roles/launch-jenkins-create-infrastructure
7,196
[ "no_license" ]
[ { "path": "jenkins/roles/launch-jenkins-create-infrastructure/tasks/main.yml", "content": "---\n- name: Create VPC\n ec2_vpc_net:\n name: \"{{ vpc_name }}\"\n region: \"{{ aws_region }}\"\n profile: \"{{ aws_profile }}\"\n cidr_block: \"{{ cidr_block }}\"\n tags:\n purpose: jenkins_vpc\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2347, "all_permissive": false }
ansible_role
mitali123/Infrastructure_using_ansible
152c228f6a823c83bcd62eceeff1ad081d8c1554
0
jenkins/roles/launch-jenkins-ec2
7,196
[ "no_license" ]
[ { "path": "jenkins/roles/launch-jenkins-ec2/tasks/main.yml", "content": "---\n- name: Create EC2 Instance\n ec2_instance:\n profile: \"{{ aws_profile }}\"\n region: \"{{ aws_region }}\"\n image_id: \"{{ image_id }}\"\n key_name: \"{{ key_pair }}\"\n security_group: \"{{ sg_jenkins_ec2.group_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1042, "all_permissive": false }
ansible_role
mitali123/Infrastructure_using_ansible
152c228f6a823c83bcd62eceeff1ad081d8c1554
0
jenkins/roles/teardown-jenkins-ec2
7,196
[ "no_license" ]
[ { "path": "jenkins/roles/teardown-jenkins-ec2/tasks/main.yml", "content": "---\n- name: Find EC2 Facts\n ec2_instance_info:\n region: \"{{ aws_region }}\"\n profile: \"{{ aws_profile }}\"\n register: ec2_facts\n\n- name: Set fact \n set_fact:\n ec2_tag1: \"{{ ec2_tag1 | default({}) | combine({ e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3050, "all_permissive": false }
ansible_role
mitali123/Infrastructure_using_ansible
152c228f6a823c83bcd62eceeff1ad081d8c1554
0
setup-k8s-cluster/roles/gather-facts
7,196
[ "no_license" ]
[ { "path": "setup-k8s-cluster/roles/gather-facts/vars/main.yml", "content": "---\n# vars file for gather-facts\nAWS_REGION: us-east-1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "setup-k8s-cluster/roles/gather-facts/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 478, "all_permissive": false }
ansible_role
mitali123/Infrastructure_using_ansible
152c228f6a823c83bcd62eceeff1ad081d8c1554
0
setup-k8s-cluster/roles/launch-kubernetes
7,196
[ "no_license" ]
[ { "path": "setup-k8s-cluster/roles/launch-kubernetes/tasks/main.yml", "content": "---\n- name: Create cluster\n shell: \n kops create cluster \\\n --zones {{ aws_az_info.availability_zones[0].zone_name}},{{aws_az_info.availability_zones[1].zone_name}},{{aws_az_info.availability_zones[2].zone_name }} ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 864, "all_permissive": false }
ansible_role
mitali123/Infrastructure_using_ansible
152c228f6a823c83bcd62eceeff1ad081d8c1554
0
setup-k8s-cluster/roles/launch-rds
7,196
[ "no_license" ]
[ { "path": "setup-k8s-cluster/roles/launch-rds/tasks/main.yml", "content": "---\n- name: Gather Kops VPC Info\n ec2_vpc_net_info:\n region: \"{{ aws_region }}\"\n filters:\n \"tag:Name\": \"{{ CLUSTER_NAME }}\"\n register: kops_vpc \n\n- name: Gather Jenkins VPC Info\n ec2_vpc_net_info:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4146, "all_permissive": false }
ansible_role
mitali123/Infrastructure_using_ansible
152c228f6a823c83bcd62eceeff1ad081d8c1554
0
setup-k8s-cluster/roles/validate-cluster
7,196
[ "no_license" ]
[ { "path": "setup-k8s-cluster/roles/validate-cluster/tasks/main.yml", "content": "---\n- name: Validate cluster\n shell:\n kops validate cluster --wait 40m --count 40 --state s3://{{ S3_BUCKET }}\n\n- name: Kubectl get nodes\n shell:\n kubectl get nodes\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 249, "all_permissive": false }
ansible_role
Servhentess/tp-fin-formation
ec0fa76fce8fdaf700eaaf4bf221c36dbdacbf58
0
roles/createtree
7,196
[ "no_license" ]
[ { "path": "roles/createtree/tasks/main.yaml", "content": "---\n- name: create /busapps and /busdata folder with owner = root\n file:\n path: \"{{ item }}\"\n owner: root\n group: root\n state: directory\n with_items:\n - /busapps\n - /busdata\n\n- name: create /busapps/dcvt/1.0 and /bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
Servhentess/tp-fin-formation
ec0fa76fce8fdaf700eaaf4bf221c36dbdacbf58
0
roles/createuser
7,196
[ "no_license" ]
[ { "path": "roles/createuser/tasks/main.yaml", "content": "---\n- name: Create user DCVTGBLA with password = <PASSWORD>\n user: \n name: DCVTGBLA\n password: \"{{<PASSWORD>}}\"", "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
Servhentess/tp-fin-formation
ec0fa76fce8fdaf700eaaf4bf221c36dbdacbf58
0
roles/httpd
7,196
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yaml", "content": "---\n- name: Httpd installing\n yum:\n name: httpd\n state: latest\n\n- name: Httpd auto-start\n service:\n name=httpd\n enabled=yes\n\n- name: Httpd start\n service:\n name=httpd\n state=started", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
Servhentess/tp-fin-formation
ec0fa76fce8fdaf700eaaf4bf221c36dbdacbf58
0
roles/java
7,196
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yaml", "content": "---\n- name: Download jdk8 in /busapps/dcvt/1.0/\n get_url:\n url: http://download.oracle.com/otn-pub/java/jdk/8u161-b12/2f38c3b165be4555a1fa6e98c45e0808/jdk-8u161-linux-x64.tar.gz\n dest: /busapps/dcvt/1.0/\n headers: 'Cookie: gpw_e24=http%3A%2F...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
Servhentess/tp-fin-formation
ec0fa76fce8fdaf700eaaf4bf221c36dbdacbf58
0
roles/mysql
7,196
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "---\n- name: Install rpm\n yum:\n name: https://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm\n state: present\n\n- name: Download mysql\n yum:\n name: mysql-community-server.x86_64\n state: latest\n\n- name: Auto-start mysql\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 645, "all_permissive": false }
ansible_role
Servhentess/tp-fin-formation
ec0fa76fce8fdaf700eaaf4bf221c36dbdacbf58
0
roles/partitions
7,196
[ "no_license" ]
[ { "path": "roles/partitions/tasks/main.yaml", "content": "---\n- name: Create vg vgbus\n lvg:\n vg: vgbus\n pvs: /dev/sdc\n\n- name: Create lv busapp(1g) busapps/dcvt/1.0/(1g) busdata(1g) busdata/dcvt/1.0/data(5g) busdata/dcvt/1.0/logs(2g)\n lvol:\n vg: vgbus\n lv: \"{{ item.na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1177, "all_permissive": false }
ansible_role
Servhentess/tp-fin-formation
ec0fa76fce8fdaf700eaaf4bf221c36dbdacbf58
0
roles/tomcat
7,196
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yaml", "content": "---\n- name: Download and unarchive tomcat in /busapps/dctv/1.0/ with owner = DCVTGBLA\n unarchive:\n src: http://apache.mediamirrors.org/tomcat/tomcat-8/v8.5.28/bin/apache-tomcat-8.5.28.tar.gz\n dest: /busapps/dcvt/1.0/\n remote_src: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 944, "all_permissive": false }
ansible_role
Servhentess/tp-fin-formation
ec0fa76fce8fdaf700eaaf4bf221c36dbdacbf58
0
roles/update
7,196
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yaml", "content": "---\n- name: Update all VM\n yum:\n name: '*'\n state: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 64, "all_permissive": false }
ansible_role
verhovenskyivan/Ansible
fbc221f0c859ea6f61c232efa10e781511f836d9
0
roles/apache
7,176
[ "no_license" ]
[ { "path": "roles/apache/handlers/main.yml", "content": "- name: Restart Apache for RedHat\n ansible.builtin.service:\n name: httpd\n state: restarted\n when: ansible_os_family == \"RedHat\"\n\n- name: Restart Apache for Debian\n ansible.builtin.service:\n name: apache2\n state: restarted\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 517, "all_permissive": false }
ansible_role
verhovenskyivan/Ansible
fbc221f0c859ea6f61c232efa10e781511f836d9
0
roles/create_minio_s3
7,176
[ "no_license" ]
[ { "path": "roles/create_minio_s3/defaults/main.yml", "content": "minio_host: \"\"\nminio_access_key: \"\"\nminio_secret_key: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/create_minio_s3/template/policy.json.j2", "content": "{\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2599, "all_permissive": false }
ansible_role
verhovenskyivan/Ansible
fbc221f0c859ea6f61c232efa10e781511f836d9
0
roles/docker
7,176
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Import Docker GPG key\n ansible.builtin.shell: \"rpm --import https://download.docker.com/linux/centos/gpg\"\n\n- name: Install packages\n ansible.builtin.yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - yum-utils\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1632, "all_permissive": false }
ansible_role
verhovenskyivan/Ansible
fbc221f0c859ea6f61c232efa10e781511f836d9
0
roles/docker-compose
7,176
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\r\n- name: Install Docker Compose\r\n become: yes\r\n become_user: root\r\n command: >\r\n curl -L \"https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)\" -o /usr/local/bin/docker-compose &&\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1298, "all_permissive": false }
ansible_role
verhovenskyivan/Ansible
fbc221f0c859ea6f61c232efa10e781511f836d9
0
roles/install_minio
7,176
[ "no_license" ]
[ { "path": "roles/install_minio/tasks/main.yml", "content": "---\n- name: Install MinIO\n hosts: minio_servers\n become: yes\n\n tasks:\n - name: Add MinIO repository\n apt_repository:\n repo: \"deb https://dl.min.io/server/minio/deb/{{ ansible_distribution | lower }} {{ ansible_distributio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 874, "all_permissive": false }
ansible_role
verhovenskyivan/Ansible
fbc221f0c859ea6f61c232efa10e781511f836d9
0
roles/minio
7,176
[ "no_license" ]
[ { "path": "roles/minio/vars/main.yml", "content": "minio_access_key: \"ваш_ключ_доступа\"\nminio_secret_key: \"ваш_секретный_ключ\"\n\nminio_buckets:\n - bucket1:\n quota: 10MB\n - bucket2:\n quota: 10MB\n\nminio_users:\n - username: user1\n password: <PASSWORD>\n policy: readwrite\n - u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 806, "all_permissive": false }
ansible_role
verhovenskyivan/Ansible
fbc221f0c859ea6f61c232efa10e781511f836d9
0
roles/nginx
7,176
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "nginx_listen_port: 80\nnginx_server_name: \"example.com\"\nnginx_index: \"index.html\"\nnginx_root_path: \"/var/www/html\"\n\nnginx_user: \"www-data\"\nnginx_group: \"www-data\"\n\nnginx_config_file_path: \"/etc/nginx/sites-available/default\"\n\nnginx_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1032, "all_permissive": false }
ansible_role
verhovenskyivan/Ansible
fbc221f0c859ea6f61c232efa10e781511f836d9
0
roles/redis
7,176
[ "no_license" ]
[ { "path": "roles/redis/templates/redis.conf.j2", "content": "bind {{ redis_bind_address }}\nport {{ redis_port }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: Install Redis\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 271, "all_permissive": false }
ansible_role
qajgonzales1/HOA15
70faf95a486f195e5b92ea2fa72eaf9c21274707
0
roles/neutron
7,176
[ "no_license" ]
[ { "path": "roles/neutron/tasks/main.yml", "content": "#---\n#- import_tasks: prereq.yml\n#- import_tasks: install.yml\n#- import_tasks: network1.yml\n#- import_tasks: configure.yml\n\n- name: installing the components for neutron\n apt:\n name: neutron-linuxbridge-agent\n when: ansible_distribution == ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5934, "all_permissive": false }
ansible_role
kruftik/ansible-fucking-hell
a30210a0649ba4acbdeefde15c6dde09658f6a7b
0
roles/test
7,176
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "- name: Debug var at role level\n debug:\n var: '{{ item }}'\n loop:\n - xxx\n - yyy\n - zzz", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
pawandeepthind/mulesoft-sandbox
846593b3958c2d07b1a4b5d8ce82cfff299da06b
0
sandbox/server/roles/demosetup
7,176
[ "no_license" ]
[ { "path": "sandbox/server/roles/demosetup/tasks/main.yml", "content": "---\n- name: Create /home/vagrant/sftp/inbound/inventory/in Directory Structure\n file:\n path: /home/vagrant/sftp/inbound/inventory/in\n state: directory\n mode: 0755\n group: vagrant\n owner: vagrant\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1129, "all_permissive": false }
ansible_role
pawandeepthind/mulesoft-sandbox
846593b3958c2d07b1a4b5d8ce82cfff299da06b
0
sandbox/server/roles/mariadb
7,176
[ "no_license" ]
[ { "path": "sandbox/server/roles/mariadb/templates/setup_sql.sql.j2", "content": "GRANT ALL ON *.* to root@'%' IDENTIFIED BY 'password';\nCREATE DATABASE IF NOT EXISTS inventory;", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "sandbox/server/roles/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 622, "all_permissive": false }
ansible_role
EeeeG-Inc/OKR-server
c9e53161355748a3940e31bbfb578f3fcb8f43e1
0
ansible/roles/mysql
7,176
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n# CREATE DATABASE\n- name: create mysql database\n mysql_db: name={{ mysql_database }} state=present\n\n# host の % 指定によって DB アクセスをフルオープンにする\n- name: create root user\n mysql_user: name={{ mysql_user }} host=% password={{ mysql_password }} pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1238, "all_permissive": false }
ansible_role
EeeeG-Inc/OKR-server
c9e53161355748a3940e31bbfb578f3fcb8f43e1
0
ansible/roles/nginx
7,176
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "# Apache が起動している場合は停止\n# - name: service apache2 stop\n# command: service apache2 stop\n\n# nginx\n- name: chown -R www-data.www-data /var/www/{{ project }}/storage\n command: chown -R www-data.www-data /var/www/{{ project }}/storage\n\n# ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 991, "all_permissive": false }
ansible_role
Blokmap/deploy
0daca244e3b8107d3b3ad2a399f649ae28668e3e
2
production/ansible/roles/common
7,176
[ "no_license" ]
[ { "path": "production/ansible/roles/common/tasks/main.yaml", "content": "---\n- name: Update package cache\n ansible.builtin.apt:\n update-cache: true\n\n- name: Install basic packages\n ansible.builtin.apt:\n state: present\n pkg:\n - vim\n - neovim\n - nano\n - openssh-clien...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7488, "all_permissive": false }
ansible_role
Blokmap/deploy
0daca244e3b8107d3b3ad2a399f649ae28668e3e
2
production/ansible/roles/docker
7,176
[ "no_license" ]
[ { "path": "production/ansible/roles/docker/tasks/main.yaml", "content": "---\n- name: Install required packages\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n\n- name: Add Docker GPG key\n ansible....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 943, "all_permissive": false }
ansible_role
Blokmap/deploy
0daca244e3b8107d3b3ad2a399f649ae28668e3e
2
production/ansible/roles/new_user
7,176
[ "no_license" ]
[ { "path": "production/ansible/roles/new_user/tasks/main.yaml", "content": "---\n- name: Create new user\n ansible.builtin.user:\n name: \"{{ new_user__name }}\"\n shell: \"{{ new_user__shell }}\"\n append: true\n groups: \"{{ new_user__groups }}\"\n register: user\n\n- name: Copy Oh My Zsh set...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1541, "all_permissive": false }
ansible_role
Blokmap/deploy
0daca244e3b8107d3b3ad2a399f649ae28668e3e
2
production/ansible/roles/nginx_base
7,176
[ "no_license" ]
[ { "path": "production/ansible/roles/nginx_base/defaults/main.yaml", "content": "---\nnginx_base__user: www-data\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "production/ansible/roles/nginx_base/tasks/main.yaml", "content": "---\n- name: Ins...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2738, "all_permissive": false }
ansible_role
Blokmap/deploy
0daca244e3b8107d3b3ad2a399f649ae28668e3e
2
production/ansible/roles/nginx_vhost
7,176
[ "no_license" ]
[ { "path": "production/ansible/roles/nginx_vhost/defaults/main.yaml", "content": "---\nnginx_vhost__location: 'host_files/{{ ansible_hostname }}/nginx'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "production/ansible/roles/nginx_vhost/tasks/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 670, "all_permissive": false }
ansible_role
malfafar/music_fest
d82186e4869f845a936caa56304b696d88813ea9
0
hypsible/ansible/roles/vim
7,176
[ "no_license" ]
[ { "path": "hypsible/ansible/roles/vim/tasks/main.yml", "content": "---\n- name: Install vim\n apt: name=vim\n\n- name: Prepare dirs for pathogen.vim\n file: path={{ item }} state=directory owner={{ rails_user }} group={{ group_name }} recurse=yes\n with_items:\n - '{{ vim_autoload_path }}'\n - '{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
osism/zuul-config
caa0df55ed55158f32903d317317ac95db4da6ce
0
roles/prepare-workspace-log
7,176
[ "permissive" ]
[ { "path": "roles/prepare-workspace-log/tasks/main.yaml", "content": "- name: Start zuul_console daemon.\n zuul_console:\n\n- name: Synchronize src repos to workspace directory.\n synchronize:\n delay_updates: false\n delete: true\n dest: \"{{ zuul_workspace_root }}\"\n recursive: true\n src...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 695, "all_permissive": true }
ansible_role
mcgonagle/training-books-ms
bba889ec2dc9d785f33f4f2db25c5bb611e02988
0
ansible/roles/aws
7,176
[ "no_license" ]
[ { "path": "ansible/roles/aws/tasks/main.yml", "content": "#- name: Assume role\n# sts_assume_role:\n# role_arn: \"arn:aws:iam::cloudbees-iam:role/infra-developer-senior\"\n# role_session_name: \"someRoleSession\"\n# region: \"{{ aws_region }}\"\n# register: assumed_role\n\n- name: Create security...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1865, "all_permissive": false }
ansible_role
mcgonagle/training-books-ms
bba889ec2dc9d785f33f4f2db25c5bb611e02988
0
ansible/roles/cje
7,176
[ "no_license" ]
[ { "path": "ansible/roles/cje/tasks/main.yml", "content": "- name: Directory is created\n file:\n path: /mnt/jenkins\n state: directory\n owner: \"{{ user }}\"\n\n- name: Container is running\n docker:\n name: jenkins\n image: cloudbees/jenkins-enterprise\n ports: \"8080:8080\"\n volum...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3210, "all_permissive": false }
ansible_role
mcgonagle/training-books-ms
bba889ec2dc9d785f33f4f2db25c5bb611e02988
0
ansible/roles/common
7,176
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Packages are present\n apt:\n name: jq\n\n- name: Set hostname\n hostname:\n name: cje\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
mcgonagle/training-books-ms
bba889ec2dc9d785f33f4f2db25c5bb611e02988
0
ansible/roles/docker
7,176
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Create docker data directory\n file:\n path: /mnt/data/docker\n owner: root\n group: root\n state: directory\n mode: 0700\n\n- name: Store docker files in data disk\n file:\n src: /mnt/data/docker\n dest: /var/lib/do...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1243, "all_permissive": false }
ansible_role
mcgonagle/training-books-ms
bba889ec2dc9d785f33f4f2db25c5bb611e02988
0
ansible/roles/java
7,176
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "- name: Package is present\n apt:\n name: openjdk-7-jdk\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
mcgonagle/training-books-ms
bba889ec2dc9d785f33f4f2db25c5bb611e02988
0
ansible/roles/node
7,176
[ "no_license" ]
[ { "path": "ansible/roles/node/tasks/main.yml", "content": "- name: Git is installed\n apt:\n name: git\n\n- name: Directory is created\n file:\n path: /mnt/jenkins_slave\n owner: \"{{ user }}\"\n state: directory\n\n- name: DB directory is created\n file:\n path: /mnt/jenkins_slave/workspa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
mcgonagle/training-books-ms
bba889ec2dc9d785f33f4f2db25c5bb611e02988
0
ansible/roles/preload
7,176
[ "no_license" ]
[ { "path": "ansible/roles/preload/tasks/main.yml", "content": "- name: Pull containers\n shell: docker pull {{ item }}\n with_items:\n - cloudbees/training-books-ms-tests\n - cloudbees/training-books-ms\n - mongo\n\n- name: Tag tests container\n shell: docker tag cloudbees/training-books-ms-tests...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1164, "all_permissive": false }
ansible_role
mcgonagle/training-books-ms
bba889ec2dc9d785f33f4f2db25c5bb611e02988
0
ansible/roles/registry
7,176
[ "no_license" ]
[ { "path": "ansible/roles/registry/tasks/main.yml", "content": "- name: Registry container is running\n docker:\n name: registry\n image: registry:2\n ports: 5000:5000\n volumes:\n - /mnt/registry:/var/lib/registry/docker/registry\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
mcgonagle/training-books-ms
bba889ec2dc9d785f33f4f2db25c5bb611e02988
0
ansible/roles/users
7,176
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/main.yml", "content": "- name: Create cb user\n user:\n name: cb\n password: <PASSWORD> }}\"\n shell: /bin/bash\n group: docker\n groups: sudo\n append: yes\n\n- name: Allow password authentication\n lineinfile:\n dest: /etc/ssh/sshd_config\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
hahnavi/ansible-playbook-yugabyte-db
143c364a8db8824683284ffcf51827f07f4793ba
0
roles/yugabyte
7,176
[ "no_license" ]
[ { "path": "roles/yugabyte/tasks/main.yaml", "content": "---\n- name: Create yugabyte user\n ansible.builtin.user:\n name: yugabyte\n shell: /bin/false\n create_home: true\n home: /opt/yugabyte\n- name: Install chrony\n ansible.builtin.apt:\n name: chrony\n state: present\n update_cach...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4092, "all_permissive": false }
ansible_role
cympfh/t.cympfh.cc
e8838f7b734467f9a6708b0692b7ad7345e3d16c
0
ansible/roles/docker_build
7,176
[ "no_license" ]
[ { "path": "ansible/roles/docker_build/tasks/main.yml", "content": "- name: Docker build from local\n import_tasks: build_local.yml\n when: copy_files is defined\n\n- name: Docker build from remote\n import_tasks: build_remote.yml\n when: repo is defined\n\n- name: build container\n command: docker buil...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 685, "all_permissive": false }
ansible_role
cympfh/t.cympfh.cc
e8838f7b734467f9a6708b0692b7ad7345e3d16c
0
ansible/roles/vim
7,176
[ "no_license" ]
[ { "path": "ansible/roles/vim/tasks/main.yml", "content": "- name: workspace\n file:\n path: $HOME/Tools\n state: directory\n- name: vim source code\n unarchive:\n src: https://github.com/vim/vim/archive/v8.2.0045.zip\n dest: $HOME/Tools\n remote_src: yes\n- file:\n path: $HOME/.vim/bundl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
pratclot/linux-configs
6cb573d903500a3bdcf1398c45af19b006ba9fb9
0
roles/workstation
7,176
[ "no_license" ]
[ { "path": "roles/workstation/tasks/ssh_key.yml", "content": "- name: create .ssh dir\n file:\n path: ~/.ssh\n state: directory\n\n- name: generate an ssh key\n openssh_keypair:\n path: ~/.ssh/id_rsa\n type: ed25519\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 21, "total_bytes": 21768, "all_permissive": false }
ansible_role
Gopi1214/roboshop-ansible-roles-tf
1b4a4805e3a151234090f859025cebca4cce333b
0
roles/common
7,176
[ "no_license" ]
[ { "path": "roles/common/tasks/app-setup.yaml", "content": "- name: creating user roboshop\n ansible.builtin.user:\n name: roboshop\n\n- name: recursively removing app directory\n ansible.builtin.file:\n path: /app\n state: absent\n \n- name: creating app directory\n ansible.builtin.file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 944, "all_permissive": false }
ansible_role
Gopi1214/roboshop-ansible-roles-tf
1b4a4805e3a151234090f859025cebca4cce333b
0
roles/rabbitmq
7,176
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yaml", "content": "- name: configure yum repos for rabbitmq erlang\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n\n- name: rabbitmq-server\n ansible.builtin.shell: curl -s https://packagecloud.io/ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1152, "all_permissive": false }
ansible_role
ufoo4/my_own_collection
aa0de55c4ad035a5f04e5a76e9ba43139cbc9a7f
0
roles/my_own_role
7,176
[ "no_license" ]
[ { "path": "roles/my_own_role/tasks/main.yml", "content": "---\n- name: run module\n my_own_module:\n path: \"{{ path }}\"\n content: \"{{ content }}\"\n register: testout\n- name: dump test output\n debug:\n msg: '{{ testout }}'", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 229, "all_permissive": false }
ansible_role
dison4linux/ansible-awx
19715c07ed82f46e3975d7fde32cb340408d5304
0
roles/setup
7,176
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n# tasks file for setup\n- name: Just Run Setup\n\n tasks:\n - name: setup\n setup:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
zulcss/browbeat-ansible
80a42d3a4fbf5b5d18b2b683d2176c1914ef28f7
0
ansible/install/roles/browbeat
7,176
[ "permissive" ]
[ { "path": "ansible/install/roles/browbeat/tasks/main.yml", "content": "---\n- name: Check if running inside virtualenv\n command: |\n {{ ansible_python_interpreter | default('python') }} -c \"import sys; print(True if hasattr(sys, 'real_prefix') else False)\"\n register: is_venv\n\n- set_fact:\n ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2352, "all_permissive": true }
ansible_role
zulcss/browbeat-ansible
80a42d3a4fbf5b5d18b2b683d2176c1914ef28f7
0
ansible/install/roles/overcloud
7,176
[ "permissive" ]
[ { "path": "ansible/install/roles/overcloud/tasks/keypair.yml", "content": "---\n- name: create keypair\n os_keypair:\n validate_certs: no\n cloud: \"{{ name }}\"\n state: present\n name: \"{{ keypair_name }}\"\n public_key_file: \"/home/stack/.ssh/authorized_keys\"\n", "license_type...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5268, "all_permissive": true }
ansible_role
M0rdhau/Infra_Clone_2020_Autumn
2b1662a25e8e27ce332d7591d5ec3ab4361ff857
0
06-prometheus/06-demo/roles/node_exporter
7,176
[ "no_license" ]
[ { "path": "06-prometheus/06-demo/roles/node_exporter/tasks/main.yaml", "content": "---\n- name: Exporter packages\n apt:\n name: \n - prometheus-node-exporter\n - nginx\n update_cache: yes\n\n- name: No default nginx\n file:\n path: /etc/nginx/sites-enabled/default\n state: absent\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
M0rdhau/Infra_Clone_2020_Autumn
2b1662a25e8e27ce332d7591d5ec3ab4361ff857
0
06-prometheus/06-demo/roles/prometheus
7,176
[ "no_license" ]
[ { "path": "06-prometheus/06-demo/roles/prometheus/tasks/main.yaml", "content": "---\n- name: Package\n apt:\n name: prometheus\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 48, "all_permissive": false }
ansible_role
baladevopsconsultant/devops-code
5efacabb83982f8a21044c3e3017e3979bfdf9bd
0
roles/git
7,176
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n# tasks file for git\n- name: Install git in localhost\n yum:\n name: git\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
d-devop/roboshop-ansible
1230eb9a3de5fdd138d82334c3aaf3f72d15533e
0
roles/common
7,016
[ "no_license" ]
[ { "path": "roles/common/tasks/prom-alerts.yml", "content": "- name: Generate prometheus Alert file locally\n template:\n src: alert-rule.yml\n dest: /tmp/{{COMPONENT}}-alert-rule.yml\n\n- name: Copy Prometheus Alert file to prometheus Server\n ansible.builtin.shell: scp /tmp/{{COMPONENT}}-alert-rule...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
chris-x86-64/ansible-ojt
fbfffdd3af467bdc8adb060e70d2de7ca2551946
0
roles/role-training
7,016
[ "no_license" ]
[ { "path": "roles/role-training/templates/groupvar.j2", "content": "This is an example of group-based templates.\nGroup name: {{ example_groupvar_1 }}\nAnother group var: {{ example_groupvar_2 }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 309, "all_permissive": false }
ansible_role
chris-x86-64/ansible-ojt
fbfffdd3af467bdc8adb060e70d2de7ca2551946
0
roles/role-training-2
7,016
[ "no_license" ]
[ { "path": "roles/role-training-2/tasks/main.yml", "content": "---\n#- name: install httpd\n# yum: name=httpd state=latest\n\n- name: write groupvar to {{ item }}\n template: src=groupvar.j2 dest=/tmp/groupvar_output_{{ item }}\n with_items: \"{{ destinations }}\"\n tags:\n - trivial\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 260, "all_permissive": false }
ansible_role
kendrick-bracewell/circle-ci-yusuf-2
62a6aa28557e97574237c5b572c1055e83c3d08d
0
.circleci/ansible/roles/setup
7,016
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/setup/tasks/main.yml", "content": "---\n- name: \"set variables\"\n set_fact:\n NODEJS_VERSION: \"16\"\n ansible_distribution_release: \"focal\"\n\n- name: \"update apt packages\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade all apt packages\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1542, "all_permissive": false }
ansible_role
markuslohn/multipass-java-integration-dev
2859695953912da073c31d9d5061faf5e3f17696
0
vm-provisioning/roles/common
7,016
[ "no_license" ]
[ { "path": "vm-provisioning/roles/common/tasks/main.yml", "content": "- name: Update all packages to their latest version\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n \n- name: Remove dependencies that are no longer required\n ansible.builtin.apt:\n autoremove: yes\n\n\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
markuslohn/multipass-java-integration-dev
2859695953912da073c31d9d5061faf5e3f17696
0
vm-provisioning/roles/java
7,016
[ "no_license" ]
[ { "path": "vm-provisioning/roles/java/tasks/main.yml", "content": "- name: Install OpenJDK 17\n ansible.builtin.apt:\n name: \"openjdk-17-jdk\"\n state: latest\n- name: Find Java keystores cacerts\n find:\n path: /usr/lib/jvm\n patterns: \"cacerts\"\n recurse: yes\n follow: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
markuslohn/multipass-java-integration-dev
2859695953912da073c31d9d5061faf5e3f17696
0
vm-provisioning/roles/maven
7,016
[ "no_license" ]
[ { "path": "vm-provisioning/roles/maven/tasks/main.yml", "content": "- stat:\n path: \"/opt/maven/bin/mvn\"\n register: mvn_install_dir\n- name: set fact mvn_installed\n set_fact:\n mvn_installed: \"{{ mvn_install_dir.stat.exists }}\"\n\n- block:\n - name: Download Apache Maven\n get_url:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1975, "all_permissive": false }
ansible_role
markuslohn/multipass-java-integration-dev
2859695953912da073c31d9d5061faf5e3f17696
0
vm-provisioning/roles/oc
7,016
[ "no_license" ]
[ { "path": "vm-provisioning/roles/oc/tasks/main.yml", "content": "- stat:\n path: \"/opt/oc/oc\"\n register: oc_install_dir\n- name: set fact oc_installed\n set_fact:\n oc_installed: \"{{ oc_install_dir.stat.exists }}\"\n\n- block:\n - name: Copy oc-{{ oc_client_version }}-linux.tar.gz to /tmp\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1189, "all_permissive": false }
ansible_role
davidtacheny/nweatest
a339d24eb6b9d2d381acc05602b4b876d85dcb40
0
roles/nginx
7,016
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Install epel\n yum: name=epel-release state=present\n\n- name: Install nginx\n yum: name=nginx state=present\n\n- name: Install policycoreutils-python\n yum: name=policycoreutils-python state=present\n\n- name: set SELinux to open port 88...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
zanzibeer/kube
692fc95b4e89362c7b3dd48022d4a3482cec0dba
0
roles/debug
7,016
[ "no_license" ]
[ { "path": "roles/debug/tasks/main.yml", "content": "---\n- name: Add the OS variables\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"{{ ansible_os_family }}{{ ansible_distribution_major_version }}.yml\"\n - \"{{ ansible_os_family }}.yml\"\n\n- name: Install Nginx ingress-controller\n incl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 821, "all_permissive": false }
ansible_role
zanzibeer/kube
692fc95b4e89362c7b3dd48022d4a3482cec0dba
0
roles/kubernetes-bootstrap
7,016
[ "no_license" ]
[ { "path": "roles/kubernetes-bootstrap/tasks/load_kernel_modules_sysctl.yml", "content": "---\n- name: Load required modules\n modprobe:\n name: \"{{ item }}\"\n state: present\n with_items:\n - br_netfilter\n - overlay\n# - nf_conntrack\n\n- name: Create the .conf file to load the modules a...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 8029, "all_permissive": false }
ansible_role
zanzibeer/kube
692fc95b4e89362c7b3dd48022d4a3482cec0dba
0
roles/kubernetes-initialize
7,016
[ "no_license" ]
[ { "path": "roles/kubernetes-initialize/templates/calico.j2", "content": "---\n# Source: calico/templates/calico-config.yaml\n# This ConfigMap is used to configure a self-hosted Calico installation.\nkind: ConfigMap\napiVersion: v1\nmetadata:\n name: calico-config\n namespace: kube-system\ndata:\n # Typha...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 441364, "all_permissive": false }
ansible_role
zanzibeer/kube
692fc95b4e89362c7b3dd48022d4a3482cec0dba
0
roles/kubernetes-setup
7,016
[ "no_license" ]
[ { "path": "roles/kubernetes-setup/tasks/add_dashboard_ingress.yml", "content": "---\n- block:\n\n - name: Pause for some minutes to run nginx-ingress pod\n ansible.builtin.pause:\n minutes: 1\n\n - name: Generate dashboard ingress rule file\n template:\n src: dashboard-ingress....
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 19, "total_bytes": 17783, "all_permissive": false }
ansible_role
naveenrajoli4/ansible-roles-tf
5b8a17be2abc20a4944d40ecb7fad9f4984744bb
0
roles/frontend
7,016
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yaml", "content": "backend_server: backend.app-{{ ENVIRONMENT }}.naveenrajoli.site\nAPP_LOCATION: /usr/share/nginx/html\nCOMPONENT: frontend", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/frontend/templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 758, "all_permissive": false }
ansible_role
ims-team/ims
c0041b920b3e1d3f0344bcfeea122f267cd78b4f
2
roles/apache
7,016
[ "no_license" ]
[ { "path": "roles/apache/vars/main.yml", "content": "---\n# vars file \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file \n\n\n- name: Install httpd latest version.\n yum:\n name: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 182, "all_permissive": false }
ansible_role
ims-team/ims
c0041b920b3e1d3f0344bcfeea122f267cd78b4f
2
roles/aws
7,016
[ "no_license" ]
[ { "path": "roles/aws/vars/vars_file.yml", "content": "---\n# encrypted vars file \n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/aws/tasks/main.yml", "content": "---\n# tasks file \n\n- block: \n - name: create new instance \n ec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1158, "all_permissive": false }
ansible_role
ims-team/ims
c0041b920b3e1d3f0344bcfeea122f267cd78b4f
2
roles/common
7,016
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\n# vars file \nepel_link: http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-10.noarch.rpm\npackages_names:\n - nano\n - telnet\n - wget\n - bash-completion\n - python2-pip.noarch\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 959, "all_permissive": false }
ansible_role
ims-team/ims
c0041b920b3e1d3f0344bcfeea122f267cd78b4f
2
roles/docker
7,016
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file \n\n- stat:\n path: /usr/bin/docker\n register: docker\n\n- name: Install Docker \n command: \"curl -fsSL https://get.docker.com/ | sh\"\n when: not docker.stat.exists\n- name: copy the dockercompose script\n copy:\n src: docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 341, "all_permissive": false }
ansible_role
ims-team/ims
c0041b920b3e1d3f0344bcfeea122f267cd78b4f
2
roles/java
7,016
[ "no_license" ]
[ { "path": "roles/java/defaults/main.yml", "content": "---\n# defaults file \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/java/tasks/main.yml", "content": "---\n# tasks file \n\n# This block downloads and unpack the JDK version specif...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1347, "all_permissive": false }
ansible_role
ims-team/ims
c0041b920b3e1d3f0344bcfeea122f267cd78b4f
2
roles/nginx
7,016
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file \n\n\n- name: Install nginx latest version.\n yum:\n name: 'nginx'\n state: latest\n\n- systemd:\n name: nginx\n state: started\n enabled: True", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 202, "all_permissive": false }
ansible_role
kushmodi/Automated_Drupal_Installation
11a23fa173212e6b2bedf0e1082c557b1ae296eb
0
ansible/roles/database
7,016
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "---\n# tasks file for database\n - name: ensure pip is installed\n apt:\n name: python3-pip\n state: latest\n\n - name: Get software for apt repository management.\n apt:\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2397, "all_permissive": false }
ansible_role
kushmodi/Automated_Drupal_Installation
11a23fa173212e6b2bedf0e1082c557b1ae296eb
0
ansible/roles/drupal
7,016
[ "no_license" ]
[ { "path": "ansible/roles/drupal/handlers/main.yml", "content": "---\n# handlers file for drupal\n - name: restart apache2\n service:\n name: apache2\n state: restarted\n\n - name: restart-apache2\n service:\n name: apache2\n state: restarted", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3806, "all_permissive": false }
ansible_role
casantosmu/home-server
66fed01f52d130f71bf1fe606c14a0f5ea925332
0
roles/cloudflare
7,016
[ "no_license" ]
[ { "path": "roles/cloudflare/tasks/main.yaml", "content": "- name: Copy Cloudflare Dynamic DNS script\n ansible.builtin.template:\n src: cloudflare-ddns.sh.j2\n dest: \"{{ scripts_dir }}/cloudflare-ddns.sh\"\n mode: \"0755\"\n\n- name: Schedule daily Cloudflare IP update\n ansible.builtin.cron:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 762, "all_permissive": false }
ansible_role
casantosmu/home-server
66fed01f52d130f71bf1fe606c14a0f5ea925332
0
roles/common
7,016
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: Update and upgrade packages\n ansible.builtin.apt:\n update_cache: true\n upgrade: dist\n cache_valid_time: 3600\n\n- name: Install required packages\n ansible.builtin.apt:\n name:\n - ufw\n - ca-certificates\n - curl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 482, "all_permissive": false }
ansible_role
casantosmu/home-server
66fed01f52d130f71bf1fe606c14a0f5ea925332
0
roles/directories
7,016
[ "no_license" ]
[ { "path": "roles/directories/tasks/main.yaml", "content": "- name: Create root dir\n ansible.builtin.file:\n path: \"{{ root_dir }}\"\n state: directory\n mode: \"0755\"\n\n- name: Mount hdd to root dir\n ansible.posix.mount:\n src: \"/dev/sda1\"\n path: \"{{ root_dir }}\"\n fstype: \"ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
casantosmu/home-server
66fed01f52d130f71bf1fe606c14a0f5ea925332
0
roles/docker
7,016
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "- name: Create the keyrings directory\n ansible.builtin.file:\n path: /etc/apt/keyrings\n state: directory\n mode: \"0755\"\n\n- name: Add Docker GPG key\n ansible.builtin.get_url:\n url: https://download.docker.com/linux/ubuntu/gpg\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1012, "all_permissive": false }
ansible_role
casantosmu/home-server
66fed01f52d130f71bf1fe606c14a0f5ea925332
0
roles/services
7,016
[ "no_license" ]
[ { "path": "roles/services/templates/docker-compose.yaml.j2", "content": "services:\n caddy:\n image: caddy:2.8.4\n ports:\n - \"80:80\"\n - \"443:443\"\n - \"443:443/udp\"\n volumes:\n - caddy_data:/data\n - caddy_config:/config\n restart: unless-stopped\n command: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4495, "all_permissive": false }
ansible_role
casantosmu/home-server
66fed01f52d130f71bf1fe606c14a0f5ea925332
0
roles/ssh
7,016
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yaml", "content": "- name: Copy SSH public key\n ansible.posix.authorized_key:\n user: \"{{ ansible_user }}\"\n state: present\n key: \"{{ lookup('file', '~/.ssh/id_ed25519.pub') }}\"\n\n- name: Copy SSH config file\n ansible.builtin.copy:\n src: sshd_config\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
casantosmu/home-server
66fed01f52d130f71bf1fe606c14a0f5ea925332
0
roles/ufw
7,016
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yaml", "content": "- name: Allow traffic from local network\n community.general.ufw:\n rule: allow\n from_ip: 192.168.0.0/24\n\n- name: Allow traffic to SSH\n community.general.ufw:\n rule: allow\n port: 22\n proto: tcp\n\n- name: Allow traffic to HTTP\n com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 757, "all_permissive": false }
ansible_role
hyperatom/NLP-Server
96e20f79791dc81e9bf5c8425c3c6b824356406d
0
provisioning/roles/ansible-timezone
7,136
[ "no_license" ]
[ { "path": "provisioning/roles/ansible-timezone/tasks/main.yml", "content": "---\n# tasks file for timezone\n- name: Copy timezone {{ timezone }} to /etc/localtime\n command: rsync --itemize-changes --checksum --copy-links /usr/share/zoneinfo/{{ timezone }} /etc/localtime\n when: ansible_os_family == \"Deb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 452, "all_permissive": false }
ansible_role
wiringbits/safer.chat
2c782f87d88fd963bfc02966525b279209a9b14e
111
infra/deployment/roles/ubuntu-16-04
7,136
[ "no_license" ]
[ { "path": "infra/deployment/roles/ubuntu-16-04/tasks/main.yml", "content": "\n- name: Ensure python2 is present (required by ubuntu 16.04)\n become: yes\n raw: apt-get -y install python-simplejson\n\n- name: Install unzip tool\n become: yes\n apt:\n name: unzip\n state: latest\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
low0710/ansible-playbook
5540bc15148c1e17816a8faf2dd47a93a9f204da
1
roles/MySQL
7,136
[ "no_license" ]
[ { "path": "roles/MySQL/files/replica.sh", "content": "#!/bin/bash\npass=<PASSWORD>\nslave_IP=192.168.1.120\nslave_pass=<PASSWORD>\nexpect <<EOF\nspawn mysql -uroot -p\nexpect \"password\"\nsend \"${pass}\\n\"\nexpect \"mysql>\" \nsend \"CREATE USER 'replica'@'${slave_IP}' IDENTIFIED BY \\\"${slave_pass}\\\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2263, "all_permissive": false }
ansible_role
du3ly/ansible-vagrant-playground
8004167e05fda639a12eb7bb8c12588323b86153
0
ansible/roles/apache2
7,136
[ "no_license" ]
[ { "path": "ansible/roles/apache2/tasks/ubuntu.yml", "content": "- apt:\n name: apache2\n state: present\n\n- service:\n name: apache2\n state: restarted\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "ansible/roles/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 244, "all_permissive": false }
ansible_role
du3ly/ansible-vagrant-playground
8004167e05fda639a12eb7bb8c12588323b86153
0
ansible/roles/mysql
7,136
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "- name: Install MySQL\n import_tasks: ubuntu.yml\n when: ansible_facts['os_family']|lower == 'ubuntu'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
du3ly/ansible-vagrant-playground
8004167e05fda639a12eb7bb8c12588323b86153
0
ansible/roles/php
7,136
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/ubuntu.yml", "content": "- apt:\n name: \"php libapache2-mod-php php-mysql\"\n state: present \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "ansible/roles/php/tasks/main.yml", "content": "- name: Ins...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 172, "all_permissive": false }
ansible_role
cloverfeed/ranko
92075b5337097e9e6baf43442ef7f4f5b7177b69
2
devops/roles/appserver
7,136
[ "no_license" ]
[ { "path": "devops/roles/appserver/tasks/main.yml", "content": "- name: install packages\n tags: provision\n action: apt pkg={{item}} state=installed update_cache=yes\n with_items:\n - git-core\n - nginx\n - python-virtualenv\n - supervisor\n - uwsgi\n - uwsgi-plugin-python\n - coffee...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2510, "all_permissive": false }
ansible_role
cloverfeed/ranko
92075b5337097e9e6baf43442ef7f4f5b7177b69
2
devops/roles/backports-repository
7,136
[ "no_license" ]
[ { "path": "devops/roles/backports-repository/tasks/main.yml", "content": "- name: add backports\n apt_repository: repo=\"deb http://http.debian.net/debian wheezy-backports main\"\n tags: provision\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
cloverfeed/ranko
92075b5337097e9e6baf43442ef7f4f5b7177b69
2
devops/roles/dbserver
7,136
[ "no_license" ]
[ { "path": "devops/roles/dbserver/tasks/main.yml", "content": "- name: install packages\n tags: provision\n action: apt pkg={{item}} state=installed update_cache=yes\n with_items:\n - postgresql-9.1\n - python-psycopg2\n - libpq-dev\n - python-dev\n\n- name: give vagrant user access to postgre...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2407, "all_permissive": false }
ansible_role
ibyt32/pynet_test
3b05d907fa0077d793b47dae36466a56d4ee3ef0
0
w5e3/roles/access_switch
7,136
[ "permissive" ]
[ { "path": "w5e3/roles/access_switch/tasks/main.yml", "content": "---\n- name: Generate configuration files\n template: src=access_switch.j2 dest=/home/kokumura/ANSIBLE/CFGS/{{item.hostname}}.txt\n with_items: \"{{switches}}\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": true }
ansible_role
satrapu/ansible-vault-on-windows
8097206e638828cbdd130630a79b2efe66dbb516
2
roles/run_hello_world_container
7,136
[ "permissive" ]
[ { "path": "roles/run_hello_world_container/tasks/main.yml", "content": "- name: Install pip\n easy_install:\n name: pip\n state: latest\n executable: /usr/local/bin/easy_install\n become: true\n\n- name: Install docker-py\n pip:\n name: docker-py\n state: latest\n become: true\n\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1481, "all_permissive": true }
ansible_role
Volkovitch/TomeeAnsible
a7a44f113fa7e7f514c4222788571ce00270730a
0
roles/tomee-server
7,136
[ "no_license" ]
[ { "path": "roles/tomee-server/tasks/main.yml", "content": "- name: install jdk8\n package: name=openjdk-8-jdk-headless state=present\n\n- name: Create tomee account\n user:\n name: tomee\n shell: /bin/false\n system: yes\n home: /home/tomee\n\n- name: Create folder /opt/tomee avec owner et gro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2156, "all_permissive": false }
ansible_role
maximusapen/performance-tests
9ce86f56a89b49e0e7e79d48e424d003ecd4186f
0
jenkins/carrier/ansible/roles/carrier-clean-pv
7,136
[ "no_license" ]
[ { "path": "jenkins/carrier/ansible/roles/carrier-clean-pv/tasks/main.yml", "content": "---\n# /mnt/nfs/<carrier> is mounted by armada-carrier-deploy Jenkins job\n# with /mnt/nfs mount point.\n# The template in this job mounts the same PV to /mnt/nfs_perf/cruiser/.\n- name: Check if the /mnt/nfs_perf/cruiser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1533, "all_permissive": false }