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
JoaquinCarbonaro/UTNFRA_SO_2do_Parcial_Carbonaro
574e1c7b552c62df7e941d016cbf40b53df447da
0
202406/ansible/roles/archivo
7,575
[ "no_license" ]
[ { "path": "202406/ansible/roles/archivo/defaults/main.yml", "content": "---\n# defaults file for archivo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "202406/ansible/roles/archivo/templates/datos_equipo.txt.j2", "content": "IP: {{ ansible_d...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 743, "all_permissive": false }
ansible_role
JoaquinCarbonaro/UTNFRA_SO_2do_Parcial_Carbonaro
574e1c7b552c62df7e941d016cbf40b53df447da
0
202406/ansible/roles/estructura
7,575
[ "no_license" ]
[ { "path": "202406/ansible/roles/estructura/tasks/main.yml", "content": "---\n# tasks file for estructura\n- name: \"Crear directorios en /tmp/2do_parcial/\"\n file:\n path: \"/tmp/2do_parcial/{{ item }}\"\n state: directory\n mode: '0775'\n recurse: yes\n with_items: \n - \"alumno\"\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
JoaquinCarbonaro/UTNFRA_SO_2do_Parcial_Carbonaro
574e1c7b552c62df7e941d016cbf40b53df447da
0
202406/ansible/roles/sudoers
7,575
[ "no_license" ]
[ { "path": "202406/ansible/roles/sudoers/tasks/main.yml", "content": "---\n# tasks file for sudoers\n- name: \"Configurar sudoers para el grupo 2PSupervisores sin contraseña\"\n become: yes\n lineinfile:\n path: /etc/sudoers\n state: present\n regexp: '^%2PSupervisores'\n line: '%2PSupervisores...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
taktos/ansible-mysql-cluster
41e44a40268588328c812b0995540dc2f6225065
0
ansible/roles/centos-basic
7,572
[ "no_license" ]
[ { "path": "ansible/roles/centos-basic/tasks/main.yml", "content": "---\n- name: Install libselinux-python for SELinux\n action: yum name=libselinux-python state=present\n\n- lineinfile: dest=/etc/yum/pluginconf.d/fastestmirror.conf insertafter=\"EOF\" line=\"include_only={{ fastestmirror_include_only }}\" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": false }
ansible_role
taktos/ansible-mysql-cluster
41e44a40268588328c812b0995540dc2f6225065
0
ansible/roles/mysql-cluster
7,572
[ "no_license" ]
[ { "path": "ansible/roles/mysql-cluster/templates/grants.sql", "content": "# Set the server root password. This should be preseeded by the package installation.\nGRANT ALL ON *.* TO 'root'@'%' IDENTIFIED BY '{{ mysql_cluster_root_password }}' WITH GRANT OPTION;\n\n# Remove anonymous users\nDELETE FROM mysql....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3196, "all_permissive": false }
ansible_role
josedom24/taller_http
2942fe9c1d115be523d8917b47ff5f4875a04a16
0
taller4/ansible/roles/apache2
7,572
[ "no_license" ]
[ { "path": "taller4/ansible/roles/apache2/files/app.php", "content": "<?php\n$start=microtime(true);\n$area=0.0;\n#$n=$_GET[\"n\"];\n$n=1000000;\nfor ($i=0; $i<$n; $i++)\n{\n$x=($i+0.5)/$n;\n$area=$area+4.0/(1.0+$x*$x);\n}\n$result=$area/$n;\n$end=microtime(true);\n$exectime=$end-$start;\necho \"<br>Calculo ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 824, "all_permissive": false }
ansible_role
olwe0002/ansible-gitea-install-backup-update
a861a684f58d2e2a93651419c63704fd6493da42
0
roles/gitea
7,572
[ "no_license" ]
[ { "path": "roles/gitea/tasks/database.yml", "content": "\n- name: install db packages\n apt: \n name: \"{{ nextcloud.db_apt_packages }}\"\n state: present\n force_apt_get: yes\n\n- name: add postgres user to ssl-cert groups\n user:\n name: postgres\n groups: \"ssl-cert\"\n state: present...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 133792, "all_permissive": false }
ansible_role
olwe0002/ansible-gitea-install-backup-update
a861a684f58d2e2a93651419c63704fd6493da42
0
roles/healthcheck
7,572
[ "no_license" ]
[ { "path": "roles/healthcheck/tasks/main.yml", "content": "- name: print debug information\n debug: \n msg: \"health checks for following URLs: {{ healthcheck_urls }}\"\n when: healthcheck_urls is defined\n\n- name: check http status code\n uri:\n url: \"{{ item }} \"\n method: GET\n status_cod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": false }
ansible_role
mahirbeker/nfs-server-ansible-role
32316275ce3ad8a8b1ea935aaa17cdfcf87dfc2a
0
roles/nfs_server
7,572
[ "no_license" ]
[ { "path": "roles/nfs_server/vars/main.yml", "content": "client_IP: 10.0.26.43\r\nserver_IP: 10.0.26.82\r\nmount_add: 10.0.26.82:/exports/serverfiles\r\nclient_folder: /mnt/clientfiles\r\nclient_file: /mnt/clientfiles/sampletext.txt\r\nserver_folder: /exports/serverfiles\r\ndecision_server: inventory_hostna...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2855, "all_permissive": false }
ansible_role
haind27/test01
7f86c0a33eb0874a6c3f5ff9a923fd0cfc8ef852
0
roles/deploy_vmware_guest
7,572
[ "no_license" ]
[ { "path": "roles/deploy_vmware_guest/tasks/main.yml", "content": "---\n# get date\n- set_fact: creationdate=\"{{lookup('pipe','date \"+%Y/%m/%d %H:%M\"')}}\"\n\n# Create a VM from a template\n- name: Clone the template\n vmware_guest: \n hostname: esxi01.haind-cloud.local\n username: <EMAIL>\n pas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 829, "all_permissive": false }
ansible_role
kalranitin/openshift3-vagrant-aio
dfde96b03551635ce2b70a6731ff7f0171106d44
0
ansible/playbooks/roles/docker-install
7,572
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/docker-install/defaults/main.yml", "content": "---\ndocker_version: 1.13.1\ndeploy_user: vagrant\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible/playbooks/roles/docker-install/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2774, "all_permissive": false }
ansible_role
vlasov-37/trac-extension
84b76641caa60988daec93a1a250487b83b86297
0
djtrac/ansible/roles/webserver
7,572
[ "no_license" ]
[ { "path": "djtrac/ansible/roles/webserver/tasks/main.yml", "content": "---\n- name: Stop container\n docker:\n image: \"{{ image_name }}\"\n name: \"{{ container_name }}\"\n state: absent\n\n- name: Create directories\n file: path={{ item }} state=directory mode=0700\n with_items:\n - \...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3170, "all_permissive": false }
ansible_role
Trical/ansible-ci
9769df05a48899c73650f0943018618459580d15
0
ansible/roles/web
7,572
[ "no_license" ]
[ { "path": "ansible/roles/web/templates/index.php.j2", "content": "<html>\n <head>\n <title>Ansible Application</title>\n </head>\n <body>\n\n</body>\n</html>\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "ansible/roles/web/tasks/install_httpd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 391, "all_permissive": false }
ansible_role
mgdevgo/KubernetesDemo
b9e3427164012a97d9e9372e7cb3e09892545777
1
ansible/roles/common
7,572
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "---\n- name: Install packages that allow apt to be used over HTTPS\n become: true\n become_user: root\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
mgdevgo/KubernetesDemo
b9e3427164012a97d9e9372e7cb3e09892545777
1
ansible/roles/docker
7,572
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yaml", "content": "---\n- name: Install Docker container engine\n import_tasks: pkg.yaml\n\n- name: Add vagrant user to docker group\n user:\n name: vagrant\n group: docker\n\n- name: Deploy Docker daemon.json\n copy:\n src: files/daemon.json\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
it-chip/ansibles
1011a7978fd8a289197cad750f0fff25108b5b6e
0
roles/deploy
7,572
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n- name: store stop shell file to remote server\n copy:\n src: \"/home/ubuntu/ansibles/roles/deploy/files/{{ service.name }}/stop.sh\"\n dest: \"/home/ubuntu/{{ service.name }}\"\n- name: server stop\n shell: \"sh '/home/ubuntu/{{ service.name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1145, "all_permissive": false }
ansible_role
it-chip/ansibles
1011a7978fd8a289197cad750f0fff25108b5b6e
0
roles/deploy_front
7,572
[ "no_license" ]
[ { "path": "roles/deploy_front/tasks/main.yml", "content": "---\n- name: store build file to remote server\n copy:\n src: /var/lib/jenkins/workspace/front/build\n dest: /var/www/front-app/workspace/front\n\n- name: stop nginx\n tags: stop\n block:\n - name: stop nginx\n shell: \"sudo /etc/init.d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
it-chip/ansibles
1011a7978fd8a289197cad750f0fff25108b5b6e
0
roles/deploy_mart
7,572
[ "no_license" ]
[ { "path": "roles/deploy_mart/files/stop.sh", "content": "#!/bin/bash\n\npid=`ps -ef | grep sp-0.0.1-SNAPSHOT.jar | grep -v 'grep' | awk '{print $2}'`\nif [ -n \"$pid\" ]; then\n echo $pid\n kill -9 $pid\nfi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 645, "all_permissive": false }
ansible_role
it-chip/ansibles
1011a7978fd8a289197cad750f0fff25108b5b6e
0
roles/documentation
7,572
[ "no_license" ]
[ { "path": "roles/documentation/files/config.json", "content": "{\n \"front\":\n [\n {\"url\":\"../api-spec/sp-member-front.yml\", \"name\":\"member\"},\n {\"url\":\"../api-spec/sp-review-front.yml\", \"name\":\"review\"}\n ],\n \"internal\":\n [\n {\"url\":\"../api-spec/sp-auth-internal.yml\",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 970, "all_permissive": false }
ansible_role
furukawak/NKMedicoLoxIndextools
6ae36f21a75f81e82f9125268c934b6902d24769
0
provisioning/configuration/roles/mysql
7,572
[ "no_license" ]
[ { "path": "provisioning/configuration/roles/mysql/vars/main.yml", "content": "mysql_port: 3306\n\nmysql56_rpm_dl_base: http://dev.mysql.com/get/Downloads/MySQL-5.6\n\n# \"shared\" has to come after \"shared-compat\"\nmysql56_rpm_files:\n - MySQL-client-5.6.20-1.el6.x86_64.rpm\n - MySQL-devel-5.6.20-1.el6....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1210, "all_permissive": false }
ansible_role
furukawak/NKMedicoLoxIndextools
6ae36f21a75f81e82f9125268c934b6902d24769
0
provisioning/configuration/roles/nginx
7,572
[ "no_license" ]
[ { "path": "provisioning/configuration/roles/nginx/tasks/main.yml", "content": "---\n- name: add nginx.repo\n copy: src=nginx.repo dest=/etc/yum.repos.d/nginx.repo\n\n- name: Install nginx\n yum: name=nginx state=present\n\n- name: Copy nginx configuration\n template: src=default.conf dest=/etc/nginx/conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 361, "all_permissive": false }
ansible_role
furukawak/NKMedicoLoxIndextools
6ae36f21a75f81e82f9125268c934b6902d24769
0
provisioning/configuration/roles/php
7,572
[ "no_license" ]
[ { "path": "provisioning/configuration/roles/php/tasks/main.yml", "content": "---\n- name: Install latestrpm\n yum: name=https://mirror.webtatic.com/yum/el6/latest.rpm state=present\n\n- name: Install php56\n yum: name={{ item }} state=present\n with_items:\n - php56w\n - php56w-opcache\n - php56w-p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1039, "all_permissive": false }
ansible_role
jmack707/k8s_cluster_install
4eba8bbe55ce81db90ec2a29312e0674db674cca
1
roles/install-k8s
7,572
[ "no_license" ]
[ { "path": "roles/install-k8s/tasks/main.yml", "content": "---\n# tasks file for roles/install-k8s\n\n - name: Create containerd config file\n file:\n path: \"/etc/modules-load.d/containerd.conf\"\n state: \"touch\"\n become: yes\n become_method: sudo\n become_user...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3574, "all_permissive": false }
ansible_role
jmack707/k8s_cluster_install
4eba8bbe55ce81db90ec2a29312e0674db674cca
1
roles/join-workers
7,572
[ "no_license" ]
[ { "path": "roles/join-workers/tasks/main.yml", "content": "---\n# tasks file for roles/join-workers\n\n- name: Run join node script\n ansible.builtin.shell:\n cmd: \"/tmp/kubernetes_join_command.sh\"\n delegate_to: \"{{ item }}\"\n loop: \"{{ groups['workers'] }}\"\n become: true", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
jmack707/k8s_cluster_install
4eba8bbe55ce81db90ec2a29312e0674db674cca
1
roles/master-k8s
7,572
[ "no_license" ]
[ { "path": "roles/master-k8s/vars/main.yml", "content": "---\n# vars file for roles/master-k8s\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/master-k8s/tasks/main.yml", "content": "---\n# tasks file for roles/master-k8\n\n - name: C...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2116, "all_permissive": false }
ansible_role
jmack707/k8s_cluster_install
4eba8bbe55ce81db90ec2a29312e0674db674cca
1
roles/users
7,572
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n# tasks file for users\n\n - name: allow 'user\" to use sudo without needing a password\n lineinfile:\n dest: /etc/sudoers\n line: '{{ ansible_user }} ALL=(ALL) NOPASSWD: ALL'\n validate: 'visudo -cf %s'\n become: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
rageagainsthepc/vagrant-xen
1294eab22778c3d2cd5a0654d32f7ea5b6d34fe4
1
ansible/roles/convenience
7,572
[ "no_license" ]
[ { "path": "ansible/roles/convenience/tasks/main.yml", "content": "---\n- name: Install useful tools\n package:\n name:\n - htop\n - vim\n state: present\n\n- name: Copy vagrant authorized keys to root\n copy:\n src: /home/vagrant/.ssh\n dest: /root/\n remote_src: yes\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
rageagainsthepc/vagrant-xen
1294eab22778c3d2cd5a0654d32f7ea5b6d34fe4
1
ansible/roles/libvirt
7,572
[ "no_license" ]
[ { "path": "ansible/roles/libvirt/tasks/libvirt_source.yml", "content": "---\n- name: Install pip and setuptools\n package:\n name:\n - python3-pip\n - python3-setuptools\n state: present\n\n- name: Install meson\n pip:\n name: meson\n state: present\n executable: pip3\n\n- name: I...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4799, "all_permissive": false }
ansible_role
rageagainsthepc/vagrant-xen
1294eab22778c3d2cd5a0654d32f7ea5b6d34fe4
1
ansible/roles/libvmi
7,572
[ "no_license" ]
[ { "path": "ansible/roles/libvmi/tasks/main.yml", "content": "---\n- name: Clone libvmi\n git:\n repo: \"https://github.com/libvmi/libvmi\"\n dest: /home/vagrant/libvmi\n become: false\n register: git_libvmi\n\n- name: Build and install libvmi from source\n block:\n - name: Install libvmi build ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1222, "all_permissive": false }
ansible_role
rageagainsthepc/vagrant-xen
1294eab22778c3d2cd5a0654d32f7ea5b6d34fe4
1
ansible/roles/vm
7,572
[ "no_license" ]
[ { "path": "ansible/roles/vm/tasks/main.yml", "content": "---\n- name: Install packer and qemu\n package:\n name:\n - packer\n - qemu-system\n\n- name: Create data directory\n file:\n path: /data\n state: directory\n owner: vagrant\n group: vagrant\n\n- name: Upload templates\n sy...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4765, "all_permissive": false }
ansible_role
rageagainsthepc/vagrant-xen
1294eab22778c3d2cd5a0654d32f7ea5b6d34fe4
1
ansible/roles/xen
7,572
[ "no_license" ]
[ { "path": "ansible/roles/xen/tasks/xen_post_install.yml", "content": "---\n- name: Test Xen hypervisor\n slurp:\n src: /sys/hypervisor/type\n register: hypertype\n changed_when: false\n failed_when: hypertype['content'] | b64decode | trim != \"xen\"\n\n- name: Get xen version\n shell: xl info | grep...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3890, "all_permissive": false }
ansible_role
denischenc/ansible_pract
ca113dbc7a0d60cf850effbe247497a7aa507754
0
roles/app
7,572
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "---\n- name: \"Create folder\"\n ansible.builtin.file:\n path: \"/app/\"\n owner: root\n group: root\n mode: '0777'\n state: directory\n\n- name: \"Copy app\"\n ansible.builtin.copy:\n src: \"files/xpaste/\"\n dest: \"/app/\"\n owne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1170, "all_permissive": false }
ansible_role
denischenc/ansible_pract
ca113dbc7a0d60cf850effbe247497a7aa507754
0
roles/centos-packages
7,572
[ "no_license" ]
[ { "path": "roles/centos-packages/tasks/main.yml", "content": "---\n- name: \"Fix repository error\"\n ansible.builtin.copy:\n src: files/epel.repo\n dest: /etc/yum.repos.d/epel.repo\n owner: root\n group: root\n mode: '0644'\n follow: yes\n \n- name: \"Install centos packag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
denischenc/ansible_pract
ca113dbc7a0d60cf850effbe247497a7aa507754
0
roles/ruby
7,572
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n- name: \"Install ruby\"\n ansible.builtin.yum:\n name: \"{{ item }}\"\n state: \"latest\"\n update_cache: true\n with_items:\n - \"nodejs\"\n - \"centos-release-scl\"\n - \"rh-ruby25\"\n - \"rh-ruby25-scldevel\"\n - \"rh-ruby...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
Gabisonfire/bootstrap
4e301e7957c4f8dc311107daf0cff261821507df
0
roles/base
7,572
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Create required directory\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n mode: '0755'\n loop: \"{{ create_dirs }}\"\n \n- name: Installing PACMAN required packages\n become: true\n community.general.pacman:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1618, "all_permissive": false }
ansible_role
Gabisonfire/bootstrap
4e301e7957c4f8dc311107daf0cff261821507df
0
roles/configs
7,572
[ "no_license" ]
[ { "path": "roles/configs/tasks/main.yml", "content": "- name: Clone config repo\n ansible.builtin.git:\n repo: \"{{ config_repo }}\"\n dest: \"{{ config_repo_dest }}\"\n key_file: \"/home/{{ linux_user }}/.ssh/id_rsa\"\n version: \"master\"\n accept_hostkey: true\n tags: git\n\n- name: Crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 498, "all_permissive": false }
ansible_role
superxpzm/ansible-chpwd
ab9c87ddd1e46d96f535962d2ffaaf943a372e06
1
roles/linux
7,572
[ "no_license" ]
[ { "path": "roles/linux/tasks/main.yml", "content": "---\n- name: Change password of existing test1\n user: \n name: test1 \n update_password: always \n password: \"{{ ansible_ssh_new_pass | password_hash('<PASSWORD>')}}\"\n\n- name: Change password of existing test2\n user: \n name: test2 \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
superxpzm/ansible-chpwd
ab9c87ddd1e46d96f535962d2ffaaf943a372e06
1
roles/windows
7,572
[ "no_license" ]
[ { "path": "roles/windows/tasks/main.yml", "content": "---\n- name: Change password of existing cdn\n #win_user: name=\"cdn\" update_password=always password=\"{{ ansible_new_password | password_hash('<PASSWORD>')}}\"\n #win_user: name=\"cdn2\" update_password=always password=\"{{ ansible_new_password | pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
girishpatil1386/mediawiki
a2e7d895f85301d9740a4749412067d4af1d3d8c
0
roles/webserver
7,572
[ "no_license" ]
[ { "path": "roles/webserver/tasks/install.yml", "content": "- name: SECURITY GROUP FOR TEST INSTANCE\n ec2_group:\n name: TEST-SG\n description: Security Group for Test Instance\n region: \"{{ aws_region }}\"\n aws_access_key: \"{{ aws_access_key | default('null') }}\"\n aws_secret_key: \"{{ ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6716, "all_permissive": false }
ansible_role
terekhovav88/ansible_deploy_apache
87206205474e59d3b38233254162f33083cab51b
0
roles/deploy_apache_web
7,583
[ "no_license" ]
[ { "path": "roles/deploy_apache_web/defaults/main.yml", "content": "---\n# defaults file for deploy_apache_web\n#source_folder: ./MyWebSite\ndestin_folder: /var/www/html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/deploy_apache_web/tasks...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1172, "all_permissive": false }
ansible_role
mrgleam/ansible-muramasa
1085e81f2e380d0a437f6423ebe016599956e5f2
0
roles/clamav
7,583
[ "no_license" ]
[ { "path": "roles/clamav/tasks/main.yml", "content": "- name: Copy {{item}} rpm file to server\n copy:\n src: packages/{{item}}\n dest: /tmp/{{item}}\n with_items:\n - \"{{ package_clamav }}\"\n - \"{{ package_clamav_data }}\"\n - \"{{ package_clamav_devel }}\"\n - \"{{ package_clamav_fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3666, "all_permissive": false }
ansible_role
mrgleam/ansible-muramasa
1085e81f2e380d0a437f6423ebe016599956e5f2
0
roles/cronjob
7,583
[ "no_license" ]
[ { "path": "roles/cronjob/tasks/main.yml", "content": "---\n- name: Creates schedule scan cronjob\n cron: minute=\"20\" hour=\"3\"\n name=\"Schedule scan (daily schedule)\"\n cron_file=\"clamscan-Daily\"\n user=\"root\"\n job=\"clamdscan -i -c /etc/clamd.d/clamd.conf --fdpass /*\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }
ansible_role
mrgleam/ansible-muramasa
1085e81f2e380d0a437f6423ebe016599956e5f2
0
roles/ossec-agent
7,583
[ "no_license" ]
[ { "path": "roles/ossec-agent/handlers/main.yml", "content": "---\n- name: restart ossec-hids\n service:\n name: ossec-hids\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/ossec-agent/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1021, "all_permissive": false }
ansible_role
mrgleam/ansible-muramasa
1085e81f2e380d0a437f6423ebe016599956e5f2
0
roles/rsyslog
7,583
[ "no_license" ]
[ { "path": "roles/rsyslog/tasks/main.yml", "content": "---\n- name: write the rsyslog config file\n template:\n src: rsyslog.j2\n dest: /etc/rsyslog.conf\n owner: root\n group: root\n mode: 0644\n notify:\n - restart rsyslog\n- name: ensure rsyslog is running\n service:\n name: rsyslog...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
uSpike/playbooks
ac4d617887fae101dd905ab227a3b6af602e329e
0
roles/homeassistant
7,583
[ "no_license" ]
[ { "path": "roles/homeassistant/templates/homeassistant.conf.d.j2", "content": "# /etc/conf.d/homeassistant: configuration for /etc/init.d/homeassistant\n\n# Switches to pass to hass. See 'hass --help' for\n# a description of the possible switches.\n#\nHASS_OPTS=\"\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5184, "all_permissive": false }
ansible_role
sciarrilli/wbench-ubuntu-indie
9c3ed9b10fe486958eb0b5c74fb3f6ee97072857
0
roles/services
7,583
[ "no_license" ]
[ { "path": "roles/services/files/topology.dot", "content": "graph G {\n \"leaf01\":\"swp51\" -- \"spine01\":\"swp1\";\n \"leaf01\":\"swp52\" -- \"spine02\":\"swp1\";\n \"leaf02\":\"swp51\" -- \"spine01\":\"swp2\";\n \"leaf02\":\"swp52\" -- \"spine02\":\"swp2\";\n\n \"server01\":\"eth1\" -- \"l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3560, "all_permissive": false }
ansible_role
fabianvf/example-generated-operator
522631da98cb8da7d7d2f4d828df7db6e3c1d9ed
2
roles/exampleapp
7,583
[ "no_license" ]
[ { "path": "roles/exampleapp/tasks/main.yml", "content": "---\n- name: create Example configmap\n k8s:\n definition:\n apiVersion: v1\n kind: ConfigMap\n metadata:\n name: 'test-data'\n namespace: '{{ meta.namespace }}'\n data:\n hello: world\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
tagobar/photobank-admin
2a6d00ac5c6dc6e2f3c9aea20e36238c5a14a33f
0
roles/deploy
7,583
[ "no_license" ]
[ { "path": "roles/deploy/defaults/main.yml", "content": "---\n# defaults file for deploy\napp_dir: \"{{ project_dir}}/app\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/deploy/tasks/main.yml", "content": "---\n# tasks file for deploy\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1413, "all_permissive": false }
ansible_role
joshcampbell/ansible-cobbler
3581f566a445f4ed68b0b2050d92ccf59b2d1127
0
roles/ansible-cobbler
7,583
[ "no_license" ]
[ { "path": "roles/ansible-cobbler/tasks/main.yml", "content": "---\n# file: main.yml\n# The tasks for the Cobbler role\n\n# -------------\n# Prerequisites\n# -------------\n\n- name: unsupported package manager\n fail: msg='this playbook requries yum or apt only'\n when: ansible_pkg_mgr != 'yum' and ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8111, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/backend
7,583
[ "no_license" ]
[ { "path": "ansible/roles/backend/meta/main.yml", "content": "---\n\ndependencies:\n - role: srv_user\n name: backend\n - role: postgresql\n - role: java8\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "ansible/roles/backend/tasks/main.yml",...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1573, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/backup-client
7,583
[ "no_license" ]
[ { "path": "ansible/roles/backup-client/files/rsync-wrapper.sh", "content": "#!/bin/sh\n\ndate >> ~/backuplog\necho $@ >> ~/backuplog\n/usr/bin/sudo /usr/bin/rsync \"$@\";\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "ansible/roles/backup-client...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 751, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/documentation
7,583
[ "no_license" ]
[ { "path": "ansible/roles/documentation/tasks/main.yml", "content": "---\n\n- name: create documentation user\n user:\n name: documentation\n groups: keyslaves\n append: true\n shell: /bin/bash\n\n- name: create /srv/documentation folder\n file:\n path: /srv/documentation\n mode: 0750\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 450, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/frontend
7,583
[ "no_license" ]
[ { "path": "ansible/roles/frontend/templates/webpack.config.js", "content": "var webpack = require('webpack');\nvar path = require('path');\nvar HtmlWebpackPlugin = require('html-webpack-plugin');\nvar ExtractTextPlugin = require(\"extract-text-webpack-plugin\");\n\nvar CURRENTDIR = pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2140, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/java8
7,583
[ "no_license" ]
[ { "path": "ansible/roles/java8/tasks/main.yml", "content": "---\n\n- name: Install Java 8 JDK\n apt:\n name: default-jdk\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/jenkins
7,583
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "---\n\n- name: Install python-software-properties\n apt:\n name: python-software-properties\n\n- name: Install python-pycurl\n apt:\n name: python-pycurl\n\n- name: Add jenkins apt-key\n apt_key:\n data: \"{{ lookup('file', 'jenkins-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 563, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/jenkins-conf
7,583
[ "no_license" ]
[ { "path": "ansible/roles/jenkins-conf/meta/main.yml", "content": "---\n\ndependencies:\n - role: jenkins\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "ansible/roles/jenkins-conf/tasks/jenkins.yml", "content": "---\n\n- name: Install Jenkin...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 658, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/keyslaves
7,583
[ "no_license" ]
[ { "path": "ansible/roles/keyslaves/tasks/main.yml", "content": "---\n\n- name: Create keyslaves group\n group:\n name: keyslaves\n\n- name: Create file for master public keys\n copy:\n content: \"\"\n dest: /etc/ssh/authorized_master_keys\n force: no # Don't overwrite file with changes, only c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/letsencrypt
7,583
[ "no_license" ]
[ { "path": "ansible/roles/letsencrypt/tasks/main.yml", "content": "---\n- name: install Letsencrypt\n apt:\n name: letsencrypt\n state: present\n update_cache: true\n\n- name: make directory for Letsencrypt\n file:\n path: /srv/letsencrypt\n owner: www-data\n group: www-data\n mode: 07...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1243, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/nginx
7,583
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n\n- name: delete default NGINX site\n file:\n state: absent\n path: /etc/nginx/sites-enabled/default\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "ansible/roles/nginx/meta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 160, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/nginx-conf
7,583
[ "no_license" ]
[ { "path": "ansible/roles/nginx-conf/tasks/main.yml", "content": "---\n\n- name: install python passlib\n apt:\n name: python-passlib\n\n- name: create htpasswd entry\n htpasswd:\n path: /etc/nginx/htpasswd\n name: vopro6\n password: \"{{ <PASSWORD> }}\"\n owner: root\n group: www-data\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 396, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/postgresql
7,583
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/main.yml", "content": "---\n\n- name: Install Postgresql\n apt:\n name: \"{{ item }}\"\n with_items:\n - postgresql\n - postgresql-contrib\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/snapshots
7,583
[ "no_license" ]
[ { "path": "ansible/roles/snapshots/tasks/main.yml", "content": "---\n\n- name: create snapshot user\n user:\n name: snapshot\n groups: keyslaves\n append: true\n shell: /bin/bash\n\n- name: create /srv/snapshot folder\n file:\n path: /srv/snapshot\n mode: 0750\n owner: snapshot\n g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/sonarqube
7,583
[ "no_license" ]
[ { "path": "ansible/roles/sonarqube/meta/main.yml", "content": "---\n\ndependencies:\n - role: java8\n - role: postgresql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "ansible/roles/sonarqube/tasks/main.yml", "content": "---\n\n- name: ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1572, "all_permissive": false }
ansible_role
domien96/SolvasFleet
dab2e9da4c9ee9cf172c4f981c647b7550f6edec
0
ansible/roles/srv_user
7,583
[ "no_license" ]
[ { "path": "ansible/roles/srv_user/tasks/main.yml", "content": "---\n\n- name: create {{ name }} user\n user:\n name: \"{{ name }}\"\n groups: keyslaves\n append: true\n shell: /bin/bash\n\n- name: create /srv/{{ name }} folder\n file:\n path: /srv/{{ name }}\n mode: 0750\n owner: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
sa-ne/acm-demo
e1ac148fc3d9ae4060d26d95e3b4b56dc982cbf2
0
ansible/roles/acm-add-spoke
7,583
[ "no_license" ]
[ { "path": "ansible/roles/acm-add-spoke/tasks/import-cluster.yaml", "content": "# For some reason 2.0.3 of kubernetes.core collection doesn't work? Debug later.\n- name: Import Cluster\n k8s:\n kubeconfig: \"{{ item.0.kubeconfig }}\"\n resource_definition: \"{{ manifest | to_yaml(width=32768) }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1070, "all_permissive": false }
ansible_role
sa-ne/acm-demo
e1ac148fc3d9ae4060d26d95e3b4b56dc982cbf2
0
ansible/roles/acm-observability
7,583
[ "no_license" ]
[ { "path": "ansible/roles/acm-observability/tasks/main.yaml", "content": "- name: Wait for ACM Operator\n kubernetes.core.k8s_info:\n api_key: \"{{ lookup('file', '/var/run/secrets/kubernetes.io/serviceaccount/token') }}\"\n api_version: v1\n ca_cert: /var/run/secrets/kubernetes.io/serviceaccount/c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4746, "all_permissive": false }
ansible_role
sa-ne/acm-demo
e1ac148fc3d9ae4060d26d95e3b4b56dc982cbf2
0
ansible/roles/route53-dns-roundrobin
7,583
[ "no_license" ]
[ { "path": "ansible/roles/route53-dns-roundrobin/tasks/main.yaml", "content": "- name: Make Sure target_clusters is Defined\n ansible.builtin.assert:\n fail_msg: \"It appears ACM did not pass target_clusters as an extra var or target_clusters is not a list!\"\n that:\n - target_clusters is define...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1020, "all_permissive": false }
ansible_role
sa-ne/acm-demo
e1ac148fc3d9ae4060d26d95e3b4b56dc982cbf2
0
ansible/roles/tower-setup
7,583
[ "no_license" ]
[ { "path": "ansible/roles/tower-setup/tasks/main.yaml", "content": "- name: Query Ansible Tower Route\n kubernetes.core.k8s_info:\n api_key: \"{{ lookup('file', '/var/run/secrets/kubernetes.io/serviceaccount/token') }}\"\n api_version: route.openshift.io/v1\n ca_cert: /var/run/secrets/kubernetes.io...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4590, "all_permissive": false }
ansible_role
sa-ne/acm-demo
e1ac148fc3d9ae4060d26d95e3b4b56dc982cbf2
0
ansible/roles/toweraccess-secret
7,583
[ "no_license" ]
[ { "path": "ansible/roles/toweraccess-secret/tasks/main.yaml", "content": "- name: Assert Extra Variables are Defined\n ansible.builtin.assert:\n fail_msg: >-\n Please run playbook with\n -e target_kubeconfig=<kubeconfig> -e target_user=<user>\n -e target_password=<<PASSWORD>> -e target_jo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2943, "all_permissive": false }
ansible_role
sravanreddy28/roboshop-ansible
6b43c09e588676276b293ba5252883373c36326e
0
roles/cart
7,583
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yml", "content": "- name: copy cart service\n ansible.builtin.copy:\n src : cart.service\n dest : /etc/systemd/system/cart.service\n\n- name : download repos\n ansible.builtin.shell : curl -sL https://rpm.nodesource.com/setup_lts.x | bash\n\n- name : install nodejs\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 936, "all_permissive": false }
ansible_role
sravanreddy28/roboshop-ansible
6b43c09e588676276b293ba5252883373c36326e
0
roles/catalogue
7,583
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "- name : catalogue setup\n hosts : all\n become : true\n tasks :\n - name: service file\n ansible.builtin.copy:\n src: catalogue.service\n dest: /etc/systemd/system/catalogue.service\n\n - name: download nodejs\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1483, "all_permissive": false }
ansible_role
sravanreddy28/roboshop-ansible
6b43c09e588676276b293ba5252883373c36326e
0
roles/mongodb
7,583
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name : copy repo\n ansible.builtin.copy :\n src : mongo.repo\n dest : /etc/yum.repos.d/mongo.repo\n\n- name : install mongodb\n ansible.builtin.yum :\n name : mongodb-org\n state : installed\n\n- name : replace ip address\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
sravanreddy28/roboshop-ansible
6b43c09e588676276b293ba5252883373c36326e
0
roles/mysql
7,583
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name : configure yum repo for mysql\n ansible.builtin.copy :\n src : mysql.repo\n dest : /etc/yum.repos.d/mysql.repo\n\n- name : disable default msql\n ansible.builtin.shell : yum module disable mysql -y\n\n- name : install msql community server\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
sravanreddy28/roboshop-ansible
6b43c09e588676276b293ba5252883373c36326e
0
roles/payment
7,583
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name : install python\n ansible.builtin.yum :\n name :\n - python36\n - gcc\n - python3-devel\n state : installed\n\n- name : add user\n ansible.builtin.user :\n name : roboshop\n\n- name : remove directory\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 911, "all_permissive": false }
ansible_role
sravanreddy28/roboshop-ansible
6b43c09e588676276b293ba5252883373c36326e
0
roles/rabbitmq
7,583
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: vendor repo\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n\n- name: rabbit mq repo\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/rab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 685, "all_permissive": false }
ansible_role
sravanreddy28/roboshop-ansible
6b43c09e588676276b293ba5252883373c36326e
0
roles/shipping
7,583
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: service file\n ansible.builtin.copy:\n src: shipping.service\n dest: /etc/systemd/system/shipping.service\n\n- name: install maven\n ansible.builtin.yum:\n name : maven\n state : installed\n\n- name : add user\n ansible.builtin.us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1075, "all_permissive": false }
ansible_role
sravanreddy28/roboshop-ansible
6b43c09e588676276b293ba5252883373c36326e
0
roles/user
7,583
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name : user setup\n hosts : all\n become : true\n tasks :\n - name: service file\n ansible.builtin.copy:\n src: user.service\n dest: /etc/systemd/system/user.service\n\n - name: download nodejs\n ansible.builtin.shell: cur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1448, "all_permissive": false }
ansible_role
LokeshNagireddy/roboshop-ansible
b20e1c6097ae04fbb4561a85b9d782f21b0ca743
0
roles/common
7,583
[ "no_license" ]
[ { "path": "roles/common/tasks/python.yml", "content": "- name: Install Python\n ansible.builtin.yum:\n name:\n - python36\n - gcc\n - python3-devel\n state: installed\n\n- name: Run App pre-requisites\n ansible.builtin.import_tasks:\n file: app_prereq.yml\n\n- name: Install Python ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2864, "all_permissive": false }
ansible_role
LokeshNagireddy/roboshop-ansible
b20e1c6097ae04fbb4561a85b9d782f21b0ca743
0
roles/elk
7,583
[ "no_license" ]
[ { "path": "roles/elk/tasks/filebeat.yml", "content": "- name: Copy Elastic Repo file\n ansible.builtin.template:\n src: elastic.repo\n dest: /etc/yum.repos.d/elastic.repo\n\n- name: Install Filebeat\n ansible.builtin.yum:\n name: filebeat\n state: installed\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2393, "all_permissive": false }
ansible_role
LokeshNagireddy/roboshop-ansible
b20e1c6097ae04fbb4561a85b9d782f21b0ca743
0
roles/frontend
7,583
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yml", "content": "log_file: /var/log/nginx/access.log", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.yum:\n name: nginx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 847, "all_permissive": false }
ansible_role
LokeshNagireddy/roboshop-ansible
b20e1c6097ae04fbb4561a85b9d782f21b0ca743
0
roles/payment
7,583
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: Run Tasks of the common Python playbook\n ansible.builtin.import_role:\n name: common\n tasks_from: python", "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
LokeshNagireddy/roboshop-ansible
b20e1c6097ae04fbb4561a85b9d782f21b0ca743
0
roles/user
7,583
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: Run Tasks of the common playbook\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/ansible
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/ansible/meta/main.yml", "content": "---\ndependencies:\n - { role: base, when: periodic }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "playbooks/roles/ansible/vars/main.yml", "content": "---\nansible: {\n versi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1411, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/artifactory
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/artifactory/vars/main.yml", "content": "---\nartifactory: {\n version: latest, # 3.4.2, latest - https://dl.bintray.com/jfrog/artifactory/\n port: 8080,\n timeout: 60, # in seconds\n run: standalone, # standalone, war\n latest: {\n command: \"curl -Ls '{{ co...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9392, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/asgard
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/asgard/tasks/main.yml", "content": "---\n- debug: var=build\n when: build is defined\n\n- name: Verifying AWS credentials\n assert:\n that:\n - AWS_ACCOUNT_ID is defined\n - AWS_ACCESS_KEY_ID is defined\n - AWS_SECRET_ACCESS_KEY is defined\n\n- grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3077, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/base
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/base/tasks/main.yml", "content": "---\n- name: Updating Ubuntu repos\n replace:\n dest: \"{{ ubuntu.sources_list }}\"\n regexp: \"{{ item.key | re_escape }}\"\n replace: \"{{ item.value }}\"\n backup: yes\n with_dict: ubuntu.apt\n\n- name: Listing Ubuntu rep...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1579, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/consul
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/consul/templates/config.json", "content": "{\n \"data_dir\": \"{{ consul.data_dir }}\",\n \"log_level\": \"{{ consul.log_level }}\",\n \"domain\": \"{{ domain }}\",\n \"ports\": {\n \"dns\": {{ common.net.ports.dns }},\n \"http\": {{ consul.ports.http }},\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4435, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/docker
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/docker/vars/main.yml", "content": "---\ndocker: {\n bin: /usr/bin/docker\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "playbooks/roles/docker/tasks/start.yml", "content": "---\n- set_fact:\n # evgenyg/echo:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3142, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/etcd
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/etcd/tasks/main.yml", "content": "---\n- set_fact:\n etcd_dir: \"{{ etcd.dir_name | tokens( etcd ) }}\"\n- set_fact:\n etcd_bin: \"{{ etcd.home }}/{{ etcd_dir }}/etcd\"\n etcd_port: \"{{ etcd_port | default( etcd.port ) }}\"\n\n- include: \"{{ common.utils.service }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1330, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/exhibitor
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/exhibitor/templates/build.gradle", "content": "/**\n * https://github.com/Netflix/exhibitor/wiki/Building-Exhibitor#gradle\n * https://raw.githubusercontent.com/Netflix/exhibitor/master/exhibitor-standalone/src/main/resources/buildscripts/standalone/gradle/build.gradle\n */\n\napp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3228, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/gatling
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/gatling/run-simulations.yml", "content": "---\n- set_fact:\n simulations_script: \"{{ simulations_script | default( gatling.simulations_script ) }}\"\n run_simulations: \"{{ run_simulations | default( True ) | bool }}\"\n action_name: Running\n\n- set_fact: a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4079, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/golang
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/golang/vars/main.yml", "content": "---\ngolang: {\n version: latest, # 1.4.1, latest - https://golang.org/dl/\n latest: {\n command: \"curl -Ls '{{ common.urls.golang }}/dl/' | grep '.src.tar.gz' | sed -r 's/<[^>]+>//g' | sed 's/\\\\.src\\\\.tar\\\\.gz//g' | sed -r 's/go//' |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1155, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/gradle
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/gradle/tasks/main.yml", "content": "---\n- name: Calculating Gradle version\n set_fact:\n gradle_version: \"{{ gradle.version | calculate( gradle.latest ) }}\"\n\n- include: \"{{ common.utils.download }}\"\n vars:\n title: Gradle\n url: \"{{ gradle.url | token...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1034, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/groovy
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/groovy/vars/main.yml", "content": "---\ngroovy: {\n version: latest, # 2.3.9, latest - https://dl.bintray.com/groovy/maven/\n latest: {\n command: \"curl -Ls '{{ common.urls.bintray }}/groovy/maven/' | grep '<pre>' | grep 'groovy-binary-' | sed -r 's/.*groovy-binary-//' | sed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1437, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/helios
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/helios/tasks/main.yml", "content": "---\n- include: common.yml\n\n- include: master.yml\n when: ( helios_role is undefined ) or ( helios_role == 'master' )\n\n- include: agent.yml\n when: ( helios_role is undefined ) or ( helios_role == 'agent' )\n", "license_type": "n...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 16717, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/java
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/java/tasks/open_jdk.yml", "content": "---\n- name: Installing OpenJDK\n apt: name=default-jdk state=latest force=yes\n\n- name: Setting java_home (Java 7)\n set_fact:\n java_home: \"{{ java.open_jdk.java_home }}\"\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4718, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/jenkins
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/jenkins/templates/job-config.xml", "content": "<?xml version='1.0' encoding='UTF-8'?>\n<project>\n <actions/>\n <description></description>\n <logRotator class=\"hudson.tasks.LogRotator\">\n <daysToKeep>5</daysToKeep>\n <numToKeep>5</numToKeep>\n <artifactDaysToKeep>-1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 11861, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/maven
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/maven/vars/main.yml", "content": "---\nmaven: {\n version: latest, # 3.3.1, latest - https://maven.apache.org/download.cgi\n latest: {\n command: \"curl -Ls 'https://maven.apache.org/download.cgi' | grep '</a>Download Apache Maven' | sed -r 's/<[^>]+>//g' | awk '{print $4}'\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1070, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/mysql
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/mysql/tasks/main.yml", "content": "---\n- include: \"{{ common.utils.include }}\"\n vars:\n role: mysql\n\n- name: Adding MySQL repositories\n apt_repository: repo=\"{{ item }}\" update_cache=yes\n with_items:\n - deb http://repo.mysql.com/apt/ubuntu/ trusty mysql-5.6\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2006, "all_permissive": false }
ansible_role
evgeny-goldin/playbooks
e278696c624e3c0526900829856ede2a40f3a0db
14
playbooks/roles/nexus
7,583
[ "no_license" ]
[ { "path": "playbooks/roles/nexus/tasks/import.yml", "content": "---\n- include: \"{{ common.utils.download }}\"\n vars:\n title: Nexus import archive\n url: \"{{ import }}\"\n archive: \"{{ nexus.import.archive | tokens({ 'ext' : import | ext }) }}\"\n home: \"{{ nexus_storage }}/{{ ne...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6682, "all_permissive": false }