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
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter07/ansible-github-actions-example/roles/azure-virtualnetwork
7,581
[ "no_license" ]
[ { "path": "Chapter07/ansible-github-actions-example/roles/azure-virtualnetwork/templates/create-nsg-task.yml.j2", "content": "---\n\n{% for item in nsg_config %}\n- name: create network security group for {{ item.name }}\n azure_rm_securitygroup:\n resource_group: \"{{ resource_group_name }}\"\n name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2454, "all_permissive": false }
ansible_role
mattmakai/grindstone
867f708b5aba80f36ccae9c7ad2017e735badfd9
2
deploy/roles/redis
7,581
[ "no_license" ]
[ { "path": "deploy/roles/redis/handlers/main.yml", "content": "- name: restart supervisor\n service: name=supervisor state=restarted\n sudo: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "deploy/roles/redis/templates/supervisor.conf.j2", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 910, "all_permissive": false }
ansible_role
mattmakai/grindstone
867f708b5aba80f36ccae9c7ad2017e735badfd9
2
deploy/roles/web
7,581
[ "no_license" ]
[ { "path": "deploy/roles/web/tasks/install_web_packages.yml", "content": "###\n# updates the APT package cache and install packages necessary for web\n# servers\n#\n---\n\n- name: ensure web server packages are installed\n apt: name={{item}}\n sudo: yes\n with_items:\n - git\n - python-dev\n - li...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5243, "all_permissive": false }
ansible_role
pattyphonemany691/workstation
661cba8331d29ede48022aebce58e115a6438950
0
roles/git
7,580
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- name: Disable pager for git branch\n git_config: scope=global name=pager.branch value=false\n\n- name: Disable pager for git grep\n git_config: scope=global name=pager.grep value=false", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
pattyphonemany691/workstation
661cba8331d29ede48022aebce58e115a6438950
0
roles/vscode
7,580
[ "no_license" ]
[ { "path": "roles/vscode/files/settings.json", "content": "{\n \"terminal.integrated.fontFamily\": \"Hack Nerd Font\",\n \"files.autoSave\": \"afterDelay\",\n \"terminal.integrated.defaultProfile.osx\": \"zsh\",\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 276, "all_permissive": false }
ansible_role
pattyphonemany691/workstation
661cba8331d29ede48022aebce58e115a6438950
0
roles/zsh
7,580
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "# Runs after https://gitlab.appian-stratus.com/appian/prod/dev-setup/-/blob/main/setup-mac.sh\n\n- name: get brew prefix\n command: brew --prefix\n register: brew_prefix\n\n- name: Get zsh path\n command: which zsh\n register: zsh_path\n changed_when: F...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1944, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
DAC01/Infrastructure/Non-Prod/Automation Apps/src/Tableau-App/roles/30-tableau
7,580
[ "no_license" ]
[ { "path": "DAC01/Infrastructure/Non-Prod/Automation Apps/src/Tableau-App/roles/30-tableau/vars/main.yml", "content": "---\n# vars file for tableau\n\nresource_group_name: npdac-presentation-rg\n\n#Blob details\nrepo: npdacapplicationpackages\ncontainer: sampleapp\nurl: https://npdacapplicationpackages.blob....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1973, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
DAC01/Infrastructure/Non-Prod/Automation Apps/src/Tableau-Infra/roles/tableau-infra
7,580
[ "no_license" ]
[ { "path": "DAC01/Infrastructure/Non-Prod/Automation Apps/src/Tableau-Infra/roles/tableau-infra/vars/main.yml", "content": "---\n# vars file for ansible-controller\n#default_location: australiaeast\nresource_group_name: npdac-presentation-rg\nvnet_name: npdac-presentation-vnet\ntab_subnet: npdac-presentation...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2908, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
DAC01/Infrastructure/Prod/Automation Mgmt/src/Jenkins Server/roles/jenkins-server
7,580
[ "no_license" ]
[ { "path": "DAC01/Infrastructure/Prod/Automation Mgmt/src/Jenkins Server/roles/jenkins-server/templates/Dockerfile.j2", "content": "FROM openshift/jenkins-2-centos7\n\nUSER root\n\n{# RUN yum update -y #}\nRUN yum install -y sudo\nRUN echo \"{{jenkins_user}} ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers\nRUN yum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3059, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
DAC01/Infrastructure/Prod/Automation Mgmt/src/Jenkins Server/roles/virtual-machine
7,580
[ "no_license" ]
[ { "path": "DAC01/Infrastructure/Prod/Automation Mgmt/src/Jenkins Server/roles/virtual-machine/tasks/create-vm.yml", "content": "---\n# create a vm\n\n# - name: Create resource group\n# ignore_errors: yes\n# azure_rm_resourcegroup:\n# name: \"{{resource_group_name}}\"\n# location: australiaeast\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2597, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
DAC01/Operations/Non-Prod/Hibernation/roles/vm-power
7,580
[ "no_license" ]
[ { "path": "DAC01/Operations/Non-Prod/Hibernation/roles/vm-power/tasks/spin-up.yml", "content": "---\n- name: Power On\n azure_rm_virtualmachine:\n resource_group: \"{{item.rg}}\"\n name: \"{{item.vm}}\"\n started: yes\n with_items:\n - \"{{vms}}\"\n\n", "license_type": "no_license", "d...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 739, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/App/roles/30-tableau
7,580
[ "no_license" ]
[ { "path": "Non-Prod/App/roles/30-tableau/tasks/pre-requisite.yml", "content": "---\n- name: creating a new user\n become: yes\n template:\n src: useradding.sh.j2\n dest: /tmp/useradding.sh\n mode: '0755'\n \n- name: Mount /dev/sdb1 to /opt and create user\n become: yes\n shell: |\n mount ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2376, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/App/roles/new-tableau
7,580
[ "no_license" ]
[ { "path": "Non-Prod/App/roles/new-tableau/tasks/install.yml", "content": "---\n- name: install tableau automated installer rpm from Azure Blob\n# become_user: \"{{ tsmadmin }}\"\n become: yes\n# become_method : sudo\n yum:\n name: \"{{ auto_installer }}\" \n state: present\n\n- name: copy the conf...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3506, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/App/roles/openvpn
7,580
[ "no_license" ]
[ { "path": "Non-Prod/App/roles/openvpn/vars/main.yml", "content": "---\n# vars file for openvpn\n\nvpnpassword: <PASSWORD>!\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "Non-Prod/App/roles/openvpn/tasks/install.yml", "content": "---\n\n- nam...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1130, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/App/roles/tableau
7,580
[ "no_license" ]
[ { "path": "Non-Prod/App/roles/tableau/tasks/pre-requisite.yml", "content": "---\n\n- name: add user tbladmin\n become: yes\n user:\n name: \"{{ tsmadmin }}\" \n create_home: yes \n state: present\n\n\n- name: Mount /dev/sdb1 to /opt\n become: yes\n shell: |\n echo \"{{tsmadmin}} ALL=(ALL)...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2598, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/Infra/roles/Present-layer-infra
7,580
[ "no_license" ]
[ { "path": "Non-Prod/Infra/roles/Present-layer-infra/vars/main.yml", "content": "---\n# vars file for infra\n\nvnet_cidr: \"10.83.0.0/16\"\ndm_cidr: \"10.83.10.0/27\"\ndfsi_cidr: \"10.83.11.0/24\"\nqlik_cidr: \"10.83.21.0/24\"\ntab_cidr: \"10.83.22.0/24\"\n#pb_cidr: \"10.83.23.0/24\"\n", "license_type": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1406, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/Infra/roles/Processing-layer-infra
7,580
[ "no_license" ]
[ { "path": "Non-Prod/Infra/roles/Processing-layer-infra/tasks/delete_resource_group.yml", "content": "---\n - name: Delete a resource group\n azure_rm_resourcegroup:\n name: \"{{ resource_group_name }}\"\n state: absent\n force: True\n\n", "license_type": "no_license", "detected_li...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 957, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/Infra/roles/openVpn-infra
7,580
[ "no_license" ]
[ { "path": "Non-Prod/Infra/roles/openVpn-infra/tasks/main.yml", "content": "---\n# tasks file for ansible-controller\n - include: create_subnet.yml\n - include: create_virtual_machine.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "Non-Prod/I...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2399, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/joenp/roles/jenkins-server
7,580
[ "no_license" ]
[ { "path": "Non-Prod/joenp/roles/jenkins-server/tasks/create-jenkins.yml", "content": "---\n# create a jenkins server\n\n- name: jenkins hello world\n delegate_to: \"{{ sshname }}\"\n become: yes\n shell: |\n echo \"hello world\" >> /tmp/foobar.log\n\n# - name: ensure that firewalld is started and enab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1914, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/joenp/roles/virtual-machine
7,580
[ "no_license" ]
[ { "path": "Non-Prod/joenp/roles/virtual-machine/tasks/create-vm.yml", "content": "---\n# create a vm\n\n\n- name: Create public IP address\n azure_rm_publicipaddress:\n resource_group: \"{{resource_group_name}}\"\n allocation_method: Static\n name: \"{{public_ip_name}}\"\n register: output_ip_add...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2436, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/roles/Mgmt-layer-infra
7,580
[ "no_license" ]
[ { "path": "Non-Prod/roles/Mgmt-layer-infra/tasks/create_virtual_machine.yml", "content": "---\n - name: Create VM\n azure_rm_virtualmachine:\n resource_group: \"{{ resource_group_name }}\"\n name: \"{{ vm_name }}\"\n vm_size: Standard_DS1_v2\n admin_username: \"{{ admin_user }}\"\n ss...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1515, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/roles/roles/Ingest-layer-infra
7,580
[ "no_license" ]
[ { "path": "Non-Prod/roles/roles/Ingest-layer-infra/tasks/create_virtual_network.yml", "content": "---\n - name: Create virtual network\n azure_rm_virtualnetwork:\n resource_group: \"{{ resource_group_name }}\" \n name: \"{{ vnet_name }}\" \n address_prefixes: \"{{ vnet_cidr }}\"\n\n", "lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 384, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/roles/roles/Present-layer-infra
7,580
[ "no_license" ]
[ { "path": "Non-Prod/roles/roles/Present-layer-infra/tasks/create_resource_group.yml", "content": "---\n- name: Create resource group\n ignore_errors: yes\n azure_rm_resourcegroup:\n name: \"{{ resource_group_name }}\" \n location: \"{{ default_location }}\"\n# subscription_id: \"{{ subscription_i...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 841, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/roles/roles/Processing-layer-infra
7,580
[ "no_license" ]
[ { "path": "Non-Prod/roles/roles/Processing-layer-infra/tasks/create_subnet.yml", "content": "---\n - name: Create a Subnets\n azure_rm_subnet:\n resource_group: \"{{ resource_group_name }}\" \n name: \"{{ subnet_master }}\"\n address_prefix: \"{{ master_cidr }}\"\n virtual_network: \"{{ vn...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 808, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/roles/roles/jenkins-server
7,580
[ "no_license" ]
[ { "path": "Non-Prod/roles/roles/jenkins-server/tasks/create_virtual_machine.yml", "content": "---\n- name: Create public IP address\n azure_rm_publicipaddress:\n resource_group: \"{{ resource_group_name }}\"\n allocation_method: Static\n name: \"{{ public_ip_name }}\"\n register: output_ip_addres...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2236, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
Non-Prod/roles/roles/tableau-infra
7,580
[ "no_license" ]
[ { "path": "Non-Prod/roles/roles/tableau-infra/tasks/create_virtual_machine.yml", "content": "---\n - name: Create public IP address\n azure_rm_publicipaddress:\n resource_group: \"{{ resource_group_name }}\"\n allocation_method: Static\n name: \"{{ public_ip_name }}\"\n register: output_ip_a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1921, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
dac-prod-infra/roles/dac-vnet-infra
7,580
[ "no_license" ]
[ { "path": "dac-prod-infra/roles/dac-vnet-infra/library/az/ts.py", "content": "#!/usr/bin/env python\n\nimport requests \n\nserver = \"dackeyvault\"\nname = \"dac-prod-autokey\"\n# name = \"npdac-infraautomation\"\n\nMSI_ENDPOINT = \"http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-0...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5027, "all_permissive": false }
ansible_role
seshagiriippili/Azure-automation
d99cb56255a8cdac8731de0030c8435b8426a04b
0
nonprod/roles/virtual-machine
7,580
[ "no_license" ]
[ { "path": "nonprod/roles/virtual-machine/tasks/create-vm.yml", "content": "---\n# create a vm\n\n- name: Create resource group\n ignore_errors: yes\n azure_rm_resourcegroup:\n name: \"{{resource_group_name}}\"\n location: australiaeast\n\n- name: Create virtual network\n azure_rm_virtualnetwork:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3346, "all_permissive": false }
ansible_role
QAFinalProject/petclinic
4492dcce4a85853ec683b2f06af64df6ff4a2ebe
0
petclinic-setup/ansible/roles/swarm-worker
7,580
[ "no_license" ]
[ { "path": "petclinic-setup/ansible/roles/swarm-worker/tasks/main.yml", "content": " # Ansible vars_file containing variable values from Terraform.\n # Generated by Terraform mgmt configuration.\n\n- name: Add worker to swarm\n docker_swarm:\n state: join\n advertise_addr: swarm-worker\n join...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
lwileczek/k8s-quick-start
72d2ed752e5c758de2db1eb7b806811a40ed6614
0
roles/common
7,580
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "\n# Depending the OS to get the package manager right\n- import_tasks: redhat.yaml\n when: ansible_facts['os_family']|lower == 'redhat'\n- import_tasks: debian.yaml\n when: ansible_facts['os_family']|lower == 'debian'\n- import_tasks: alpine.yaml\n wh...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2142, "all_permissive": false }
ansible_role
lwileczek/k8s-quick-start
72d2ed752e5c758de2db1eb7b806811a40ed6614
0
roles/controller
7,580
[ "no_license" ]
[ { "path": "roles/controller/tasks/redhat_controller.yml", "content": "---\n# controller-prep.yml\n# Run this playbook to set up a contoller node that will issue commands to the\n# associated kubernetes cluster\n#\n# Assumptions:\n# Fresh-box.yml has been run to update cache and upgrade packages\n# Remote ho...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8880, "all_permissive": false }
ansible_role
lwileczek/k8s-quick-start
72d2ed752e5c758de2db1eb7b806811a40ed6614
0
roles/metallb
7,580
[ "no_license" ]
[ { "path": "roles/metallb/tasks/main.yaml", "content": "---\n- name: \"Copy MetalLB Manifests\"\n become: true\n template:\n src: \"{{ item }}.j2\"\n dest: \"{{ ansible_env.HOME }}/{{ item }}\"\n loop:\n - bootstrap-metallb.yml\n - metallb-config.yml\n register: \"rendering\"\n when:\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2446, "all_permissive": false }
ansible_role
suyognepal/ansible-ipsec
d1cdad2a4888037bfd193396b4739fd0f9f25d81
0
roles/strongswam
7,580
[ "no_license" ]
[ { "path": "roles/strongswam/tasks/main.yml", "content": "# tasks file for vpn\n\n- import_tasks: install.yml\n- import_tasks: copyfiles-ipsec.conf.yml\n- import_tasks: copyfiles-ipsec.secrets.yml\n- import_tasks: handlers/main.yml", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2436, "all_permissive": false }
ansible_role
ravanbod/docker-ansible
4a4f996d52f219564b49380e73eb52561c1442ac
1
roles/Docker
7,580
[ "no_license" ]
[ { "path": "roles/Docker/tasks/main.yml", "content": "---\n- name: check docker\n shell: \"which docker\"\n register: docker_installed\n failed_when: docker_installed.rc == 0\n\n- name: install docker dependencies\n become: yes\n apt:\n name: \"{{ docker_dependencies }}\"\n state: present\n tags:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 830, "all_permissive": false }
ansible_role
ravanbod/docker-ansible
4a4f996d52f219564b49380e73eb52561c1442ac
1
roles/Docker-compose
7,580
[ "no_license" ]
[ { "path": "roles/Docker-compose/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Install Docker-compose on ubuntu machines\n\n license: Apache-2.0\n\n min_ansible_version: 2.1\n\n galaxy_tags: []\n\ndependencies: []\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 571, "all_permissive": false }
ansible_role
ThienBao96/ansible-linux2-wordpress
37c16597320d1e8770f558d0e03d7534938ee986
0
roles/httpd
7,580
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n- name: Install letsencrypt\n yum: name=letsencrypt state=present\n\n- name: Install httpd\n yum: name=httpd state=present\n\n- name: Install mod_ssl\n yum: name=mod_ssl state=present\n\n- name: Git checkout h5bp server-configs-apache\n ansible.bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1884, "all_permissive": false }
ansible_role
ThienBao96/ansible-linux2-wordpress
37c16597320d1e8770f558d0e03d7534938ee986
0
roles/mysql
7,580
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# This playbook will install MariaDB and create db user and give permissions.\n\n- name: Install MariaDB package\n yum: name={{ item }} state=installed\n with_items:\n - mariadb-server\n - MySQL-python\n - libselinux-python\n - libsemanage-p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 968, "all_permissive": false }
ansible_role
ThienBao96/ansible-linux2-wordpress
37c16597320d1e8770f558d0e03d7534938ee986
0
roles/wordpress
7,580
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Download WordPress\n get_url: url=http://wordpress.org/wordpress-{{ wp_version }}.tar.gz dest=/srv/wordpress-{{ wp_version }}.tar.gz\n # sha256sum=\"{{ wp_sha256sum }}\"\n\n- name: crate wordpress directory\n file:\n path: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1888, "all_permissive": false }
ansible_role
voytek-solutions/headless-raspberry
08821cb5e73f6f8050b415d8e41350e7f6450f7e
1
ansible/roles/img_mount
7,580
[ "no_license" ]
[ { "path": "ansible/roles/img_mount/tasks/mount.yml", "content": "---\n\n- name: Mount boot and main partition\n become: yes\n command: \"/tmp/mount_img\n /vagrant/img/rpi-{{ img_mount.id }}-{{ img_mount.image }}\n /mnt/rpi-{{ img_mount.id }}\"\n args:\n creates: \"/mnt/rpi-{{ img_mount.id }}/mai...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1559, "all_permissive": false }
ansible_role
voytek-solutions/headless-raspberry
08821cb5e73f6f8050b415d8e41350e7f6450f7e
1
ansible/roles/raspbian_headless
7,580
[ "no_license" ]
[ { "path": "ansible/roles/raspbian_headless/tasks/log2ram.yml", "content": "---\n\n- name: download log2ram\n get_url:\n url: https://github.com/azlux/log2ram/archive/master.zip\n dest: /tmp\n\n- name: unpack\n\n- name: install\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2139, "all_permissive": false }
ansible_role
Atsushi570/asterisk-infra
f673b9d4935e6b077b30ca649673086e31219b04
0
roles/configure-custom-setting
7,580
[ "no_license" ]
[ { "path": "roles/configure-custom-setting/agi-bins/request_push_notify.py", "content": "#!/usr/bin/python3\nimport http.client\nimport base64\n\n# 接続先の設定\nhost = \"192.168.1.8:8000\"\nurl = \"/resources\"\nusername = \"user\"\npassword = \"<PASSWORD>\"\n\nauth = f\"{username}:{password}\"\nencoded_auth = ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1509, "all_permissive": false }
ansible_role
Atsushi570/asterisk-infra
f673b9d4935e6b077b30ca649673086e31219b04
0
roles/freepbx-install
7,580
[ "no_license" ]
[ { "path": "roles/freepbx-install/tasks/main.yaml", "content": "- name: Install software-properties-common\n remote_user: root\n apt:\n pkg:\n - software-properties-common\n state: latest\n update_cache: true\n tags:\n - system\n - apt\n\n- name: Add Ond<NAME>'s PHP PPA\n remote_user:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3393, "all_permissive": false }
ansible_role
rafifauz/Ansible-for-pesbuk
4284a5f53adfd6af329f375eb71829f0cf167d1a
0
roles/Kops
7,580
[ "no_license" ]
[ { "path": "roles/Kops/vars/main.yml", "content": "---\n# kops version number\nkops_version: \"v1.19.0\"\n\n# Mirror to download the kops from\nkops_mirror_link: \"https://github.com/kubernetes/kops/releases/download/{{ kops_version }}/kops-linux-amd64\"\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 381, "all_permissive": false }
ansible_role
rafifauz/Ansible-for-pesbuk
4284a5f53adfd6af329f375eb71829f0cf167d1a
0
roles/Kubectl
7,580
[ "no_license" ]
[ { "path": "roles/Kubectl/tasks/main.yml", "content": "---\n- name: Download Kops binaries\n get_url:\n url: \"{{ kubernetes_mirror_link }}\"\n dest: /usr/local/bin/kubectl\n owner: root\n group: root\n mode: 0755\n force: yes\n become: true", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 431, "all_permissive": false }
ansible_role
rafifauz/Ansible-for-pesbuk
4284a5f53adfd6af329f375eb71829f0cf167d1a
0
roles/LandingPage
7,580
[ "no_license" ]
[ { "path": "roles/LandingPage/tasks/main.yml", "content": "---\n\n- name: Empty html Folder\n shell:\n rm -f /var/www/html/*.html\n \n- name: Config service nginx\n template: src=default dest=/etc/nginx/sites-enabled/default\n\n- name: Copy Tempalte WEB\n synchronize:\n src: ../templates/landing-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 513, "all_permissive": false }
ansible_role
rafifauz/Ansible-for-pesbuk
4284a5f53adfd6af329f375eb71829f0cf167d1a
0
roles/Pesbuk
7,580
[ "no_license" ]
[ { "path": "roles/Pesbuk/tasks/main.yml", "content": "---\n- name: Config service nginx\n template: src=default dest=/etc/nginx/sites-enabled/default\n\n- name: Copy Tempalte WEB\n synchronize:\n src: ../templates/sosial-media/\n dest: /var/www/html/\n rsync_opts:\n - --include=*\n # - -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
rafifauz/Ansible-for-pesbuk
4284a5f53adfd6af329f375eb71829f0cf167d1a
0
roles/nginx
7,580
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Update repository nginx\n apt_repository: repo='ppa:nginx/stable' state=present update_cache=yes\n sudo: true\n\n- name: install nginx\n apt:\n name=\"nginx\"\n state=present\n update_cache=true\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
rafifauz/Ansible-for-pesbuk
4284a5f53adfd6af329f375eb71829f0cf167d1a
0
roles/php
7,580
[ "no_license" ]
[ { "path": "roles/php/handlers/main.yml", "content": "---\n- name: start php-fpm\n service: name=php7.2-fpm state=started\n- name: reload php-fpm\n service: name=php7.2-fpm state=reloaded\n- name: restart php-fpm\n service: name=php7.2-fpm state=restarted\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 534, "all_permissive": false }
ansible_role
maschinendeck/services
e848dcaf4cfe62250387c9c1ab62f1bb76205cc8
0
roles/raspbian-emu
7,580
[ "no_license" ]
[ { "path": "roles/raspbian-emu/tasks/main.yml", "content": "\n# emulate a raspbian\n# http://tsengf.blogspot.de/2015/08/default-groups-for-user-pi-in-raspbian.html\n\n- name: Create spi group\n group:\n name: spi\n state: present\n\n- name: Create i2c group\n group:\n name: i2c\n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
maschinendeck/services
e848dcaf4cfe62250387c9c1ab62f1bb76205cc8
0
roles/tuer
7,580
[ "no_license" ]
[ { "path": "roles/tuer/tasks/main.yml", "content": "\n- name: Upgrade system\n apt: upgrade=dist update_cache=yes\n\n- name: Install nginx\n apt: name=nginx state=latest\n\n- name: Install letsencrypt\n apt: name=letsencrypt state=latest\n\n- name: Install python libraries\n apt: name={{item}} state=late...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2210, "all_permissive": false }
ansible_role
SorenA/light-hosting-gameserver
655419686741219f8e97ea8527e93cf5af32ac12
0
ansible/roles/ansible-role-docker-compose
7,580
[ "no_license" ]
[ { "path": "ansible/roles/ansible-role-docker-compose/tasks/main.yml", "content": "---\n- name: Fetch Docker-compose version\n command: docker-compose --version\n register: docker_compose_version\n changed_when: false\n failed_when: false\n\n- name: Delete if outdated\n file:\n path: /usr/local/bin/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 552, "all_permissive": false }
ansible_role
Axway/MFT-ST-Automation-Ansible
10435db90154bea7be8e6890c88856e4c0c43c81
4
roles/postgres-config
7,580
[ "permissive" ]
[ { "path": "roles/postgres-config/tasks/main.yml", "content": "---\n- name: Add PostgreSQL repo\n ansible.builtin.dnf:\n name: https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n state: present\n disable_gpg_check: true\n when: inventory_hostname...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4977, "all_permissive": true }
ansible_role
Axway/MFT-ST-Automation-Ansible
10435db90154bea7be8e6890c88856e4c0c43c81
4
roles/st_backup
7,580
[ "permissive" ]
[ { "path": "roles/st_backup/vars/main.yml", "content": "---\n# vars file for st_backup\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 30 }, { "path": "roles/st_backup/handlers/main.yml", "content": "---\n# handlers file for st_backup\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4181, "all_permissive": true }
ansible_role
Axway/MFT-ST-Automation-Ansible
10435db90154bea7be8e6890c88856e4c0c43c81
4
roles/st_configuration
7,580
[ "permissive" ]
[ { "path": "roles/st_configuration/templates/stream.patch.json.j2", "content": "[\n {\n \"op\": \"replace\",\n \"path\": \"{{ parameter_path }}\",\n \"value\": [\"{{ parameter_value }}\"]\n }\n]", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_byte...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 22, "total_bytes": 46576, "all_permissive": true }
ansible_role
Axway/MFT-ST-Automation-Ansible
10435db90154bea7be8e6890c88856e4c0c43c81
4
roles/st_install
7,580
[ "permissive" ]
[ { "path": "roles/st_install/tasks/prepare_properties_files.yml", "content": "- name: Find the name of the archive that contains the JRE\n ansible.builtin.find:\n paths: \"{{ INSTALLER_DIR }}/Java/linux-x86\"\n patterns: 'jre*.zip'\n register: file_to_copy\n tags:\n - st_install\n when:\n - n...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 23592, "all_permissive": true }
ansible_role
Axway/MFT-ST-Automation-Ansible
10435db90154bea7be8e6890c88856e4c0c43c81
4
roles/st_optimization
7,580
[ "permissive" ]
[ { "path": "roles/st_optimization/templates/STStartScriptsConfig.j2", "content": "# Start scripts configuration should be specified here in the following format:\n# [PROTPCOL_NAME]_[OPTION_NAME]=[value]\n# SSH_JAVA_MEM_MIN=256M\n{% if env_type == 'edge' %}\n{% for svc, option in services_settings.items() if...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 15582, "all_permissive": true }
ansible_role
Axway/MFT-ST-Automation-Ansible
10435db90154bea7be8e6890c88856e4c0c43c81
4
roles/st_update
7,580
[ "permissive" ]
[ { "path": "roles/st_update/handlers/main.yml", "content": "---\n- name: Start all\n become: true\n become_user: \"{{ ST_USER }}\"\n ansible.builtin.shell:\n cmd: \"{{ FILEDRIVEHOME }}/bin/start_all\"\n executable: /usr/bin/bash\n register: start_services\n changed_when: true\n\n- name: Wait for s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 8155, "all_permissive": true }
ansible_role
Axway/MFT-ST-Automation-Ansible
10435db90154bea7be8e6890c88856e4c0c43c81
4
roles/st_validation
7,580
[ "permissive" ]
[ { "path": "roles/st_validation/vars/main.yml", "content": "---\n# vars file for st_validation\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 34 }, { "path": "roles/st_validation/defaults/main.yml", "content": "---\nTMP_ADMIN_PWD: <PAS...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3808, "all_permissive": true }
ansible_role
anst9000/ansible-tutorial
755f285eab44ee42393f33a1834d02be3e44d36e
0
roles/base
7,575
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yaml", "content": "- name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"<KEY>\"\n\n- name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
anst9000/ansible-tutorial
755f285eab44ee42393f33a1834d02be3e44d36e
0
roles/db_servers
7,575
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yaml", "content": "- name: Ubuntu - Install mariadb package\n tags: db, mariadb, ubuntu\n apt:\n name: mariadb-server\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: CentOS - Install mariadb package\n tags: db, mariadb, centos\n dnf:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
anst9000/ansible-tutorial
755f285eab44ee42393f33a1834d02be3e44d36e
0
roles/file_servers
7,575
[ "no_license" ]
[ { "path": "roles/file_servers/tasks/main.yaml", "content": "- name: Ubuntu, CentOS - Install samba package\n tags: samba\n package:\n name: samba\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
anst9000/ansible-tutorial
755f285eab44ee42393f33a1834d02be3e44d36e
0
roles/web_servers
7,575
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yaml", "content": "- name: Install apache and php packages\n tags: apache, apache2, php, ubuntu, centos\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: CentOS - start and enable apache se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 812, "all_permissive": false }
ansible_role
anst9000/ansible-tutorial
755f285eab44ee42393f33a1834d02be3e44d36e
0
roles/workstations
7,575
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yaml", "content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/0.15.1/terraform_0.15.1_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
ichundu/vim
5908faf6e49bff2129e2acfbb0860eaa8f2dc904
0
roles/vim
7,575
[ "no_license" ]
[ { "path": "roles/vim/tasks/colors.yml", "content": "---\n\n- name: Copy colorscheme files\n copy: src={{ item }} dest=/usr/share/vim/vimfiles/{{ item }}\n with_items:\n - colors/molokai.vim\n - colors/onedark.vim\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4053, "all_permissive": false }
ansible_role
ipiton/ansible
d07851ac03c0e719cc4baf3708d22e925bb669c3
0
roles/locales
7,575
[ "no_license" ]
[ { "path": "roles/locales/tasks/main.yml", "content": "# tasks file for locales\n---\n- name: install\n become: true\n apt:\n name: \"{{ locales_dependencies }}\"\n state: \"{{ apt_install_state | default('latest') }}\"\n update_cache: true\n cache_valid_time: \"{{ apt_update_cache_valid_time |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1998, "all_permissive": false }
ansible_role
ipiton/ansible
d07851ac03c0e719cc4baf3708d22e925bb669c3
0
roles/my-srv
7,575
[ "no_license" ]
[ { "path": "roles/my-srv/files/zshrc", "content": "# Filename: /etc/zsh/zshrc\n# Purpose: config file for zsh (z shell)\n# Authors: grml-team (grml.org), (c) <NAME> <<EMAIL>>\n# Bug-Reports: see http://grml.org/bugs/\n# License: This file is licensed under the GPL v2.\n##############...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 128194, "all_permissive": false }
ansible_role
ipiton/ansible
d07851ac03c0e719cc4baf3708d22e925bb669c3
0
roles/nfs-client
7,575
[ "no_license" ]
[ { "path": "roles/nfs-client/tasks/main.yml", "content": "---\n\n- name: Install NFS utility Tasks\n include_tasks: install.yml\n tags: install\n\n\n- name: Configure NFS Mount Tasks\n include_tasks: config.yml\n tags: config\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1052, "all_permissive": false }
ansible_role
ipiton/ansible
d07851ac03c0e719cc4baf3708d22e925bb669c3
0
roles/openvpn-client
7,575
[ "no_license" ]
[ { "path": "roles/openvpn-client/tasks/main.yml", "content": "---\n\n- name: echo vars\n debug:\n msg: \"{{ openvpn_key }}\"\n\n- name: Install OpenVPN Tasks\n include_tasks: install.yml\n tags: install\n\n\n- name: Configure OpenVPN Tasks\n include_tasks: config.yml\n tags: config\n", "license_t...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1035, "all_permissive": false }
ansible_role
ipiton/ansible
d07851ac03c0e719cc4baf3708d22e925bb669c3
0
roles/qbittorrent-server
7,575
[ "no_license" ]
[ { "path": "roles/qbittorrent-server/handlers/main.yml", "content": "- name: Start qbittorrent\n systemd:\n name: qbittorrent-nox\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/qbittorrent-server/ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 360, "all_permissive": false }
ansible_role
ipiton/ansible
d07851ac03c0e719cc4baf3708d22e925bb669c3
0
roles/samba-server
7,575
[ "no_license" ]
[ { "path": "roles/samba-server/tasks/main.yml", "content": "---\n\n- name: Install Samba Server\n include_tasks: install.yml\n tags: install\n\n\n- name: Configure Samba Shares Tasks\n include_tasks: config.yml\n tags: config\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1428, "all_permissive": false }
ansible_role
ipiton/ansible
d07851ac03c0e719cc4baf3708d22e925bb669c3
0
roles/zabbix-agent
7,575
[ "no_license" ]
[ { "path": "roles/zabbix-agent/tasks/main.yml", "content": "---\n- name: Install Agent\n become: yes\n apt:\n name: zabbix-agent\n state: latest\n update_cache: yes\n\n ##### enabled zabbix-agent\n- name: enable service zabbix-agent and ensure it is not masked\n systemd:\n name: zabbix-agent\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1494, "all_permissive": false }
ansible_role
arthuralvim/monitor-riemann-server
840a7139325434864e1ea505e52630bcd886a0f7
2
playbooks/roles/base
7,575
[ "no_license" ]
[ { "path": "playbooks/roles/base/defaults/main.yml", "content": "---\n\nupdate_cache: yes\ncache_valid_time: 3600\nsource_packages: \"/home/{{ application_user }}/sources\"\nbase_packages:\n - language-pack-pt\n - unzip\n - git\n - curl\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 552, "all_permissive": false }
ansible_role
arthuralvim/monitor-riemann-server
840a7139325434864e1ea505e52630bcd886a0f7
2
playbooks/roles/grafana
7,575
[ "no_license" ]
[ { "path": "playbooks/roles/grafana/defaults/main.yml", "content": "---\n\ngrafana_base_path: \"{{ source_packages }}/grafana\"\ngrafana_packages:\n - apt-transport-https\n - grafana\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "playbooks...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1501, "all_permissive": false }
ansible_role
arthuralvim/monitor-riemann-server
840a7139325434864e1ea505e52630bcd886a0f7
2
playbooks/roles/influxdb
7,575
[ "no_license" ]
[ { "path": "playbooks/roles/influxdb/tasks/database.yml", "content": "---\n\n- name: Create InfluxDB Admin User\n command: influx -database '{{ influxdb_db_name }}' -execute \"CREATE USER {{ influxdb_admin_username }} WITH PASSWORD '{{ influxdb_admin_password }}' WITH ALL PRIVILEGES\"\n ignore_errors: yes\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2140, "all_permissive": false }
ansible_role
arthuralvim/monitor-riemann-server
840a7139325434864e1ea505e52630bcd886a0f7
2
playbooks/roles/riemann
7,575
[ "no_license" ]
[ { "path": "playbooks/roles/riemann/templates/riemann-dash-config.json.j2", "content": "// {{ ansible_managed }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "playbooks/roles/riemann/templates/riemann-dash-config.rb.j2", "content": "# {{ ans...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 9732, "all_permissive": false }
ansible_role
gvlproject/gvl.ansible.irida
b7998e36a22af26423b8f4954fcc6de13a69e24f
2
roles/irida
7,575
[ "no_license" ]
[ { "path": "roles/irida/tasks/modify_galaxy.yml", "content": "---\n \n #Firstly, create the bootstrap user for irida and return its outpur\n - name: Create the bootstrap user\n command: chdir=\"{{ galaxy_server_dir }}\" .venv/bin/python scripts/api/manage_bootstrap_user.py -c \"{{ galaxy_config_file }}...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 43929, "all_permissive": false }
ansible_role
epfl-si/ansible-collection-rhel
766884650bb8eb70a1d91c68e88ec20da346711d
4
roles/awscli
7,575
[ "no_license" ]
[ { "path": "roles/awscli/handlers/main.yml", "content": "---\n# handlers file for awscli\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/awscli/templates/credentials.j2", "content": "{{ ansible_managed | comment }}\n\n{% for p in awscli_...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 20213, "all_permissive": false }
ansible_role
epfl-si/ansible-collection-rhel
766884650bb8eb70a1d91c68e88ec20da346711d
4
roles/firewalld
7,575
[ "no_license" ]
[ { "path": "roles/firewalld/molecule/zones/molecule.yml", "content": "---\n\nscenario:\n name: zones\n\ndriver:\n name: podman\n\n# To access DBUS we must disable selinux labels\n# NET_ADMIN capability is required to attach an IP and admin of firewall\n# pre_build_image: means that the container already ha...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 30, "total_bytes": 30017, "all_permissive": false }
ansible_role
epfl-si/ansible-collection-rhel
766884650bb8eb70a1d91c68e88ec20da346711d
4
roles/journald
7,575
[ "no_license" ]
[ { "path": "roles/journald/tasks/main.yml", "content": "---\n\n- name: Ensure journal directory is present\n become: true\n ansible.builtin.file:\n name: /var/log/journal\n state: directory\n owner: root\n group: systemd-journal\n mode: '02755'\n setype: var_log_t\n\n\n- name: Configure j...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 15753, "all_permissive": false }
ansible_role
epfl-si/ansible-collection-rhel
766884650bb8eb70a1d91c68e88ec20da346711d
4
roles/nfs_client
7,575
[ "no_license" ]
[ { "path": "roles/nfs_client/molecule/default/prepare.yml", "content": "---\n- name: Fact cache\n hosts: all\n gather_facts: true\n\n- name: Prepare\n hosts: nfs_client_test_server_el8\n gather_facts: false\n vars:\n nfs_server_exports:\n - \"/var/nfs/nfs_client \\\n {{ hostvars['nfs_clie...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7889, "all_permissive": false }
ansible_role
epfl-si/ansible-collection-rhel
766884650bb8eb70a1d91c68e88ec20da346711d
4
roles/nfs_server
7,575
[ "no_license" ]
[ { "path": "roles/nfs_server/README.md", "content": "Role Name\n=========\n\nInstall and configure NFS Server.\n\nRequirements\n------------\n\nThis role must be run with root privileges.\nThe shared folder must exists.\n\nRole Variables\n--------------\n\nHere is how to add exports for the NFS server:\n\n``...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 4811, "all_permissive": false }
ansible_role
epfl-si/ansible-collection-rhel
766884650bb8eb70a1d91c68e88ec20da346711d
4
roles/nginx
7,575
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Set OS distribution dependent variables\n ansible.builtin.include_vars:\n \"{{ ansible_distribution }}{{ ansible_distribution_major_version }}.yml\"\n\n- name: Install package to manage SeLinux\n become: true\n ansible.builtin.package:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 11246, "all_permissive": false }
ansible_role
epfl-si/ansible-collection-rhel
766884650bb8eb70a1d91c68e88ec20da346711d
4
roles/ohmyzsh
7,575
[ "no_license" ]
[ { "path": "roles/ohmyzsh/vars/main.yml", "content": "---\n# vars file for ohmyzsh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/ohmyzsh/handlers/main.yml", "content": "---\n# handlers file for ohmyzsh\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 11281, "all_permissive": false }
ansible_role
epfl-si/ansible-collection-rhel
766884650bb8eb70a1d91c68e88ec20da346711d
4
roles/s3cmd
7,575
[ "no_license" ]
[ { "path": "roles/s3cmd/vars/main.yml", "content": "---\n# vars file for s3cmd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/s3cmd/tasks/configure.yml", "content": "---\n\n# Copy the template into user home dir\n\n- name: Find users ho...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 15287, "all_permissive": false }
ansible_role
epfl-si/ansible-collection-rhel
766884650bb8eb70a1d91c68e88ec20da346711d
4
roles/sshd
7,575
[ "no_license" ]
[ { "path": "roles/sshd/README.md", "content": "Role Name\n=========\n\nSecures SSHD by prohibiting login as root and login using passwords.\nEnables connection auditing since several users log\nin to the same account (sysadm, appadm, ...)\n\nRequirements\n------------\n\nNone\n\nRole Variables\n-------------...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2997, "all_permissive": false }
ansible_role
epfl-si/ansible-collection-rhel
766884650bb8eb70a1d91c68e88ec20da346711d
4
roles/sudo
7,575
[ "no_license" ]
[ { "path": "roles/sudo/molecule/default/converge.yml", "content": "---\n\n- name: Converge\n hosts: sudo1\n gather_facts: false\n vars:\n ansible_user: ansible\n roles:\n\n - role: sudo\n sudo_file: 20-user_01\n sudo_rules:\n - user: user_01\n commands:\n - '/bi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5671, "all_permissive": false }
ansible_role
epfl-si/ansible-collection-rhel
766884650bb8eb70a1d91c68e88ec20da346711d
4
roles/tmux
7,575
[ "no_license" ]
[ { "path": "roles/tmux/README.md", "content": "Role Tmux\n==============\n\nA role to manage tmux confirmation for a specific user. Because this role is designed to be called in a loop for multiple user, it doesn't install tmux.\n\n\nRequirements\n------------\n\n- tmux (this role doesn't install the package...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 8723, "all_permissive": false }
ansible_role
epfl-si/ansible-collection-rhel
766884650bb8eb70a1d91c68e88ec20da346711d
4
roles/user
7,575
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n# tasks file for user\n\n- name: Assert that user_path_add and user_path are not both set for {{ user_name }}\n ansible.builtin.assert:\n that: >\n not (\n user_path_add | default('') | length > 0\n and user_path | default('') | ...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 30, "total_bytes": 31358, "all_permissive": false }
ansible_role
Jgeissler14/aws-learning-env
cc89baaab07c6ab196bc48526a0dff6fac34a23d
0
ansible/roles/common
7,575
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "# code: language=ansible\n---\n- name: Install Common Requirements\n ansible.builtin.apt:\n update_cache: true\n pkg:\n - policycoreutils\n state: present\n\n# To make sure the the role is idempotent. The tasks after this will only ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1264, "all_permissive": false }
ansible_role
dkozlov/ansible-nvidia
7b4bbb7330e60506c10abf282217944f65ff0fd3
32
roles/base
7,575
[ "no_license" ]
[ { "path": "roles/base/tasks/setup-Ubuntu.yml", "content": "---\n- name: Install software-properties-common\n apt:\n name: software-properties-common\n state: present\n\n- name:\n shell: \"sudo add-apt-repository universe\"\n\n- name:\n shell: \"sudo apt update\"\n\n- name: Update and upgrade apt pa...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 5326, "all_permissive": false }
ansible_role
dkozlov/ansible-nvidia
7b4bbb7330e60506c10abf282217944f65ff0fd3
32
roles/cuda
7,575
[ "no_license" ]
[ { "path": "roles/cuda/vars/Ubuntu.yml", "content": "---\ncuda_download_url_map:\n bionic:\n v10.1:\n deb: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-repo-ubuntu1804_10.1.243-1_amd64.deb\n cuda_apt_key: https://developer.download.nvidia.com/compute/cuda/repo...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3906, "all_permissive": false }
ansible_role
dkozlov/ansible-nvidia
7b4bbb7330e60506c10abf282217944f65ff0fd3
32
roles/cudnn
7,575
[ "no_license" ]
[ { "path": "roles/cudnn/defaults/main.yml", "content": "---\ncuda_version_major: 10\ncuda_version_minor: 0\ncuda_version_str: \"v{{ cuda_version_major }}.{{ cuda_version_minor }}\"\ncuda_version_linux: \"cuda-{{ cuda_version_major}}-{{ cuda_version_minor}}\"\n\ncudnn_version: 7.3\ncudnn_version_str: \"v{{ cu...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4321, "all_permissive": false }
ansible_role
dkozlov/ansible-nvidia
7b4bbb7330e60506c10abf282217944f65ff0fd3
32
roles/docker-ce
7,575
[ "no_license" ]
[ { "path": "roles/docker-ce/templates/etc/apt/preferences.d/docker-ce.pref.j2", "content": "Explanation: Pin added by Ansible role \"{{ role_name }}\"\nPackage: docker-ce\nPin: version {{ docker_version }}*\nPin-Priority: 600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 14265, "all_permissive": false }
ansible_role
dkozlov/ansible-nvidia
7b4bbb7330e60506c10abf282217944f65ff0fd3
32
roles/nvidia-docker
7,575
[ "no_license" ]
[ { "path": "roles/nvidia-docker/templates/etc/apt/preferences.d/nvidia-container-runtime.pref.j2", "content": "Explanation: Pin added by Ansible role \"{{ role_name }}\"\nPackage: nvidia-container-runtime\nPin: version {{ nvidia_container_runtime_major_version }}+{{ nvidia_docker_version .split(\"+\")[1] }}*...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4311, "all_permissive": false }
ansible_role
lappsgrid-incubator/ansible-playbooks
c8fb351ee90af820cae29728d446ce5b54e5e4c8
0
shibboleth/roles/shibboleth-key
7,575
[ "permissive" ]
[ { "path": "shibboleth/roles/shibboleth-key/tasks/main.yml", "content": "---\n- name: generate {{ type }} key and certificate\n command: shib-keygen -f -u _shibd -h {{ hostname }} -e {{ entity_id }} -o /tmp\n- name: copy {{ type }} key\n copy:\n src: /tmp/sp-{{ item }}.pem\n dest: /etc/shibboleth/sp-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": true }
ansible_role
lappsgrid-incubator/ansible-playbooks
c8fb351ee90af820cae29728d446ce5b54e5e4c8
0
solr-cloud/roles/create-system-user
7,575
[ "permissive" ]
[ { "path": "solr-cloud/roles/create-system-user/tasks/main.yml", "content": "---\n- name: Fail if the user_name is not specified\n fail:\n msg: The user_name has not been specified.\n when: user_name is undefined\n- name: Create a system user for {{ user_name }}\n user:\n name: \"{{ user_name }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1680, "all_permissive": true }
ansible_role
lappsgrid-incubator/ansible-playbooks
c8fb351ee90af820cae29728d446ce5b54e5e4c8
0
solr-cloud/roles/download-file
7,575
[ "permissive" ]
[ { "path": "solr-cloud/roles/download-file/tasks/main.yml", "content": "---\n#- name: Ensure the destination has been set\n# fail:\n# msg: The variable {{ item }} has not been defined.\n# when: item is undefined\n# loop:\n# - download_url\n# - checksum_url\n# - dest\n- name: Download the check...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": true }
ansible_role
lappsgrid-incubator/ansible-playbooks
c8fb351ee90af820cae29728d446ce5b54e5e4c8
0
solr-cloud/roles/install-apache-package
7,575
[ "permissive" ]
[ { "path": "solr-cloud/roles/install-apache-package/molecule/default/tests/test_default.py", "content": "import os\n\nimport testinfra.utils.ansible_runner\n\ntestinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(\n os.environ['MOLECULE_INVENTORY_FILE']\n).get_hosts('all')\n\n\ndef test_hosts_fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2487, "all_permissive": true }
ansible_role
lappsgrid-incubator/ansible-playbooks
c8fb351ee90af820cae29728d446ce5b54e5e4c8
0
solr-cloud/roles/install-java
7,575
[ "permissive" ]
[ { "path": "solr-cloud/roles/install-java/defaults/main.yml", "content": "---\n# defaults file for install-java\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 37 }, { "path": "solr-cloud/roles/install-java/vars/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 882, "all_permissive": true }
ansible_role
lappsgrid-incubator/ansible-playbooks
c8fb351ee90af820cae29728d446ce5b54e5e4c8
0
solr-cloud/roles/test-vars
7,575
[ "permissive" ]
[ { "path": "solr-cloud/roles/test-vars/tasks/main.yml", "content": "---\n- name: Set basename\n set_fact:\n basename: \"{{ package }}-{{ version }}\"\n- name: Set tarball\n set_fact:\n tgz: \"{{ basename }}.tgz\"\n- name: Set download url\n set_fact:\n download_url: \"{{ apache_mirror }}/{{ tgz }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": true }