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
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/git-hosting
7,752
[ "no_license" ]
[ { "path": "roles/git-hosting/tasks/gitlab.yml", "content": "---\n\n- name: Create Gitlab Directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: arch\n group: arch\n with_items:\n - \"{{ gitlab_config_directory }}/config\"\n - \"{{ gitlab_config_directory }}/log\"\n - \...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3132, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/gitea
7,752
[ "no_license" ]
[ { "path": "roles/gitea/tasks/main.yml", "content": "---\n\n- name: Create Gitea group account\n group:\n name: git\n gid: \"{{ gitea_gid | string }}\"\n state: present\n\n- name: Create Gitea user account\n user:\n name: git\n uid: \"{{ gitea_uid | string }}\"\n state: present\n syste...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3566, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/heimdall
7,752
[ "no_license" ]
[ { "path": "roles/heimdall/defaults/main.yml", "content": "---\nheimdall_enabled: false\nheimdall_available_externally: false\nheimdall_container_name: heimdall\nheimdall_container_store: linuxserver\nheimdall_config_directory: \"{{ docker_app_data }}/heimdall\"\nheimdall_version: latest\nheimdall_port_http:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1965, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/jackett
7,752
[ "no_license" ]
[ { "path": "roles/jackett/defaults/main.yml", "content": "---\njackett_enabled: false\njackett_available_externally: false\njackett_container_name: jackett\njackett_container_store: linuxserver\njackett_config_directory: \"{{ docker_app_data }}/jackett\"\njackett_version: latest\njackett_port: \"9117\"\njack...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1554, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/jellyfin
7,752
[ "no_license" ]
[ { "path": "roles/jellyfin/defaults/main.yml", "content": "---\njellyfin_enabled: false\njellyfin_available_externally: false\n\n# Docker Image\njellyfin_container_name: jellyfin\njellyfin_container_store: linuxserver\njellyfin_version: latest\n\n# uid / gid\njellyfin_uid: \"1315\"\njellyfin_gid: \"1315\"\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2048, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/media
7,752
[ "no_license" ]
[ { "path": "roles/media/tasks/sickchill.yml", "content": "---\n\n- name: Create sickchill directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ user_name }}\"\n group: \"{{ user_name }}\"\n mode: 0755\n with_items:\n - \"{{ sickchill_config_directory }}\"\n\n- name: ...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 10595, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/monitoring
7,752
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/portainer.yml", "content": "---\n- name: Create portainer directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ user_name }}\"\n group: \"{{ user_name }}\"\n mode: 0755\n with_items:\n - \"{{ portainer_config_directory }}\"\n\n- nam...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2484, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/nzbget
7,752
[ "no_license" ]
[ { "path": "roles/nzbget/tasks/main.yml", "content": "---\n\n- name: Create nzbget directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ user_name }}\"\n group: \"{{ user_name }}\"\n mode: 0755\n with_items:\n - \"{{ nzbget_config_directory }}\"\n\n- name: nzbget Doc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1492, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/plex
7,752
[ "no_license" ]
[ { "path": "roles/plex/defaults/main.yml", "content": "---\nplex_enabled: false\nplex_available_externally: false\n\n# Docker Image\nplex_container_name: plex\nplex_container_store: linuxserver\nplex_version: latest\n\n# uid / gid\nplex_uid: \"{{ user_uid }}\"\nplex_gid: \"{{ user_gid }}\"\n\n# Directories\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2308, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/portainer
7,752
[ "no_license" ]
[ { "path": "roles/portainer/defaults/main.yml", "content": "---\nportainer_enabled: false\nportainer_available_externally: false\nportainer_container_name: portainer\nportainer_container_store: portainer\nportainer_config_directory: \"{{ docker_app_data }}/portainer\"\nportainer_version: latest\nportainer_po...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1568, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/radarr
7,752
[ "no_license" ]
[ { "path": "roles/radarr/defaults/main.yml", "content": "---\nradarr_enabled: false\nradarr_available_externally: false\nradarr_container_name: radarr\nradarr_container_store: linuxserver\nradarr_config_directory: \"{{ docker_app_data }}/radarr\"\nradarr_version: latest\nradarr_port: \"7878\"\nradarr_hostnam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1532, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/sickchill
7,752
[ "no_license" ]
[ { "path": "roles/sickchill/tasks/main.yml", "content": "---\n\n- name: Create sickchill directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ user_name }}\"\n group: \"{{ user_name }}\"\n mode: 0755\n with_items:\n - \"{{ sickchill_config_directory }}\"\n\n- name: s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1608, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/sonarr
7,752
[ "no_license" ]
[ { "path": "roles/sonarr/tasks/main.yml", "content": "---\n\n- name: Create sonarr directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ user_name }}\"\n group: \"{{ user_name }}\"\n mode: 0755\n with_items:\n - \"{{ sonarr_config_directory }}\"\n\n- name: sonarr Doc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1524, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/tandoor
7,752
[ "no_license" ]
[ { "path": "roles/tandoor/defaults/main.yml", "content": "---\ntandoor_enabled: false\ntandoor_available_externally: false\ntandoor_container_name: tandoor\ntandoor_container_store: vabene1111\ntandoor_config_directory: \"{{ docker_app_data }}/tandoor\"\ntandoor_version: 1.0.4.1\ntandoor_port_http: 8111\ntan...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2943, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/traefik
7,752
[ "no_license" ]
[ { "path": "roles/traefik/tasks/main.yml", "content": "---\n\n- import_tasks: traefik.yml\n when: (traefik_enabled | default(False))\n tags: traefik\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/traefik/templates/traefik.toml", "cont...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2040, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/userconfig
7,752
[ "no_license" ]
[ { "path": "roles/userconfig/templates/sshd_config.j2", "content": "Port {{ ssh_setting.port }}\nHostKey /etc/ssh/ssh_host_rsa_key\nHostKey /etc/ssh/ssh_host_ecdsa_key\nHostKey /etc/ssh/ssh_host_ed25519_key\nSyslogFacility AUTHPRIV\nAuthorizedKeysFile\t.ssh/authorized_keys\nPasswordAuthentication {{ ssh_sett...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1835, "all_permissive": false }
ansible_role
asmigar/create-k8s-cluster
04bc4190f4ef363dae3f06f997670b3dff9c58ea
0
infra/provisioning/roles/containerd
7,752
[ "no_license" ]
[ { "path": "infra/provisioning/roles/containerd/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for containerd\n\n- name: Install containerd\n unarchive:\n src: https://github.com/containerd/containerd/releases/download/v1.7.3/containerd-1.7.3-linux-arm64.tar.gz\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1698, "all_permissive": false }
ansible_role
asmigar/create-k8s-cluster
04bc4190f4ef363dae3f06f997670b3dff9c58ea
0
infra/provisioning/roles/kubernetes
7,752
[ "no_license" ]
[ { "path": "infra/provisioning/roles/kubernetes/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for kubernetes\n- name: Load kernel modules\n modprobe:\n name: \"{{ item }}\"\n state: present\n persistent: present\n loop:\n - overlay\n - br_netfilter\n\n- name...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3404, "all_permissive": false }
ansible_role
sjhloco/build_fabric
009a99f8a1bea76de704f16893d40167fec1ce62
23
roles/base
7,752
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n### Uses template to build the base configuration (mainly non-fabric) using mostly the variables from base.yml) ###\n- name: \"Getting tenant interface list\"\n block:\n - name: \"SYS >> Getting list of tenant interfaces\"\n set_fact:\n flt_s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 13929, "all_permissive": false }
ansible_role
sjhloco/build_fabric
009a99f8a1bea76de704f16893d40167fec1ce62
23
roles/fabric
7,752
[ "no_license" ]
[ { "path": "roles/fabric/templates/nxos/fbc_tmpl.j2", "content": "{####### Allows use of an SVI over underlay (backkup link over VPC). vNOXS does not take this cmd, unhash on physical #######}\n{# system nve infra-vlans {{ fbc.adv.mlag.peer_vlan }} #}\n\n{####### Loopback interfaces #######}\n{% for lp in in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5796, "all_permissive": false }
ansible_role
sjhloco/build_fabric
009a99f8a1bea76de704f16893d40167fec1ce62
23
roles/intf_cleanup
7,752
[ "no_license" ]
[ { "path": "roles/intf_cleanup/templates/nxos/dflt_intf_tmpl.j2", "content": "{###### Resets any non-used interface to the default setting, without this not declerative as interface config is not removed ######}\n{% for intf in flt_dflt_intf%}\ninterface {{ intf }}\n !#shutdown\n !#switchport\n switchport...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3353, "all_permissive": false }
ansible_role
sjhloco/build_fabric
009a99f8a1bea76de704f16893d40167fec1ce62
23
roles/services
7,752
[ "no_license" ]
[ { "path": "roles/services/filter_plugins/format_dm.py", "content": "from collections import defaultdict\nfrom pprint import pprint\nclass FilterModule(object):\n def filters(self):\n return {\n 'create_svc_tnt_dm': self.svc_tnt_dm,\n 'create_svc_intf_dm': self.svc_intf_dm,\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 64912, "all_permissive": false }
ansible_role
sjhloco/build_fabric
009a99f8a1bea76de704f16893d40167fec1ce62
23
roles/validate
7,752
[ "no_license" ]
[ { "path": "roles/validate/templates/napalm/svc_rte_val_tmpl.j2", "content": "{### Builds validation for service_route.yml ###}\n\n{# Adds the results of this rendered file into the svc_tnt_val_tmpl file #}\n{% extends \"napalm/svc_tnt_val_tmpl.j2\" %}\n\n{## Checks that the overlay BGP neighbors are up ##}...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 44162, "all_permissive": false }
ansible_role
SewanEniceo/CPE232_Eniceo_10
80d23a433a7adb06ae7e887c2ca6d69d278b5205
0
roles/centos
7,752
[ "no_license" ]
[ { "path": "roles/centos/tasks/main.yml", "content": "- name: Install ELK Dependencies CentOs\n yum:\n name:\n - java-11-openjdk\n - curl\n - gnupg\n state: latest\n\n- name: install elasticsearch rpm key CentOs\n rpm_key:\n key: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3826, "all_permissive": false }
ansible_role
InstituteGC/oracleanalytics-ac
232930f558f8595b90cf55de1abe368912bde2ff
0
ansible/roles/create-swapfile
7,752
[ "no_license" ]
[ { "path": "ansible/roles/create-swapfile/tasks/main.yaml", "content": "---\n- name: Create swapfile\n community.general.filesize:\n path: /swapfile\n size: 1G\n mode: \"0600\"\n become: true\n become_user: root\n when: ansible_swaptotal_mb < 1\n- name: mkswap\n ansible.builtin.command: mkswap ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 545, "all_permissive": false }
ansible_role
InstituteGC/oracleanalytics-ac
232930f558f8595b90cf55de1abe368912bde2ff
0
ansible/roles/jdk
7,752
[ "no_license" ]
[ { "path": "ansible/roles/jdk/tasks/main.yaml", "content": "---\n- name: Download JDK8\n ansible.builtin.get_url:\n url: https://oracleanalytics-vendor-bucket.s3.amazonaws.com/jdk\n dest: '{{ base_path }}/jdk-8u202-linux-x64.tar.gz'\n mode: \"0600\"\n checksum: \"sha256:9a5c32411a6a06e22b69c495b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 661, "all_permissive": false }
ansible_role
InstituteGC/oracleanalytics-ac
232930f558f8595b90cf55de1abe368912bde2ff
0
ansible/roles/middleware
7,752
[ "no_license" ]
[ { "path": "ansible/roles/middleware/tasks/main.yaml", "content": "---\n- name: Create Middleware Installer Directory\n ansible.builtin.file:\n path: '{{ base_path }}/fusion-middleware-installer'\n state: directory\n mode: \"0700\"\n- name: Download Oracle Fusion Middleware Infrastructure\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2485, "all_permissive": false }
ansible_role
InstituteGC/oracleanalytics-ac
232930f558f8595b90cf55de1abe368912bde2ff
0
ansible/roles/oas-configuration
7,752
[ "no_license" ]
[ { "path": "ansible/roles/oas-configuration/tasks/main.yaml", "content": " - name: Fix shebang bug in RCU\n ansible.builtin.lineinfile:\n path: '{{ base_path }}/oracle/middleware/oracle_common/bin/rcu'\n regexp: /bin/sh\n line: \"#!/bin/bash\"\n - name: Copy Configuration Assi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 975, "all_permissive": false }
ansible_role
InstituteGC/oracleanalytics-ac
232930f558f8595b90cf55de1abe368912bde2ff
0
ansible/roles/oas-install
7,752
[ "no_license" ]
[ { "path": "ansible/roles/oas-install/tasks/main.yaml", "content": "---\n- name: Create OAS Installer Directory\n ansible.builtin.file:\n path: '{{ base_path }}/oas-installer'\n state: directory\n mode: \"0700\"\n- name: Download OAS Analytics\n ansible.builtin.get_url:\n url: https://oracleana...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1153, "all_permissive": false }
ansible_role
InstituteGC/oracleanalytics-ac
232930f558f8595b90cf55de1abe368912bde2ff
0
ansible/roles/sql-server
7,752
[ "no_license" ]
[ { "path": "ansible/roles/sql-server/tasks/main.yaml", "content": " - name: SQL Server GPG Keys\n ansible.builtin.get_url:\n url: https://packages.microsoft.com/keys/microsoft.asc\n dest: /etc/apt/trusted.gpg.d/microsoft.asc\n mode: 0644\n become: true\n become_user: ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2854, "all_permissive": false }
ansible_role
SavkeSD/elk-cluster
ea77013c3edbf4c6cd67b6117323d7b7d8298b46
0
roles/elasticsearch
7,752
[ "no_license" ]
[ { "path": "roles/elasticsearch/templates/setup_keystore.sh.j2", "content": "#!/bin/bash\n\nexport ES_HOME={{ elasticsearch_extract_dir }}/elasticsearch\nexport ES_PATH_CONF={{ elasticsearch_conf_dir }}\n\nKEYSTORE_FILE={{ elasticsearch_conf_dir }}/elasticsearch.keystore\n\nif [ ! -f $KEYSTORE_FILE ]; then\n...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 21639, "all_permissive": false }
ansible_role
SavkeSD/elk-cluster
ea77013c3edbf4c6cd67b6117323d7b7d8298b46
0
roles/kibana
7,752
[ "no_license" ]
[ { "path": "roles/kibana/defaults/main.yml", "content": "kibana_group: elk\nkibana_user: elk\nkibana_extract_dir: /opt\nkibana_version: 8.1.0\nkibana_conf_dir: /etc/kibana\nkibana_log_dir: /var/log/kibana\nkibana_certs_dir: /etc/kibana/certs\nkibana_pid_dir: /var/run/kibana\nkibana_data_dir: /kibana\nkibana_...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9066, "all_permissive": false }
ansible_role
SavkeSD/elk-cluster
ea77013c3edbf4c6cd67b6117323d7b7d8298b46
0
roles/logstash
7,752
[ "no_license" ]
[ { "path": "roles/logstash/vars/main.yml", "content": "---\n\nlogstash_env_file:\n Debian: /etc/default/logstash\n RedHat: /etc/sysconfig/logstash", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/logstash/tasks/install_logstash.yml", "con...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7892, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/alacritty/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/alacritty/roles/install/defaults/main.yml", "content": "controller_alacritty_config_dir: \"{{ controller_tools_config_dir }}/alacritty\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "collections/alacritty/roles/install/de...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1310, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/ansible/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/ansible/roles/install/tasks/main.yml", "content": "- name: Install ansible python package\n when: host_install_ansible\n pip:\n name: ansible\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/background/roles/random
7,752
[ "no_license" ]
[ { "path": "collections/background/roles/random/defaults/main.yaml", "content": "random_background_force: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "collections/background/roles/random/tasks/main.yaml", "content": "- name: \"Install...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 491, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/chrome/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/chrome/roles/install/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: TKTK\n\n license: MIT\n\n min_ansible_version: 2.1\n\n galaxy_tags: []\n\ndependencies: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 394, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/configs/roles/fetch
7,752
[ "no_license" ]
[ { "path": "collections/configs/roles/fetch/tasks/paths.yml", "content": "- name: \"Archive and fetch paths if necessary\"\n when: \"fetch_paths_sources is defined and (fetch_paths_sources | length > 0)\"\n block:\n - name: Create temporary archive file\n tempfile:\n state: directory\n prefix...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3794, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/docker/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/docker/roles/install/vars/main.yaml", "content": "docker_architecture_name_mapping:\n x86_64: amd64\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "collections/docker/roles/install/tasks/main.yaml", "content": "- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1743, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/fonts/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/fonts/roles/install/defaults/main.yaml", "content": "host_install_fonts: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "collections/fonts/roles/install/tasks/font.yml", "content": "- name: \"Install fonts if nece...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1565, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/gcloud/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/gcloud/roles/install/tasks/main.yaml", "content": "- name: \"Install gcloud if necessary ({{host_install_gcloud}})\"\n when: \"'host_install_gcloud' in group_names\"\n block:\n - name: Install GPG key for GCP SDK\n become: true\n apt_key:\n url: \"https://packages.cloud....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/golang/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/golang/roles/install/tasks/main.yaml", "content": "- name: \"Install golang if necessary ({{install_golang}})\"\n when: \"'host_install_golang' in group_names\"\n block:\n - name: \"Download golang binaries\"\n unarchive:\n src: https://go.dev/dl/go{{golang_version}}....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 923, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/kali/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/kali/roles/install/defaults/main.yaml", "content": "kali_packages: []\n # - beef-xss\n # - binwalk\n # - burpsuite\n # - dirb\n # - enum4linux\n # - eyewitness\n # - gobuster\n # - hydra\n # - masscan\n # - metasploit-framework\n # - netcat-traditional\n # - nikto\n # - n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 937, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/kind/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/kind/roles/install/defaults/main.yaml", "content": "kind_version: 0.25.0\nkind_install_dir: /usr/local/bin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "collections/kind/roles/install/vars/main.yaml", "content": "kind...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 504, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/kubectl/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/kubectl/roles/install/tasks/main.yaml", "content": "- name: \"Install kubectl if necessary ({{install_kubectl}})\"\n when: \"'host_install_kubectl' in group_names\"\n block:\n - name: Install GPG key for GCP SDK\n become: true\n apt_key:\n url: https://pkgs.k8s.i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 631, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/packer/roles/build
7,752
[ "no_license" ]
[ { "path": "collections/packer/roles/build/vars/main.yml", "content": "packer_packager_extensions:\n vagrant: box\n iso: iso\n img: img\ncontroller_packer_config_dir: \"{{worchestation_config_dir}}/packer\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8682, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/podman/roles/manage_containers
7,752
[ "no_license" ]
[ { "path": "collections/podman/roles/manage_containers/tasks/main.yml", "content": "\n- name: 'Show Podman guests from {{podman_guest_group}}'\n debug:\n var: 'groups[podman_guest_group]'\n- name: Add to guest config\n include_tasks: manage-container.yml\n with_items: \"{{ groups[vagrant_guest_group] }...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1514, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/sublime/roles/config
7,752
[ "no_license" ]
[ { "path": "collections/sublime/roles/config/vars/main.yaml", "content": "sublime_user_config_paths:\n - {path: \".config/\", recurse: false}\n - .config/sublime-text\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "collections/sublime/roles/conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 348, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/sublime/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/sublime/roles/install/tasks/main.yaml", "content": "- name: \"Install sublime if necessary ({{install_sublime}})\"\n when: \"'host_install_sublime' in group_names\"\n block:\n - name: Install GPG key for SubLimeText\n become: true\n apt_key:\n url: https://downlo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1039, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/tmux/roles/config
7,752
[ "no_license" ]
[ { "path": "collections/tmux/roles/config/tasks/fetch.yaml", "content": "\n- name: \"Add Tmux paths to list\"\n set_fact:\n fetch_service_config: \"{{ fetch_service_config | combine({item.key: (fetch_service_config[item.key] | default([]) | union(item.value))}) }}\"\n with_dict:\n user_paths: \"{{tmu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 322, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/tmux/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/tmux/roles/install/tasks/main.yml", "content": "- name: \"Install tmux if necessary ({{install_tmux}})\"\n when: \"'host_install_tmux' in group_names\"\n block:\n - name: \"Installing tmux\"\n become: true\n apt:\n update_cache: yes\n pkg:\n - tmux\n\n\n - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 639, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/updates/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/updates/roles/install/tasks/main.yaml", "content": "- name: Upgrade all packages\n become: true\n apt:\n update_cache: true\n upgrade: dist\n only_upgrade: true\n install_recommends: true\n autoremove: true\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/users/roles/humans
7,752
[ "no_license" ]
[ { "path": "collections/users/roles/humans/tasks/main.yml", "content": "\n\n- name: \"Create {{ human_usernames }} user accounts\"\n become: true\n when: host_setup_human_users\n user:\n name: \"{{ human_username }}\"\n append: yes\n create_home: yes\n groups: \n - sudo\n with_items: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/users/roles/virtualbox_shared_folders
7,752
[ "no_license" ]
[ { "path": "collections/users/roles/virtualbox_shared_folders/tasks/main.yml", "content": "- name: \"Add {{ virtualbox_sf_usernames }} to vboxsf\"\n when: host_setup_virtualbox_users\n become: true\n user:\n name: \"{{ virtualbox_sf_username }}\"\n append: yes\n groups: vboxsf\n with_items: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/vagrant/roles/deploy
7,752
[ "no_license" ]
[ { "path": "collections/vagrant/roles/deploy/tasks/add_guest_config.yml", "content": "- name: \"Declare empty guest config for {{vagrant_guest_name}}\" \n set_fact:\n vagrant_guest_config: {}\n\n- name: \"Copy vagrant guest configs from host variables for {{vagrant_guest_name}}\"\n set_fact:\n vagran...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 12120, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/vault/roles/podman_server_manage
7,752
[ "no_license" ]
[ { "path": "collections/vault/roles/podman_server_manage/tasks/main.yml", "content": "- name: Set permissions on Storage directory\n file:\n path: \"{{ vault_hypervisor_storage_path }}\"\n state: directory\n mode: 0770\n- name: \"run the podman manager\"\n include_role:\n name: \"makinj.podman....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 385, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/vault/roles/server_db_create
7,752
[ "no_license" ]
[ { "path": "collections/vault/roles/server_db_create/tasks/main.yml", "content": "- name: Attempt to create the db\n block:\n - name: Initialise Vault DB\n shell: \"vault operator init -key-shares=1 -key-threshold=1 -format json\"\n environment:\n VAULT_ADDR: \"http://127.0.0.1:{{ vault_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1215, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/vault/roles/server_db_destroy
7,752
[ "no_license" ]
[ { "path": "collections/vault/roles/server_db_destroy/tasks/main.yml", "content": "- name: Stop vault service\n include_role:\n name: \"{{ vault_server_manage_role }}\"\n vars:\n vault_server_state: stopped\n\n- name: Destroy Storage directory\n file:\n path: \"{{ vault_hypervisor_storage_path }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 321, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/vault/roles/server_db_init
7,752
[ "no_license" ]
[ { "path": "collections/vault/roles/server_db_init/defaults/main.yml", "content": "---\nvault_server_version: \"1.6.2\"\nvault_server_arch: \"linux_amd64\"\nvault_server_checksum: \"sha256:75cd2b8c5527577c0da1105e11fba3c31f4112514a910c4f7ec527c9a8bf42d1\"\nvault_server_host_prerequisites: ['unzip']\nvault_se...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 702, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/vault/roles/server_db_unseal
7,752
[ "no_license" ]
[ { "path": "collections/vault/roles/server_db_unseal/defaults/main.yml", "content": "---\nvault_server_install_path: \"/usr/local/bin/\"\nvault_server_binary_path: /bin/vault\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "collections/vault/roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1506, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/vault/roles/server_tls_disable
7,752
[ "no_license" ]
[ { "path": "collections/vault/roles/server_tls_disable/defaults/main.yml", "content": "vault_tls_disabled_config:\n storage: \n file:\n path: \"/vault/file\"\n listener: \n - tcp:\n address: \"127.0.0.1:8200\" \n tls_disable: true\n disable_mlock: true\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 898, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/vault/roles/server_vault_command
7,752
[ "no_license" ]
[ { "path": "collections/vault/roles/server_vault_command/tasks/main.yml", "content": "- name: Unseal vault with known unseal keys\n command: \n argv: \"{{[vault_binary_path] + vault_argv}}\"\n environment:\n VAULT_ADDR: \"{{ vault_address }}\"\n VAULT_TOKEN: \"{{ vault_token }}\"\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/vim/roles/config
7,752
[ "no_license" ]
[ { "path": "collections/vim/roles/config/tasks/fetch.yaml", "content": "\n- name: \"Add vim paths to list\"\n set_fact:\n fetch_service_config: \"{{ fetch_service_config | combine({item.key: (fetch_service_config[item.key] | default([]) | union(item.value))}) }}\"\n with_dict:\n user_paths: \"{{vim_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 301, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/vim/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/vim/roles/install/defaults/main.yml", "content": "controller_vim_config_dir: \"{{ controller_tools_config_dir }}/vim\"\nhost_install_vim: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "collections/vim/roles/install/t...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1310, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/virtualbox_guest/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/virtualbox_guest/roles/install/tasks/kali.yml", "content": "- name: \"Install Virtualbox guest additions if necessary ({{host_install_virtualbox_guest}})\"\n when: \"'host_install_virtualbox_guest' in group_names\"\n block:\n - name: \"Installing dependencies for guest additions\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1723, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/worchestation/roles/provision
7,752
[ "no_license" ]
[ { "path": "collections/worchestation/roles/provision/tasks/main.yaml", "content": "- name: \"Include role to update fetch configuration for {{fetch_service_config.name}}\"\n tags:\n - always\n include_role:\n name: \"{{worchestation_role.role}}\"\n apply:\n tags: \"{{worchestation_role.tags}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1651, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/xfce/roles/config
7,752
[ "no_license" ]
[ { "path": "collections/xfce/roles/config/tasks/fetch.yaml", "content": "\n- name: \"Add xfce paths to list\"\n set_fact:\n fetch_service_config: \"{{ fetch_service_config | combine({item.key: (fetch_service_config[item.key] | default([]) | union(item.value))}) }}\"\n with_dict:\n user_paths: \"{{xfc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 727, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/xfce/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/xfce/roles/install/tasks/main.yaml", "content": "- name: \"Install xfce if necessary ({{install_xfce}})\"\n when: \"'host_install_xfce' in group_names\"\n block:\n - name: \"Installing xfce4, konsole and thunar-archive-plugin\"\n become: true\n apt:\n update_cach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 989, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/zsh/roles/config
7,752
[ "no_license" ]
[ { "path": "collections/zsh/roles/config/vars/main.yaml", "content": "zsh_user_config_paths:\n - .zshrc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "collections/zsh/roles/config/tasks/fetch.yaml", "content": "\n- name: \"Add Zsh paths to l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 283, "all_permissive": false }
ansible_role
vmutti/Worchestation
0f1cb83d69fcb4cd7020a37a8c8fe5635f1147c6
0
collections/zsh/roles/install
7,752
[ "no_license" ]
[ { "path": "collections/zsh/roles/install/tasks/main.yml", "content": "- name: \"Install zsh if necessary ({{install_zsh}})\"\n when: \"'host_install_zsh' in group_names\"\n block:\n - name: \"Installing git, zsh\"\n become: true\n apt:\n update_cache: yes\n pkg:\n - zsh\n - ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1474, "all_permissive": false }
ansible_role
public-center/giftcard-management-01
20bd6e3a6085054cc3b6fc9a4772dd262c064962
0
deployment/roles/app
7,752
[ "no_license" ]
[ { "path": "deployment/roles/app/tasks/export_mongodb.yml", "content": "---\n\n- name: Export entire database\n local_action: shell mongodump -d gcmanager --out .\n args:\n chdir: collections/\n\n- name: Check if collections directory exists\n stat: path=/home/ubuntu/collections\n register: collection...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 12415, "all_permissive": false }
ansible_role
public-center/giftcard-management-01
20bd6e3a6085054cc3b6fc9a4772dd262c064962
0
deployment/roles/git
7,752
[ "no_license" ]
[ { "path": "deployment/roles/git/tasks/main.yml", "content": "---\n\n- name: Ensure git is installed (Debian).\n apt:\n name: git\n state: installed\n when: (git_install_from_source == false) and (ansible_os_family == 'Debian')\n\n# Install git from source when git_install_from_source is true.\n- inc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
public-center/giftcard-management-01
20bd6e3a6085054cc3b6fc9a4772dd262c064962
0
deployment/roles/logrotate
7,752
[ "no_license" ]
[ { "path": "deployment/roles/logrotate/tasks/main.yml", "content": "---\n\n- name: Copy logrotate files\n sudo: yes\n copy: src=gcmgr dest=/etc/logrotate.d/gcmgr\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
public-center/giftcard-management-01
20bd6e3a6085054cc3b6fc9a4772dd262c064962
0
deployment/roles/mongodb
7,752
[ "no_license" ]
[ { "path": "deployment/roles/mongodb/tasks/main.yml", "content": "---\n\n- name: Import public key\n sudo: yes\n command: apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927\n\n# Need to split this line and the next into two using a variable\n- name: Create sources list file\n sudo: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1524, "all_permissive": false }
ansible_role
public-center/giftcard-management-01
20bd6e3a6085054cc3b6fc9a4772dd262c064962
0
deployment/roles/nginx
7,752
[ "no_license" ]
[ { "path": "deployment/roles/nginx/tasks/main.yml", "content": "---\n\n- name: Install nginx\n sudo: yes\n apt: name=nginx state=present update_cache=yes\n\n- name: Get ec2 information\n action: ec2_facts\n register: instance_facts\n\n- name: Replace nginx global config\n sudo: yes\n template: src=ngin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 990, "all_permissive": false }
ansible_role
public-center/giftcard-management-01
20bd6e3a6085054cc3b6fc9a4772dd262c064962
0
deployment/roles/php
7,752
[ "no_license" ]
[ { "path": "deployment/roles/php/tasks/main.yml", "content": "---\n- name: Install PHP\n apt: name=php5\n sudo: yes\n\n- name: Install PHP cURL\n apt: name=php5-curl\n sudo: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
nournada-cisco/NDFC-Automation
656906d430486c860d9a68752dbd6095ddb488c7
0
ansible/roles/add_inventory
7,755
[ "no_license" ]
[ { "path": "ansible/roles/add_inventory/tasks/add_fabric_devices.yml", "content": "---\n# ------------------------------------------------------------------------------\n# Add Switches to Fabric in NDFC\n# ------------------------------------------------------------------------------\n# This task registers s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2907, "all_permissive": false }
ansible_role
nournada-cisco/NDFC-Automation
656906d430486c860d9a68752dbd6095ddb488c7
0
ansible/roles/create_fabric
7,755
[ "no_license" ]
[ { "path": "ansible/roles/create_fabric/tasks/manage_fabric.yml", "content": "---\n# ------------------------------------------------------------------------------\n# VXLAN EVPN Fabric Creation and Management in NDFC\n# ------------------------------------------------------------------------------\n# This ta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5341, "all_permissive": false }
ansible_role
nournada-cisco/NDFC-Automation
656906d430486c860d9a68752dbd6095ddb488c7
0
ansible/roles/deploy
7,755
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# ------------------------------------------------------------------------------\n# Deploy Configuration for Fabric in NDFC\n# ------------------------------------------------------------------------------\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2970, "all_permissive": false }
ansible_role
nournada-cisco/NDFC-Automation
656906d430486c860d9a68752dbd6095ddb488c7
0
ansible/roles/manage_interface_groups
7,755
[ "no_license" ]
[ { "path": "ansible/roles/manage_interface_groups/tasks/main.yml", "content": "# ------------------------------------------------------------------------------\n# Interface Group Management for Cisco NDFC\n# ------------------------------------------------------------------------------\n# This task file mana...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6889, "all_permissive": false }
ansible_role
nournada-cisco/NDFC-Automation
656906d430486c860d9a68752dbd6095ddb488c7
0
ansible/roles/manage_interfaces
7,755
[ "no_license" ]
[ { "path": "ansible/roles/manage_interfaces/tasks/vpc_interfaces.yml", "content": "---\n# ------------------------------------------------------------------------------\n# vPC Interface Configuration for Leaf Switches\n# ------------------------------------------------------------------------------\n# This t...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6877, "all_permissive": false }
ansible_role
nournada-cisco/NDFC-Automation
656906d430486c860d9a68752dbd6095ddb488c7
0
ansible/roles/manage_overlay
7,755
[ "no_license" ]
[ { "path": "ansible/roles/manage_overlay/tasks/main.yml", "content": "---\n# ------------------------------------------------------------------------------\n# Manage Overlay - VRFs and Networks Configuration\n# ------------------------------------------------------------------------------\n# This task file i...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6804, "all_permissive": false }
ansible_role
nournada-cisco/NDFC-Automation
656906d430486c860d9a68752dbd6095ddb488c7
0
ansible/roles/setup_vpc
7,755
[ "no_license" ]
[ { "path": "ansible/roles/setup_vpc/tasks/setup_vpc_peer.yml", "content": "# Managing vPC Peers\n# ----------------------------------------------------------------------------\n# This playbook is responsible for configuring vPC peer links between leaf switches.\n# It consists of the following tasks:\n# 1. (O...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6009, "all_permissive": false }
ansible_role
evolution/genesis-wordpress
8f33e13ea878c0b6d285ee601836b437f42f0a5b
654
provisioning/roles/common
7,755
[ "no_license" ]
[ { "path": "provisioning/roles/common/vars/main.yml", "content": "---\nsystem_packages:\n - build-essential\n - autoconf\n - tasksel\n - re2c\n - curl\n - git-core\n - python-mysqldb\n - nodejs\n - postfix\n - htop\n - iftop\nlamp_packages:\n - libmysqlclient18\n - apache2\n - php5-cli\n - apa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5771, "all_permissive": false }
ansible_role
evolution/genesis-wordpress
8f33e13ea878c0b6d285ee601836b437f42f0a5b
654
provisioning/roles/pound
7,755
[ "no_license" ]
[ { "path": "provisioning/roles/pound/handlers/main.yml", "content": "---\n- name: restart pound\n service: name=pound state=restarted\n sudo: true\n\n- name: stop pound\n service: name=pound state=stopped\n sudo: true\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2145, "all_permissive": false }
ansible_role
evolution/genesis-wordpress
8f33e13ea878c0b6d285ee601836b437f42f0a5b
654
provisioning/roles/varnish
7,755
[ "no_license" ]
[ { "path": "provisioning/roles/varnish/files/etc-varnish/custom.backend.vcl", "content": "backend default {\n .host = \"127.0.0.1\";\n .port = \"8080\";\n .first_byte_timeout = 300s; # How long to wait before we receive a first byte from our backend?\n .connect_timeout = 5s; # Ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 13436, "all_permissive": false }
ansible_role
evolution/genesis-wordpress
8f33e13ea878c0b6d285ee601836b437f42f0a5b
654
provisioning/roles/wordpress
7,755
[ "no_license" ]
[ { "path": "provisioning/roles/wordpress/vars/main.yml", "content": "---\nphp_packages:\n - php5-curl\n - php5-gd\n\napache_modules:\n - expires\n - headers\n - rewrite\n - vhost_alias\n\napache_vhosts:\n - 000-local\n - 001-staging\n - 002-branch\n - 003-production\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1163, "all_permissive": false }
ansible_role
Vreden46/infra
09274f88fb4e483d73f61c6e689c4adcbe7533b3
0
dns/roles/dns
7,755
[ "no_license" ]
[ { "path": "dns/roles/dns/tasks/main.yml", "content": "# - assert:\r\n# that:\r\n# - IP is match('^\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}$')\r\n# fail_msg: Die Variable IP ist keine gültige IP-Adresse!\r\n \r\n \r\n - debug: \r\n msg: \"Neu 1. Meine ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3447, "all_permissive": false }
ansible_role
Vreden46/infra
09274f88fb4e483d73f61c6e689c4adcbe7533b3
0
dns/roles/newone
7,755
[ "no_license" ]
[ { "path": "dns/roles/newone/tasks/main.yml", "content": "# - assert:\r\n# that:\r\n# - IP is match('^\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}$')\r\n# fail_msg: Die Variable IP ist keine gültige IP-Adresse!\r\n \r\n \r\n - debug: \r\n msg: \"1. Meine E...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1128, "all_permissive": false }
ansible_role
icarlosmendez/admin_automation
a0a711c135df5b06a419f8826ef8374d715eefdb
1
ansible/roles/apt
7,755
[ "no_license" ]
[ { "path": "ansible/roles/apt/tasks/main.yml", "content": "# roles/apt/tasks/main.yml\n\n- name: Add custom entries to sources.list\n blockinfile:\n path: /etc/apt/sources.list\n marker: \"# {mark} ANSIBLE MANAGED BLOCK - DO NOT EDIT\"\n block: \"{{ item }}\"\n with_items: \"{{ sources_list_entrie...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1023, "all_permissive": false }
ansible_role
icarlosmendez/admin_automation
a0a711c135df5b06a419f8826ef8374d715eefdb
1
ansible/roles/network
7,755
[ "no_license" ]
[ { "path": "ansible/roles/network/vars/main.yml", "content": "bridges:\n - name: vmbr1\n address: 192.168.10.1\n - name: vmbr2\n address: 192.168.20.1\n - name: vmbr3\n address: 192.168.30.1\n - name: vmbr4\n address: 192.168.40.1\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 383, "all_permissive": false }
ansible_role
teramako/playbook2uml
bdd71cbf8c10d5c245d6f908993c160ccb7af3a0
19
test_playbook/roles/role_1
7,755
[ "no_license" ]
[ { "path": "test_playbook/roles/role_1/tasks/main.yml", "content": "- name: Role Start\n debug:\n msg: \"Start role_1\"\n\n- name: Role End\n debug:\n msg: \"End role_1\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
ljsandou/lamp
f3c6ec3ae0c0b75236c7efb33f346daf6703af6d
0
roles/apache
7,755
[ "no_license" ]
[ { "path": "roles/apache/tasks/apache_for_Centos6.yml", "content": "---\n- name: install apache \n yum: name=httpd state=present \n ignore_errors: yes\n\n#- name: copy apache template\n# template: src=default.conf dest=/etc/nginx/conf.d/default.conf \n\n- name: config apache to excute php\n lineinfile: d...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1617, "all_permissive": false }
ansible_role
ljsandou/lamp
f3c6ec3ae0c0b75236c7efb33f346daf6703af6d
0
roles/common
7,755
[ "no_license" ]
[ { "path": "roles/common/tasks/other_setting.yml", "content": "---\n- name: Install libselinux-python and libsemanage-python\n yum: name={{ item }} state=present\n with_items:\n - libselinux-python\n - libsemanage-python\n - firewalld\n when: \"ansible_os_family == 'RedHat' and ansible_distributi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
ljsandou/lamp
f3c6ec3ae0c0b75236c7efb33f346daf6703af6d
0
roles/mysql
7,755
[ "no_license" ]
[ { "path": "roles/mysql/tasks/mysql_for_Centos7.yml", "content": "---\n- name: install mysql etc(centos7)\n yum: name={{ item }} state=installed\n with_items:\n - mariadb-server\n - MySQL-python\n ignore_errors: yes \n\n- name: insert firewalld rule\n firewalld: port={{ mysql_port }}/tcp permanent=t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1123, "all_permissive": false }
ansible_role
ljsandou/lamp
f3c6ec3ae0c0b75236c7efb33f346daf6703af6d
0
roles/php
7,755
[ "no_license" ]
[ { "path": "roles/php/tasks/php_for_Centos7.yml", "content": "---\n- name: Install php etc\n yum: name={{ item }} state=present\n with_items:\n - php\n - php-mysql\n - git\n\n- name: copy php file to test if it's installed\n template: src=index.php.j2 dest=/var/www/html/index.php", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
torgiren/buildbot_testing_ansible
fbdbf250f5059a3eaec028340066b0f57072dbda
0
roles/common
7,755
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- block:\n - name: instalacja epel\n yum:\n name: epel-release\n state: present\n\n - pause:\n seconds: 5\n \n - name: instalacja policycoreutils\n yum:\n name: policycoreutils-python\n state: present\n\n# - selinux...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
torgiren/buildbot_testing_ansible
fbdbf250f5059a3eaec028340066b0f57072dbda
0
roles/nginx
7,755
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- block:\n - name: instalacja selinux-python\n yum:\n name: libselinux-python\n state: present\n \n - name: Instalacja nginx\n yum:\n name: nginx\n state: present\n\n - name: Dodawanie portu do php do selinuxa\n seport:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1283, "all_permissive": false }
ansible_role
kasefuchs/archiso
1f6ee10f8c4c807f5bd870d0b9f9a4936496d9e1
2
airootfs/opt/ansible/roles/partition
7,755
[ "no_license" ]
[ { "path": "airootfs/opt/ansible/roles/partition/tasks/layout.yaml", "content": "---\n- name: Configure partition table\n loop: \"{{ partition_layout_table }}\"\n loop_control:\n label: \"{{ (item.device, item.number) | join_device_partition }}\"\n community.general.parted:\n device: \"{{ item.devic...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 5420, "all_permissive": false }
ansible_role
aramirol/ansible-labs
6000f8e95c62a54c6166b2aa99bb221aebbc6be3
0
09.roles/roles/labmotd
7,755
[ "no_license" ]
[ { "path": "09.roles/roles/labmotd/vars/main.yml", "content": "---\n# vars file for roles\n\nmessagevars: You are the best!!\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "09.roles/roles/labmotd/tasks/messagevars.yaml", "content": "---...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 486, "all_permissive": false }