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
opqrshun/ansible
8401135d6ec54a17da57ac6973cf03a9d7ef0800
0
centos/roles/selinux
8,164
[ "no_license" ]
[ { "path": "centos/roles/selinux/tasks/main.yml", "content": "- name: Allow httpd to /var/www\n sefcontext:\n target: '/var/www(/.*)?'\n seuser: system_u\n setype: httpd_sys_content_t\n state: present\n\n- name: Apply new SELinux file context to filesystem\n command: restorecon -FR /var/www\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
opqrshun/ansible
8401135d6ec54a17da57ac6973cf03a9d7ef0800
0
debian/roles/docker
8,164
[ "no_license" ]
[ { "path": "debian/roles/docker/handlers/main.yml", "content": "- name: Make sure a service is running\n systemd:\n state: restarted\n name: docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "debian/roles/docker/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1390, "all_permissive": false }
ansible_role
opqrshun/ansible
8401135d6ec54a17da57ac6973cf03a9d7ef0800
0
debian/roles/nodejs
8,164
[ "no_license" ]
[ { "path": "debian/roles/nodejs/tasks/main.yml", "content": "\n\n# - name: check if nodejs already installed\n# stat:\n# path: /usr/local/bin/node\n# register: nodejs_bin\n\n- name: node\n snap:\n name:\n - node\n channel: 10/stable\n classic: yes\n\n- name: install n\n npm:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": false }
ansible_role
opqrshun/ansible
8401135d6ec54a17da57ac6973cf03a9d7ef0800
0
debian/roles/pip
8,164
[ "no_license" ]
[ { "path": "debian/roles/pip/tasks/main.yml", "content": "# - name: 3.6venv ,3.7の場合不要?\n# apt: name={{ item }} state=installed\n# with_items:\n# - python3-venv\n# - python3-dev\n# - python3-pip\n# tags: ['python_dev']\n\n- name: venv\n pip:\n name: \n - mecab-python3\n - python-d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1014, "all_permissive": false }
ansible_role
opqrshun/ansible
8401135d6ec54a17da57ac6973cf03a9d7ef0800
0
debian/roles/security
8,164
[ "no_license" ]
[ { "path": "debian/roles/security/tasks/main.yml", "content": "# updateしておく\n\n\n- name: Install common dependencies\n apt:\n name: \"{{ packages }}\"\n update_cache: yes\n vars:\n packages:\n # - selinux\n - auditd\n - apparmor apparmor-utils\n\n\n# - name: yum update\n# yum: name=* st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 706, "all_permissive": false }
ansible_role
ucs-compute-solutions/FlexPod-Base-IMM
fc3d8bc06764972da0748e5dff9969193d3665ce
1
roles/MDSconfig
8,164
[ "permissive" ]
[ { "path": "roles/MDSconfig/tasks/configure_nxos_snmpv3.yml", "content": "---\n # This Task sets and snmpv3 user, system contact, and system location \n \n - name: Set Up SNMP\n cisco.nxos.nxos_snmp_server:\n config:\n contact: \"{{ global_snmp_contact }}\"\n location: \"{{ global_sn...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1498, "all_permissive": true }
ansible_role
ucs-compute-solutions/FlexPod-Base-IMM
fc3d8bc06764972da0748e5dff9969193d3665ce
1
roles/NEXUSSANconfig
8,164
[ "permissive" ]
[ { "path": "roles/NEXUSSANconfig/tasks/configure_mds_vsans.yml", "content": "---\n# This task sets up the VLAN/VSAN configuration for both Nexus switches with\n# specific variables from the n9kSSA/B variables files\n# This procedure assumes the FCoE VLAN and VSAN are the same value.\n#\n - name: Create FCoE...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6761, "all_permissive": true }
ansible_role
ucs-compute-solutions/FlexPod-Base-IMM
fc3d8bc06764972da0748e5dff9969193d3665ce
1
roles/NEXUSconfig
8,164
[ "permissive" ]
[ { "path": "roles/NEXUSconfig/tasks/configure_nxos_ntp.yml", "content": "---\n # This Task sets Global NTP Servers for the Nexus switches and enables Nexus 9K NTP Distribution for the FlexPod when selected\n \n - name: Set NTP Servers\n cisco.nxos.nxos_ntp_global:\n config:\n servers:\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2920, "all_permissive": true }
ansible_role
revard/yadro_task
9d3939d477169137834fd7ae73a358bfdb1dc690
0
provisioning/roles/jenkins
8,164
[ "no_license" ]
[ { "path": "provisioning/roles/jenkins/tasks/jenkins-server.yml", "content": "---\n\n- name: Jenkins server | Copy Jenkins docker compose files and make file\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: /home/vagrant/\n owner: vagrant\n group: vagrant\n mode: '0644'\n loop:\n - d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1494, "all_permissive": false }
ansible_role
pimjansen/docker-for-windows-virtualbox
b412cd4cc2e8b004dd28f51484654954f32d63f4
0
ansible/playbooks/roles/common
8,164
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/common/tasks/main.yml", "content": "- import_tasks: install_global_tools.yml\n tags: global_tools\n\n- import_tasks: install_sysadmin_tools.yml\n tags: sysadmin_tools\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 847, "all_permissive": false }
ansible_role
pimjansen/docker-for-windows-virtualbox
b412cd4cc2e8b004dd28f51484654954f32d63f4
0
ansible/playbooks/roles/docker
8,164
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/docker/tasks/main.yml", "content": "- name: Install docker prerequisites\n apt:\n state: present\n name: \"{{ packages }}\"\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 823, "all_permissive": false }
ansible_role
pimjansen/docker-for-windows-virtualbox
b412cd4cc2e8b004dd28f51484654954f32d63f4
0
ansible/playbooks/roles/docker-compose
8,164
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/docker-compose/tasks/main.yml", "content": "- name: Install docker-compose\n become: true\n get_url:\n url: \"https://github.com/docker/compose/releases/download/1.24.1/docker-compose-{{ ansible_system }}-{{ ansible_userspace_architecture }}\"\n dest: /usr/local/bi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
pimjansen/docker-for-windows-virtualbox
b412cd4cc2e8b004dd28f51484654954f32d63f4
0
ansible/playbooks/roles/nodejs
8,164
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/nodejs/tasks/main.yml", "content": "- name: Add nodesource package\n shell: curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -\n\n- name: Install NodeJS\n apt:\n state: present\n name: \"{{ packages }}\"\n update_cache: yes\n vars:\n packages:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
pimjansen/docker-for-windows-virtualbox
b412cd4cc2e8b004dd28f51484654954f32d63f4
0
ansible/playbooks/roles/samba
8,164
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/samba/tasks/main.yml", "content": "- name: Install Samba\n apt:\n state: present\n name: \"{{ packages }}\"\n update_cache: yes\n vars:\n packages:\n - samba\n\n- name: Create a directory if it does not exist\n file:\n path: /home/vagrant/repositorie...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1022, "all_permissive": false }
ansible_role
MrMatAP/kube-eng
8cdaf67f6678360027290386573dfb2fb03fa202
0
src/ansible/kube_eng/roles/bind_configuration
8,164
[ "no_license" ]
[ { "path": "src/ansible/kube_eng/roles/bind_configuration/vars/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# vars file bind_configuration\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "src/ansible/kube_eng/roles/bind_configuratio...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 7569, "all_permissive": false }
ansible_role
MrMatAP/kube-eng
8cdaf67f6678360027290386573dfb2fb03fa202
0
src/ansible/kube_eng/roles/cloud_provider_kind_configuration
8,164
[ "no_license" ]
[ { "path": "src/ansible/kube_eng/roles/cloud_provider_kind_configuration/meta/argument_specs.yml", "content": "# Argument requirements. See https://docs.ansible.com/ansible/latest/dev_guide/developing_program_flow_modules.html#argument-spec\n---\nargument_specs:\n main:\n short_description: Template the ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4756, "all_permissive": false }
ansible_role
MrMatAP/kube-eng
8cdaf67f6678360027290386573dfb2fb03fa202
0
src/ansible/kube_eng/roles/cloud_provider_mdns_configuration
8,164
[ "no_license" ]
[ { "path": "src/ansible/kube_eng/roles/cloud_provider_mdns_configuration/README.md", "content": "Role Name\n=========\n\nmrmat.kube_eng.cloud_provider_mdns_configuration\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n| Variable | Type | Required | Default | Descrip...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3479, "all_permissive": false }
ansible_role
MrMatAP/kube-eng
8cdaf67f6678360027290386573dfb2fb03fa202
0
src/ansible/kube_eng/roles/create_namespace
8,164
[ "no_license" ]
[ { "path": "src/ansible/kube_eng/roles/create_namespace/meta/main.yml", "content": "#SPDX-License-Identifier: MIT-0\ngalaxy_info:\n author: MrMatAP\n description: Create a namespace\n company: The MrMat Organisation\n license: MIT\n min_ansible_version: 2.1\n galaxy_tags: ['kube-eng']\ndependencies: []...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2003, "all_permissive": false }
ansible_role
MrMatAP/kube-eng
8cdaf67f6678360027290386573dfb2fb03fa202
0
src/ansible/kube_eng/roles/kind_configuration
8,164
[ "no_license" ]
[ { "path": "src/ansible/kube_eng/roles/kind_configuration/meta/main.yml", "content": "#SPDX-License-Identifier: MIT-0\ngalaxy_info:\n author: MrMatAP\n description: Template the kube-eng cluster configuration\n company: The MrMat Organisation\n license: MIT\n min_ansible_version: 2.1\n galaxy_tags: ['k...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 4773, "all_permissive": false }
ansible_role
MrMatAP/kube-eng
8cdaf67f6678360027290386573dfb2fb03fa202
0
src/ansible/kube_eng/roles/registry_configuration
8,164
[ "no_license" ]
[ { "path": "src/ansible/kube_eng/roles/registry_configuration/README.md", "content": "Role Name\n=========\n\nmrmat.kube_eng.registry_configuration\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n| Variable | Type | Required | Default | Description ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1909, "all_permissive": false }
ansible_role
hbceylan/kubernetes-ansible
b441c82ae2161f2d4088d8d4bc5f8fe2bdb38575
0
roles/create-bucket
8,164
[ "permissive" ]
[ { "path": "roles/create-bucket/template/create-bucket.sh", "content": "#!/bin/bash\n\n# Set Environmests\nBUCKET_NAME=prod-k8s-devops-tech-net\n\n# Create bucket for k8s state store\naws s3api create-bucket \\\n--bucket $BUCKET_NAME \n\n# Enable bucket versioning for k8s backup\naws s3api put-bucket-version...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 357, "all_permissive": true }
ansible_role
hbceylan/kubernetes-ansible
b441c82ae2161f2d4088d8d4bc5f8fe2bdb38575
0
roles/create-cluster
8,164
[ "permissive" ]
[ { "path": "roles/create-cluster/template/validate-cluster.sh", "content": "#!/bin/bash\n\n# Set Environments\nCLUSTER_NAME=devops-tech.net\nS3_STATE_STORE=s3://prod-k8s-devops-tech-net\n\n# Validate Cluster\nkubectl config use-context ${CLUSTER_NAME}\necho -n \"Waiting for cluster components to become ready...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1665, "all_permissive": true }
ansible_role
hbceylan/kubernetes-ansible
b441c82ae2161f2d4088d8d4bc5f8fe2bdb38575
0
roles/delete-bucket
8,164
[ "permissive" ]
[ { "path": "roles/delete-bucket/tasks/main.yaml", "content": "- name: Delete Bucket\n script: template/delete-bucket.sh", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 57 }, { "path": "roles/delete-bucket/template/delete-bucket.sh", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1295, "all_permissive": true }
ansible_role
hbceylan/kubernetes-ansible
b441c82ae2161f2d4088d8d4bc5f8fe2bdb38575
0
roles/delete-cluster
8,164
[ "permissive" ]
[ { "path": "roles/delete-cluster/template/delete-cluster.sh", "content": "#!/bin/bash\n\n# Set Environments\nCLUSTER_NAME=devops-tech.net\nS3_STATE_STORE=s3://prod-k8s-devops-tech-net\n\n# Delete Cluster\nkops delete cluster --v=0 \\\n--name $CLUSTER_NAME \\\n--state $S3_STATE_STORE \\\n--yes \\\n2>&1 | tee ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 303, "all_permissive": true }
ansible_role
hbceylan/kubernetes-ansible
b441c82ae2161f2d4088d8d4bc5f8fe2bdb38575
0
roles/install-helm
8,164
[ "permissive" ]
[ { "path": "roles/install-helm/template/install-helm.sh", "content": "#!/bin/bash\n\n# Set Environments\nSERVICE_ACCOUNT_NAME=tiller\nCLUSTER_ROLE=cluster-admin\nCLUSTER_ROLE_NAME=tiller-cluster-role\n\n# Initialize helm \nhelm init\n\n# Create tiller service account. Because we're using RBAC\nkubectl create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 704, "all_permissive": true }
ansible_role
hbceylan/kubernetes-ansible
b441c82ae2161f2d4088d8d4bc5f8fe2bdb38575
0
roles/install-metrics-server
8,164
[ "permissive" ]
[ { "path": "roles/install-metrics-server/template/metrics-server.sh", "content": "#!/bin/bash\n\n# Add template path\nTEMPLATE_PATH=roles/install-metrics-server/template\n\n# Install metrics-server for K8s cluster monitoring\nkubectl apply -f $TEMPLATE_PATH/metrics-server.yaml", "license_type": "permissi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 279, "all_permissive": true }
ansible_role
hbceylan/kubernetes-ansible
b441c82ae2161f2d4088d8d4bc5f8fe2bdb38575
0
roles/install-prometheus
8,164
[ "permissive" ]
[ { "path": "roles/install-prometheus/template/delete-rules.sh", "content": "#!/bin/bash\n\n# Delete pre-configured rules\nkubectl delete prometheusrule -n monitoring kube-prometheus\nkubectl delete prometheusrule -n monitoring kube-prometheus-alertmanager\nkubectl delete prometheusrule -n monitoring kube-pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2910, "all_permissive": true }
ansible_role
davpp001/infra-playbooks
7beb7823c2619e4cccd12cc7291ba76f6942fb95
0
roles/api
8,164
[ "no_license" ]
[ { "path": "roles/api/files/.htaccess", "content": "AuthType Basic\nAuthName \"Setup-API\"\nAuthUserFile /etc/apache2/.htpasswd\nRequire valid-user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/api/tasks/main.yml", "content": "# roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1879, "all_permissive": false }
ansible_role
HackerDom/ructfe-2020
a7a13546389bac2d39ef51e65eb3320569d02247
7
vuln_image/roles/base_image
8,164
[ "no_license" ]
[ { "path": "vuln_image/roles/base_image/files/00-header", "content": "#!/bin/sh\n\n# output in yellow\nTERM=xterm-256color tput setaf 3\n\ncat /ructfe-banner.txt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "vuln_image/roles/base_image/tasks/mai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1958, "all_permissive": false }
ansible_role
ThatManSam/PigeonPost
f3b63192d1ec0212ae832b3b518a828d50afb47e
0
ansible-s3/roles/deploy-comp527
8,164
[ "no_license" ]
[ { "path": "ansible-s3/roles/deploy-comp527/tasks/deploy.yml", "content": "---\n\n- name: Create policy file for bucket\n template:\n src: \"{{ role_path }}/templates/s3-web-access-policy.json.j2\"\n dest: \"{{ role_path}}/files/s3-web-access-policy.json\"\n\n- name: Create s3 bucket for storing the d...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3766, "all_permissive": false }
ansible_role
bouncmpe/automated
f121f6ad4084ac9060900ffa1dc78f689122989c
0
roles/deploy_libvirt_guest
8,164
[ "no_license" ]
[ { "path": "roles/deploy_libvirt_guest/defaults/main.yml", "content": "libvirt_images_path: /var/lib/libvirt/images\nlibvirt_images_cache_path: /tmp/libvirt/images\nlibvirt_cloudinit_cache_path: \"/tmp/libvirt/cloudinit\"\n\nlibvirt_guest_image_format: qcow2\nlibvirt_guest_disk_format: qcow2\n\nvirtual_guest...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5163, "all_permissive": false }
ansible_role
bouncmpe/automated
f121f6ad4084ac9060900ffa1dc78f689122989c
0
roles/deploy_vmware_guest
8,164
[ "no_license" ]
[ { "path": "roles/deploy_vmware_guest/templates/cloud/user-data.yml.j2", "content": "#cloud-config\nhostname: {{ guest.inventory_hostname }}\ntimezone: {{ guest.virtual_guest_timezone | default(virtual_guest_timezone) }}\nssh_pwauth: {{ guest.virtual_guest_ssh_pwauth | default(false) }}\n\npackage_update: tr...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4544, "all_permissive": false }
ansible_role
bouncmpe/automated
f121f6ad4084ac9060900ffa1dc78f689122989c
0
roles/destroy_libvirt_guest
8,164
[ "no_license" ]
[ { "path": "roles/destroy_libvirt_guest/tasks/main.yml", "content": "---\n- name: Get the namelist of all virtual machines\n ansible.builtin.shell: >-\n virsh list --name --all\n register: libvirt_guest_list_all_result\n\n- name: Convert inactive virtual machines to a list\n ansible.builtin.set_fact:\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1349, "all_permissive": false }
ansible_role
bouncmpe/automated
f121f6ad4084ac9060900ffa1dc78f689122989c
0
roles/destroy_vmware_guest
8,164
[ "no_license" ]
[ { "path": "roles/destroy_vmware_guest/tasks/main.yml", "content": "- name: Gather all VMs from the specification\n community.vmware.vmware_vm_info:\n folder: \"{{ item.vmware_guest_datacenter }}/vm/{{ item.vmware_guest_folder }}\"\n vm_name: \"{{ item.inventory_hostname }}\"\n register: vm_info\n l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1269, "all_permissive": false }
ansible_role
bouncmpe/automated
f121f6ad4084ac9060900ffa1dc78f689122989c
0
roles/manage_quotas
8,164
[ "no_license" ]
[ { "path": "roles/manage_quotas/tasks/main.yml", "content": "- name: Manage user quotas\n ansible.builtin.include_tasks:\n file: single_user.yml\n loop: \"{{ automated_config_users }}\"\n loop_control:\n loop_var: user\n when: automated_config_home_enable_quotas\n", "license_type": "no_license"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 547, "all_permissive": false }
ansible_role
bouncmpe/automated
f121f6ad4084ac9060900ffa1dc78f689122989c
0
roles/manage_users
8,164
[ "no_license" ]
[ { "path": "roles/manage_users/README.md", "content": "# bouncmpe.automated.manage_users\n\n## Description\n\nThis is an Ansible playbook, which manages user accounts and their SSH keys, as well as sudo access for those users.\n\n## Example Playbook\n\n```yaml\n# users.yml\n---\n- name: Manage users on all h...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4465, "all_permissive": false }
ansible_role
bouncmpe/automated
f121f6ad4084ac9060900ffa1dc78f689122989c
0
roles/setup_quotas
8,164
[ "no_license" ]
[ { "path": "roles/setup_quotas/tasks/main.yml", "content": "- name: Install dependencies\n ansible.builtin.package:\n name:\n - quota\n - linux-image-extra-virtual # Kernel modules to implemet quotas\n state: present\n when: automated_config_home_enable_quotas\n\n- name: Mount up device whe...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2575, "all_permissive": false }
ansible_role
plpatankar/ansible-automation
8d520abdd500a263e5252b5fc02e98c084bbea0f
0
roles/common
8,164
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\n\n# Users to be created \n\nuser_list:\n# - { name: testuser1, uid: 1002, groups: \"wheel, staff\" }\n - { name: ansible, uid: 1001, groups: \"ansible\" }\n - { name: oracleweb, uid: 1002, groups: \"webinstall\" }\n\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 500, "all_permissive": false }
ansible_role
plpatankar/ansible-automation
8d520abdd500a263e5252b5fc02e98c084bbea0f
0
roles/ec2
8,164
[ "no_license" ]
[ { "path": "roles/ec2/tasks/create_security_group.yml", "content": "---\n\n- name: Create new security group\n local_action: \n module: ec2_group\n name: \"{{ sg_name }}\"\n vpc_id: \"{{ sg_vpc }}\"\n description: Security Group for webserver Servers\n tags:\n source: \"ansible\"\n re...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6717, "all_permissive": false }
ansible_role
plpatankar/ansible-automation
8d520abdd500a263e5252b5fc02e98c084bbea0f
0
roles/jenkin
8,164
[ "no_license" ]
[ { "path": "roles/jenkin/tasks/main.yml", "content": "---\n \n- name: Install dependencies\n package:\n name: \"{{ item }}\"\n state: latest\n with_items: \n - java-1.8.0-openjdk \n - git\n - texlive-latex\n - wget\n \n- name: Download jenkins repo\n command: wget -O /etc/yum.repos.d/jenki...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 854, "all_permissive": false }
ansible_role
plpatankar/ansible-automation
8d520abdd500a263e5252b5fc02e98c084bbea0f
0
roles/linux-oracle
8,164
[ "no_license" ]
[ { "path": "roles/linux-oracle/tasks/main.yml", "content": "################################################################################\n# Task Required for Configure Linux to host Oracle Database 12c\n# Supports version 172.16.17.32\n###################################################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2403, "all_permissive": false }
ansible_role
plpatankar/ansible-automation
8d520abdd500a263e5252b5fc02e98c084bbea0f
0
roles/oracle-http
8,164
[ "no_license" ]
[ { "path": "roles/oracle-http/templates/installAndConfigure_rsp.j2", "content": "[ENGINE]\n \n#DO NOT CHANGE THIS.\nResponse File Version=1.0.0.0.0\n \n[GENERIC]\n\n#Set this to true if you wish to skip software updates\nDECLINE_AUTO_UPDATES=true\nDECLINE_SECURITY_UPDATES=true\nSKIP_SOFTWARE_UPDATES=true\nSP...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5525, "all_permissive": false }
ansible_role
plpatankar/ansible-automation
8d520abdd500a263e5252b5fc02e98c084bbea0f
0
roles/oracle-install
8,164
[ "no_license" ]
[ { "path": "roles/oracle-install/defaults/main.yml", "content": "install_db: INSTALL_DB_SWONLY\noracle_hostname: '{{ server_hostname }}'\ninventory_os_group: '{{ oracle_install_group }}'\ninventory_location: '{{ oracle_base }}/inventory'\noracle_home: '{{ oracle_base }}/{{ oracle_user }}/product/{{ oracle_in...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4676, "all_permissive": false }
ansible_role
plpatankar/ansible-automation
8d520abdd500a263e5252b5fc02e98c084bbea0f
0
roles/pack
8,164
[ "no_license" ]
[ { "path": "roles/pack/tasks/main.yml", "content": "---\n- name: pack the weblogic domain\n shell: \"{{ weblogic_pack_path }} -domain={{ weblogic_domain }} -template={{ weblogic_template }} -template_name={{ weblogic_template_name }}\"\n\n \n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 481, "all_permissive": false }
ansible_role
plpatankar/ansible-automation
8d520abdd500a263e5252b5fc02e98c084bbea0f
0
roles/weblogic
8,164
[ "no_license" ]
[ { "path": "roles/weblogic/vars/main.yml", "content": "---\n# vars file for ansible-oracle-wls\noracle_weblogic_user: oracleweb\noracle_weblogic_group: webinstall\noracle_weblogic_user_home: /opt/oracleweb\n\noracle_weblogic_oracle_home: /opt/oracleweb/product/oracle_home\noracle_weblogic_wls_home: \"{{ orac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1470, "all_permissive": false }
ansible_role
backstorey/vmware.vsphere.iac.ansible
7030150f7b26c743f87bd5257ac4b8a133ea76c5
0
roles/vsphere.hosts.clusters
8,166
[ "no_license" ]
[ { "path": "roles/vsphere.hosts.clusters/tasks/main.yml", "content": "---\n\n- name: Set Host config\n include_tasks: 1_set_host_config.yml\n\n- name: Set DRS config\n include_tasks: 2_set_drs_config.yml\n\n- name: Set HA config\n include_tasks: 3_set_ha_config.yml", "license_type": "no_license", ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 10654, "all_permissive": false }
ansible_role
nerab/love-track
404fcb4d80ff7cea92c529e407aac4b5feea4f42
0
deployment/roles/lovetrack-button
8,166
[ "no_license" ]
[ { "path": "deployment/roles/lovetrack-button/files/requirements.txt", "content": "CHIP-IO>=0.2.6\nrequests>=2.4.3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "deployment/roles/lovetrack-button/tasks/main.yml", "content": "- name: Set hostn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2629, "all_permissive": false }
ansible_role
Oskar283/setup-rpi-ansible
b7a6953b97ba328d1644a5ac86b57d1be0515c5f
0
roles/authelia
8,166
[ "no_license" ]
[ { "path": "roles/authelia/handlers/main.yml", "content": "---\n- name: source .bashrc\n shell:\n executable: /bin/bash\n cmd: source $HOME/.bashrc\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/authelia/tasks...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1480, "all_permissive": false }
ansible_role
Oskar283/setup-rpi-ansible
b7a6953b97ba328d1644a5ac86b57d1be0515c5f
0
roles/bunkerweb
8,166
[ "no_license" ]
[ { "path": "roles/bunkerweb/templates/env.j2", "content": "MULTISITE=yes\nSERVER_NAME={{ authelia_host }} {{ wireguard_host }}\nSERVE_FILES=no\nDISABLE_DEFAULT_SERVER=yes\nUSE_MODSECURITY=no\nAUTO_LETS_ENCRYPT=yes\nUSE_CLIENT_CACHE=yes\nUSE_GZIP=yes\nUSE_REVERSE_PROXY=yes\nREVERSE_PROXY_URL_999=/authelia\nAL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1908, "all_permissive": false }
ansible_role
Oskar283/setup-rpi-ansible
b7a6953b97ba328d1644a5ac86b57d1be0515c5f
0
roles/fail2ban
8,166
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "- name: Install fail2ban\n package:\n name: fail2ban\n state: present\n\n- name: Disable e-mail notifications on jail stop and start\n copy:\n src: \"files/action.d/sendmail-common.local\"\n dest: \"/etc/fail2ban/action.d/sendmail-common.l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
Oskar283/setup-rpi-ansible
b7a6953b97ba328d1644a5ac86b57d1be0515c5f
0
roles/ssh
8,166
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Check if there's authorized_keys\n stat:\n path: /home/{{ username }}/.ssh/authorized_keys\n register: authorized_keys\n changed_when: (not authorized_keys.stat.exists) or (authorized_keys.stat.size == 0)\n\n- name: Install cryptography\n pip:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2160, "all_permissive": false }
ansible_role
Oskar283/setup-rpi-ansible
b7a6953b97ba328d1644a5ac86b57d1be0515c5f
0
roles/system
8,166
[ "no_license" ]
[ { "path": "roles/system/tasks/user.yml", "content": "- name: Ensure group sudo exists\n group:\n name: sudo\n state: present\n\n- name: Allow sudo group to have passwordless sudo\n lineinfile:\n path: /etc/sudoers\n state: present\n regexp: \"^%sudo\"\n line: \"%sudo ALL=(ALL) NOPASSWD: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1459, "all_permissive": false }
ansible_role
Oskar283/setup-rpi-ansible
b7a6953b97ba328d1644a5ac86b57d1be0515c5f
0
roles/ufw
8,166
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "- name: Install UFW\n package:\n name: ufw\n state: present\n\n- name: Enable UFW logging\n ufw:\n logging: on\n\n- name: Configure UFW\n block:\n - name: Reset all rules\n ufw:\n state: reset\n\n - name: Allow the defined ports...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
Oskar283/setup-rpi-ansible
b7a6953b97ba328d1644a5ac86b57d1be0515c5f
0
roles/wireguard
8,166
[ "no_license" ]
[ { "path": "roles/wireguard/tasks/main.yml", "content": "---\n- name: Make sure the Wireguard container is created and running\n docker_container:\n name: \"wg-easy\"\n image: \"weejewel/wg-easy:7\"\n pull: yes\n networks:\n - name: wg_network\n sysctls:\n \"net.ipv4.conf.all.src_va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 696, "all_permissive": false }
ansible_role
sot015/ansible-ptex-labs
5bcebac949acec27c55c3a9f26adec76192c562d
0
lamp_haproxy/roles/haproxy
8,166
[ "no_license" ]
[ { "path": "lamp_haproxy/roles/haproxy/tasks/main.yml", "content": "---\n# This role installs HAProxy and configures it.\n\n- name: Download and install haproxy\n yum: name=haproxy state=present\n\n- name: Start firewalld\n service: name=firewalld state=started enabled=yes\n\n- name: insert firewalld rule ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
sean-m-sullivan/win_rm
eb1d90b308f1f319f50ccc659f6e84f415e09aae
1
roles/deploy-webapp
8,166
[ "no_license" ]
[ { "path": "roles/deploy-webapp/tasks/main.yaml", "content": "---\r\n\r\n- name: Copy SFT0 webapplication \r\n win_copy:\r\n src: SFT0\r\n dest: C:\\webapps\\\r\n\r\n- name: Set SFT0 folder ACLs\r\n raw: 'icacls --% \"C:\\webapps\\SFT0\" /grant \"IIS APPPOOL\\DefaultAppPool\":(OI)(CI)(RX)'\r\n # win...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 992, "all_permissive": false }
ansible_role
sean-m-sullivan/win_rm
eb1d90b308f1f319f50ccc659f6e84f415e09aae
1
roles/install-iis
8,166
[ "no_license" ]
[ { "path": "roles/install-iis/files/9L01/Server/IIS8_InstallScript.vbs", "content": "' =============================================================================\r\n' MSI Installation Script\r\n' -----------------------\r\n' Author: Enterprise Application Packaging\r\n' Version: 2.8.0000\r\n'\r\n' Cust...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 78486, "all_permissive": false }
ansible_role
LyTwz1/DevOps_TP3
1c30007c5a635b510c489014dd4a377f209ac935
0
ansible/roles/create-network
8,166
[ "no_license" ]
[ { "path": "ansible/roles/create-network/tasks/main.yml", "content": "- name: Create Docker network for app\n docker_network:\n name: network\n state: present\n environment:\n DOCKER_HOST: unix:///var/run/docker.sock\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
LyTwz1/DevOps_TP3
1c30007c5a635b510c489014dd4a377f209ac935
0
ansible/roles/launch-app
8,166
[ "no_license" ]
[ { "path": "ansible/roles/launch-app/tasks/main.yml", "content": "- name: Run backend API container\n docker_container:\n name: backend-api\n image: lytwz1/backend-api:latest\n pull: true\n env:\n SPRING_DATASOURCE_URL: jdbc:postgresql://postgres-db:5432/db\n SPRING_DATASOURCE_USERNAME...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
LyTwz1/DevOps_TP3
1c30007c5a635b510c489014dd4a377f209ac935
0
ansible/roles/launch-database
8,166
[ "no_license" ]
[ { "path": "ansible/roles/launch-database/tasks/main.yml", "content": "- name: Run PostgreSQL container from your Docker Hub image\n docker_container:\n name: postgres-db\n image: lytwz1/postgres-db:latest\n pull: true\n env:\n POSTGRES_DB: \"db\"\n POSTGRES_USER: \"usr\"\n POSTGR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
LyTwz1/DevOps_TP3
1c30007c5a635b510c489014dd4a377f209ac935
0
ansible/roles/launch-proxy
8,166
[ "no_license" ]
[ { "path": "ansible/roles/launch-proxy/tasks/main.yml", "content": "- name: Run proxy\n docker_container:\n name: httpd-proxy\n image: lytwz1/httpd-proxy:latest\n pull: true\n ports:\n - \"80:80\"\n networks:\n - name: network\n state: started\n environment:\n DOCKER_HOST: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
ansible-middleware/azure-sso-demo
9c5c6e1125346e4be6dcaed7c3a2920c9757cef1
0
roles/azure
8,166
[ "permissive" ]
[ { "path": "roles/azure/tasks/destroy.yml", "content": "---\n- name: Remove a VM and all resources that were autocreated\n azure_rm_virtualmachine:\n resource_group: \"{{ item.resourcegroup_name }}\"\n name: \"{{ item.name }}\"\n remove_on_absent: all_autocreated\n state: absent\n loop: \"{{ vm...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 26944, "all_permissive": true }
ansible_role
NARENDRA935/expense-ansible
9cdd5610b9b75cc8ffef7cbfc0fa1a16cdb1c9ef
0
roles/backend
8,166
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "\n - name: disable nodejs\n ansible.builtin.shell: dnf module disable nodejs -y\n\n - name: enable nodejs\n ansible.builtin.shell: dnf module enable nodejs:18 -y\n\n - name: install nodejs\n ansible.builtin.dnf:\n name: nod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1570, "all_permissive": false }
ansible_role
NARENDRA935/expense-ansible
9cdd5610b9b75cc8ffef7cbfc0fa1a16cdb1c9ef
0
roles/common
8,166
[ "no_license" ]
[ { "path": "roles/common/tasks/app_request.yml", "content": "- name: removing the existing app content\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: absent\n\n- name: creating directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: directory\n\n- name: downlo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
NARENDRA935/expense-ansible
9cdd5610b9b75cc8ffef7cbfc0fa1a16cdb1c9ef
0
roles/frontend
8,166
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "\n - name: install nginx\n ansible.builtin.dnf:\n name: nginx\n state: installed\n\n - name: copy expense conf file\n ansible.builtin.template:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 528, "all_permissive": false }
ansible_role
Otus-DevOps-2021-06/BigBrather_microservices
fa83bf9540a29fc9a5c4e7d33bb83a202203e963
0
kubernetes/ansible/roles/init_master_k8s
8,166
[ "no_license" ]
[ { "path": "kubernetes/ansible/roles/init_master_k8s/tasks/main.yml", "content": "---\n- include: init_cluster.yml\n- include: install_network_driver.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "kubernetes/ansible/roles/init_master_k8s/task...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1176, "all_permissive": false }
ansible_role
Otus-DevOps-2021-06/BigBrather_microservices
fa83bf9540a29fc9a5c4e7d33bb83a202203e963
0
kubernetes/ansible/roles/init_worker_k8s
8,166
[ "no_license" ]
[ { "path": "kubernetes/ansible/roles/init_worker_k8s/tasks/init_worker.yml", "content": "---\n- name: Copy join.txt\n copy:\n src: ../files/join.txt\n dest: ./join.txt\n\n- name: swapoff -a\n shell: swapoff -a\n\n- name: Init worker\n shell: bash join.txt\n ", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 201, "all_permissive": false }
ansible_role
Otus-DevOps-2021-06/BigBrather_microservices
fa83bf9540a29fc9a5c4e7d33bb83a202203e963
0
kubernetes/ansible/roles/install_k8s
8,166
[ "no_license" ]
[ { "path": "kubernetes/ansible/roles/install_k8s/tasks/main.yml", "content": "---\n# tasks file for docker\n- include: install_python3.yml\n- include: install_docker.yml\n- include: install_kubeadm.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1769, "all_permissive": false }
ansible_role
Shtsh/ansible-macos-env
2084df3140407f764621ff5823d1fe95a19d44be
0
roles/developer
8,166
[ "no_license" ]
[ { "path": "roles/developer/files/neovim/lua/plugins/cmp.lua", "content": "return {\n\t\"hrsh7th/nvim-cmp\",\n\tevent = \"InsertEnter\",\n\tdependencies = {\n\t\t\"hrsh7th/cmp-nvim-lsp\",\n\t\t\"hrsh7th/cmp-path\",\n\t\t\"hrsh7th/cmp-nvim-lsp-signature-help\",\n\t\t\"brenoprata10/nvim-highlight-colors\",\n\t...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 48, "total_bytes": 69114, "all_permissive": false }
ansible_role
vijay24794/ex294
c30344f53514786eb79002c830edce788567a62c
2
roles/apache
8,173
[ "no_license" ]
[ { "path": "roles/apache/templates/index.html.j2", "content": "Welcome to {{ ansible_hostname }} on {{ ansible_default_ipv4.address }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 697, "all_permissive": false }
ansible_role
vijay24794/ex294
c30344f53514786eb79002c830edce788567a62c
2
roles/balancer
8,173
[ "no_license" ]
[ { "path": "roles/balancer/tasks/main.yml", "content": "---\n# tasks file for balancers\n#\n - yum:\n name: haproxy\n state: present\n - template:\n src: balancer.j2\n dest: /etc/haproxy/haproxy.cfg\n mode: 0644\n notify: restart haproxy\n\n - firewalld:\n service: http\n permanent: ye...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 541, "all_permissive": false }
ansible_role
Juniper/container-networking-ansible
08980c1f9c2b7002b0c00a951e9e59e67841d33e
11
roles/opencontrail_facts
8,173
[ "permissive" ]
[ { "path": "roles/opencontrail_facts/vars/openshift.yml", "content": "---\n# The default value for portal_net is embeded in openshift_facts.py and is not accessible\n# unless overriden by the user configurable variable.\nopencontrail_all_service_addresses: \"{{ hostvars[groups['masters'][0]]['openshift_maste...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4453, "all_permissive": true }
ansible_role
Juniper/container-networking-ansible
08980c1f9c2b7002b0c00a951e9e59e67841d33e
11
roles/opencontrail_provision
8,173
[ "permissive" ]
[ { "path": "roles/opencontrail_provision/vars/main.yml", "content": "---\nopencontrail_config_dns_forwarder: \"{{ opencontrail_dns_forwarder | default(opencontrail_master_host_address) }}\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 118 }, ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4339, "all_permissive": true }
ansible_role
Juniper/container-networking-ansible
08980c1f9c2b7002b0c00a951e9e59e67841d33e
11
test/ec2-k8s/roles/basic
8,173
[ "permissive" ]
[ { "path": "test/ec2-k8s/roles/basic/templates/inventory.j2", "content": "[opencontrail:children]\nmasters\nnodes\ngateways\n \n[opencontrail:vars]\nlocalBuildOutput={{ path_tmp }}/kubernetes/server/bin\nopencontrail_public_subnet={{ k8s_public_subnet }}\nopencontrail_private_subnet=10.32.0.0/16\nopencontrai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5902, "all_permissive": true }
ansible_role
Juniper/container-networking-ansible
08980c1f9c2b7002b0c00a951e9e59e67841d33e
11
test/ec2-k8s/roles/clean
8,173
[ "permissive" ]
[ { "path": "test/ec2-k8s/roles/clean/tasks/main.yml", "content": "- name: Cleanup routes from the VPC routing table\n ec2_vpc_rtb_update:\n region: \"{{ aws_region }}\"\n vpc_id: \"{{ ec2_vpc_id }}\"\n state: absent\n subnets:\n - \"{{ ec2_public_subnet_id }}\"\n routes:\n - dest: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 711, "all_permissive": true }
ansible_role
Juniper/container-networking-ansible
08980c1f9c2b7002b0c00a951e9e59e67841d33e
11
test/ec2-k8s/roles/deployer_install
8,173
[ "permissive" ]
[ { "path": "test/ec2-k8s/roles/deployer_install/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Python requirements\n apt: name=\"{{ item }}\" state=present\n with_items:\n - python-dev\n - python-pip\n - python-netaddr\n - py...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": true }
ansible_role
Juniper/container-networking-ansible
08980c1f9c2b7002b0c00a951e9e59e67841d33e
11
test/ec2-k8s/roles/workspace
8,173
[ "permissive" ]
[ { "path": "test/ec2-k8s/roles/workspace/tasks/main.yml", "content": "---\n- name: Create container-networking-ansible tar\n local_action: command tar zcvf container-networking-ansible.tgz -C \"{{ inventory_dir }}/../..\" --exclude test --exclude .git .\n\n- name: tmp directory\n file: path=\"{{ path_tmp }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3009, "all_permissive": true }
ansible_role
Juniper/container-networking-ansible
08980c1f9c2b7002b0c00a951e9e59e67841d33e
11
test/ec2-origin/roles/clean
8,173
[ "permissive" ]
[ { "path": "test/ec2-origin/roles/clean/tasks/main.yml", "content": "---\n- name: Cleanup routes from the VPC routing table\n ec2_vpc_rtb_update:\n region: \"{{ aws_region }}\"\n vpc_id: \"{{ ec2_vpc_id }}\"\n state: absent\n subnets:\n - \"{{ ec2_private_subnet_id }}\"\n routes:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1210, "all_permissive": true }
ansible_role
Juniper/container-networking-ansible
08980c1f9c2b7002b0c00a951e9e59e67841d33e
11
test/ec2-origin/roles/cluster
8,173
[ "permissive" ]
[ { "path": "test/ec2-origin/roles/cluster/templates/status.j2", "content": "[all:vars]\nec2_vpc_id = \"{{ ec2_vpc.id }}\"\nec2_public_subnet_id = \"{{ ec2_public_subnet.id }}\"\nec2_private_subnet_id = \"{{ ec2_private_subnet.id }}\"\nopencontrail_public_subnet = {{ cluster_public_subnet }}\nopencontrail_ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 8238, "all_permissive": true }
ansible_role
Juniper/container-networking-ansible
08980c1f9c2b7002b0c00a951e9e59e67841d33e
11
test/ec2-origin/roles/deployer_install
8,173
[ "permissive" ]
[ { "path": "test/ec2-origin/roles/deployer_install/tasks/main.yml", "content": "---\n- name: epel 7\n yum: name=\"http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\" state=present\n\n- name: Python requirements\n yum: name=\"{{ item }}\" state=present\n with_items:\n - gcc\n - op...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": true }
ansible_role
Juniper/container-networking-ansible
08980c1f9c2b7002b0c00a951e9e59e67841d33e
11
test/ec2-origin/roles/dns_forwarder
8,173
[ "permissive" ]
[ { "path": "test/ec2-origin/roles/dns_forwarder/tasks/main.yml", "content": "---\n- name: Install unbound package\n yum: name=unbound state=present\n\n- name: read nameserver configuration\n command: awk '/nameserver/ { print $2; }' /etc/resolv.conf\n register: _resolv_ns\n\n- set_fact:\n aws_dns_resol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 711, "all_permissive": true }
ansible_role
Juniper/container-networking-ansible
08980c1f9c2b7002b0c00a951e9e59e67841d33e
11
test/ec2-origin/roles/key_data
8,173
[ "permissive" ]
[ { "path": "test/ec2-origin/roles/key_data/tasks/main.yml", "content": "---\n- name: fetch registry certificate\n fetch: src=/var/lib/docker-registry/cert.crt dest=registry.crt fail_on_missing=yes flat=yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": true }
ansible_role
Juniper/container-networking-ansible
08980c1f9c2b7002b0c00a951e9e59e67841d33e
11
test/ec2-origin/roles/workspace
8,173
[ "permissive" ]
[ { "path": "test/ec2-origin/roles/workspace/files/rails-postgresql.patch.j2", "content": "--- /usr/share/openshift/examples/quickstart-templates/rails-postgresql.json\t2016-01-04 23:35:22.893340775 +0000\n+++ rails-postgresql.json\t2016-01-08 19:04:41.531340775 +0000\n@@ -73,7 +73,9 @@\n \"type\": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 29157, "all_permissive": true }
ansible_role
DanielZaaroor/Prometheus-deploy
7eed8daa365482f009ecbccaf1e8428ddc590dbf
0
roles/reload_nginx
8,173
[ "no_license" ]
[ { "path": "roles/reload_nginx/tasks/main.yml", "content": "---\n- name: Start and Enable Nginx\n systemd:\n name: nginx\n enabled: yes\n state: started\n register: start_nginx\n\n- name: Reload Nginx\n shell: nginx -s reload\n when: add_nginx is defined and add_nginx is changed and start_nginx ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
leokogit/diplom-src
255b3d2848198f0d41412693dc5b1afe0fb0d6d9
0
src/ansible/roles/exporter
8,173
[ "no_license" ]
[ { "path": "src/ansible/roles/exporter/templates/etc/systemd/system/exporter.service.j2", "content": "[Unit]\nDescription=Prometheus Node Exporter\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nType=simple\nUser={{ exporter_user }}\nGroup={{ exporter_group }}\nExecStart={{ bin_path }...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4343, "all_permissive": false }
ansible_role
leokogit/diplom-src
255b3d2848198f0d41412693dc5b1afe0fb0d6d9
0
src/ansible/roles/gitlab
8,173
[ "no_license" ]
[ { "path": "src/ansible/roles/gitlab/defaults/main.yml", "content": "initial_pass: <PASSWORD>\ngit_url: http://gitlab.yourdomain\napi_user: worpress\napi_pass: \"<PASSWORD>\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "src/ansible/roles/gitlab/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3173, "all_permissive": false }
ansible_role
leokogit/diplom-src
255b3d2848198f0d41412693dc5b1afe0fb0d6d9
0
src/ansible/roles/monitoring
8,173
[ "no_license" ]
[ { "path": "src/ansible/roles/monitoring/tasks/main.yml", "content": "---\n - name: Checking DNS\n command: host -t A google.com\n\n - name: Add Docker Repository\n apt_repository:\n repo: deb https://download.docker.com/linux/ubuntu focal stable\n state: present\n\n - name: packages for g...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5641, "all_permissive": false }
ansible_role
leokogit/diplom-src
255b3d2848198f0d41412693dc5b1afe0fb0d6d9
0
src/ansible/roles/mysql
8,173
[ "no_license" ]
[ { "path": "src/ansible/roles/mysql/defaults/main.yml", "content": " mysql_port: 3306\n mysql_bind_address: \"0.0.0.0\"\n mysql_root_db_pass: <PASSWORD>\n\n mysql_user_name: wordpress\n mysql_user_pass: <PASSWORD>\n mysql_user_priv: \"wordpress.*:ALL\"\n mysql_remote_host: app.yourdomain\n\n mysql_db:\n - na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5508, "all_permissive": false }
ansible_role
leokogit/diplom-src
255b3d2848198f0d41412693dc5b1afe0fb0d6d9
0
src/ansible/roles/runner
8,173
[ "no_license" ]
[ { "path": "src/ansible/roles/runner/tasks/main.yml", "content": "- name: Download the binary for your system\n shell: 'curl -L --output /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64'\n- name: Give it permission to execute\n shell: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": false }
ansible_role
leokogit/diplom-src
255b3d2848198f0d41412693dc5b1afe0fb0d6d9
0
src/ansible/roles/wordpress
8,173
[ "no_license" ]
[ { "path": "src/ansible/roles/wordpress/tasks/main.yml", "content": "---\n# Install Nginx\n\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Install nginx\n apt:\n name: nginx\n state: latest\n update_cache: yes\n\n- name: Start nginx\n service:\n name: nginx\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 5316, "all_permissive": false }
ansible_role
Ujstor/self-hosting-infrastructure-cluster
936b6ebc0c6d332d1996fb73c28d370502a851f2
43
ansible/playbooks/roles/common
8,173
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/common/defaults/main.yml", "content": "public_key: \"{{ lookup('file', '/secrets/ssh_key.pub') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "ansible/playbooks/roles/common/templates/jail.local.j2", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1633, "all_permissive": false }
ansible_role
unicefuganda/necoc
1e10a704396e3f7f53e4109e05c6e41eddd4060d
1
deployment/ansible/roles/deploy
8,173
[ "no_license" ]
[ { "path": "deployment/ansible/roles/deploy/vars/main.yml", "content": "---\n# vars file for necoc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "deployment/ansible/roles/deploy/tasks/local.yml", "content": "---\n - name: Clone necoc reposit...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1595, "all_permissive": false }
ansible_role
unicefuganda/necoc
1e10a704396e3f7f53e4109e05c6e41eddd4060d
1
deployment/ansible/roles/provision
8,173
[ "no_license" ]
[ { "path": "deployment/ansible/roles/provision/vars/main.yml", "content": "---\n# vars file for provision\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "deployment/ansible/roles/provision/tasks/main.yml", "content": "---\n - name: Update Rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 499, "all_permissive": false }
ansible_role
unicefuganda/necoc
1e10a704396e3f7f53e4109e05c6e41eddd4060d
1
geoserver/provision/ansible/roles/provision
8,173
[ "no_license" ]
[ { "path": "geoserver/provision/ansible/roles/provision/tasks/main.yml", "content": "---\n - name: Update Repositories cache\n apt: update-cache=yes cache_valid_time=3600\n\n - name: Install packages\n apt: pkg={{item}} state=latest\n with_items:\n - git\n - python-dev\n - python-pi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1128, "all_permissive": false }
ansible_role
MrMatAP/mrmat-playground
04ee7e1fe710d5849c988e3ea94797360bab4649
2
src/mrmat_playground/ansible/ansible_collections/mrmat/playground/roles/redirect_console
8,173
[ "no_license" ]
[ { "path": "src/mrmat_playground/ansible/ansible_collections/mrmat/playground/roles/redirect_console/README.md", "content": "redirect_console\n=========\n\nRedirects journald output to the console\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n| Variable | Default | Descripti...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1688, "all_permissive": false }
ansible_role
aapris/AnsibleDemo
4eaa640ec3c95a651937ab7f47a49aeb47e44bac
0
roles/server
8,173
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "- name: Install mandatory packages to make system more secure\n tags: [init,apt,firewall]\n apt:\n state: present\n update-cache: yes\n cache_valid_time: 3600\n name: \"{{ packages }}\"\n vars:\n packages:\n - fail2ban\n - git\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3369, "all_permissive": false }
ansible_role
ttweed98/NTC
fc24cae82416c207e994536f927fab64a097d26f
0
Ansible/roles/snmp
8,173
[ "no_license" ]
[ { "path": "Ansible/roles/snmp/tasks/nxos_deploy.yml", "content": "\n---\n\n- name: ENSURE SNMP COMMUNITIES EXIST IN NXOS\n cisco.nxos.nxos_config:\n commands:\n - \"snmp-server community {{ item.community }} group {{ item.group }}\"\n loop: \"{{ snmp_communities }}\"\n", "license_type": "no_li...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 468, "all_permissive": false }
ansible_role
brendanwr/Ansible-Arch
d204c2197bc03fb0310fd76bd76c438a560695e0
0
roles/gui
8,173
[ "no_license" ]
[ { "path": "roles/gui/tasks/main.yml", "content": "---\n- name: Update and Upgrade \n pacman: update_cache=yes \n become: yes\n tags:\n - gui\n\n- name: mkinitcpio \n command: arch-chroot /mnt mkinitcpio -p linux\n tags:\n - gui\n\n- name: Install User Packages\n command: arch-chroot /mnt pacman ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 761, "all_permissive": false }
ansible_role
brendanwr/Ansible-Arch
d204c2197bc03fb0310fd76bd76c438a560695e0
0
roles/install
8,173
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yml", "content": "---\n- name: Test Internet Connection\n command: ping -c 3 archlinux.org\n tags: \n - install\n\n- name: Update the system clock\n command: timedatectl set-ntp true\n tags: \n - install\n\n- name: Partition the disks\n parted: device=/dev/sda ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1273, "all_permissive": false }
ansible_role
brendanwr/Ansible-Arch
d204c2197bc03fb0310fd76bd76c438a560695e0
0
roles/sys-admin
8,173
[ "no_license" ]
[ { "path": "roles/sys-admin/files/hosts", "content": "#\n# /etc/hosts: static lookup table for host names\n#\n\n#<ip-address>\t<hostname.domain.org>\t<hostname>\n127.0.0.1\tarch.localdomain\tarch\n::1\t\tlocalhost.localdomain\tlocalhost\n\n# End of file\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 960, "all_permissive": false }