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
AlejandroCDev/90daysDevOps
80eeef18663a8f782f358cafad5879c3c7f287dc
0
semana01/D6/roles/devops
136
[ "no_license" ]
[ { "path": "semana01/D6/roles/devops/tasks/main.yml", "content": "- name: Crear usuario devops\n user:\n name: devops\n groups: sudo\n shell: /bin/bash\n state: present\n create_home: true\n\n- name: Agregar clave pública SSH para devops\n authorized_key:\n user: devops\n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
AlejandroCDev/90daysDevOps
80eeef18663a8f782f358cafad5879c3c7f287dc
0
semana01/D6/roles/firewall
136
[ "no_license" ]
[ { "path": "semana01/D6/roles/firewall/tasks/main.yml", "content": "- name: Instalar UFW si no está presente\n apt:\n name: ufw\n state: present\n update_cache: true\n\n- name: Permitir conexiones SSH\n ufw:\n rule: allow\n port: 22\n\n- name: Permitir tráfico HTTP\n ufw:\n rule: allow\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 374, "all_permissive": false }
ansible_role
AlejandroCDev/90daysDevOps
80eeef18663a8f782f358cafad5879c3c7f287dc
0
semana01/D6/roles/nginx
136
[ "no_license" ]
[ { "path": "semana01/D6/roles/nginx/tasks/main.yml", "content": "- name: Instalar Nginx\n apt:\n name: nginx\n state: present\n update_cache: true\n\n- name: Asegurar que Nginx está corriendo\n service:\n name: nginx\n state: started\n enabled: true\n\n- name: Crear página de inicio perso...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 365, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/auto_repo_mirror
136
[ "no_license" ]
[ { "path": "roles/auto_repo_mirror/vars/main.yml", "content": "cm_distro_select:\n el7:\n name: redhat\n version: 7\n el8:\n name: redhat\n version: 8\n bionic:\n name: ubuntu\n version: 1804\n focal:\n name: ubuntu\n version: 2004", "license_type": "no_license", "detected...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 19105, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/blackbox
136
[ "no_license" ]
[ { "path": "roles/blackbox/templates/blackbox.service.j2", "content": "[Unit]\nDescription=Blackbox Exporter Service\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nType=simple\nUser={{ blackbox_user }}\nGroup={{ blackbox_group }}\nExecStart={{ blackbox_bin_directory }}/blackbox_expor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3847, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/data
136
[ "no_license" ]
[ { "path": "roles/data/tasks/teardown_aws_policies.yml", "content": "---\n\n# Copyright 2023 Cloudera, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 15264, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/dynamic_inventory
136
[ "no_license" ]
[ { "path": "roles/dynamic_inventory/tasks/retire_static_inventory.yml", "content": "---\n\n# Copyright 2023 Cloudera, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7582, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/freeipa_client
136
[ "no_license" ]
[ { "path": "roles/freeipa_client/tasks/main.yml", "content": "---\n\n# Copyright 2023 Cloudera, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4505, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/freeipa_host_group
136
[ "no_license" ]
[ { "path": "roles/freeipa_host_group/tasks/main.yml", "content": "---\n\n# Copyright 2023 Cloudera, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2879, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/freeipa_server
136
[ "no_license" ]
[ { "path": "roles/freeipa_server/tasks/main.yml", "content": "---\n\n# Copyright 2023 Cloudera, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6548, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/grafana
136
[ "no_license" ]
[ { "path": "roles/grafana/templates/providers.yml.j2", "content": "apiVersion: 1\n\nproviders:\n - name: \"Dashboard provider\"\n orgId: 1\n type: file\n disableDeletion: false\n updateIntervalSeconds: 10\n allowUiUpdates: false\n options:\n path: {{ grafana_dashboard_directory }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2326, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/info
136
[ "no_license" ]
[ { "path": "roles/info/meta/main.yml", "content": "# Copyright 2023 Cloudera, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4810, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/infrastructure
136
[ "no_license" ]
[ { "path": "roles/infrastructure/tasks/initialize_setup_azure.yml", "content": "---\n\n# Copyright 2023 Cloudera, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of t...
{ "task_files": 38, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 47, "total_bytes": 170728, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/init_deployment
136
[ "no_license" ]
[ { "path": "roles/init_deployment/tasks/ssh.yml", "content": "---\n\n# Copyright 2023 Cloudera, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 22457, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/mount
136
[ "no_license" ]
[ { "path": "roles/mount/tasks/main.yml", "content": "---\n\n- name: Generate map of EBS volume attachments\n when: mount_provider == 'aws'\n block:\n - name: Collect details on mapped EBS volumes\n ansible.builtin.setup:\n gather_subset:\n - hardware\n \n - name: Map NVME ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3052, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/nodeexporter
136
[ "no_license" ]
[ { "path": "roles/nodeexporter/tasks/main.yml", "content": "---\n\n# Copyright 2024 Cloudera, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3417, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/platform
136
[ "no_license" ]
[ { "path": "roles/platform/tasks/setup_azure_env.yml", "content": "---\n\n# Copyright 2023 Cloudera, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at...
{ "task_files": 35, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 51, "total_bytes": 166658, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/prometheus
136
[ "no_license" ]
[ { "path": "roles/prometheus/templates/prometheus.yml.j2", "content": "\nglobal:\n scrape_interval: 15s \n evaluation_interval: 15s \n\n# alerting:\n # alertmanagers:\n # - static_configs:\n # - targets:\n # - alertmanager:9093\n\n# rule_files:\n\n\nscrape_configs:\n\n - job_name: \"pr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4465, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/provision
136
[ "no_license" ]
[ { "path": "roles/provision/files/aws/network.tf", "content": "variable \"cluster_prefix\" {\n type = string\n description = \"Deployment cluster prefix\"\n validation {\n condition = length(var.cluster_prefix) < 9 && length(var.cluster_prefix) > 4\n error_message = \"The deployment cluster pref...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 31878, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/runtime
136
[ "no_license" ]
[ { "path": "roles/runtime/tasks/teardown_base.yml", "content": "---\n\n# Copyright 2023 Cloudera, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 19, "total_bytes": 78703, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/sequence
136
[ "no_license" ]
[ { "path": "roles/sequence/tasks/main.yml", "content": "---\n\n# Copyright 2023 Cloudera, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5186, "all_permissive": false }
ansible_role
cloudera-labs/cloudera.exe
86fa9ef623f2386a9d9d24f4792d949abd4f3873
12
roles/sudoers
136
[ "no_license" ]
[ { "path": "roles/sudoers/tasks/main.yml", "content": "---\n\n# Copyright 2023 Cloudera, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3750, "all_permissive": false }
ansible_role
mohammadasim/helloworld-nodejs
7d73daff16256b27237454ad190a0514d3885af8
0
deploy/roles/app
136
[ "no_license" ]
[ { "path": "deploy/roles/app/tasks/app.yml", "content": "---\n- name: Install Packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - \"{{ packages }}\"\n\n- name: Copy app files\n copy:\n src: '{{ file_path}}/{{ item }}'\n dest: '/home/{{ user_name ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1899, "all_permissive": false }
ansible_role
mohammadasim/helloworld-nodejs
7d73daff16256b27237454ad190a0514d3885af8
0
deploy/roles/nginx
136
[ "no_license" ]
[ { "path": "deploy/roles/nginx/templates/https.conf.j2", "content": "#{{ ansible_managed }}\nserver {\n listen 443 ssl;\n server_name {{nginx_server_name}};\n client_max_body_size 4G;\n access_log {{logs_path}}/nginx-access.log;\n error_log {{logs_path}}/nginx-error.log;\n location / { proxy_set_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 12851, "all_permissive": false }
ansible_role
X-Miller/TestRepository
4ddfeda5087413aa71863f67255d15963b95f170
0
roles/win_rds_install
136
[ "no_license" ]
[ { "path": "roles/win_rds_install/vars/main.yml", "content": "---\n# vars file for win_rds_install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/win_rds_install/tasks/main.yml", "content": "---\n# tasks file for win_rds_install\n\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 747, "all_permissive": false }
ansible_role
libert-xyz/ansible-ambari
d053804f62b519282384a82ead5d628fb43d5a32
0
roles/ambariServer
136
[ "no_license" ]
[ { "path": "roles/ambariServer/tasks/main.yml", "content": "---\n\n- name: Copy private key into place\n template:\n src: id_rsa\n dest: \"/home/ubuntu/.ssh/id_rsa\"\n owner: \"ubuntu\"\n group: \"ubuntu\"\n mode: 0600\n\n- name: prepare known_hosts entries\n shell: ssh-keyscan -t rsa \"{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1466, "all_permissive": false }
ansible_role
libert-xyz/ansible-ambari
d053804f62b519282384a82ead5d628fb43d5a32
0
roles/common
136
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- include_vars: \"{{ nodesfile }}\"\n\n- name: ammbari repository\n get_url:\n url: \"{{ ambari_repo }}\"\n dest: /etc/apt/sources.list.d/ambari.list\n\n- name: add key\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: B9733A7A07513CAD...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1576, "all_permissive": false }
ansible_role
chrisexesp/Ansible
98126c2a5faee3ae0ec992119cd68ea2588295d0
0
Inventory/roles/common
133
[ "no_license" ]
[ { "path": "Inventory/roles/common/tasks/IBMIM_Installation.yml", "content": " - name: Ensure {{IBMIM_Installer_Path}} directory exists\n action: file path={{IBMIM_Installer_Path}} state=directory\n\n - name: Install IBMIM\n shell: if [ ! -d \"/opt/IBM/InstallationManager\" ]; then {{IBMIM_Installer_Path...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1765, "all_permissive": false }
ansible_role
chrisexesp/Ansible
98126c2a5faee3ae0ec992119cd68ea2588295d0
0
Inventory/roles/ihsConfiguration
133
[ "no_license" ]
[ { "path": "Inventory/roles/ihsConfiguration/tasks/Certreq1.yml", "content": " - name: Cert req 1\n shell: \"{{IHS_Path}}/bin/gskcapicmd -certreq -create -db {{IHSCFG_KeyDBFile}} -type cms -stashed -label {{IHSCFG_HostCert1}} -dn \\\"CN={{IHSCFG_HostCert1}},OU=Bank of China Macau Branch,O=BANK OF CHINA LIM...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2401, "all_permissive": false }
ansible_role
chrisexesp/Ansible
98126c2a5faee3ae0ec992119cd68ea2588295d0
0
roles/common
133
[ "no_license" ]
[ { "path": "roles/common/tasks/WAS_Toolbox_Installation.yml", "content": " - name: Remove Old Response File\r\n file: path='/tmp/rsp/WAS_Toolbox_Installation.xml' state=absent\r\n\r\n - name: Copy Response Template File\r\n copy: \r\n src: \"{{Response_Template_File_Directory}}/WAS_Toolbox_Installati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
chrisexesp/Ansible
98126c2a5faee3ae0ec992119cd68ea2588295d0
0
roles/ihsConfiguration
133
[ "no_license" ]
[ { "path": "roles/ihsConfiguration/tasks/chmod_and_chown.yml", "content": " - name: change IHS owner\n shell: chown -R {{IHSUser}}\":\"{{IHSGroup}} {{IHS_Path}}\n\n - name: change WAS Plugins owner\n shell: chown -R {{IHSUser}}\":\"{{IHSGroup}} {{WAS_Plugins_Path}}\n\n - name: change WAS Toolbox owner\n ...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 4465, "all_permissive": false }
ansible_role
chrisexesp/Ansible
98126c2a5faee3ae0ec992119cd68ea2588295d0
0
roles/ihsInstallation
133
[ "no_license" ]
[ { "path": "roles/ihsInstallation/tasks/main.yml", "content": " - include: IHS_Installation.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/ihsInstallation/tasks/IHS_Installation.yml", "content": " - name: Remove Old Response File\r\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 766, "all_permissive": false }
ansible_role
chrisexesp/Ansible
98126c2a5faee3ae0ec992119cd68ea2588295d0
0
roles/nfsclient
133
[ "no_license" ]
[ { "path": "roles/nfsclient/tasks/main.yml", "content": "---\n - name: install nfs client\n action: yum pkg=nfs-utils state=present\n\n - name: Ensure rpcbind is running (CentOS)\n action: service name=rpcbind state=started enabled=yes\n\n - name: Ensure {{NFS_Client_Mount_Directory}} directory exists\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 579, "all_permissive": false }
ansible_role
chrisexesp/Ansible
98126c2a5faee3ae0ec992119cd68ea2588295d0
0
roles/wasAddNode
133
[ "no_license" ]
[ { "path": "roles/wasAddNode/tasks/Add_Node.yml", "content": " - name: Add Node on Manager\n shell: \"{{WASND_Path}}/bin/addNode.sh {{WAS_Manager_HostName}} -username {{WASND_User}} -password {{WASND_User_Password}} -profileName {{WAS_ProfileName}} -includeapps; if [ $? -eq 255 ]; then {{WASND_Path}}/bin/a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1092, "all_permissive": false }
ansible_role
chrisexesp/Ansible
98126c2a5faee3ae0ec992119cd68ea2588295d0
0
roles/wasCreateCluster
133
[ "no_license" ]
[ { "path": "roles/wasCreateCluster/templates/createCluster.conf.j2", "content": "clusterName = \"{{WAS_ClusterName}}\"\nclusterID = AdminConfig.getid(\"/ServerCluster:\"+clusterName)\n\nif clusterID.find(clusterName) >= 0 :\n print \"{{WAS_ClusterName}} exists\"\nelse:\n AdminTask.createCluster('[-clusterCon...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2222, "all_permissive": false }
ansible_role
chrisexesp/Ansible
98126c2a5faee3ae0ec992119cd68ea2588295d0
0
roles/wasDeleteServer
133
[ "no_license" ]
[ { "path": "roles/wasDeleteServer/tasks/Delete_Server.yml", "content": " - name: Remove Old Response File\n file: path='/tmp/rsp/deleteServer.py' state=absent\n\n - name: Create Delete Server Response File\n template:\n src: deleteServer.conf.j2\n dest: /tmp/rsp/deleteServer.py\n\n - name: Delete...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 790, "all_permissive": false }
ansible_role
chrisexesp/Ansible
98126c2a5faee3ae0ec992119cd68ea2588295d0
0
roles/wasEncodeProperties
133
[ "no_license" ]
[ { "path": "roles/wasEncodeProperties/tasks/Encode_Properties_AppServer.yml", "content": " - name: Encode AppServer Password\n shell: /tmp/rsp/encode_pass.ksh {{WAS_User_Password}} BASE\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/wasEn...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1239, "all_permissive": false }
ansible_role
chrisexesp/Ansible
98126c2a5faee3ae0ec992119cd68ea2588295d0
0
roles/wasServerConfiguration
133
[ "no_license" ]
[ { "path": "roles/wasServerConfiguration/templates/setOutputStream.conf.j2", "content": "s1 = AdminConfig.getid('/Cell:{{WAS_Manager_CellName}}/Node:{{HostName}}{{NodeName}}/Server:{{WAS_ServerName}}/')\ns1o = AdminConfig.showAttribute(s1, 'outputStreamRedirect')\ns1e = AdminConfig.showAttribute(s1, 'errorSt...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2077, "all_permissive": false }
ansible_role
chrisexesp/Ansible
98126c2a5faee3ae0ec992119cd68ea2588295d0
0
roles/wasWebServer
133
[ "no_license" ]
[ { "path": "roles/wasWebServer/templates/addUnmanagedNode.conf.j2", "content": "nodes = AdminTask.listNodes().split()\n\nif \"{{HostName}}\" == \"{{IHS_HostName}}\":\n if \"{{IHS_HostName}}Node02\" not in nodes:\n AdminTask.createUnmanagedNode('[-nodeName {{IHS_HostName}}Node02 -hostName {{IHS_HostName}} -n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2881, "all_permissive": false }
ansible_role
chrisexesp/Ansible
98126c2a5faee3ae0ec992119cd68ea2588295d0
0
roles/wasndInstallation
133
[ "no_license" ]
[ { "path": "roles/wasndInstallation/tasks/main.yml", "content": " - name: Create Response File Directory\n file: path='/tmp/rsp' state=directory \n\n - include: Edit_WAS_Host_Table.yml\n - include: WASND_Installation.yml\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1363, "all_permissive": false }
ansible_role
blastehh/keepalived-docker
0fed01fe7dff7a7f598b60d3fc450c51da467a57
0
roles/keepalived
133
[ "no_license" ]
[ { "path": "roles/keepalived/tasks/debian.yml", "content": "---\n- name: Collect IPs\n set_fact:\n keepalivedhosts: \"{{ groups['docker'] | map('extract', hostvars, ['ansible_default_ipv4', 'address'] ) | list | ipaddr }}\"\n- name: Create command\n set_fact:\n peerlist: \"{{ keepalivedhosts | jo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 893, "all_permissive": false }
ansible_role
ton31337/ansible-desktop
6b4f81e959827f792dfa4a9a7b49d00672c6d8ea
2
roles/base
133
[ "no_license" ]
[ { "path": "roles/base/files/settings.json", "content": "{\n \"files.trimTrailingWhitespace\": true,\n \"editor.renderWhitespace\": \"all\",\n \"files.insertFinalNewline\": true,\n \"window.zoomLevel\": 1,\n \"editor.formatOnPaste\": true,\n \"workbench.startupEditor\": \"newUntitledFile\",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 9633, "all_permissive": false }
ansible_role
ton31337/ansible-desktop
6b4f81e959827f792dfa4a9a7b49d00672c6d8ea
2
roles/chef-dk
133
[ "no_license" ]
[ { "path": "roles/chef-dk/tasks/main.yml", "content": "- name: Download ChefDK\n apt:\n deb: https://packages.chef.io/files/stable/chefdk/4.7.73/ubuntu/18.04/chefdk_4.7.73-1_amd64.deb\n\n- name: Install Vagrant\n apt:\n deb: https://releases.hashicorp.com/vagrant/2.2.7/vagrant_2.2.7_x86_64.deb\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
ton31337/ansible-desktop
6b4f81e959827f792dfa4a9a7b49d00672c6d8ea
2
roles/ezquake
133
[ "no_license" ]
[ { "path": "roles/ezquake/tasks/main.yml", "content": "- name: Download ezQuake\n git:\n repo: https://github.com/ezQuake/ezquake-source.git\n dest: ~/.ezquake\n became_user: donatas\n\n- name: Compile ezQuake\n shell: make -j4\n args:\n chdir: ~/.ezquake\n creates: ~/.ezquake/ezquake-linux-x...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 887, "all_permissive": false }
ansible_role
ton31337/ansible-desktop
6b4f81e959827f792dfa4a9a7b49d00672c6d8ea
2
roles/git
133
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- name: Create ~/projects\n file:\n path: ~/projects\n state: directory\n\n- name: Set email\n git_config:\n name: user.email\n scope: global\n value: <EMAIL>\n\n- name: Set name\n git_config:\n name: user.name\n scope: global\n va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
ton31337/ansible-desktop
6b4f81e959827f792dfa4a9a7b49d00672c6d8ea
2
roles/quake2
133
[ "no_license" ]
[ { "path": "roles/quake2/tasks/main.yml", "content": "- name: Download q2pro\n git:\n repo: https://github.com/skullernet/q2pro.git\n dest: ~/.q2pro\n became_user: donatas\n\n- name: Compile q2pro\n shell: make\n args:\n chdir: ~/.q2pro\n creates: ~/.q2pro/q2pro\n\n- name: Create /home/donata...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 890, "all_permissive": false }
ansible_role
ton31337/ansible-desktop
6b4f81e959827f792dfa4a9a7b49d00672c6d8ea
2
roles/quake3
133
[ "no_license" ]
[ { "path": "roles/quake3/tasks/main.yml", "content": "- name: Create q3 directory\n file:\n path: /home/donatas/games/q3\n state: directory\n\n- name: Download ioquake3\n get_url:\n url: https://ioquake3.org/files/1.36/installer/ioquake3-1.36-7.1.x86_64.run\n dest: /home/donatas/games/q3/ioquak...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
ton31337/ansible-desktop
6b4f81e959827f792dfa4a9a7b49d00672c6d8ea
2
roles/razer
133
[ "no_license" ]
[ { "path": "roles/razer/tasks/main.yml", "content": "- name: Install official OpenRazer driver\n apt_repository:\n repo: 'ppa:openrazer/stable'\n\n- name: Install openrazer-meta\n apt:\n name: openrazer-meta\n\n- name: Add polychromatic repo\n apt_repository:\n repo: 'ppa:polychromatic/stable'\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
ton31337/ansible-desktop
6b4f81e959827f792dfa4a9a7b49d00672c6d8ea
2
roles/ruby
133
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "- name: Clone rbenv\n git:\n repo: https://github.com/rbenv/rbenv.git\n dest: ~/.rbenv\n become_user: donatas\n\n- name: Compile rbenv\n shell: cd ~/.rbenv && src/configure && make -C src\n become_user: donatas\n\n- name: Create ~/.rbenv/plugins d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
ton31337/ansible-desktop
6b4f81e959827f792dfa4a9a7b49d00672c6d8ea
2
roles/tmdrv
133
[ "no_license" ]
[ { "path": "roles/tmdrv/tasks/main.yml", "content": "- name: Clone https://github.com/ton31337/tmdrv\n git:\n repo: https://github.com/ton31337/tmdrv\n dest: ~/projects\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
ShivaTeja-chintu/ansible
5e8091b0ed074c9168b199e7e77f6d1204497e97
0
roles/catalogue
133
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "- name: Configuring The {{COMPONENT}}\n ansible.builtin.include_role:\n name: common\n tasks_from: nodejs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
ShivaTeja-chintu/ansible
5e8091b0ed074c9168b199e7e77f6d1204497e97
0
roles/common
133
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "\n- name: Configuring Node.js Repository\n ansible.builtin.shell: curl --silent --location https://rpm.nodesource.com/setup_16.x | sudo bash -\n\n- name: Installing Node.js\n ansible.builtin.package:\n name: nodejs\n state: present\n\n- name: Cr...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1719, "all_permissive": false }
ansible_role
ShivaTeja-chintu/ansible
5e8091b0ed074c9168b199e7e77f6d1204497e97
0
roles/frontend
133
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Installing Nginx\n ansible.builtin.package:\n name: nginx\n state: present\n\n- name: Downloading the Frontend and extracting the Frontend \n ansible.builtin.unarchive:\n src: https://github.com/stans-robot-project/frontend/archive/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 874, "all_permissive": false }
ansible_role
ShivaTeja-chintu/ansible
5e8091b0ed074c9168b199e7e77f6d1204497e97
0
roles/mongodb
133
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: copping the {{COMPONENT}} repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Installing {{COMPONENT}}\n ansible.builtin.package:\n name: \"{{COMPONENT}}-org\"\n state: present\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 977, "all_permissive": false }
ansible_role
ShivaTeja-chintu/ansible
5e8091b0ed074c9168b199e7e77f6d1204497e97
0
roles/mysql
133
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: copping the {{COMPONENT}} repo\n ansible.builtin.copy:\n src: \"{{COMPONENT}}.repo\"\n dest: /etc/yum.repos.d/{{COMPONENT}}.repo\n\n- name: Installing {{COMPONENT}}\n ansible.builtin.package:\n name: \"mysql-community-server\"\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1119, "all_permissive": false }
ansible_role
ShivaTeja-chintu/ansible
5e8091b0ed074c9168b199e7e77f6d1204497e97
0
roles/redis
133
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: copying the {{COMPONENT}} repo\n ansible.builtin.copy:\n src: redis.repo\n dest: /etc/yum.repos.d/{{COMPONENT}}.repo\n\n- name: Installing {{COMPONENT}}\n ansible.builtin.package:\n name: redis-6.2.12\n state: present\n\n- name: Confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 607, "all_permissive": false }
ansible_role
tilsammans/playbook
5a9bd7d2fbb1cb69757f2b1e6114a6b36bb44eb8
2
roles/postgresql
133
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n# Configure remote machine to be a PostgreSQL server with development headers.\n#\n- apt: pkg={{ item }} state=present\n with_items:\n - postgresql\n - postgresql-contrib\n - libpq-dev\n - python-psycopg2\n\n- postgr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 870, "all_permissive": false }
ansible_role
tilsammans/playbook
5a9bd7d2fbb1cb69757f2b1e6114a6b36bb44eb8
2
roles/sidekiq
133
[ "no_license" ]
[ { "path": "roles/sidekiq/templates/etc_init_sidekiq_production.conf.j2", "content": "description \"Start Sidekiq production\"\n\nstart on runlevel [2345]\nstop on runlevel [06]\n\nsetuid deploy\n\nchdir /var/www/vhosts/{{ domain }}/current\n\nrespawn\nrespawn limit 3 30\n\nnormal exit 0 TERM USR1\n\nexec /u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 487, "all_permissive": false }
ansible_role
umarani1218/mq_ansible
c031a320ab9e291a2c9f7ce1d28a54cc802c7941
0
roles/additional-disk-partition-file-system-mount
133
[ "no_license" ]
[ { "path": "roles/additional-disk-partition-file-system-mount/tasks/main.yml", "content": "---\n\n# tasks file for logical volume creation , directory creation, file system format and file mount\n- name: Check if marker for successful additional disk file system mount for mq server\n shell: \"grep -i 'succe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2667, "all_permissive": false }
ansible_role
umarani1218/mq_ansible
c031a320ab9e291a2c9f7ce1d28a54cc802c7941
0
roles/jump-file-system-mount
133
[ "no_license" ]
[ { "path": "roles/jump-file-system-mount/tasks/main.yml", "content": "---\n\n# tasks file for logical volume creation , directory creation, file system format and file mount\n- name: Check if marker for successful file system mount for jump server\n shell: \"grep -i 'successful file system mount for jump' /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2912, "all_permissive": false }
ansible_role
umarani1218/mq_ansible
c031a320ab9e291a2c9f7ce1d28a54cc802c7941
0
roles/mq-file-system-mount
133
[ "no_license" ]
[ { "path": "roles/mq-file-system-mount/tasks/main.yml", "content": "---\n\n# tasks file for logical volume creation , directory creation, file system format and file mount\n- name: Check if marker for successful file system mount for mq server\n shell: \"grep -i 'successful file system mount for mq' /tmp/fs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2899, "all_permissive": false }
ansible_role
umarani1218/mq_ansible
c031a320ab9e291a2c9f7ce1d28a54cc802c7941
0
roles/os-disk-partition-resize
133
[ "no_license" ]
[ { "path": "roles/os-disk-partition-resize/tasks/main.yml", "content": "---\n#resize the os disk partion\n- name: Check if marker for successful resize for partition\n shell: \"grep -i 'successful resize for partition' /tmp/fs_status.txt\"\n register: resize_check\n become: yes\n ignore_errors: yes\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1905, "all_permissive": false }
ansible_role
umarani1218/mq_ansible
c031a320ab9e291a2c9f7ce1d28a54cc802c7941
0
roles/reboot
133
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "---\n# tasks file for reboot\n- name: Check if marker for successful reboot\n shell: \"grep -i 'successful reboot after file system mount' /tmp/fs_status.txt\"\n register: reboot_check\n become: yes\n ignore_errors: yes\n\n- block:\n - name: Reboot...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 737, "all_permissive": false }
ansible_role
umarani1218/mq_ansible
c031a320ab9e291a2c9f7ce1d28a54cc802c7941
0
roles/user-group
133
[ "no_license" ]
[ { "path": "roles/user-group/tasks/main.yml", "content": "---\n# tasks file for users and groups creation\n\n- block:\n - name: Create groups for haclient and mqm if does not exist\n group:\n name: \"{{ item.name }}\"\n gid: \"{{ item.gid }}\"\n state: present\n loop: \n - { name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 700, "all_permissive": false }
ansible_role
narcislinux/DCChallenge
1fe11d7f084d30026cf852f3f17c156930df7f7d
0
ansible_role/roles/common
133
[ "no_license" ]
[ { "path": "ansible_role/roles/common/tasks/cron_job.yml", "content": "\n- name: Create project-awslogs-sync cron\n lineinfile:\n path: /etc/cron.d/project-awslogs-sync\n create: yes\n line: \"*/10 * * * * root /??????c\"", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 517, "all_permissive": false }
ansible_role
narcislinux/DCChallenge
1fe11d7f084d30026cf852f3f17c156930df7f7d
0
ansible_role/roles/docker
133
[ "no_license" ]
[ { "path": "ansible_role/roles/docker/tasks/main.yml", "content": "---\n- name: Install required packages for Docker\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n\n- name: Add Docker repository\n shell: yum-config-man...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
senorsmile/ubuntu-setup
bd7bd65eadb4913dd59fac1094c775ae261535df
0
roles/apt
133
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "---\n- name: Apt uninstall desired packages\n apt:\n name: \"{{ item }}\"\n state: absent\n with_items: \"{{ apt_packages_remove }}\"\n\n- name: Apt install desired packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: Tru...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 361, "all_permissive": false }
ansible_role
senorsmile/ubuntu-setup
bd7bd65eadb4913dd59fac1094c775ae261535df
0
roles/awesome_screenful
133
[ "no_license" ]
[ { "path": "roles/awesome_screenful/tasks/main.yml", "content": "---\n## https://github.com/dluksza/screenful/\n- name: Copy Screen detect rules\n copy:\n src: repo/98-screen-detect.rules\n dest: /etc/udev/rules.d/98-screen-detect.rules\n register: detect_rules\n\n- name: Reload rules if needed\n sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 679, "all_permissive": false }
ansible_role
senorsmile/ubuntu-setup
bd7bd65eadb4913dd59fac1094c775ae261535df
0
roles/checkpoint_vpn_client
133
[ "no_license" ]
[ { "path": "roles/checkpoint_vpn_client/tasks/ubuntu.yml", "content": "---\n- name: Install lib deps\n include_role:\n name: apt\n vars:\n apt_packages:\n - libpam0g:i386\n - libx11-6:i386\n - libstdc++6:i386\n - libstdc++5:i386\n\n- name: Download installer\n get_url:\n force...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 855, "all_permissive": false }
ansible_role
senorsmile/ubuntu-setup
bd7bd65eadb4913dd59fac1094c775ae261535df
0
roles/haskell_stack
133
[ "no_license" ]
[ { "path": "roles/haskell_stack/tasks/main.yml", "content": "---\n- name: Install haskell stack\n apt:\n name: haskell-stack\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
senorsmile/ubuntu-setup
bd7bd65eadb4913dd59fac1094c775ae261535df
0
roles/mount_disks
133
[ "no_license" ]
[ { "path": "roles/mount_disks/tasks/main.yml", "content": "---\n#- name: Apt install parted\n# apt:\n# name: parted\n# state: present\n# update_cache: True\n# cache_valid_time: 86400\n\n- name: Partition disk\n parted:\n device: \"{{ item.value.disk }}\"\n number: \"{{ item.value.number |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 977, "all_permissive": false }
ansible_role
senorsmile/ubuntu-setup
bd7bd65eadb4913dd59fac1094c775ae261535df
0
roles/perl6_rakudostar
133
[ "no_license" ]
[ { "path": "roles/perl6_rakudostar/defaults/main.yml", "content": "---\nrakudo_apt_repo: \"deb https://dl.bintray.com/nxadm/rakudo-pkg-debs {{ ansible_distribution_release }} main\"\n\nrakudo_pkg_ver: '2018.01'\nrakudo_pkg_folder: '/usr/local/src'\nrakudo_pkg_name: \"rakudo-star-{{ rakudo_pkg_ver }}\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1660, "all_permissive": false }
ansible_role
senorsmile/ubuntu-setup
bd7bd65eadb4913dd59fac1094c775ae261535df
0
roles/pip
133
[ "no_license" ]
[ { "path": "roles/pip/defaults/main.yml", "content": "---\npip_packages: []\npip_packages_remove: []\npip_become: True\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/pip/tasks/ubuntu_1604.yml", "content": "---\n## apt's python-pip break...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2326, "all_permissive": false }
ansible_role
senorsmile/ubuntu-setup
bd7bd65eadb4913dd59fac1094c775ae261535df
0
roles/project_libre
133
[ "no_license" ]
[ { "path": "roles/project_libre/tasks/main.yml", "content": "---\n- name: Create tmp dir\n become: False\n file:\n path: ./tmp/\n state: directory\n\n- name: Download deb\n become: False \n get_url:\n url: \"{{ download_url }}\"\n dest: \"./tmp/{{ installer_filename }}\"\n #dest: \"./tmp/\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1096, "all_permissive": false }
ansible_role
senorsmile/ubuntu-setup
bd7bd65eadb4913dd59fac1094c775ae261535df
0
roles/seafile_senorsmile_setup
133
[ "no_license" ]
[ { "path": "roles/seafile_senorsmile_setup/tasks/main.yml", "content": "---\n- name: Get seafile_user home directory\n shell: >\n getent passwd {{ seafile_user}} | perl -F: -lane 'print $F[5]'\n register: seafile_user_dir_cmd\n changed_when: False\n\n- set_fact:\n seafile_user_dir: \"{{ seafile_use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1863, "all_permissive": false }
ansible_role
senorsmile/ubuntu-setup
bd7bd65eadb4913dd59fac1094c775ae261535df
0
roles/swappiness
133
[ "no_license" ]
[ { "path": "roles/swappiness/tasks/main.yml", "content": "---\n- name: Update swappiness setting in sysctl.conf if needed\n sysctl:\n name: vm.swappiness\n value: \"{{ swappiness }}\"\n state: present\n reload: True\n when: ( swappiness is defined )\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
senorsmile/ubuntu-setup
bd7bd65eadb4913dd59fac1094c775ae261535df
0
roles/vpnc
133
[ "no_license" ]
[ { "path": "roles/vpnc/tasks/main.yml", "content": "---\n- name: Apt install vpnc\n apt:\n name: vpnc\n state: installed\n\n- name: Set up config files\n template:\n src: vpnc.conf\n dest: \"/etc/vpnc/{{ item.name }}.conf\"\n owner: root\n group: root\n mode: '0600'\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 901, "all_permissive": false }
ansible_role
senorsmile/ubuntu-setup
bd7bd65eadb4913dd59fac1094c775ae261535df
0
roles/xfce
133
[ "no_license" ]
[ { "path": "roles/xfce/tasks/main.yml", "content": "---\n- include_role: \n name: apt\n vars:\n apt_packages:\n - xfce4\n - xfce4-goodies\n tags: apt\n\n\n#------------------\n# enable suspend for users\n#------------------\n- name: Check for inactivity-sleep-mode-on-battery\n become: Fals...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1997, "all_permissive": false }
ansible_role
senorsmile/ubuntu-setup
bd7bd65eadb4913dd59fac1094c775ae261535df
0
roles/xmonad
133
[ "no_license" ]
[ { "path": "roles/xmonad/templates/xsessionrc", "content": "#!/bin/bash\n\n# Load resources\n\nxrdb -merge .Xresources\n\n# Set up an icon tray\nstalonetray &\n\n# Fire up apps\n\nxscreensaver -no-splash &\nxfce4-power-manager &\nredshift-gtk &\n\nif [ -x /usr/bin/nm-applet ] ; then\n nm-applet --sm-disabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3445, "all_permissive": false }
ansible_role
jferre20/products-redhat
aecbd4a0dd417fc0d64c0daf0aabb350f8abe7f2
0
roles/aap
133
[ "no_license" ]
[ { "path": "roles/aap/tasks/manage_schedule.yml", "content": "---\n- hosts: localhost\n\n vars_files:\n - vars/aap_credentials.yml\n\n vars:\n workflow_name: Get hostname and mysql version\n\n tasks:\n - name: Get ID from workflow\n ansible.builtin.uri:\n url: \"http://{{ aap['control...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2971, "all_permissive": false }
ansible_role
jferre20/products-redhat
aecbd4a0dd417fc0d64c0daf0aabb350f8abe7f2
0
roles/satellite
133
[ "no_license" ]
[ { "path": "roles/satellite/tasks/manage_content_views.yml", "content": "---\n- name: Collect content views from old Satellite in {{ org_name_from_resource }}\n ansible.builtin.uri:\n url: \"https://{{ satellite['old'] }}/katello/api/organizations/{{ resource_from_org_id }}/content_views\"\n user: \"{...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 12200, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/archiso
133
[ "no_license" ]
[ { "path": "system/roles/archiso/tasks/main.yml", "content": "- name: update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Mount virtual drive\n ansible.posix.mount:\n path: /var/virtual\n src: LABEL=Virtual\n fstype: ext4\n opts: defaults\n state: m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 733, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/bluetooth
133
[ "no_license" ]
[ { "path": "system/roles/bluetooth/tasks/main.yml", "content": "- name: update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Install packages\n community.general.pacman:\n name: \"{{item}}\"\n state: latest\n loop:\n - bluez\n - bluez-utils\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/clone-backup
133
[ "no_license" ]
[ { "path": "system/roles/clone-backup/tasks/main.yml", "content": "- ansible.builtin.include_role:\n name: \"{{item}}\"\n loop:\n - cron\n\n- name: Update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Install grub\n community.general.pacman:\n name: \"{{i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/cron
133
[ "no_license" ]
[ { "path": "system/roles/cron/tasks/main.yml", "content": "- name: Update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Install cron\n community.general.pacman:\n name: \"{{item}}\"\n state: latest\n become: true \n loop:\n - cronie\n \n- name: Star...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/fonts
133
[ "no_license" ]
[ { "path": "system/roles/fonts/tasks/main.yml", "content": " - name: Update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n - name: Install fonts\n community.general.pacman:\n name: \"{{item}}\"\n state: latest\n loop:\n - ttf-noto-nerd\n - ttf-0xproto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/grub
133
[ "no_license" ]
[ { "path": "system/roles/grub/files/etc_grub_d_40_custom", "content": "#!/bin/sh\nexec tail -n +3 $0\n# This file provides an easy way to add custom menu entries. Simply type the\n# menu entries you want to add after this comment. Be careful not to change\n# the 'exec tail' line above.\n\nmenuentry \"manja...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1393, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/hyprland
133
[ "no_license" ]
[ { "path": "system/roles/hyprland/tasks/main.yml", "content": "- ansible.builtin.include_role:\n name: \"{{item}}\"\n loop:\n - sddm-wayland\n\n- name: Update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Install packages\n community.general.pacman:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 683, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/i3
133
[ "no_license" ]
[ { "path": "system/roles/i3/tasks/main.yml", "content": "- ansible.builtin.include_role:\n name: \"{{item}}\"\n loop:\n - sddm-xorg\n\n- name: Update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Install packages\n community.general.pacman:\n name: \"{{it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/networkmanager-core
133
[ "no_license" ]
[ { "path": "system/roles/networkmanager-core/tasks/main.yml", "content": "- name: Update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Install packages\n community.general.pacman:\n name: \"{{item}}\"\n state: latest\n loop:\n - networkmanager\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/networkmanager-ui
133
[ "no_license" ]
[ { "path": "system/roles/networkmanager-ui/tasks/main.yml", "content": "- ansible.builtin.include_role:\n name: \"{{item}}\"\n loop:\n - networkmanager-core\n\n- name: Update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Install packages\n community.general....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/ntp
133
[ "no_license" ]
[ { "path": "system/roles/ntp/tasks/main.yml", "content": "- name: Install ntp\n community.general.pacman:\n name: ntp\n update_cache: true\n state: latest\n become: true\n\n- name: Start service\n ansible.builtin.systemd_service:\n service: ntpd.service\n state: started\n enabled: true\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/packages-core
133
[ "no_license" ]
[ { "path": "system/roles/packages-core/vars/main.yml", "content": "pacman: \n - less\n - inetutils\n - mercurial\n - neovim\n - bat\n - yazi\n - which\n - tree\n - base-devel\n - fzf\n - python3\n - python-pip\n - python-pynvim\n - rsync\n - stow\n - tmux\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1906, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/packages-ui
133
[ "no_license" ]
[ { "path": "system/roles/packages-ui/tasks/main.yml", "content": "- ansible.builtin.include_role:\n name: \"{{item}}\"\n loop:\n - packages-core\n\n- name: Update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Install pacman packages\n community.general.pacma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 788, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/pipewire
133
[ "no_license" ]
[ { "path": "system/roles/pipewire/tasks/main.yml", "content": "- name: Install packages\n community.general.pacman:\n name: \"{{item}}\"\n state: latest\n loop:\n - pipewire\n - pipewire-audio\n - pipewire-alsa\n - pipewire-pulse\n - pavucontrol\n become: true \n\n- name: Start serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/plymouth
133
[ "no_license" ]
[ { "path": "system/roles/plymouth/vars/main.yml", "content": "pack: pack_4\ntheme: rings_2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "system/roles/plymouth/tasks/main.yml", "content": "- name: update cache\n community.general.pacman:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1009, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/polkit
133
[ "no_license" ]
[ { "path": "system/roles/polkit/tasks/main.yml", "content": "- name: Include global\n ansible.builtin.include_role:\n public: true\n name: global\n\n- name: Update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Install pacman packages\n community.general.pacm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 732, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/qemu
133
[ "no_license" ]
[ { "path": "system/roles/qemu/tasks/main.yml", "content": "- name: update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Install packages\n community.general.pacman:\n name: \"{{item}}\"\n state: latest\n loop:\n - edk2-ovmf\n - qemu\n - qemu-desktop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/rsnapshot
133
[ "no_license" ]
[ { "path": "system/roles/rsnapshot/tasks/main.yml", "content": "- name: update cache\n community.general.pacman:\n update_cache: true\n become: true \n\n- name: Install packages\n community.general.pacman:\n name: \"{{item}}\"\n state: latest\n loop:\n - rsnapshot\n become: true \n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1241, "all_permissive": false }
ansible_role
neiltheblue/ansipull
aa172a0710ce8fdbc3e922f3eb036910ae77070f
0
system/roles/rust
133
[ "no_license" ]
[ { "path": "system/roles/rust/tasks/main.yml", "content": "- name: Install rust\n ansible.builtin.shell: |\n curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o /tmp/rust_install \\\n && sh /tmp/rust_install -y\n\n\n- name: Install rust-analyzer\n ansible.builtin.shell: |\n ~/.cargo/bin/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }