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
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/spectacle
7,683
[ "no_license" ]
[ { "path": "ansible/roles/spectacle/templates/spectaclerc.j2", "content": "[$Version]\nupdate_info=spectacle_newConfig.upd:spectacle-new-config,spectacle_clipboard.upd:clipboard-settings-change,spectacle_rememberregion.upd:spectacle-migrate-rememberregion\n\n[General]\nclipboardGroup=PostScreenshotCopyImage\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1304, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/ssh
7,683
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/ssh_client.yml", "content": "---\n\n- name: Add required ENV variables\n ansible.builtin.blockinfile:\n path: /home/{{ user_name }}/.bash_profile\n insertbefore: EOF\n block: |\n # Modified by Ansible\n export SSH_AUTH_SOCK=\"$XDG_RUNTIME_DIR/ssh-agent....
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2544, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/standard
7,683
[ "no_license" ]
[ { "path": "ansible/roles/standard/templates/bash_history.sh.j2", "content": "export HISTCONTROL=ignoreboth\nexport HISTFILESIZE=\nexport HISTSIZE=\nexport HISTTIMEFORMAT=\"[%F %T] \"\nexport HISTFILE=~/.bash_eternal_history\nPROMPT_COMMAND=\"history -a; $PROMPT_COMMAND\"\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1453, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/standard_apps
7,683
[ "no_license" ]
[ { "path": "ansible/roles/standard_apps/tasks/main.yml", "content": "---\n\n- name: Ensure basic apps are installed\n community.general.pacman:\n name:\n - signal-desktop\n - spotify-launcher\n - noisetorch\n - piper\n - kdepim-addons\n - krecorder\n - libreoffice\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/steam
7,683
[ "no_license" ]
[ { "path": "ansible/roles/steam/tasks/main.yml", "content": "---\n\n- name: Ensure steam and other packages are installed\n community.general.pacman:\n name:\n - lib32-mesa\n - steam\n - libstrangle-git\n - lib32-gamemode\n - gamemode\n - proton-ge-custom-bin\n - lib32-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1736, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/system_settings
7,683
[ "no_license" ]
[ { "path": "ansible/roles/system_settings/tasks/main.yml", "content": "---\n\n- name: Set kdeglobals (global theme, single click, file dialog)\n ansible.builtin.copy:\n src: kdeglobals\n dest: /home/{{ user_name }}/.config/kdeglobals\n mode: \"0600\"\n owner: \"{{ user_name }}\"\n group: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4513, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/ufw
7,683
[ "no_license" ]
[ { "path": "ansible/roles/ufw/tasks/main.yml", "content": "---\n\n- name: Ensure ufw is installed\n community.general.pacman:\n name:\n - ufw\n state: present\n\n- name: Configure ufw defaults\n community.general.ufw:\n direction: \"{{ item.direction }}\"\n policy: \"{{ item.policy }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1010, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/upgrade
7,683
[ "no_license" ]
[ { "path": "ansible/roles/upgrade/tasks/main.yml", "content": "---\n\n- name: Ensure packages are upgraded\n community.general.pacman:\n update_cache: true\n upgrade: true\n register: upgrade_result\n notify: Reboot after upgrade\n\n- name: Flush handlers\n ansible.builtin.meta: flush_handlers\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 366, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/vpn_gui
7,683
[ "no_license" ]
[ { "path": "ansible/roles/vpn_gui/tasks/main.yml", "content": "---\n\n- name: Ensure vpn software and networkmanager integrations are installed\n community.general.pacman:\n name:\n - networkmanager-l2tp\n - networkmanager-strongswan\n - networkmanager-pptp\n - strongswan\n - net...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 691, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/zfs
7,683
[ "no_license" ]
[ { "path": "ansible/roles/zfs/defaults/main.yml", "content": "---\n\nzfs_zpools:\n - name: zpool1\n devices:\n - /dev/vdb\n - /dev/vdc\n - /dev/vdd\n raid: raidz2\n datasets:\n - name: data\n - name: backup\n properties: >\n -o compression=zstd-9\n\nzfs_defa...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3576, "all_permissive": false }
ansible_role
drikqlis/drik-homelab
ee098f79b0abe123e5cc67345b33d32eb9f9eaf1
0
ansible/roles/zfs_localpv
7,683
[ "no_license" ]
[ { "path": "ansible/roles/zfs_localpv/defaults/main.yml", "content": "---\n\nzfs_localpv_storage_classes:\n - storage_class_name: zfs-localpv\n pool_name: zpool/dataset\n is_default: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "ans...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1384, "all_permissive": false }
ansible_role
tanaka-geek/ansible-setup-framework
7cc1c7046ecef598e91dfa1cc2d3e0ae41eb5b5c
1
roles/test
7,683
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yaml", "content": "- name: Print Ansible Version for Testing Purpose\n debug:\n msg: \"Ansible Version: {{ ansible_version }}\"\n notify: \n - Run Handler # only runs when changed=1\n\n- name: Command \"whoami\"\n debug:\n msg: \"whoami : {{ lookup('env','USER') }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2379, "all_permissive": false }
ansible_role
vibin6666/ARTech
9088dd0a6bfbcd097c21084d212b27f89c6ddb3b
1
ELK/roles/elasticsearch
7,683
[ "no_license" ]
[ { "path": "ELK/roles/elasticsearch/tasks/main.yml", "content": "---\n#Installing Elasticsearch\n\n# Add the Elasticsearch APT-repository\n- name: copy the repo file\n copy:\n src: elastic_stack.repo\n dest: /etc/yum.repos.d\n# Install Elasticsearch\n- name: Update repositories cache and install Elastic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 856, "all_permissive": false }
ansible_role
vibin6666/ARTech
9088dd0a6bfbcd097c21084d212b27f89c6ddb3b
1
ELK/roles/java
7,683
[ "no_license" ]
[ { "path": "ELK/roles/java/tasks/main.yml", "content": "- name: Install epel repo\n yum:\n name: epel-release\n state: present\n update_cache: true\n\n- name: Install the Java 8 package\n yum:\n name: java-1.8.0-openjdk\n state: present\n update_cache: yes\n\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
vibin6666/ARTech
9088dd0a6bfbcd097c21084d212b27f89c6ddb3b
1
ELK/roles/kibana
7,683
[ "no_license" ]
[ { "path": "ELK/roles/kibana/tasks/main.yml", "content": "---\n#\n #Installing Kibana\n#\n #Add Kibana APT-repository\n#- name: Adding Kibana APT repository\n# yum_repository:\n# repo: rpm http://packages.elastic.co/kibana/6.1/apt stable main\n# state: present\n#Install Kibana\n- name: Install Kibana.\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 828, "all_permissive": false }
ansible_role
vibin6666/ARTech
9088dd0a6bfbcd097c21084d212b27f89c6ddb3b
1
ELK/roles/logstash
7,683
[ "no_license" ]
[ { "path": "ELK/roles/logstash/tasks/logstash-main.yml", "content": "---\n#\n# Installing logstash\n#\n# Add Logstash APT repository\n- name: Adding logstash APT repository\n apt_repository:\n repo: deb http://packages.elastic.co/logstash/2.2/debian stable main\n state: present\n# Installing Logstash\n-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1900, "all_permissive": false }
ansible_role
vibin6666/ARTech
9088dd0a6bfbcd097c21084d212b27f89c6ddb3b
1
ELK/roles/nginx
7,683
[ "no_license" ]
[ { "path": "ELK/roles/nginx/tasks/main.yml", "content": "---\n#install nginx\n- name: Remove repository from a specific repo file\n copy:\n src: nginx.repo\n dest: /etc/yum.repos.d\n\n- name: Update repositories cache and install Nginx\n yum:\n name: nginx\n state: present\n update_cache: yes\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
mondiniit/cassandra-k8s
f555385644c2e79de42642ee10f25170281ac525
0
ansible/roles/cassandra
7,683
[ "no_license" ]
[ { "path": "ansible/roles/cassandra/tasks/kube-dns.yaml", "content": "- name: Create manifest to expose kube-dns via k8s service\n copy:\n dest: \"/home/{{ ansible_user }}/dns-service.yaml\"\n content: |\n apiVersion: v1\n kind: Service\n metadata:\n annotations:\n servi...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7579, "all_permissive": false }
ansible_role
mondiniit/cassandra-k8s
f555385644c2e79de42642ee10f25170281ac525
0
ansible/roles/cluster-cleanup
7,683
[ "no_license" ]
[ { "path": "ansible/roles/cluster-cleanup/tasks/main.yaml", "content": "- name: Copy cluster cleanup manifest\n copy:\n dest: \"/home/{{ ansible_user }}/cluster-cleanup.yaml\"\n content: |\n apiVersion: rbac.authorization.k8s.io/v1beta1\n kind: ClusterRole\n metadata:\n name: k8s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2979, "all_permissive": false }
ansible_role
mondiniit/cassandra-k8s
f555385644c2e79de42642ee10f25170281ac525
0
ansible/roles/create-cluster
7,683
[ "no_license" ]
[ { "path": "ansible/roles/create-cluster/tasks/main.yaml", "content": "- name: Copy template to bastion\n copy:\n src: cluster.tmpl\n dest: \"/home/{{ ansible_user }}/cluster.tmpl\"\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: 0644\n\n- name: Create cluster config f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5410, "all_permissive": false }
ansible_role
mondiniit/cassandra-k8s
f555385644c2e79de42642ee10f25170281ac525
0
ansible/roles/flux
7,683
[ "no_license" ]
[ { "path": "ansible/roles/flux/tasks/main.yaml", "content": "- name: Create flux namespace\n shell: kubectl --context {{ item }} get namespace flux || kubectl --context {{ item }} create namespace flux\n with_items:\n - \"{{ cluster_name }}-{{ regions.split(',')[0] }}\"\n - \"{{ cluster_name }}-{{ re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5566, "all_permissive": false }
ansible_role
mondiniit/cassandra-k8s
f555385644c2e79de42642ee10f25170281ac525
0
ansible/roles/helm
7,683
[ "no_license" ]
[ { "path": "ansible/roles/helm/tasks/main.yaml", "content": "- name: Copy helm configuration\n copy:\n dest: \"/home/{{ ansible_user }}/helm.yaml\"\n content: |\n ---\n kind: ClusterRoleBinding\n apiVersion: rbac.authorization.k8s.io/v1beta1\n metadata:\n name: tiller-manage...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1123, "all_permissive": false }
ansible_role
mondiniit/cassandra-k8s
f555385644c2e79de42642ee10f25170281ac525
0
ansible/roles/helm-operator
7,683
[ "no_license" ]
[ { "path": "ansible/roles/helm-operator/tasks/main.yaml", "content": "- name: Copy flux helm operator deployment\n copy:\n dest: \"/home/{{ ansible_user }}/flux-helm-operator-deployment.yaml\"\n content: |\n apiVersion: apiextensions.k8s.io/v1beta1\n kind: CustomResourceDefinition\n met...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3594, "all_permissive": false }
ansible_role
mondiniit/cassandra-k8s
f555385644c2e79de42642ee10f25170281ac525
0
ansible/roles/install-docker
7,683
[ "no_license" ]
[ { "path": "ansible/roles/install-docker/tasks/main.yaml", "content": "- name: Remove docker-ce\n shell: sudo apt remove -y docker-ce docker-ce-cli\n\n- name: Update Repository\n shell: sudo apt update\n\n- name: Installing CA Certificates and curl\n shell: sudo apt install -y apt-transport-https ca-certi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 819, "all_permissive": false }
ansible_role
mondiniit/cassandra-k8s
f555385644c2e79de42642ee10f25170281ac525
0
ansible/roles/prometheus-operator
7,683
[ "no_license" ]
[ { "path": "ansible/roles/prometheus-operator/tasks/main.yaml", "content": "- name: Copy prometheus operator deployment\n copy:\n dest: \"/home/{{ ansible_user }}/prometheus-deployment-{{ item.region }}.yaml\"\n content: |\n apiVersion: v1\n kind: Namespace\n metadata:\n name: mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1822, "all_permissive": false }
ansible_role
mondiniit/cassandra-k8s
f555385644c2e79de42642ee10f25170281ac525
0
ansible/roles/resolve-hosts
7,683
[ "no_license" ]
[ { "path": "ansible/roles/resolve-hosts/tasks/main.yaml", "content": "- name: Copy template to bastion\n copy:\n src: hosts.tmpl\n dest: \"/home/{{ ansible_user }}/hosts.tmpl\"\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: 0644\n\n- name: Create hosts file fragment t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": false }
ansible_role
mondiniit/cassandra-k8s
f555385644c2e79de42642ee10f25170281ac525
0
ansible/roles/ssh
7,683
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/main.yaml", "content": "- name: Renew Vault token\n shell: \"vault token renew > /dev/null\"\n environment:\n VAULT_TOKEN: \"{{ vault_token }}\"\n VAULT_ADDR: \"{{ vault_addr }}\"\n\n- name: Remove SSH private key\n shell: \"sudo rm -f ~/.ssh/id_rsa\"\n\n- name: G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 681, "all_permissive": false }
ansible_role
dirtyhero/ansible-rails
e358d3cf82b497b6dc05cc500e3e827d4ceecd7b
0
ansible/roles/rvm
7,683
[ "no_license" ]
[ { "path": "ansible/roles/rvm/tasks/main.yml", "content": "---\n# rvm installation\n- name: install rvm\n shell: sudo gpg2 --keyserver hkp://keys.gnupg.net --recv-keys <KEY>\n- name: install rvm\n shell: curl -sSL https://rvm.io/mpapis.asc\n- name: install rvm\n shell: creates=/etc/profile.d/rvm.sh curl -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
JJ/IV
9b9376121c6ff309f3e7ddfbc8b227ef4c68ccca
73
ejemplos/vagrant/Debian2018/roles/common
7,683
[ "no_license" ]
[ { "path": "ejemplos/vagrant/Debian2018/roles/common/tasks/main.yaml", "content": "---\n- name: Instala básicos\n apt:\n pkg: ['git','make','perl']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
os-autoinst/os-autoinst-distri-opensuse
af4bda17959622f159ba58e4083adeaa2b55e423
88
data/console/ansible/roles/test
7,683
[ "no_license" ]
[ { "path": "data/console/ansible/roles/test/templates/README.txt.j2", "content": "Welcome to my {{ ansible_architecture }} dynamic kingdom!\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "data/console/ansible/roles/test/meta/main.yaml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1557, "all_permissive": false }
ansible_role
gfouquet/k8s-hard-way
31fcc72ebde1cc66cfa9bad0cf41907b957a740a
0
playbooks/roles/local
7,683
[ "no_license" ]
[ { "path": "playbooks/roles/local/tasks/Debian.yml", "content": "---\n- get_url:\n url: \"{{ item.url }}\"\n dest: \"/usr/local/bin/{{ item.name }}\"\n mode: 0755\n become: yes\n loop:\n - url: \"https://pkg.cfssl.org/R{{ cfssl_version }}/cfssl_linux-amd64\"\n name: cfssl\n - url: \"htt...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6143, "all_permissive": false }
ansible_role
gfouquet/k8s-hard-way
31fcc72ebde1cc66cfa9bad0cf41907b957a740a
0
playbooks/roles/master
7,683
[ "no_license" ]
[ { "path": "playbooks/roles/master/tasks/main.yml", "content": "---\n\n- name: Copy kube config files\n copy:\n src: \"{{ work_dir }}/{{ item }}.kubeconfig\"\n dest: \"~{{ ansible_user }}/\"\n loop:\n - admin\n - kube-controller-manager\n - kube-scheduler\n\n# ETCD CONFIG\n# -----------\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4553, "all_permissive": false }
ansible_role
gfouquet/k8s-hard-way
31fcc72ebde1cc66cfa9bad0cf41907b957a740a
0
playbooks/roles/worker
7,683
[ "no_license" ]
[ { "path": "playbooks/roles/worker/defaults/main.yaml", "content": "---\nwork_dir: /tmp/k8s-hard-way\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "playbooks/roles/worker/vars/main.yml", "content": "---\nkubectl_version: \"1.12.0\"", "l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2979, "all_permissive": false }
ansible_role
wikitops/ansible_kong
ff11daeb4e7dfc4a10b70bbb2e36a441952c00e9
0
roles/kong
7,687
[ "no_license" ]
[ { "path": "roles/kong/tasks/kong.yml", "content": "---\n\n- name: KONG | Install prerequisities packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - procps\n - perl\n - dnsmasq\n - libpcre3\n - lua5.2\n - luarocks\n - netcat\n - openssl\n - python-psyc...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5231, "all_permissive": false }
ansible_role
wikitops/ansible_kong
ff11daeb4e7dfc4a10b70bbb2e36a441952c00e9
0
roles/konga
7,687
[ "no_license" ]
[ { "path": "roles/konga/templates/lib/systemd/system/konga.service.j2", "content": "# {{ ansible_managed }}\n\n[Unit]\nDescription=Kong Dashboard in production mode\nAfter=syslog.target network.target {{ 'postgresql.service' if inventory_hostname in groups['postgresql'] }}\nRequires={{ 'postgresql.service' i...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4338, "all_permissive": false }
ansible_role
wikitops/ansible_kong
ff11daeb4e7dfc4a10b70bbb2e36a441952c00e9
0
roles/nodejs
7,687
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: NODEJS | Import key\n apt_key:\n url: \"{{ nodejs_apt_key }}\"\n state: present\n\n- name: NODEJS | Add repository\n apt_repository:\n repo: \"{{ nodejs_apt_url }}\"\n state: present\n\n- name: NODEJS | Installation\n apt:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 436, "all_permissive": false }
ansible_role
wikitops/ansible_kong
ff11daeb4e7dfc4a10b70bbb2e36a441952c00e9
0
roles/postgresql
7,687
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n\n- name: POSTGRESQL | Install prerequisites packages\n apt:\n name: python-pip\n state: present\n\n- name: POSTGRESQL | Add repository key\n apt_key:\n url: \"{{ postgres_apt_key }}\"\n state: present\n\n- name: POSTGRESQL | Add re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 900, "all_permissive": false }
ansible_role
Tedi0re/modsen
6829a458c7b39803f31690ef86c0035744572b23
0
courses/ansible/task_11/roles/web_server
7,687
[ "no_license" ]
[ { "path": "courses/ansible/task_11/roles/web_server/tasks/main.yml", "content": "- name: install web server\n ansible.builtin.package:\n name: \"{{ 'nginx' if ansible_os_family == 'Debian' else 'httpd' }}\"\n state: present\n\n- name: start web server\n ansible.builtin.service:\n name: \"{{ 'ngin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 752, "all_permissive": false }
ansible_role
srinivassuryapet/ans
17700cd0df3eae8d83427f8d5e03169d96842da7
0
roles/catalogue
7,687
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "- name: Install nodejs\n ansible.builtin.yum:\n name:\n - nodejs\n - make\n - gcc-c++\n state: present\n\n- name: Download {{ COMPONENT }} Component\n include_role:\n name: common\n tasks_from: curl_download\n vars:\n U...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1115, "all_permissive": false }
ansible_role
srinivassuryapet/ans
17700cd0df3eae8d83427f8d5e03169d96842da7
0
roles/common
7,687
[ "no_license" ]
[ { "path": "roles/common/tasks/java.yml", "content": "- name: Install Maven\n yum:\n name:\n - maven\n state: present\n\n- name: Download {{ COMPONENT }} Component\n include_tasks: curl_download.yml\n vars:\n EXTRACT_DIR: /home/roboshop/{{COMPONENT}}/\n APP_USER: roboshop\n\n- name: Insta...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4967, "all_permissive": false }
ansible_role
srinivassuryapet/ans
17700cd0df3eae8d83427f8d5e03169d96842da7
0
roles/frontend
7,687
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Remove Html Docs\n file:\n path: /usr/share/nginx/html\n state: absent\n\n##### This is download from Git repo directly\n- name: Download {{ COMPONENT...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 727, "all_permissive": false }
ansible_role
srinivassuryapet/ans
17700cd0df3eae8d83427f8d5e03169d96842da7
0
roles/payment
7,687
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: Setup Python for {{ COMPONENT }} Component\n include_role:\n name: common\n tasks_from: python\n vars:\n URL: \"https://github.com/roboshop-devops-project/payment/archive/main.zip\"", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
srinivassuryapet/ans
17700cd0df3eae8d83427f8d5e03169d96842da7
0
roles/shipping
7,687
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: Setup nodejs for {{ COMPONENT }} Component\n include_role:\n name: common\n tasks_from: java\n vars:\n URL: \"https://github.com/roboshop-devops-project/shipping/archive/main.zip\"", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
srinivassuryapet/ans
17700cd0df3eae8d83427f8d5e03169d96842da7
0
roles/user
7,687
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: Setup nodejs for {{ COMPONENT }} Component\n include_role:\n name: common\n tasks_from: nodejs\n vars:\n URL: \"https://github.com/roboshop-devops-project/user/archive/main.zip\"", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
mysterytree/docker-checker
3c8edd9d0f4b326312416d81f69c1d5320c0a8ee
0
ansible/roles/agent
7,687
[ "no_license" ]
[ { "path": "ansible/roles/agent/tasks/main.yml", "content": "- name: Deploy alertagent\n docker:\n name: alertagent\n image: xx.xx.com/xx/alertagent\n pull: always \n docker_api_version: \"1.21\"\n command: /go/bin/agent\n state: restarted\n restart_policy: always\n volumes: \n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
mysterytree/docker-checker
3c8edd9d0f4b326312416d81f69c1d5320c0a8ee
0
ansible/roles/server
7,687
[ "no_license" ]
[ { "path": "ansible/roles/server/tasks/main.yml", "content": "- name: Deploy alertserver\n docker:\n name: alertserver\n image: xx.xx.com/xx/alertserver\n pull: always \n docker_api_version: \"1.21\"\n command: /go/bin/server \n state: reloaded\n expose:\n - \"{{ SERVER_PORT }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 498, "all_permissive": false }
ansible_role
dovahun/Ansible-galaxy
c599bee0a23803ccbecec80cb5321cedbf3f4198
0
.draft/ansibleStudy/roles/nginx_deploy
7,687
[ "no_license" ]
[ { "path": ".draft/ansibleStudy/roles/nginx_deploy/vars/main.yml", "content": "---\nmain: \"System information\"\noi:\n - Distribution:{{ansible_distribution}}\n - Os:{{ansible_os_family}}\n - Distribution version:{{ansible_distribution_version}}\n - CPU:{{ansible_processor}}\n - Cores:{{ansible_process...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2375, "all_permissive": false }
ansible_role
gomagrace/DevOps-Trainings
bdac81bcd201fe38b60face0262180184a6cf6b4
0
DEMO4-Ansible/roles/role-a
7,687
[ "no_license" ]
[ { "path": "DEMO4-Ansible/roles/role-a/vars/main.yml", "content": "---\n# vars file for role-a\n\n nginx_port: 8080\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "DEMO4-Ansible/roles/role-a/defaults/main.yml", "content": "---\n# defaults file...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 919, "all_permissive": false }
ansible_role
gomagrace/DevOps-Trainings
bdac81bcd201fe38b60face0262180184a6cf6b4
0
DEMO4-Ansible/roles/role-b
7,687
[ "no_license" ]
[ { "path": "DEMO4-Ansible/roles/role-b/handlers/main.yml", "content": "---\n# handlers file for role-b\n\n- name: restart mysql\n service:\n name: mysql\n state: restarted\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "D...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1292, "all_permissive": false }
ansible_role
gomagrace/DevOps-Trainings
bdac81bcd201fe38b60face0262180184a6cf6b4
0
DEMO4-Ansible/roles/role-c
7,687
[ "no_license" ]
[ { "path": "DEMO4-Ansible/roles/role-c/tasks/main.yml", "content": "---\n# tasks file for role-c\n - name: Update package manager repositories cache\n yum:\n update_cache: yes\n\n - name: Install OpenJDK Java\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n java-1.8.0-openjd...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1927, "all_permissive": false }
ansible_role
MehrdadLinux/ansible-playbook-directory-scaffold
7a4c8578a2c4cf4bda7940a67097da52d7acded7
0
roles/myproject
7,685
[ "no_license" ]
[ { "path": "roles/myproject/tasks/main.yml", "content": "---\n- name: ---- Create roots directory ----\n ansible.builtin.file:\n path: \"{{ ansible_root }}/{{ project_name }}/{{ item }}\"\n state: directory\n mode: '0755'\n with_items:\n - inventories\n - group_vars\n - host_vars\n - p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1464, "all_permissive": false }
ansible_role
shan5a6/dvsbatch3-infra
35353d624b9ae463975241681972a4679e2dcce6
0
roles/cicd
7,685
[ "no_license" ]
[ { "path": "roles/cicd/tasks/main.yaml", "content": "---\n- name: Download the artifact\n maven_artifact:\n group_id: in.shan5a6\n artifact_id: myweb\n repository_url: 'http://192.168.3.11/repository/app1-artifacts'\n extension: war\n version: \"{{ artifact_version }}\"\n username: \"{{ ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
shan5a6/dvsbatch3-infra
35353d624b9ae463975241681972a4679e2dcce6
0
roles/tomcat
7,685
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yaml", "content": "- name: Installing openjdk11\n command: amazon-linux-extras install java-openjdk11 -y\n- name: Create tomcat folder\n file:\n path: /opt/tomcat\n state: directory\n\n- name: Download and untar tomcat\n unarchive:\n src: \"http://www-eu.apache...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1216, "all_permissive": false }
ansible_role
duongtm3102/VDT23-dtm
07197d230f0b859ef2451b8b16110510571deb75
0
ansible/roles/api
7,685
[ "no_license" ]
[ { "path": "ansible/roles/api/defaults/main.yaml", "content": "MONGO_HOST: 192.168.192.141\nMONGO_PORT: '27017'\nMONGO_USERNAME: mongoAdmin\nMONGO_PASSWORD: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "ansible/roles/api/tasks/main.yam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 852, "all_permissive": false }
ansible_role
duongtm3102/VDT23-dtm
07197d230f0b859ef2451b8b16110510571deb75
0
ansible/roles/common
7,685
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: true\n\n- name: Install required system packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1040, "all_permissive": false }
ansible_role
duongtm3102/VDT23-dtm
07197d230f0b859ef2451b8b16110510571deb75
0
ansible/roles/db
7,685
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yaml", "content": "- name: Copy init data to remote host\n copy:\n src: ../vtapp/data/\n dest: /etc/mongoinitdata/\n owner: duongtm\n group: duongtm\n mode: '0644'\n remote_src: false\n\n- name: Check if docker network exists\n docker_network_info:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": false }
ansible_role
duongtm3102/VDT23-dtm
07197d230f0b859ef2451b8b16110510571deb75
0
ansible/roles/lb
7,685
[ "no_license" ]
[ { "path": "ansible/roles/lb/templates/nginx.conf", "content": "\n upstream frontend {\n server 192.168.192.144:8000;\n server 192.168.192.145:8000;\n }\n\n upstream backend {\n server 192.168.192.144:5000;\n server 192.168.192.145:5000;\n }\n\n server {\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1331, "all_permissive": false }
ansible_role
duongtm3102/VDT23-dtm
07197d230f0b859ef2451b8b16110510571deb75
0
ansible/roles/web
7,685
[ "no_license" ]
[ { "path": "ansible/roles/web/defaults/main.yaml", "content": "REACT_APP_BACKEND_URL: http://192.168.192.141:5000", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "ansible/roles/web/tasks/main.yaml", "content": "- name: Check if docker network exi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 657, "all_permissive": false }
ansible_role
idealista/monit-role
039557e3b2443b4ba8b1134fda9f35e36abfcb22
1
tests/roles/monit-old
7,685
[ "no_license" ]
[ { "path": "tests/roles/monit-old/tasks/main.yml", "content": "---\n\n- name: Create log directory\n file:\n path: \"{{ monit_log_dir }}\"\n state: directory\n\n- name: Install monit\n apt:\n name: monit\n state: latest\n update_cache: yes\n tags:\n skip_ansible_lint\n\n- name: Copy serv...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 473, "all_permissive": false }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/apikey
7,685
[ "permissive" ]
[ { "path": "ansible/roles/apikey/tasks/main.yml", "content": "- name: \"set facts\"\n include_role:\n name: common\n tasks_from: setfacts\n tags:\n - properties\n - setfacts\n - apikey\n\n- name: \"Create system user for apikey\"\n user:\n name: apikey\n state: present\n system: yes\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3394, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/augeas
7,685
[ "permissive" ]
[ { "path": "ansible/roles/augeas/tasks/main.yml", "content": "- name: install augeas (RedHat)\n yum: pkg={{item}} state=present\n with_items:\n - augeas-libs\n - augeas\n - python-augeas\n - libxml2-python\n when: ansible_os_family == \"RedHat\"\n tags:\n - packages\n - augeas\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1815, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/biocache-hub
7,685
[ "permissive" ]
[ { "path": "ansible/roles/biocache-hub/tasks/main.yml", "content": "- include: ../../common/tasks/setfacts.yml\n tags:\n - webapps\n - properties\n - biocache_hub\n - hub_config\n - facets_config\n\n#\n# Apache/Tomcat virtual host configuration\n#\n\n- include: ../../apache_vhost/tasks/main.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4810, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/biocollect
7,685
[ "permissive" ]
[ { "path": "ansible/roles/biocollect/tasks/main.yml", "content": "- include: ../../common/tasks/setfacts.yml\n tags:\n - deploy\n - biocollect\n\n- name: set biocollect_user as default value\n set_fact:\n biocollect_user: \"{{ (exec_jar) | ternary ('biocollect', 'tomcat')}}\"\n tags:\n - bioco...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3619, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/cas-management
7,685
[ "permissive" ]
[ { "path": "ansible/roles/cas-management/tasks/main.yml", "content": "- name: \"set facts\"\n include_role:\n name: common\n tasks_from: setfacts\n tags:\n - setfacts\n - cas-management\n - properties\n\n- name: ensure target directories exist data subdirectories etc.\n file:\n path: \"{{item}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2517, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/cas5
7,685
[ "permissive" ]
[ { "path": "ansible/roles/cas5/tasks/main.yml", "content": "- name: \"set facts\"\n include_role:\n name: common\n tasks_from: setfacts\n tags:\n - setfacts\n - cas\n - properties\n\n- name: \"Ensure system user for CAS\"\n user:\n name: cas\n state: present\n system: yes\n tags:\n - s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3958, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/cas5-dbs
7,685
[ "permissive" ]
[ { "path": "ansible/roles/cas5-dbs/tasks/main.yml", "content": "- name: \"set facts\"\n include_role:\n name: common\n tasks_from: setfacts\n tags:\n - setfacts\n - cas\n\n- name: Install cas db dependencies for python 2\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - mysql-cli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7563, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/data_quality_filter_service
7,685
[ "permissive" ]
[ { "path": "ansible/roles/data_quality_filter_service/tasks/main.yml", "content": "- include: ../../common/tasks/setfacts.yml\n tags:\n - webapps\n - properties\n - data_quality_filter_service\n - hub_config\n - facets_config\n\n#\n# Apache/Tomcat virtual host configuration\n#\n\n- include: ....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3843, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/geoserver
7,685
[ "permissive" ]
[ { "path": "ansible/roles/geoserver/tasks/main.yml", "content": "- include: ./geoserver.yml\n when: geoserver_task == \"geoserver\"\n tags:\n - geoserver\n\n- include: ./ecodata-geoserver.yml\n when: geoserver_task == \"ecodata\"\n tags:\n - geoserver\n - ecodata-geoserver\n - extension\n", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7871, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/i18n
7,685
[ "permissive" ]
[ { "path": "ansible/roles/i18n/tasks/main.yml", "content": "- name: Add apt.gbif.es key\n get_url:\n # We use this key from the above repo temporally\n url: 'https://keyserver.ubuntu.com/pks/lookup?op=hget&search=7524d3b383016eab0ee47bfe253a51f7'\n dest: /etc/apt/trusted.gpg.d/apt-gbif-es-demo.asc\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1417, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/image-service
7,685
[ "permissive" ]
[ { "path": "ansible/roles/image-service/tasks/main.yml", "content": "- include: ../../common/tasks/setfacts.yml\n tags:\n - image-service\n - properties\n - data_import\n\n- name: \"Ensure system user for image-service\"\n user:\n name: image-service\n state: present\n system: yes\n tags...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 7664, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/java
7,685
[ "permissive" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "- include: ../../common/tasks/setfacts.yml \n\n- include: openjdk-java-8.yml\n when: use_openjdk8 is defined and use_openjdk8 | bool == True\n\n- include: zulu-8.yml\n when: use_zulu8 is defined and use_zulu8 | bool == True\n\n- include: openjdk-j...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 658, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/mongodb-org
7,685
[ "permissive" ]
[ { "path": "ansible/roles/mongodb-org/tasks/main.yml", "content": "- name: Add mongodb.org apt key for version 4.4\n get_url:\n url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x20691eec35216c63caf66ce1656408e390cfb1f5'\n# 'https://keyserver.ubuntu.com/pks/lookup?op=get&options=mr&search=0x...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4438, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/namematching-service
7,685
[ "permissive" ]
[ { "path": "ansible/roles/namematching-service/files/groups.json", "content": "[{\n \"name\": \"Animals\",\n \"rank\": \"kingdom\",\n \"included\": [\"Animalia\"],\n \"excluded\": [],\n \"parent\": null\n},\n {\n \"name\": \"Mammals\",\n \"rank\": \"classs\",\n \"included\": [\"Mammalia\"],\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4077, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/nginx
7,685
[ "permissive" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n# Variable setup.\n- name: Include OS specific variables\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"{{ansible_distribution | lower }}-{{ansible_lsb.release}}.yml\"\n - \"{{ansible_distribution | lower }}.yml\"\n - \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2023, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/postgresql
7,685
[ "permissive" ]
[ { "path": "ansible/roles/postgresql/tasks/debian.yml", "content": "- name: Gather OS Specific Variables\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"../vars/{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml\"\n - \"../vars/{{ ansible_distribution }}.yml\"\n - \"../vars...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2480, "all_permissive": true }
ansible_role
biodatacr/biodatacr-install-20220719
56cea6eb953d9fc49c19059d28323c3c6b020ea2
0
ansible/roles/userdetails
7,685
[ "permissive" ]
[ { "path": "ansible/roles/userdetails/tasks/main.yml", "content": "- name: \"set facts\"\n include_role:\n name: common\n tasks_from: setfacts\n tags:\n - setfacts\n - userdetails\n - properties\n\n- name: \"Create system user for userdetails\"\n user:\n name: userdetails\n state: present\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3174, "all_permissive": true }
ansible_role
cod3labsteam/docs
8bab1e428fa07825d97ead9dd6ef6aa85aeb3432
0
deploy/roles/common
7,685
[ "no_license" ]
[ { "path": "deploy/roles/common/tasks/config.yml", "content": "---\n- name: Setup timezone to Europe/Bucharest\n timezone:\n name: Europe/Bucharest\n tags: [ system ]\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "deploy/roles/common/task...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2471, "all_permissive": false }
ansible_role
cod3labsteam/docs
8bab1e428fa07825d97ead9dd6ef6aa85aeb3432
0
deploy/roles/project
7,685
[ "no_license" ]
[ { "path": "deploy/roles/project/tasks/aliases.yml", "content": "---\n\n- name: Check that the .bash_aliases exists\n stat:\n path: \"{{ home_dir }}/.bash_aliases\"\n register: stat_result\n tags: [ alias ]\n\n- name: Create .bash_aliases file, if it doesnt exist already\n file:\n path: \"{{ home_d...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4573, "all_permissive": false }
ansible_role
cod3labsteam/docs
8bab1e428fa07825d97ead9dd6ef6aa85aeb3432
0
deploy/roles/web
7,685
[ "no_license" ]
[ { "path": "deploy/roles/web/tasks/install.yml", "content": "---\n\n- name: Install low-level utilities\n become: true\n apt:\n pkg:\n - zip\n - unzip\n state: latest\n tags: [ system ]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "p...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1706, "all_permissive": false }
ansible_role
nolte/infra-golden-image
9eae9f0557150991ca40f3624e1f950b37c2c1f2
1
src/ansible/sd-card/roles/flashing
7,685
[ "no_license" ]
[ { "path": "src/ansible/sd-card/roles/flashing/tasks/devices_umount.yml", "content": "---\n- name: Unmount a mounted volume\n become: true\n mount:\n path: \"{{ local_mount_root }}\"\n state: unmounted\n when: images[os_prepared].devices.root is defined\n- name: Unmount a mounted volume\n become: t...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1978, "all_permissive": false }
ansible_role
doker-kg/Ansible
a0e4b2551723d30909eaf18de5f17986613720ce
0
roles/2sudo
7,685
[ "no_license" ]
[ { "path": "roles/2sudo/tasks/main.yml", "content": "- name: Add the user 'user1' to sudo groups\n user:\n name: user1\n groups: sudo\n append: yes\n\n- name: Add the user 'user2' to sudo groups\n user:\n name: user2\n groups: sudo\n append: yes\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
doker-kg/Ansible
a0e4b2551723d30909eaf18de5f17986613720ce
0
roles/create_users
7,685
[ "no_license" ]
[ { "path": "roles/create_users/tasks/main.yml", "content": "- name: Create a login user user1\n user:\n name: user1\n password: <PASSWORD>'\n shell: /bin/bash\n state: present\n system: no\n createhome: yes\n- name: Create a login user user2\n user:\n name: user2\n password: <PASSWO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
doker-kg/Ansible
a0e4b2551723d30909eaf18de5f17986613720ce
0
roles/install
7,685
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yml", "content": "- name: Updates apt cache\n apt: update_cache=true\n\n- name: Installs necessary packages\n apt:\n pkg:\n - curl\n - wget\n - htop\n state: present\n when:\n ansible_os_family == \"Debian\"\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
doker-kg/Ansible
a0e4b2551723d30909eaf18de5f17986613720ce
0
roles/update
7,685
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "- name: Updates apt cache\n apt: update_cache=true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 51, "all_permissive": false }
ansible_role
theandrew168/devops
c6f2fe995f7f3e87a3b15e1274303115c0a6bb6e
8
roles/bloggulus
7,685
[ "no_license" ]
[ { "path": "roles/bloggulus/templates/bloggulus.service.j2", "content": "{{ ansible_managed | comment }}\n\n[Unit]\nDescription=bloggulus\nDocumentation=https://github.com/theandrew168/bloggulus\nAfter=network.target network-online.target\nRequires=network-online.target\n\n[Service]\nType=notify\nRestart=on-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4130, "all_permissive": false }
ansible_role
theandrew168/devops
c6f2fe995f7f3e87a3b15e1274303115c0a6bb6e
8
roles/caddy
7,685
[ "no_license" ]
[ { "path": "roles/caddy/tasks/main.yml", "content": "---\n\n- name: Install dependencies\n apt:\n name:\n - apt-transport-https\n - debian-archive-keyring\n - debian-keyring\n update_cache: yes\n become: yes\n become_user: root\n\n- name: Setup caddy apt repo key\n apt_key:\n url:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1814, "all_permissive": false }
ansible_role
theandrew168/devops
c6f2fe995f7f3e87a3b15e1274303115c0a6bb6e
8
roles/derztunes
7,685
[ "no_license" ]
[ { "path": "roles/derztunes/README.md", "content": "# derztunes\n\nAnsible role for installing and configuring the [derztunes](https://github.com/theandrew168/derztunes) web application\n\n## Configuration\n\n| Variable | Default | Description |\n| ------------------- | -------- | ---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3547, "all_permissive": false }
ansible_role
theandrew168/devops
c6f2fe995f7f3e87a3b15e1274303115c0a6bb6e
8
roles/grafana
7,685
[ "no_license" ]
[ { "path": "roles/grafana/README.md", "content": "# grafana\n\nAnsible role for installing and configuring [Grafana](https://grafana.com/oss/grafana/)\n\n## Configuration\n\n| Variable | Default | Description |\n| ---------------- | ------- | -------------------- |\n| `grafana_config` | `~` ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1258, "all_permissive": false }
ansible_role
theandrew168/devops
c6f2fe995f7f3e87a3b15e1274303115c0a6bb6e
8
roles/minecraft
7,685
[ "no_license" ]
[ { "path": "roles/minecraft/tasks/main.yml", "content": "---\n\n- name: Install dependencies\n apt:\n name:\n - default-jre-headless\n update_cache: yes\n become: yes\n become_user: root\n\n- name: Create minecraft user\n user:\n name: minecraft\n become: yes\n become_user: root\n\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3807, "all_permissive": false }
ansible_role
theandrew168/devops
c6f2fe995f7f3e87a3b15e1274303115c0a6bb6e
8
roles/node_exporter
7,685
[ "no_license" ]
[ { "path": "roles/node_exporter/README.md", "content": "# node_exporter\n\nAnsible role for installing the Prometheus [node_exporter](https://github.com/prometheus/node_exporter)\n\n## Configuration\n\n| Variable | Default | Description |\n| ----------------------- | ------- | ----...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2672, "all_permissive": false }
ansible_role
theandrew168/devops
c6f2fe995f7f3e87a3b15e1274303115c0a6bb6e
8
roles/pg2s3
7,685
[ "no_license" ]
[ { "path": "roles/pg2s3/handlers/main.yml", "content": "---\n\n- name: restart pg2s3\n systemd:\n name: pg2s3\n state: restarted\n daemon_reload: yes\n become: yes\n become_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path": "ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2035, "all_permissive": false }
ansible_role
theandrew168/devops
c6f2fe995f7f3e87a3b15e1274303115c0a6bb6e
8
roles/postgres_exporter
7,685
[ "no_license" ]
[ { "path": "roles/postgres_exporter/tasks/main.yml", "content": "---\n- name: Create postgres_exporter group\n group:\n name: postgres_exporter\n system: true\n become: yes\n become_user: root\n\n- name: Create postgres_exporter user\n user:\n name: postgres_exporter\n group: postgres_exporte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3351, "all_permissive": false }
ansible_role
theandrew168/devops
c6f2fe995f7f3e87a3b15e1274303115c0a6bb6e
8
roles/postgresql
7,685
[ "no_license" ]
[ { "path": "roles/postgresql/defaults/main.yml", "content": "---\n\n# postgresql version (not really customizable)\npostgresql_version: 16\n\n# postgresql bin directory (not really customizable)\npostgresql_bin_dir: /usr/lib/postgresql/{{ postgresql_version }}/bin\n\n# postgresql conf directory (not really c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 6245, "all_permissive": false }
ansible_role
theandrew168/devops
c6f2fe995f7f3e87a3b15e1274303115c0a6bb6e
8
roles/prometheus
7,685
[ "no_license" ]
[ { "path": "roles/prometheus/templates/prometheus.service.j2", "content": "{{ ansible_managed | comment }}\n\n[Unit]\nDescription=prometheus\nDocumentation=https://prometheus.io/\nAfter=network.target network-online.target\nRequires=network-online.target\n\n[Service]\nType=simple\nRestart=on-failure\nRestart...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3697, "all_permissive": false }
ansible_role
theandrew168/devops
c6f2fe995f7f3e87a3b15e1274303115c0a6bb6e
8
roles/redis
7,685
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: Enable overcommit_memory in sysctl\n sysctl:\n name: vm.overcommit_memory\n value: 1\n become: yes\n become_user: root\n\n- name: Setup redis apt repo key\n apt_key:\n url: https://packages.redis.io/gpg\n become: yes\n become_us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 791, "all_permissive": false }
ansible_role
theandrew168/devops
c6f2fe995f7f3e87a3b15e1274303115c0a6bb6e
8
roles/server
7,685
[ "no_license" ]
[ { "path": "roles/server/templates/50unattended-upgrades.j2", "content": "{{ ansible_managed | comment(decoration=\"// \") }}\n\n// Automatically upgrade packages from these (origin:archive) pairs\n//\n// Note that in Ubuntu security updates may pull in new dependencies\n// from non-security sources (e.g. ch...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 8812, "all_permissive": false }
ansible_role
lukhee/Continuous_deplyment_demo
d969b162379845f8bc8fd9dbb81f1c5c303594da
0
roles/hostServer
7,685
[ "no_license" ]
[ { "path": "roles/hostServer/tasks/main.yml", "content": "---\n - name: Install Node/NPM Package\n become: yes\n apt:\n name: ['nodejs', 'npm']\n state: latest\n update_cache: yes\n\n - name: Install PM2 Package\n become: yes\n npm:\n # become: yes\n global: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 711, "all_permissive": false }
ansible_role
lukhee/Continuous_deplyment_demo
d969b162379845f8bc8fd9dbb81f1c5c303594da
0
roles/prepare
7,685
[ "no_license" ]
[ { "path": "roles/prepare/tasks/main.yml", "content": "---\n - name: Update App Package\n become: yes\n become_method: sudo\n apt:\n update_cache: yes\n\n - name: Upgrade Package\n become: yes\n apt:\n upgrade: yes\n\n - name: Remove dependencies that are longer required\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
hellolightSP/otus_hw17
728a734e80261171d5faae9a3da993530f820447
0
ansible/backup/roles/backup
7,688
[ "no_license" ]
[ { "path": "ansible/backup/roles/backup/tasks/main.yaml", "content": "---\n\n- name: install epel repo\n yum:\n name: epel-release\n state: latest\n \n- name: install borgbackup\n yum:\n name: borgbackup\n state: latest\n\n- name: install client block\n block:\n\n - name: Create ssh root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3280, "all_permissive": false }
ansible_role
Nahum48/ansible
6677a3b12fadd5d00e4a3cc746768cefd66eb9c4
0
roles/base
7,688
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "#- name: add ssh key for Gal user\n# tags: always\n# authorized_key:\n# user: Gal\n# key: \"<KEY>\"\n\n- name: verify NTP service is running\n tags: always\n become: true\n service:\n name: ntp.service\n state: started\n when: ansible_di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }