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
danielit24/ansible
a3e25f4539f3a792ea40f5bbafbab7d0b2ae154c
0
roles/nginx
2,138
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "server {\n listen {{ http_port }};\n server_name {{http_conf}}.visionplus.id;\n root /var/www/html/{{document_root}}/public;\n \n index index.php index.html index.htm;\n \n access_log /var/log/nginx/{{http_conf}}_access.log;\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1347, "all_permissive": false }
ansible_role
danielit24/ansible
a3e25f4539f3a792ea40f5bbafbab7d0b2ae154c
0
roles/php8.1
2,138
[ "no_license" ]
[ { "path": "roles/php8.1/tasks/main.yml", "content": "---\n- name: Installation software-properties-common\n apt: name=software-properties-common\n\n- name: \"Repo PHP 8.1\"\n apt_repository:\n repo=\"ppa:ondrej/php\"\n\n- name: \"Updating the repo\"\n apt: update_cache=yes\n\n- name: Install Main PHP ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 834, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/reshifter_etcd_backup/roles/role_package_tools
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/reshifter_etcd_backup/roles/role_package_tools/tasks/main.yaml", "content": "---\r\n\r\n- name: check /opt/yum.conf for rubrik\r\n replace:\r\n dest: /etc/yum.conf\r\n regexp: 'rubrik'\r\n replace: ''\r\n backup: yes\r\n tags:\r\n - rubrik\r\n\r\n- name: enable BBY R...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2416, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/reshifter_etcd_backup/roles/role_sysdig_agent
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/reshifter_etcd_backup/roles/role_sysdig_agent/tasks/main.yaml", "content": "---\r\n\r\n- name: install kernel headers\r\n #raw: yum -y install kernel-devel-$(uname -r)\r\n yum:\r\n name: kernel-devel-$(uname -r)\r\n state: latest\r\n update_cache: yes\r\n\r\n- name: depl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_add_newgroup
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_add_newgroup/hosts", "content": "[devmaster]\r\ndtl20ocpcma0[1:3].ca.xxxxxx.com\r\n\r\n[devinfra]\r\ndtl20ocpcin0[1:3].ca.xxxxxx.com\r\n\r\n[devnodes]\r\ndtl20ocpcch0[1:4].ca.xxxxxx.com\r\ndtl20ocpcch0[5:9].ca.xxxxxx.com\r\ndtl20ocpcch1[0:4].ca.xxxxxx.com\r\ndtl20ocpcch1...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 8609, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_create_project
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_create_project/pb_create_project.yaml", "content": "---\r\n# playbook: create new project\r\n# How to use PB\r\n\r\n- hosts: all\r\n gather_facts: False\r\n force_handlers: True\r\n\r\n vars_prompt:\r\n\r\n - name: user\r\n prompt: \"Enter your OCP login\"\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5252, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_create_volumes
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_create_volumes/handlers/main.yaml", "content": "---\n- name: logout\n command: oc logout\n listen: \"exit add groups\"\n\n- name: clean sync template\n file:\n path: \"{{ dir_path }}/volume-template.yaml\"\n state: absent\n listen: \"clean temp dir\"\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5501, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_dns_change
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_dns_change/tasks/main.yaml", "content": "\r\n- name: Updating DNS1 in ifcfg-ens192\r\n lineinfile:\r\n path: /etc/sysconfig/network-scripts/ifcfg-ens192\r\n state: present\r\n regexp: '^DNS1='\r\n line: 'DNS1=192.168.3.11'\r\n notify: restart network\r\n\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 531, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_logrotate
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_logrotate/pb_log_rotate.yaml", "content": "- hosts: all\r\n gather_facts: False\r\n force_handlers: True\r\n\r\n roles:\r\n - { role: ../role_logrotate }\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 808, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_manage_disks
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_manage_disks/handlers/main.yaml", "content": "- name: restart atomic-node\r\n service:\r\n name: atomic-openshift-node\r\n state: restarted\r\n\r\n- name: restart docker\r\n service:\r\n name: docker\r\n state: restarted\r\n\r\n- name: Reboot server\r\n co...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4798, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_node_prep
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_node_prep/pb_prep_nodes.yaml", "content": "- hosts: all\r\n gather_facts: False\r\n force_handlers: True\r\n\r\n roles:\r\n - { role: ../role_node_prep }\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2907, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_patch-from-us
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_patch-from-us/tasks/main.yml", "content": "---\r\n####CYBERARC Version Check\r\n\r\n- name: checking cyberarc packages\r\n command: rpm --queryformat \"%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\" -q CARKaim\r\n register: carkpkg\r\n ignore_errors: true\r\n tags:\r\n -...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6099, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_patch_management
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_patch_management/tasks/main.yaml", "content": "\r\n - name: Upgrade Kernel packages\r\n yum: name='kernel-3*' state='latest' update_cache=yes\r\n notify:\r\n - Reboot server\r\n - Reboot server wait\r\n tags:\r\n - kernel\r\n\r\n - name: Upgrade a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1337, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_post_deploy_config_ca_dev
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_post_deploy_config_ca_dev/tasks/main.yaml", "content": "---\r\n\r\n- include: set_facts.yaml\r\n tags:\r\n - master\r\n\r\n- name: deploy master-configuration API\r\n template:\r\n src: atomic-openshift-master-api.j2\r\n dest: /etc/sysconfig/atomic-openshift-mas...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 13383, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_post_deploy_config_us_dr
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_post_deploy_config_us_dr/templates/node-infra-master-config.j2", "content": "allowDisabledDocker: false\r\napiVersion: v1\r\ndnsBindAddress: 127.0.0.1:53\r\ndnsRecursiveResolvConf: /etc/origin/node/resolv.conf\r\ndnsDomain: cluster.local\r\ndnsIP: {{ hostvars[inventory_h...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 22726, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_post_deploy_config_us_prod
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_post_deploy_config_us_prod/tasks/main.yaml", "content": "---\r\n\r\n- include: set_facts.yaml\r\n tags:\r\n - master\r\n\r\n- name: deploy master-configuration API\r\n template:\r\n src: atomic-openshift-master-api.j2\r\n dest: /etc/sysconfig/atomic-openshift-ma...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 20203, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_pre_deploy_config
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_pre_deploy_config/tasks/set_facts.yaml", "content": "---\r\n\r\n- name: set fact master-config.yaml [0]\r\n set_fact:\r\n master0: \"pdl20ocpmma02.ca.xxxxxx.com\"\r\n master1: \"pdl20ocpmma03.ca.xxxxxx.com\"\r\n when:\r\n \"inventory_hostname == 'pdl20ocpmma01...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3070, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_recreate_docker_storage
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_recreate_docker_storage/tasks/main.yaml", "content": " - name: Log into OpenShift\r\n shell: \"oc login https://console.openshift.com:8443 -u admin -p XXX\"\r\n\r\n - name: Mark node as un-scheduleable\r\n command: \"oc adm manage-node {{ inventory_hostna...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1859, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_snow_cr_api-master
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_snow_cr_api-master/templates/patch_template.j2", "content": "[\r\n{% for custom_patch in custom_patch %}\r\n{\r\n \"type\":\"Normal\",\r\n \"affected_cis\":\"{{custom_patch.affected_cis}}\",\r\n \"backout_plan\":\"Roll back the server from VM snap shot \\n Need to ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 27, "total_bytes": 55473, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_upgrade_prep
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_upgrade_prep/pb_upgrade_prep.yaml", "content": "- hosts: all\r\n gather_facts: False\r\n force_handlers: True\r\n\r\n roles:\r\n - { role: ../role_upgrade_prep }\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1353, "all_permissive": false }
ansible_role
novonilc/openshift-automation
685746fd9c137b50e633c65ea2f07c8f1df351a0
0
OpenShift_Prod/roles/role_vmware_snapshot
2,138
[ "no_license" ]
[ { "path": "OpenShift_Prod/roles/role_vmware_snapshot/vars/main.yaml", "content": "---\r\nsnapshot_name: \"snap0\"\r\nsnapshot_description: \"snapshot\"\r\nsnapshot_state: \"present\"\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "OpenShift_Pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1347, "all_permissive": false }
ansible_role
awerschlan/1510640012-BA2
c05c5b7a7422975bb796de69fff813cc72b8e211
0
ansible/roles/autotrader
2,138
[ "no_license" ]
[ { "path": "ansible/roles/autotrader/tasks/update.yml", "content": "---\r\n - name: set autotrader target version (if defined)\r\n set_fact:\r\n atversion: \"{{ at_target_version }}\"\r\n when: at_target_version is defined\r\n\r\n - name: set autotrader target version to latest periotheus minor ...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 8455, "all_permissive": false }
ansible_role
awerschlan/1510640012-BA2
c05c5b7a7422975bb796de69fff813cc72b8e211
0
ansible/roles/custom_facts
2,138
[ "no_license" ]
[ { "path": "ansible/roles/custom_facts/files/etc/ansible/facts.d/include/pt_functions.sh", "content": "#!/bin/bash\n\n# @Author: <NAME>\n# @Date: 2018-07-05T09:41:11+02:00\n# @Email: <EMAIL>\n# @Last modified by: anw\n# @Last modified time: 2018-07-06T14:08:44+02:00\n\nENTED_ETC_DIR=/etc/ented\n\nget_nb...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 5730, "all_permissive": false }
ansible_role
awerschlan/1510640012-BA2
c05c5b7a7422975bb796de69fff813cc72b8e211
0
ansible/roles/insight_update_emergency_role
2,138
[ "no_license" ]
[ { "path": "ansible/roles/insight_update_emergency_role/tasks/update.yml", "content": "---\r\n - name: lookup emergency role ID in insight\r\n uri:\r\n url: https://portal-test.visotech.com/jira/rest/insight/1.0/objecttype/{{ insight_objecttype.attribute.current_emergency_role.reference_object_type....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1714, "all_permissive": false }
ansible_role
awerschlan/1510640012-BA2
c05c5b7a7422975bb796de69fff813cc72b8e211
0
ansible/roles/insight_update_release
2,138
[ "no_license" ]
[ { "path": "ansible/roles/insight_update_release/tasks/update_insight_loop.yml", "content": "---\r\n - name: set {{ item.name }} reference object type id for REST API request\r\n set_fact:\r\n # just to make the REST API Request more readable\r\n \"{{ item.name }}_objecttype_id\": \"{{ vars['in...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3097, "all_permissive": false }
ansible_role
awerschlan/1510640012-BA2
c05c5b7a7422975bb796de69fff813cc72b8e211
0
ansible/roles/insight_update_server_type
2,138
[ "no_license" ]
[ { "path": "ansible/roles/insight_update_server_type/templates/update_attribute_object.json", "content": "{\r\n \"attributes\": [{\r\n \"objectTypeAttributeId\": \"{{ attribute_id }}\",\r\n \"objectAttributeValues\": [{\r\n \"value\": \"{{ attribute_object_key }}\"\r\n }]\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2625, "all_permissive": false }
ansible_role
awerschlan/1510640012-BA2
c05c5b7a7422975bb796de69fff813cc72b8e211
0
ansible/roles/mongodb
2,138
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/tasks/remove.yml", "content": "---\r\n- name: stop and disable mongodb systemd service\r\n systemd:\r\n state: stopped\r\n enabled: no\r\n name: mongod\r\n\r\n- name: remove mongodb rpm package\r\n yum:\r\n name: mongodb-org\r\n state: removed\r\n\r\n- name:...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4307, "all_permissive": false }
ansible_role
timorust/portfolio
c9c8f96d6ffd59f1f832dcfa336252532abae44e
0
ansible/roles/deploy_app
2,138
[ "no_license" ]
[ { "path": "ansible/roles/deploy_app/tasks/main.yml", "content": "- name: Create folder for portfolio website only\r\n file:\r\n path: /tmp/portfolio\r\n state: directory\r\n\r\n- name: Copy static portfolio files using rsync (excluding sensitive dirs)\r\n ansible.builtin.synchronize:\r\n src: /fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 560, "all_permissive": false }
ansible_role
timorust/portfolio
c9c8f96d6ffd59f1f832dcfa336252532abae44e
0
ansible/roles/docker
2,138
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\r\n- name: Remove old versions of Docker\r\n apt:\r\n name: \"{{ item }}\"\r\n state: absent\r\n loop:\r\n - docker\r\n - docker-engine\r\n - docker.io\r\n - containerd\r\n - runc\r\n\r\n- name: Install dependencies\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1191, "all_permissive": false }
ansible_role
timorust/portfolio
c9c8f96d6ffd59f1f832dcfa336252532abae44e
0
ansible/roles/k3s
2,138
[ "no_license" ]
[ { "path": "ansible/roles/k3s/tasks/main.yml", "content": "---\r\n- name: Install K3s on node\r\n shell: |\r\n curl -sfL https://get.k3s.io | sh -\r\n become: yes\r\n\r\n- name: Copy kubeconfig file for K3s\r\n copy:\r\n src: /final/portfolio/kubeconfig.yaml\r\n dest: /etc/rancher/k3s/k3s.yaml\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
jeressy/Ansible-and-Vagrant
6e1ac7a635e1c7c2900578e54d8a79c070bdb055
0
ansible/roles/nginx
2,138
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n apt:\n name: nginx\n state: present\n notify:\n - Restart nginx\n\n- name: Copy HTML file to nginx root\n copy:\n src: /ansible/html/index.html \n dest: /usr/share/nginx/html/index.html \n notify:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 720, "all_permissive": false }
ansible_role
Bhadra09/Ansible-AWS-Apache
67910440e9da47ed062027297f490e38685d7753
0
roles/httpd
2,138
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n# tasks file for httpd\n\n- name: install GIT package\n yum: name=git state=present\n\n- name: Installing httpd package\n yum: name=httpd state=present\n\n- name: Starting and enabling the httpd service\n service: name=httpd state=started enabled=y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 727, "all_permissive": false }
ansible_role
andrikstravinsky/hardening_homework
eb8d19b5e2431f4dd30aa0186ed4eeaa6a511cd2
0
harden_pass/roles/harden_pass
2,138
[ "no_license" ]
[ { "path": "harden_pass/roles/harden_pass/tasks/main.yml", "content": "---\n- name: Harden by reject passwords like username\n become: true\n shell: apt install -y libpam-cracklib && sed -i 's/\\bpam_cracklib.so\\b/& enforce_for_root reject_username/' /etc/pam.d/common-password\n \n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
andrikstravinsky/hardening_homework
eb8d19b5e2431f4dd30aa0186ed4eeaa6a511cd2
0
harden_passv2_pam/roles/harden_pass
2,138
[ "no_license" ]
[ { "path": "harden_passv2_pam/roles/harden_pass/tasks/main.yml", "content": "---\n- name: Harden by reject passwords like username\n become: true\n pamd:\n name: common-password\n type: password\n control: \"[success=1 default=ignore]\"\n module_path: pam_unix.so\n new_type: password\n ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
andrikstravinsky/hardening_homework
eb8d19b5e2431f4dd30aa0186ed4eeaa6a511cd2
0
tcp_wrapper/roles/tcp_wrapper
2,138
[ "no_license" ]
[ { "path": "tcp_wrapper/roles/tcp_wrapper/tasks/main.yml", "content": "---\n- name: TCP wrapper for sshd\n become: true\n shell: 'echo \"sshd : localhost 172.16.17.32\" | tee -a /etc/hosts.allow && echo \"sshd : ALL\" | tee -a /etc/hosts.deny' \n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 338, "all_permissive": false }
ansible_role
messi655/ansible_elk
f883dcaded3c92726a45102869b327a24a3f40c1
0
roles/elasticsearch
2,138
[ "no_license" ]
[ { "path": "roles/elasticsearch/templates/docker-compose.yml.j2", "content": "version: '2'\nservices:\n elasticsearch1:\n image: {{ docker_registry }}/monitoring/elasticsearch:5.6.2\n container_name: elasticsearch1\n environment:\n - cluster.name=docker-cluster\n - bootstrap.memory_lock=f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2478, "all_permissive": false }
ansible_role
messi655/ansible_elk
f883dcaded3c92726a45102869b327a24a3f40c1
0
roles/filebeat
2,138
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/main.yml", "content": "---\n\n- name: Copy filebeat yum repo file\n copy:\n src=filebeat.repo\n dest=/etc/yum.repos.d/filebeat.repo\n owner=root\n group=root\n mode=0644\n\n- name: Import Filebeat GPG Key\n rpm_key: key=http://packages.elastic.co/GPG-KEY-elas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2430, "all_permissive": false }
ansible_role
messi655/ansible_elk
f883dcaded3c92726a45102869b327a24a3f40c1
0
roles/kibana
2,138
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n- name: Create configure folder\n file: path=/opt/kibana/config state=directory\n\n- name: Copy kibana filebeat dashboards\n copy:\n src=beats-dashboards.zip\n dest=/tmp/beats-dashboards.zip\n owner=root\n group=root\n mode=0644\n \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1705, "all_permissive": false }
ansible_role
messi655/ansible_elk
f883dcaded3c92726a45102869b327a24a3f40c1
0
roles/logstash
2,138
[ "no_license" ]
[ { "path": "roles/logstash/tasks/main.yml", "content": "---\n\n- name: Create config folder for logstash\n file: path=/opt/logstash/config state=directory\n\n- name: Create data folder for logstash\n file: path=/opt/logstash/pipeline state=directory\n\n- name: copy crt key to server \n copy: src=logstash-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5624, "all_permissive": false }
ansible_role
messi655/ansible_elk
f883dcaded3c92726a45102869b327a24a3f40c1
0
roles/nginx
2,138
[ "no_license" ]
[ { "path": "roles/nginx/templates/docker-compose.yml.j2", "content": "version: '2'\n\nservices:\n kibana:\n image: {{ docker_registry }}/monitoring/kibana\n container_name: kibana\n volumes:\n - \"/opt/kibana/config/kibana.yml:/etc/kibana/kibana.yml\"\n nginx:\n image: {{ docker_registry }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1925, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
ex-install-linux-local/roles/local-base
2,138
[ "no_license" ]
[ { "path": "ex-install-linux-local/roles/local-base/tasks/extracted.yml", "content": "---\n- name: Disable X11 forwarding for dewalt\n copy:\n dest: /etc/ssh/ssh_config.d/10-dewalt.conf\n src: ssh_config.d-10-dewalt.conf\n mode: \"u=rw,go=r\"\n- name: Disable X11 forwarding for dewaltguest\n copy:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/ansible-user-register
2,138
[ "no_license" ]
[ { "path": "roles/ansible-user-register/tasks/main.yml", "content": "---\n- name: Register ansible_user details as ansible_user_registered\n user:\n name: \"{{ ansible_user }}\"\n state: present\n register: ansible_user_registered\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/base
2,138
[ "no_license" ]
[ { "path": "roles/base/tasks/packages-fedora.yml", "content": "---\n- name: Install fedora `:role:base` packages\n package:\n name:\n - autofs\n - cifs-utils\n - curl\n - git\n - keychain\n - myrepos\n - nfs-utils\n - subversion\n - vim\n - wget\n", "license_type": "no_l...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5350, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/disable-apt-daily
2,138
[ "no_license" ]
[ { "path": "roles/disable-apt-daily/tasks/main.yml", "content": "---\n\n- import_tasks: tasks/extracted.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/disable-apt-daily/tasks/extracted.yml", "content": "---\n- name: Uninstall unatte...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 512, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/docker
2,138
[ "no_license" ]
[ { "path": "roles/docker/tasks/extracted.yml", "content": "---\n- name: Install Docker signing key\n shell: |\n curl -fsSL \"{{ DOCKER_KEY_URL }}\" |\n gpg --dearmor -o /etc/apt/keyrings/docker.gpg\n args:\n creates: /etc/apt/keyrings/docker.gpg\n when: ansible_distribution == 'Ubuntu'\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1286, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/firefox-tarball
2,138
[ "no_license" ]
[ { "path": "roles/firefox-tarball/tasks/main.yml", "content": "---\n# Variables:\n# - \"FIREFOX_VERSION\": version of Firefox to install (e.g., `104.0.2`).\n# - \"FIREFOX_LOCAL_DIR\": directory holding Firefox tarballs on control node\n# (e.g., $HOME/x/shared/software/packages/fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 775, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/force-limit-switch
2,138
[ "no_license" ]
[ { "path": "roles/force-limit-switch/tasks/main.yml", "content": "---\n- name: Verify use of --limit switch\n fail:\n msg: \"use --limit to select hosts; use ``--limit all`` for all hosts\"\n when: ansible_limit is not defined\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/home
2,138
[ "no_license" ]
[ { "path": "roles/home/tasks/packages-ubuntu.yml", "content": "---\n- name: Install ubuntu `:role:home` packages\n package:\n name:\n - audacity\n - brasero\n - devede\n - ffmpeg\n - gimp\n - gnucash\n - gnucash-common\n - gnucash-docs\n - gscan2pdf\n - gthumb\n - gwenvie...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1316, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/home-golang
2,138
[ "no_license" ]
[ { "path": "roles/home-golang/tasks/extracted.yml", "content": "---\n- name: Create /etc/apt/sources.list.d/golang-backports.sources\n shell: 'printf \"%s\\n\" \"Types: deb\" \"URIs: https://ppa.launchpadcontent.net/longsleep/golang-backports/ubuntu\" \"Suites:\n $(lsb_release -cs)\" \"Components: ma...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1183, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/home-google-chrome
2,138
[ "no_license" ]
[ { "path": "roles/home-google-chrome/tasks/extracted.yml", "content": "---\n- name: Install Google signing key\n shell: |\n curl -fsSL https://dl.google.com/linux/linux_signing_key.pub |\n gpg --dearmor -o /etc/apt/keyrings/google-chrome.gpg\n args:\n creates: /etc/apt/keyrings/google-chrome.gpg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 903, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/home-user-plasma
2,138
[ "no_license" ]
[ { "path": "roles/home-user-plasma/tasks/extracted.yml", "content": "---\n- name: Shortcut for 'activate-firefox.desktop'\n kconfig:\n file: kglobalshortcutsrc\n group: \"activate-firefox.desktop\"\n key: \"_launch\"\n value: \"Ctrl+Alt+F,none,Activate or Launch Firefox\"\n- name: Shortcut for '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1452, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/localhome
2,138
[ "no_license" ]
[ { "path": "roles/localhome/tasks/main.yml", "content": "---\n- name: Install libuser (for luseradd et al.)\n package:\n name:\n - libuser\n\n- name: Install cron daemon\n package:\n name:\n - cronie\n - cronie-anacron\n # For ``semanage``:\n - policycoreutils-python-utils\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2808, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/mozilla-ppa
2,138
[ "no_license" ]
[ { "path": "roles/mozilla-ppa/tasks/extracted.yml", "content": "---\n- name: Create /etc/apt/keyrings/mozillateam.gpg\n shell: gpg --homedir /tmp --no-default-keyring --keyserver keyserver.ubuntu.com --recv-keys --keyring\n /etc/apt/keyrings/mozillateam.gpg 0AB215679C571D1C8325275B9BDB3D89CE49EC21\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1326, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/neovim
2,138
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "---\n- name: Base Ubuntu packages\n import_tasks: tasks/packages-ubuntu.yml\n when: ansible_distribution == 'Ubuntu'\n\n- name: Base Fedora packages\n import_tasks: tasks/packages-fedora.yml\n when: ansible_distribution == 'Fedora'\n\n- import_tasks: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1111, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/passwordless-sudo
2,138
[ "no_license" ]
[ { "path": "roles/passwordless-sudo/tasks/main.yml", "content": "---\n# Variables:\n# - \"username\": the name of the user to setup for passwordless sudo\n#\n# Invocation example for user `some_user`:\n# - import_role:\n# name: passwordless-sudo\n# vars:\n# username: some_user\n- name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/remove-snaps
2,138
[ "no_license" ]
[ { "path": "roles/remove-snaps/tasks/main.yml", "content": "---\n- name: Ensure `hunspell` is unmounted\n shell:\n cmd: systemctl stop 'var-snap-firefox-common-host\\x2dhunspell.mount' || true\n\n- name: Remove each snap\n shell:\n cmd: snap remove --purge \"{{ item }}\" || true\n loop:\n - \"fir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 761, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/ssh-authorized_key
2,138
[ "no_license" ]
[ { "path": "roles/ssh-authorized_key/tasks/main.yml", "content": "---\n# Variables:\n# - \"username\": the name of the user to receive SSH authorized_key\n- name: \"Add SSH authorized_key for {{ username }}\"\n authorized_key:\n user: \"{{ username }}\"\n key: \"{{ lookup('file', lookup('env', 'HOME...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/ubuntu-zfs-format
2,138
[ "no_license" ]
[ { "path": "roles/ubuntu-zfs-format/tasks/main.yml", "content": "---\n- name: \"Zap drives\"\n command:\n sgdisk --zap-all \"{{ item }}\"\n\n loop: \"{{ disks }}\"\n\n- name: \"Create Partition 1 (bootloader) for all drives\"\n command:\n sgdisk -n1:1M:+512M -t1:EF00 \"{{ item }}\"\n\n loop: \"{{ d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1961, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/ubuntu-zfs-prepare
2,138
[ "no_license" ]
[ { "path": "roles/ubuntu-zfs-prepare/tasks/main.yml", "content": "---\n- name: Disable automounting\n command:\n gsettings set org.gnome.desktop.media-handling automount false\n\n- name: Uninstall unattended-upgrades\n apt:\n name:\n - debootstrap\n - gdisk\n - zfsutils-linux\n cach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/ubuntu-zfs-system-installation
2,138
[ "no_license" ]
[ { "path": "roles/ubuntu-zfs-system-installation/tasks/main.yml", "content": "---\n- name: \"Create filesystem datasets to act as containers\"\n command:\n zfs create -o canmount=off -o mountpoint=none \"{{ item }}\"\n loop:\n - 'rpool/ROOT'\n - 'bpool/BOOT'\n\n- name: \"Create filesystem dataset ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2510, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/user-disable-kscreen
2,138
[ "no_license" ]
[ { "path": "roles/user-disable-kscreen/tasks/main.yml", "content": "---\n# Ubuntu 20.04 KDE/Plasma has a display resize issue for VMs:\n# - Change screen resolution using any method, immediately snaps back.\n# - Reference: https://old.reddit.com/r/kde/comments/g8bfeg/fyi_how_to_make_kde_plasma_work_at_resolu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 742, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/user-git-repos
2,138
[ "no_license" ]
[ { "path": "roles/user-git-repos/tasks/main.yml", "content": "---\n# Variables:\n# - \"become_root\": become root (\"yes\" or \"no\").\n# - \"user\": user to setup.\n# - \"home\": home directory.\n# - \"git_url_home\": URL of \"home\" repository.\n# - \"git_url_home2\": URL of \"home2\" repository....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1826, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/user-rust
2,138
[ "no_license" ]
[ { "path": "roles/user-rust/defaults/main.yml", "content": "---\n# Default dist server:\nRUSTUP_DIST_SERVER: https://static.rust-lang.org\n\n# Default rustup server:\nRUSTUP_UPDATE_ROOT: https://static.rust-lang.org/rustup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1228, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/user-workstation
2,138
[ "no_license" ]
[ { "path": "roles/user-workstation/tasks/extracted.yml", "content": "---\n- name: Create and backup default ipython profile\n shell: |\n ipython profile create\n cp \"{{ ansible_user_registered.home }}/.ipython/profile_default/ipython_config.py\" \"{{ ansible_user_registered.home }}/.ipython/profile_d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 823, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/work
2,138
[ "no_license" ]
[ { "path": "roles/work/tasks/packages-ubuntu.yml", "content": "---\n- name: Install ubuntu `:role:work` packages\n package:\n name:\n - konversation\n - tigervnc-standalone-server\n - tigervnc-viewer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 233, "all_permissive": false }
ansible_role
drmikehenry/install-linux
e2e28517afb2617f0ab42cb6704585ac81449668
0
roles/workstation
2,138
[ "no_license" ]
[ { "path": "roles/workstation/tasks/packages-ubuntu.yml", "content": "---\n- name: Install ubuntu `:role:workstation` packages\n package:\n name:\n - ack\n - alien\n - apt-doc\n - apt-show-source\n - apt-show-versions\n - apt-utils\n - autokey-gtk\n - automake\n - autopoint\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7167, "all_permissive": false }
ansible_role
rtsai123/ansible_nginx_baremetal
b70e1357ed174c32d4626942869a9ab0677eab11
0
roles/firewall
2,138
[ "no_license" ]
[ { "path": "roles/firewall/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nplatforms:\n - name: instance\n image: geerlingguy/docker-ubuntu2404-ansible\n command: /lib/systemd/systemd\n privileged: true\n pre_build_image: true\nprovisioner:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 766, "all_permissive": false }
ansible_role
rtsai123/ansible_nginx_baremetal
b70e1357ed174c32d4626942869a9ab0677eab11
0
roles/log_forwarding
2,138
[ "no_license" ]
[ { "path": "roles/log_forwarding/tasks/preflight.yml", "content": "---\n- name: Install required dependencies\n ansible.builtin.apt:\n name: [\"curl\", \"gpg\"]\n state: present\n update_cache: true\n tags: [log_forwarding, dependencies]\n\n- name: Wait for unattended-upgrades to finish\n ansible...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3764, "all_permissive": false }
ansible_role
rtsai123/ansible_nginx_baremetal
b70e1357ed174c32d4626942869a9ab0677eab11
0
roles/system
2,138
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n- name: Optimize System Performance for Nginx\n block:\n - name: Increase file descriptor limits\n ansible.builtin.lineinfile:\n path: /etc/security/limits.conf\n line: \"{{ item }}\"\n state: present\n loop:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1268, "all_permissive": false }
ansible_role
rtsai123/ansible_nginx_baremetal
b70e1357ed174c32d4626942869a9ab0677eab11
0
roles/user_management
2,138
[ "no_license" ]
[ { "path": "roles/user_management/tasks/main.yml", "content": "---\n- name: Ensure user_management_users exist\n ansible.builtin.user:\n name: \"{{ item.name }}\"\n shell: /bin/bash\n groups: \"{{ item.groups | default(omit) }}\"\n append: true\n state: present\n create_home: true\n loop:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1637, "all_permissive": false }
ansible_role
rtsai123/ansible_nginx_baremetal
b70e1357ed174c32d4626942869a9ab0677eab11
0
roles/webserver
2,138
[ "no_license" ]
[ { "path": "roles/webserver/molecule/default/verify.yml", "content": "---\n- name: Verify webserver\n hosts: all\n gather_facts: false\n tasks:\n - name: Ping test\n ansible.builtin.ping:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1341, "all_permissive": false }
ansible_role
kmkj000/ansible-playbook
6184a0858fdf5d7c9e1be84a7703551426cb5b01
0
roles/ubuntu_cppbuildapp-install
2,238
[ "no_license" ]
[ { "path": "roles/ubuntu_cppbuildapp-install/tasks/main.yml", "content": "- name: install require build Cpuminer \r\n apt: name={{item}} state=present update_cache=yes\r\n with_items:\r\n - git\r\n - libcurl4-openssl-dev\r\n - gcc-mingw-w64\r\n - automake\r\n - gcc\r\n - make\r\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
kmkj000/ansible-playbook
6184a0858fdf5d7c9e1be84a7703551426cb5b01
0
roles/ubuntu_dotfiles
2,238
[ "no_license" ]
[ { "path": "roles/ubuntu_dotfiles/tasks/main.yml", "content": "- name: dotfiles install\r\n become: $USER\r\n shell: bash -c \"$(curl -fsSL dot.puti.tokyo)\"\r\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
kmkj000/ansible-playbook
6184a0858fdf5d7c9e1be84a7703551426cb5b01
0
roles/ubuntu_lang-tojpn
2,238
[ "no_license" ]
[ { "path": "roles/ubuntu_lang-tojpn/tasks/main.yml", "content": "- name: update timezone\r\n copy:\r\n dest: /etc/timezone\r\n content: |\r\n Asia/Tokyo\r\n register: timezone # インデントの位置がどっちかは動かして確認(ごめん)\r\n\r\n- name: reconfigure tzdata\r\n when: timezone|changed\r\n shell: dpkg-reconfigure -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
kmkj000/ansible-playbook
6184a0858fdf5d7c9e1be84a7703551426cb5b01
0
roles/ubuntu_myapp-install
2,238
[ "no_license" ]
[ { "path": "roles/ubuntu_myapp-install/tasks/main.yml", "content": "- name: install MyStandardApp\r\n apt: name={{item}} state=present update_cache=yes\r\n with_items:\r\n - vim\r\n - tmux\r\n - git", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
vjrasane/homelab
7ead2d8e14a1ea4f11d7ef6b529ca1d153828942
0
ansible/roles/k3s_agent
2,238
[ "no_license" ]
[ { "path": "ansible/roles/k3s_agent/tasks/uninstall_k3s_agent.yml", "content": "---\n- name: Stop k3s-agent\n ansible.builtin.service:\n name: k3s-agent\n state: stopped\n failed_when: false\n\n- name: Uninstall previous k3s\n ansible.builtin.command:\n cmd: /usr/local/bin/k3s-agent-uninstall.sh\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1414, "all_permissive": false }
ansible_role
vjrasane/homelab
7ead2d8e14a1ea4f11d7ef6b529ca1d153828942
0
ansible/roles/k3s_server
2,238
[ "no_license" ]
[ { "path": "ansible/roles/k3s_server/tasks/main.yml", "content": "---\n- name: Set is_first_server fact\n ansible.builtin.set_fact:\n is_first_server: \"{{ ansible_hostname == hostvars[groups['server'][0]]['ansible_hostname'] }}\"\n\n- name: \"Check if k3s is installed\"\n ansible.builtin.stat:\n pat...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4556, "all_permissive": false }
ansible_role
vjrasane/homelab
7ead2d8e14a1ea4f11d7ef6b529ca1d153828942
0
ansible/roles/known_hosts
2,238
[ "no_license" ]
[ { "path": "ansible/roles/known_hosts/defaults/main.yml", "content": "---\n# defaults file for known_hosts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/roles/known_hosts/tasks/main.yml", "content": "# tasks file for known_hosts\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 635, "all_permissive": false }
ansible_role
vjrasane/homelab
7ead2d8e14a1ea4f11d7ef6b529ca1d153828942
0
ansible/roles/lxc
2,238
[ "no_license" ]
[ { "path": "ansible/roles/lxc/tasks/main.yml", "content": "---\n- name: Install packages\n ansible.builtin.package:\n name:\n - curl\n state: present\n update_cache: true\n\n- name: Create conf-kmsg.sh file\n ansible.builtin.template:\n src: conf-kmsg.sh.j2\n dest: /usr/local/bin/conf-k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
vjrasane/homelab
7ead2d8e14a1ea4f11d7ef6b529ca1d153828942
0
ansible/roles/proxmox_lxc
2,238
[ "no_license" ]
[ { "path": "ansible/roles/proxmox_lxc/handlers/main.yml", "content": "---\n- name: Reboot containers\n block:\n - name: Make sure container is started\n ansible.builtin.command: pct start {{ item }}\n loop: \"{{ proxmox_lxc_container_vmids }}\"\n register: lxc_start\n changed_when: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2093, "all_permissive": false }
ansible_role
vjrasane/homelab
7ead2d8e14a1ea4f11d7ef6b529ca1d153828942
0
ansible/roles/wait_for_ssh
2,238
[ "no_license" ]
[ { "path": "ansible/roles/wait_for_ssh/meta/main.yml", "content": "---\nargument_specs:\n main:\n short_description: \"Wait for SSH to be available\"\n options:\n wait_for_ssh_hostnames:\n description: \"List of hostnames\"\n required: true\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 613, "all_permissive": false }
ansible_role
Aktors/host-provision
5520e10014049a4a0398a3aec434e7419835e1dc
0
roles/host_provision
2,238
[ "no_license" ]
[ { "path": "roles/host_provision/tasks/main.yml", "content": "---\n- name: Upgrade packages\n apt:\n update_cache: true\n upgrade: yes\n\n- name: Create the non-root user account\n user:\n name: host\n password: \"{{ <PASSWORD> }}\"\n shell: /bin/bash\n groups: sudo\n append: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 730, "all_permissive": false }
ansible_role
Alxndr3/ansible
e4b57b6c8a07f739a506992aae23a66728025433
0
roles/kubernetes
2,238
[ "no_license" ]
[ { "path": "roles/kubernetes/files/positivo.sh", "content": "#!/bin/bash\n\n\nqa=$(hostname | cut -d '-' -f 2)\nQA='qa'\n\nif [ $qa == $QA ]; then\n export PS1='\\e[30;1m[\\e[0m\\e[33m\\u@\\h:\\w\\e[0m\\e[30;1m]\\e[0m\\n\\$ '\nelse\n export PS1='\\e[30;1m[\\e[0m\\e[31m\\u@\\h:\\w\\e[0m\\e[30;1m]\\e[0m\...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 23, "total_bytes": 18348, "all_permissive": false }
ansible_role
Alxndr3/ansible
e4b57b6c8a07f739a506992aae23a66728025433
0
roles/ldap_linux_integration
2,238
[ "no_license" ]
[ { "path": "roles/ldap_linux_integration/tasks/config_sshd.yml", "content": "---\n- name: Ensure ssh password authentication is allowed\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^PasswordAuthentication '\n line: 'PasswordAuthentication yes'\n when: (ansible_facts['os_family'] == \"Debi...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 3411, "all_permissive": false }
ansible_role
Alxndr3/ansible
e4b57b6c8a07f739a506992aae23a66728025433
0
roles/zabbix-agent
2,238
[ "no_license" ]
[ { "path": "roles/zabbix-agent/tasks/main.yml", "content": "---\n# tasks file for zabbix-agent\n#\n- import_tasks: copy_installer.yml\n- import_tasks: install.yml\n- import_tasks: copy_config.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "ro...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5737, "all_permissive": false }
ansible_role
falconmfm/stack-j7tc7
a7a67821dacb8b82485eedbd5958d8c24a9b98de
0
roles/cfv.cacerts
2,238
[ "no_license" ]
[ { "path": "roles/cfv.cacerts/defaults/main.yml", "content": "---\n# defaults file for oracle_jdk\noracle_jdk_download_dir: '~/Downloads'\noracle_jdk_package: 'jdk-7u60-linux-x64.tar.gz'\noracle_jdk_package_subdir: '7u60-b19'\noracle_jdk_version: '1.7.0_60'\noracle_jdk_installation_dir: '/home/vagrant/jdk'\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4207, "all_permissive": false }
ansible_role
falconmfm/stack-j7tc7
a7a67821dacb8b82485eedbd5958d8c24a9b98de
0
roles/cfv.java
2,238
[ "no_license" ]
[ { "path": "roles/cfv.java/tasks/main.yml", "content": "---\n#- name: Comprobamos si existe una version previamente descargada\n# stat:\n# path: \"{{oracle_jdk_download_dir}}/{{oracle_jdk_package}}\"\n# register: version_descargada\n#- debug:\n# msg: \"{{oracle_jdk_download_dir}}/{{oracle_jdk_package...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5521, "all_permissive": false }
ansible_role
Mohitsharma44/myInfra
d251e4e30c3f5de391071700cc4759d06157b85d
1
playbooks/powerdns/roles/PowerDNS.pdns
2,238
[ "no_license" ]
[ { "path": "playbooks/powerdns/roles/PowerDNS.pdns/tasks/configure.yml", "content": "---\n\n- block:\n\n - name: Ensure the override directory exists (systemd)\n file:\n name: \"/etc/systemd/system/{{ pdns_service_name }}.service.d\"\n state: directory\n owner: root\n group: root\n\n ...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 24, "total_bytes": 25690, "all_permissive": false }
ansible_role
Mohitsharma44/myInfra
d251e4e30c3f5de391071700cc4759d06157b85d
1
playbooks/powerdns/roles/PowerDNS.pdns_recursor
2,238
[ "no_license" ]
[ { "path": "playbooks/powerdns/roles/PowerDNS.pdns_recursor/tasks/install-Linux.yml", "content": "---\n\n- block:\n\n - name: Prefix the version of the PowerDNS Recursor package with the correct separator on RedHat\n set_fact:\n _pdns_rec_package_version: \"-{{ pdns_rec_package_version }}\"\n whe...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 27, "total_bytes": 28353, "all_permissive": false }
ansible_role
Mohitsharma44/myInfra
d251e4e30c3f5de391071700cc4759d06157b85d
1
roles/ansible-role-lets-encrypt-route-53
2,238
[ "no_license" ]
[ { "path": "roles/ansible-role-lets-encrypt-route-53/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: automates the generation of Let's Encrypt signed certificates with DNS challenges on Amazon's Route 53 (AWS)\n license: MIT\n min_ansible_version: 2.7\n platforms:\n - name: Gen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9107, "all_permissive": false }
ansible_role
named-data/NDN_Ansible
5ff0d65a1b42c89022fcecc5374b098fcee4914e
3
NDN_UBUNTU_EH/roles/NOC
2,238
[ "no_license" ]
[ { "path": "NDN_UBUNTU_EH/roles/NOC/files/checkAndRestart_ndndumpScript.sh", "content": "#!/bin/bash\n\n\nSERVER_PID=`ps auxwww | grep ndndumpScript.sh | grep -v grep | grep -v checkAnd | awk '{print $2}'`\n\n#echo \"SERVER_PID=$SERVER_PID\"\nDATE=`date +%Y.%B.%d.%H.%M.%S`\n#LOGFILE=ndnmapDataCollectorServer...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 5662, "all_permissive": false }
ansible_role
named-data/NDN_Ansible
5ff0d65a1b42c89022fcecc5374b098fcee4914e
3
NDN_UBUNTU_EH/roles/nfd
2,238
[ "no_license" ]
[ { "path": "NDN_UBUNTU_EH/roles/nfd/handlers/main.yml", "content": "---\n# handlers file for nfd\n- name: restart nfd\n service: name=nfd state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "NDN_UBUNTU_EH/roles/nfd/templates/nfd-init.s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1470, "all_permissive": false }
ansible_role
named-data/NDN_Ansible
5ff0d65a1b42c89022fcecc5374b098fcee4914e
3
roles/NDNts_nfd_status
2,238
[ "no_license" ]
[ { "path": "roles/NDNts_nfd_status/handlers/main.yml", "content": "---\n# handlers file for NDNts_nfd_status", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/NDNts_nfd_status/tasks/main.yml", "content": "---\n# tasks file for NDNts_nfd_stat...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2730, "all_permissive": false }
ansible_role
named-data/NDN_Ansible
5ff0d65a1b42c89022fcecc5374b098fcee4914e
3
roles/cert_operator_domain_db_gen
2,238
[ "no_license" ]
[ { "path": "roles/cert_operator_domain_db_gen/templates/operator_domain.j2", "content": "\"{{inventory_hostname}}\": {\n \"allowGuests\": {{allowGuests | to_json}},\n \"doNotSendOpRequests\": {{doNotSendOpRequests | to_json}},\n \"doNotSendOpRequestsForGuests\": {{doNotSendOpRequestsForGuests | to_j...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4144, "all_permissive": false }
ansible_role
named-data/NDN_Ansible
5ff0d65a1b42c89022fcecc5374b098fcee4914e
3
roles/collectStatsFromAllNodes
2,238
[ "no_license" ]
[ { "path": "roles/collectStatsFromAllNodes/tasks/main.yml", "content": "---\n# tasks file for collectStatsFromAllNodes\n\n\n#- script: roles/collectStatsFromAllNodes/files/collectStats.sh \n# register: output\n\n- name: check netstat reass\n# command: \"netstat -s | grep reass\"\n script: roles/collectSta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 631, "all_permissive": false }
ansible_role
named-data/NDN_Ansible
5ff0d65a1b42c89022fcecc5374b098fcee4914e
3
roles/ndn-autoconfig-server
2,238
[ "no_license" ]
[ { "path": "roles/ndn-autoconfig-server/defaults/main.yml", "content": "---\n# defaults file for ndn-autoconfig-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/ndn-autoconfig-server/templates/ndn-autoconfig-server.j2", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2089, "all_permissive": false }
ansible_role
named-data/NDN_Ansible
5ff0d65a1b42c89022fcecc5374b098fcee4914e
3
roles/ndn-cxx
2,238
[ "no_license" ]
[ { "path": "roles/ndn-cxx/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ndn-cxx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/ndn-cxx/handlers/main.yml", "content": "---\n# handlers file for n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 422, "all_permissive": false }
ansible_role
named-data/NDN_Ansible
5ff0d65a1b42c89022fcecc5374b098fcee4914e
3
roles/ndn-cxx-from-source
2,238
[ "no_license" ]
[ { "path": "roles/ndn-cxx-from-source/tasks/main.yml", "content": "---\n# tasks file for ndn-cxx-from-source\n- name: purge base ndn libraries \n when: ansible_distribution == \"Ubuntu\"\n action: >\n {{ ansible_pkg_mgr }} name={{ item }} state=absent purge=yes update_cache=yes\n with_items:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1494, "all_permissive": false }
ansible_role
named-data/NDN_Ansible
5ff0d65a1b42c89022fcecc5374b098fcee4914e
3
roles/ndn-nightly-builds
2,238
[ "no_license" ]
[ { "path": "roles/ndn-nightly-builds/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ndn-nightly-builds", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/ndn-nightly-builds/handlers/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2569, "all_permissive": false }
ansible_role
named-data/NDN_Ansible
5ff0d65a1b42c89022fcecc5374b098fcee4914e
3
roles/ndn-purge
2,238
[ "no_license" ]
[ { "path": "roles/ndn-purge/defaults/main.yml", "content": "---\n# defaults file for ndn-purge", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/ndn-purge/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 931, "all_permissive": false }