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 | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | servicenow_palo_alto_demo/roles/servicenow_panos_firewall | 7,705 | [
"no_license"
] | [
{
"path": "servicenow_palo_alto_demo/roles/servicenow_panos_firewall/tasks/main.yml",
"content": "---\n- name: Check if Palo Alto Firewall is ready\n panos_check:\n ip_address: \"{{ firewall_node }}\"\n password: \"{{ <PASSWORD> }}\"\n\n- name: Update Security Rule\n panos_security_rule:\n ip_add... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1333,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | servicenow_palo_alto_demo/roles/update_panos_rule | 7,705 | [
"no_license"
] | [
{
"path": "servicenow_palo_alto_demo/roles/update_panos_rule/tasks/main.yml",
"content": "---\n- name: Check if Palo Alto Firewall is ready\n panos_check:\n ip_address: \"{{ firewall_node }}\"\n password: \"{{ <PASSWORD> }}\"\n\n- name: Update Security Rule\n panos_security_rule:\n ip_address: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 901,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | servicenow_palo_alto_demo/roles/update_snow_ticket | 7,705 | [
"no_license"
] | [
{
"path": "servicenow_palo_alto_demo/roles/update_snow_ticket/tasks/main.yml",
"content": "---\n- name: Update State (to Review) and Work Notes of Change Request\n snow_record:\n username: \"{{ servicenow_username }}\"\n password: \"{{ <PASSWORD> }}\"\n instance: \"{{ servicenow_instance }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | tenable_nessus_demo/roles/install_windows_servers_updates | 7,705 | [
"no_license"
] | [
{
"path": "tenable_nessus_demo/roles/install_windows_servers_updates/tasks/main.yml",
"content": "---\n- name: ServiceNow and Windows Update\n include_tasks: servicenow_windows_updates.yml\n loop: \"{{ range(0, hosts_list_with_kb_to_patch | length) | list }}\"\n",
"license_type": "no_license",
"de... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1877,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | tenable_nessus_demo/roles/tenable_nessus_get_hosts_required_patches | 7,705 | [
"no_license"
] | [
{
"path": "tenable_nessus_demo/roles/tenable_nessus_get_hosts_required_patches/tasks/tenable_nessus_get_host_kb.yml",
"content": "---\n- name: Retrieve list of KBs\n shell: cat \"/tmp/{{ required_patches[item].Host }}-Required-Patches.csv\" | grep https | awk '{print $2}'\n register: list_of_kbs\n\n- set_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4744,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | three_tier_app_linux_demo/roles/add_host_to_tower_inventory | 7,705 | [
"no_license"
] | [
{
"path": "three_tier_app_linux_demo/roles/add_host_to_tower_inventory/tasks/main.yml",
"content": "---\n- name: Create Three Tier App group in Ansible Tower\n tower_group:\n name: \"{{ item }}\"\n description: \"Three Tier App Tower Group\"\n inventory: \"{{ tower_inventory_name }}\"\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1293,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | three_tier_app_linux_demo/roles/base_config | 7,705 | [
"no_license"
] | [
{
"path": "three_tier_app_linux_demo/roles/base_config/tasks/main.yml",
"content": "---\n# Initial, common, system setup steps\n- name: Enable sudo without tty for some ansible commands\n replace:\n path: /etc/sudoers\n regexp: '^Defaults\\s*requiretty'\n replace: 'Defaults !requiretty'\n back... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | three_tier_app_linux_demo/roles/clean-three-tier | 7,705 | [
"no_license"
] | [
{
"path": "three_tier_app_linux_demo/roles/clean-three-tier/tasks/main.yml",
"content": "---\n- name: Remove base tools and three tier app packages\n yum:\n name: \"{{ item }}\" \n state: absent\n with_items:\n - httpie\n - python-pip\n - haproxy\n - tomcat\n - postgresql-server\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | three_tier_app_linux_demo/roles/geerlingguy.postgresql | 7,705 | [
"no_license"
] | [
{
"path": "three_tier_app_linux_demo/roles/geerlingguy.postgresql/tasks/main.yml",
"content": "---\n# Variable configuration.\n- include: variables.yml\n static: no\n\n# Setup/install tasks.\n- include: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n static: no\n\n- include: setup-Debian.yml\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3198,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | three_tier_app_linux_demo/roles/lb_tier | 7,705 | [
"no_license"
] | [
{
"path": "three_tier_app_linux_demo/roles/lb_tier/handlers/main.yml",
"content": "---\n- name: start {{ payload }}\n service:\n name: tomcat\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "three_tier_app_linux_demo/roles/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1913,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | three_tier_app_linux_demo/roles/provision_linux_vm | 7,705 | [
"no_license"
] | [
{
"path": "three_tier_app_linux_demo/roles/provision_linux_vm/tasks/main.yml",
"content": "---\n- name: Create a virtual machine from Template and Customize\n vmware_guest:\n datacenter: \"{{ vm_datacenter }}\"\n validate_certs: False\n folder: \"/{{ vm_datacenter }}/vm\"\n name: \"{{ vm_hostna... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1089,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | three_tier_app_linux_demo/roles/provision_three_tier_linux_vms | 7,705 | [
"no_license"
] | [
{
"path": "three_tier_app_linux_demo/roles/provision_three_tier_linux_vms/tasks/main.yml",
"content": "---\n- name: Create Three Tier App VMs\n vmware_guest:\n datacenter: \"{{ vm_datacenter }}\"\n validate_certs: False\n folder: \"/{{ vm_datacenter }}/vm\"\n name: \"{{ vm_prefix }}-{{ item.nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1204,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | three_tier_app_linux_demo/roles/remove_three_tier_linux_vms | 7,705 | [
"no_license"
] | [
{
"path": "three_tier_app_linux_demo/roles/remove_three_tier_linux_vms/tasks/main.yml",
"content": "---\n- name: Shut Down Three Tier App VMs\n vmware_guest:\n datacenter: \"{{ vm_datacenter }}\"\n validate_certs: False\n folder: \"/{{ vm_datacenter }}/vm\"\n name: \"{{ vm_prefix }}-{{ item.nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1184,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | underlay_network_demo/roles/cisco_add_acl | 7,705 | [
"no_license"
] | [
{
"path": "underlay_network_demo/roles/cisco_add_acl/tasks/main.yml",
"content": "---\n- name: Backup current running config\n ios_config:\n backup: yes\n\n- name: Create ACL config yaml file\n template:\n src: templates/cisco_acl_template.j2\n dest: /tmp/acl_config_update.yml\n delegate_to: loc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3180,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | underlay_network_demo/roles/fortigate_backup_config | 7,705 | [
"no_license"
] | [
{
"path": "underlay_network_demo/roles/fortigate_backup_config/tasks/main.yml",
"content": "---\n- name: Backup current configurations\n raw: \"execute backup config flash running-config-{{ timestamp.stdout }}\"\n\n- name: List revision\n raw: \"execute revision list config\"\n register: revision_list\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | underlay_network_demo/roles/fortigate_create_address_object | 7,705 | [
"no_license"
] | [
{
"path": "underlay_network_demo/roles/fortigate_create_address_object/tasks/main.yml",
"content": "---\n- name: Create New Address Object\n fortios_address:\n host: \"{{ hostvars[inventory_hostname].ansible_host }}\"\n username: \"{{ fortigate_username }}\"\n password: \"{{ <PASSWORD> }}\"\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 349,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | underlay_network_demo/roles/fortigate_create_firewall_policy | 7,705 | [
"no_license"
] | [
{
"path": "underlay_network_demo/roles/fortigate_create_firewall_policy/tasks/main.yml",
"content": "---\n- name: Create Fortigate Firewall Policy\n fortios_ipv4_policy:\n host: \"{{ fortigate_firewall[inventory_hostname]['host_ip'] }}\"\n username: \"{{ fortigate_username }}\"\n password: \"{{ <P... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2055,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | underlay_network_demo/roles/fortigate_rollback_firewall_policy | 7,705 | [
"no_license"
] | [
{
"path": "underlay_network_demo/roles/fortigate_rollback_firewall_policy/vars/policy_requirements.yml",
"content": "---\nfortigate_firewall:\n fortigate_fw_192.168.200.100:\n host_ip: '192.168.200.100'\n policy_id: '10'\n inverse_policy_id: '11'\n source: 'network_zone_1'\n destination: 'ne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1564,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | vm_patching_demo/roles/create_vmware_vm_snapshot | 7,705 | [
"no_license"
] | [
{
"path": "vm_patching_demo/roles/create_vmware_vm_snapshot/tasks/main.yml",
"content": "---\n- name: Create VM Snapshot\n vmware_guest_snapshot:\n datacenter: \"{{ vm_datacenter }}\"\n folder: \"/{{ vm_datacenter }}/vm\"\n name: \"{{ vm_hostname }}\"\n state: present\n snapshot_name: \"{{ v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | vm_patching_demo/roles/update_rhel_packages | 7,705 | [
"no_license"
] | [
{
"path": "vm_patching_demo/roles/update_rhel_packages/tasks/main.yml",
"content": "---\n- name: Update Packages\n yum:\n name: \"{{ required_packages }}\"\n state: latest\n when: name == hostname_vm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/add_webapp_to_tower_inventory | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/add_webapp_to_tower_inventory/tasks/main.yml",
"content": "---\n- name: Add Web Application VM to Tower Inventory\n tower_host:\n name: \"{{ webapp_servers[item] }}\"\n description: \"{{ webapp_servers[item] }}\"\n inventory: \"{{ workflow_tower_inventory }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/create_host_records | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/create_host_records/tasks/main.yml",
"content": "---\n- name: Create Host Records\n nios_host_record: \n name: \"{{ webapp_servers[item] }}.{{ vm_domain }}\"\n view: \"{{ dns_view }}\"\n ipv4:\n - address: \"{{ ipv4_address[item] }}\"\n ttl: 3600\n ext... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 397,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/create_panos_object | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/create_panos_object/tasks/main.yml",
"content": "---\n- name: Create Address Object using API Key\n panos_object:\n ip_address: \"{{ hostvars[firewall_node].ansible_host }}\"\n api_key: \"{{ paloalto_key }}\"\n addressobject: \"{{ address_object_name }}\"\n op... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 363,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/create_panos_rule | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/create_panos_rule/tasks/main.yml",
"content": "---\n- name: Create Security Rule\n panos_security_rule:\n ip_address: \"{{ hostvars[firewall_node].ansible_host }}\"\n username: \"{{ paloalto_username }}\"\n password: \"{{ <PASSWORD> }}\"\n operation: \"{{ fire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/decommission_webapp_vms | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/decommission_webapp_vms/tasks/main.yml",
"content": "---\n- name: Delete Web App VMs\n vmware_guest:\n datacenter: \"{{ vm_datacenter }}\"\n validate_certs: no\n name: \"{{ item }}\"\n state: absent\n esxi_hostname: \"{{ esxi_host }}\"\n force: yes\n lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/deploy_webapp | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/deploy_webapp/tasks/main.yml",
"content": "---\n- name: Install httpd\n yum:\n name: httpd\n state: latest\n\n- name: Enable service httpd\n service:\n name: httpd\n enabled: yes\n\n- name: Generate index.html\n template:\n src: index.html.j2\n dest: /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 500,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/find_available_ip | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/find_available_ip/tasks/main.yml",
"content": "---\n- name: Generate WebApp Hostname in List Format\n set_fact:\n vm_hostname: \"{{ hostname.split(',') }}\"\n\n- name: Return next available IP addresses for network \"{{ ipam_network }}\", excluding gateway IPs\n set_f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 764,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/lb_add_node | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/lb_add_node/tasks/main.yml",
"content": "---\n- name: Add Nodes\n bigip_node:\n provider: \"{{ f5_provider }}\"\n state: present\n partition: Common\n host: \"{{ hostvars[item].ansible_host }}\"\n name: \"{{ hostvars[item].inventory_hostname }}\"\n valid... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/lb_add_pool | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/lb_add_pool/tasks/main.yml",
"content": "---\n- name: Add Pool\n bigip_pool:\n provider: \"{{ f5_provider }}\"\n state: present\n name: \"{{ f5_pool_name }}\"\n partition: Common\n lb_method: \"{{ f5_lb_method }}\"\n monitors: \"{{ f5_monitors }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/lb_add_pool_member | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/lb_add_pool_member/tasks/main.yml",
"content": "---\n- name: Add Pool Members\n bigip_pool_member:\n provider: \"{{ f5_provider }}\"\n state: present\n partition: Common\n host: \"{{ hostvars[item].ansible_host }}\"\n name: \"{{ hostvars[item].inventory_hos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/lb_add_virtual_server | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/lb_add_virtual_server/tasks/main.yml",
"content": "---\n- name: Add Virtual Server\n bigip_virtual_server:\n provider: \"{{ f5_provider }}\"\n state: present\n name: \"{{ f5_virtual_server }}\"\n partition: Common\n destination: \"{{ hostvars['f5_bigip'].pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/lb_remove_node | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/lb_remove_node/tasks/main.yml",
"content": "---\n- name: Generate Web App Hostname in List Format\n set_fact:\n vm_hostname: \"{{ hostname.split(',') }}\"\n\n- name: Remove Nodes\n bigip_node:\n provider: \"{{ f5_provider }}\"\n name: \"{{ hostvars[item].invento... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/lb_remove_pool | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/lb_remove_pool/tasks/main.yml",
"content": "---\n- name: Remove Pool\n bigip_pool:\n provider: \"{{ f5_provider }}\"\n state: absent\n name: \"{{ f5_pool_name }}\"\n validate_certs: \"no\"\n delegate_to: localhost\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/lb_remove_virtual_server | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/lb_remove_virtual_server/tasks/main.yml",
"content": "---\n- name: Remove Virtual Server\n bigip_virtual_server:\n provider: \"{{ f5_provider }}\"\n name: \"{{ f5_virtual_server }}\"\n state: absent\n validate_certs: \"no\"\n delegate_to: localhost\n",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/panos_readiness_check_backup | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/panos_readiness_check_backup/tasks/main.yml",
"content": "---\n- name: Check if Palo Alto Firewall is ready\n panos_check:\n ip_address: \"{{ hostvars[firewall_node].ansible_host }}\"\n password: \"{{ <PASSWORD> }}\"\n delegate_to: localhost\n\n- name: Export Palo ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 641,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/provision_webapp_vms | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/provision_webapp_vms/tasks/main.yml",
"content": "---\n- name: Create Web App VMs from Template and Customize\n vmware_guest:\n datacenter: \"{{ vm_datacenter }}\"\n validate_certs: no\n folder: \"/{{ vm_datacenter }}/vm/\"\n name: \"{{ webapp_servers[item] }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 879,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/remove_host_record | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/remove_host_record/tasks/main.yml",
"content": "---\n- name: Remove Host Record\n nios_host_record: \n name: \"{{ webapp_servers[item] }}.{{ vm_domain }}\"\n view: \"{{ dns_view }}\"\n state: absent\n provider: \"{{ nios_provider }}\"\n loop: \"{{ range(0, we... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | webapp_linux_demo/roles/remove_webapp_from_tower_inventory | 7,705 | [
"no_license"
] | [
{
"path": "webapp_linux_demo/roles/remove_webapp_from_tower_inventory/tasks/main.yml",
"content": "---\n- name: Remove Web Application VMs from Tower Inventory\n tower_host:\n name: \"{{ webapp_servers[item] }}\"\n inventory: \"{{ workflow_tower_inventory }}\"\n state: absent\n tower_verify_ssl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_golden_image_creation_demo/roles/add_inventory | 7,705 | [
"no_license"
] | [
{
"path": "windows_golden_image_creation_demo/roles/add_inventory/tasks/main.yml",
"content": "---\n- name: Create json file from a template\n ansible.builtin.template:\n src: templates/create_host.json.j2\n dest: create_host.json\n\n- name: Add Host to Inventory\n uri:\n url: \"{{ controller_hos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1452,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_golden_image_creation_demo/roles/convert_windows_base_server_to_vmware_template | 7,705 | [
"no_license"
] | [
{
"path": "windows_golden_image_creation_demo/roles/convert_windows_base_server_to_vmware_template/templates/convert_vm_to_template.ps1.j2",
"content": "# Connect to vCenter\nConnect-VIServer -Server {{ vcenter }} -User {{ vcenter_user }} -Password {{ vcenter_user_password }}\n\n# Remove the CD-ROM Drive fr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1387,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_golden_image_creation_demo/roles/create_iso_with_autounattend_xml | 7,705 | [
"no_license"
] | [
{
"path": "windows_golden_image_creation_demo/roles/create_iso_with_autounattend_xml/tasks/main.yml",
"content": "---\n- name: Delete all files in temporary build directory, if exists\n ansible.builtin.file:\n path: \"{{ new_build_vars.windows_unattended_install.iso_build.build_directory }}\"\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 7514,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_golden_image_creation_demo/roles/install_windows_from_iso | 7,705 | [
"no_license"
] | [
{
"path": "windows_golden_image_creation_demo/roles/install_windows_from_iso/tasks/main.yml",
"content": "---\n- name: Download Windows Server ISO to VMware Datastore\n get_url:\n url: 'http://{{ new_build_vars.windows_unattended_install.webserver.ip_address }}/{{ new_build_vars.windows_unattended_insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2866,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_golden_image_creation_demo/roles/new_build_vars | 7,705 | [
"no_license"
] | [
{
"path": "windows_golden_image_creation_demo/roles/new_build_vars/tasks/main.yml",
"content": "---\n- name: Retrieve new build requirements\n ansible.builtin.include_vars:\n file: files/unattended_install.yml\n name: new_build_requirements\n\n- name: Capture new build information and use it for subs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2015,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_golden_image_creation_demo/roles/update_vmware_tools | 7,705 | [
"no_license"
] | [
{
"path": "windows_golden_image_creation_demo/roles/update_vmware_tools/tasks/main.yml",
"content": "---\n- name: Update VMware Tools, if needed\n block:\n - name: Get VM UUID\n community.vmware.vmware_guest_info:\n datacenter: \"{{ new_build_vars.windows_unattended_install.vmware_cluster.da... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_golden_image_creation_demo/roles/windows_hardening | 7,705 | [
"no_license"
] | [
{
"path": "windows_golden_image_creation_demo/roles/windows_hardening/tasks/account_lockout_section.yml",
"content": "---\n- name: \"Set Account lockout threshold to 5 invalid logon attempts\"\n community.windows.win_security_policy:\n section: \"{{ hardening_requirements.windows_hardening.system_acces... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 12281,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_golden_image_creation_demo/roles/windows_updates | 7,705 | [
"no_license"
] | [
{
"path": "windows_golden_image_creation_demo/roles/windows_updates/tasks/main.yml",
"content": "---\n- name: Install Windows Updates\n ansible.windows.win_updates:\n category_names: \"{{ new_build_vars.windows_unattended_install.windows_update_category }}\"\n reboot: \"yes\"\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_hardening_demo/roles/windows_hardening | 7,705 | [
"no_license"
] | [
{
"path": "windows_hardening_demo/roles/windows_hardening/tasks/hardening.yml",
"content": "---\n- name: Perform Password Hardening\n include_tasks: password_section.yml\n when: \"'password_section' in user_select\"\n\n- name: Perform Account Lockout Hardening\n include_tasks: account_lockout_section.yml... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 9213,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_hardening_demo/roles/windows_scan | 7,705 | [
"no_license"
] | [
{
"path": "windows_hardening_demo/roles/windows_scan/tasks/account_lockout_section.yml",
"content": "---\n- name: Retrieve current 'System Access' settings\n set_fact:\n lockout_bad_count: \"{{ lookup('ini', 'LockoutBadCount section=System Access file=/tmp/{{ inventory_hostname }}_security_settings.ini'... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4665,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_management_demo/roles/add_multiple_win_users | 7,705 | [
"no_license"
] | [
{
"path": "windows_management_demo/roles/add_multiple_win_users/vars/main.yml",
"content": "---\n# Administrator will need to populate the information accordingly\n#\n# Note that 'password_expired' has been set to yes in the playbook\n# so that user will have to change their password on next login\nuser_inf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1220,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_management_demo/roles/add_single_win_user | 7,705 | [
"no_license"
] | [
{
"path": "windows_management_demo/roles/add_single_win_user/tasks/main.yml",
"content": "---\n- name: Create Windows Domain Group if it does not exists\n win_domain_group:\n name: \"{{ win_group_name }}\"\n scope: \"{{ win_group_scope }}\"\n state: present\n\n- name: Create AD User\n win_domain_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 410,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_management_demo/roles/check_win_updates | 7,705 | [
"no_license"
] | [
{
"path": "windows_management_demo/roles/check_win_updates/templates/individual_vm_report.html.j2",
"content": " <tr>\n <td>{{ inventory_hostname }}</td>\n <td>\n <ul>\n{% for win_update in list_of_updates.updates | dict2items %}\n <li>{{ win_upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2785,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_management_demo/roles/install_win_updates | 7,705 | [
"no_license"
] | [
{
"path": "windows_management_demo/roles/install_win_updates/tasks/main.yml",
"content": "---\n- name: Install Windows Updates\n win_updates:\n category_names: \"{{ win_update_category }}\"\n blacklist: \"{{ win_update_blacklist }}\"\n whitelist: \"{{ win_update_whitelist }}\"\n reboot: \"{{ au... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_management_demo/roles/mssql_add_user | 7,705 | [
"no_license"
] | [
{
"path": "windows_management_demo/roles/mssql_add_user/templates/mssql_create_user.ps1.j2",
"content": "Import-Module \"sqlps\" -DisableNameChecking\n$SqlServer = \"{{ sql_server }}\"\n$SqlDBName = \"{{ sql_db_name }}\"\n$NewLoginUser = \"{{ sql_new_login_user }}\"\n$NewLoginUserPassword = \"{{ sql_new_log... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1407,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_management_demo/roles/mssql_basic_health_checks | 7,705 | [
"no_license"
] | [
{
"path": "windows_management_demo/roles/mssql_basic_health_checks/tasks/main.yml",
"content": "---\n- name: Get the list of Running SQL Service\n win_shell: Get-service *SQL* | Where-Object {$_.status -eq \"Running\"}\n register: running_sql_service\n\n- name: Print SQL Services that are running\n debug... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1503,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_management_demo/roles/mssql_basic_operations | 7,705 | [
"no_license"
] | [
{
"path": "windows_management_demo/roles/mssql_basic_operations/tasks/main.yml",
"content": "---\n- name: Query MS-SQL Table\n win_shell: |\n Import-Module \"sqlps\" -DisableNameChecking\n Invoke-Sqlcmd -Database {{ sql_db_name }} -Query \"SELECT {{ db_query }} from {{ db_table }}\"\n register: quer... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_management_demo/roles/vmware_vm_disk_expansion | 7,705 | [
"no_license"
] | [
{
"path": "windows_management_demo/roles/vmware_vm_disk_expansion/tasks/main.yml",
"content": "---\n- name: Expand VM Disk\n vmware_guest:\n datacenter: \"{{ vm_datacenter }}\"\n validate_certs: False\n folder: \"/{{ vm_datacenter }}/vm\"\n name: \"{{ windows_vm_hostname }}\"\n state: presen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 971,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_management_demo/roles/win_expand_disk | 7,705 | [
"no_license"
] | [
{
"path": "windows_management_demo/roles/win_expand_disk/tasks/main.yml",
"content": "---\n- name: Rescan Current Status of Storage\n win_shell: Update-HostStorageCache\n\n- name: Expand Windows Hard Disk\n win_shell: |\n $size = Get-PartitionSupportedSize -DriveLetter {{ win_drive }}\n Resize-Parti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_workflow_demo/roles/add_host_to_tower_inventory | 7,705 | [
"no_license"
] | [
{
"path": "windows_workflow_demo/roles/add_host_to_tower_inventory/tasks/main.yml",
"content": "---\n- name: Add Windows 2012r2 VM to Tower Inventory\n tower_host:\n name: \"{{ windows_vm_hostname }}\"\n description: \"Add VM to Tower Inventory\"\n inventory: \"{{ tower_inventory_name }}\"\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 690,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_workflow_demo/roles/provision_windows_vm | 7,705 | [
"no_license"
] | [
{
"path": "windows_workflow_demo/roles/provision_windows_vm/tasks/main.yml",
"content": "---\n- name: Create Windows 2012r2 VM from Template and Customize\n vmware_guest:\n datacenter: \"{{ vm_datacenter }}\"\n validate_certs: False\n folder: \"/{{ vm_datacenter }}/vm\"\n name: \"{{ windows_vm_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1222,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_workflow_demo/roles/windows_install_iis | 7,705 | [
"no_license"
] | [
{
"path": "windows_workflow_demo/roles/windows_install_iis/tasks/main.yml",
"content": "---\n- name: Install IIS Web-Server with sub features and management tools\n win_feature:\n name: Web-Server\n state: present\n include_sub_features: yes\n include_management_tools: yes\n register: win_feat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 560,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_workflow_demo/roles/windows_install_mssql_express | 7,705 | [
"no_license"
] | [
{
"path": "windows_workflow_demo/roles/windows_install_mssql_express/templates/sql_conf.ini.j2",
"content": ";SQL Server 2014 Configuration File\n[OPTIONS]\nIACCEPTSQLSERVERLICENSETERMS=\"True\"\nACTION=\"Install\"\nENU=\"True\"\nQUIET=\"True\"\nQUIETSIMPLE=\"False\"\nUpdateEnabled=\"False\"\nERRORREPORTING... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2848,
"all_permissive": false
} |
ansible_role | eanylin/ansible-lab | 7b6185d25fca61a25b56befe0ad577c1649172b1 | 77 | windows_workflow_demo/roles/windows_join_domain | 7,705 | [
"no_license"
] | [
{
"path": "windows_workflow_demo/roles/windows_join_domain/tasks/main.yml",
"content": "---\n- win_domain_membership:\n dns_domain_name: \"{{ vm_domain }}\"\n hostname: \"{{ windows_vm_hostname }}\"\n domain_admin_user: \"{{ domain_user }}\"\n domain_admin_password: \"{{ domain_password }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | blogic/ucentral-ansible | f3e5f19492fe2cf46d5402f0557e7b08a17f61bd | 0 | roles/rttys | 7,705 | [
"no_license"
] | [
{
"path": "roles/rttys/templates/nginx.proxy.conf.j2",
"content": "add_header X-Frame-Options SAMEORIGIN;\nadd_header X-Content-Type-Options nosniff;\nadd_header X-XSS-Protection \"1; mode=block\";\nadd_header Content-Security-Policy \"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3448,
"all_permissive": false
} |
ansible_role | blogic/ucentral-ansible | f3e5f19492fe2cf46d5402f0557e7b08a17f61bd | 0 | roles/ucentrald | 7,705 | [
"no_license"
] | [
{
"path": "roles/ucentrald/templates/ucentrald.service.j2",
"content": "[Unit]\nDescription=uCentral daemon for OpenWrt cloud management\nAfter=network.target\n\n[Service]\nUser={{ ucentrald_user }}\nExecStart=python3 {{ ucentrald_bin }}\nWorkingDirectory={{ ucentrald_dest }}\nRestart=on-failure\n\n[Install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3196,
"all_permissive": false
} |
ansible_role | blogic/ucentral-ansible | f3e5f19492fe2cf46d5402f0557e7b08a17f61bd | 0 | roles/websocket_balancer | 7,705 | [
"no_license"
] | [
{
"path": "roles/websocket_balancer/tasks/main.yml",
"content": "- name: Install nginx\n apt:\n name: nginx-extras\n state: latest\n update_cache: true\n\n- name: install letsencrypt\n apt: name=letsencrypt state=latest\n\n- name: Remove default nginx config\n file: name=/etc/nginx/sites-enabled... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1680,
"all_permissive": false
} |
ansible_role | soben3310/ansible_automation | f780d5c7c8e1a6e93ab8573915dd019a9d86a3b5 | 3 | roles/base | 7,705 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for cyberninja\n tags: always\n authorized_key:\n user: cyberninja\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_confi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | soben3310/ansible_automation | f780d5c7c8e1a6e93ab8573915dd019a9d86a3b5 | 3 | roles/db_servers | 7,705 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: install mariadb package (cutefish|ubuntu)\n tags: db,mariadb,ubuntu,cutefish\n apt:\n name: mariadb-server\n state: latest\n when: ansible_os_family == \"Debian\"\n\n- name: install mariadb package (Centos|Fedora|Almalinux)\n tags: d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 351,
"all_permissive": false
} |
ansible_role | soben3310/ansible_automation | f780d5c7c8e1a6e93ab8573915dd019a9d86a3b5 | 3 | roles/file_servers | 7,705 | [
"no_license"
] | [
{
"path": "roles/file_servers/tasks/main.yml",
"content": "- name: install samba package for all os family\n tags: samba\n package:\n name: samba\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | soben3310/ansible_automation | f780d5c7c8e1a6e93ab8573915dd019a9d86a3b5 | 3 | roles/web_servers | 7,705 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache and php support packages\n tags: apache,httpd, php\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n\n- name: start and enable apache service\n tags: apac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 823,
"all_permissive": false
} |
ansible_role | soben3310/ansible_automation | f780d5c7c8e1a6e93ab8573915dd019a9d86a3b5 | 3 | roles/workstations | 7,705 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.2.8/terraform_1.2.8_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n owner: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | shanaider/tks-hardway | fece7fa68b2e1c5c77ebb610984d462c6327598e | 0 | roles/coredns | 7,705 | [
"no_license"
] | [
{
"path": "roles/coredns/tasks/main.yaml",
"content": "---\r\n- name: \"Using template CoreDNS Template\"\r\n template:\r\n src: coredns.yml.j2\r\n dest: /root/coredns.yml\r\n\r\n- name: \"Deploy CoreDNS\"\r\n command: kubectl apply -f /root/coredns.yml\r\n when:\r\n - inventory_hostname == grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2781,
"all_permissive": false
} |
ansible_role | shanaider/tks-hardway | fece7fa68b2e1c5c77ebb610984d462c6327598e | 0 | roles/download | 7,705 | [
"no_license"
] | [
{
"path": "roles/download/tasks/main.yml",
"content": "- name: Download Tomcat using get_url\r\n get_url:\r\n url: '{{ item }}'\r\n dest: /tmp/\r\n mode: '0755'\r\n checksum: sha256:'{{ kubelet_binary_checksum }}'\r\n group: root\r\n owner: root\r\n with_items:\r\n - http://util0.tks.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 733,
"all_permissive": false
} |
ansible_role | shanaider/tks-hardway | fece7fa68b2e1c5c77ebb610984d462c6327598e | 0 | roles/etcd | 7,705 | [
"no_license"
] | [
{
"path": "roles/etcd/templates/multi-etcd.service.j2",
"content": "[Unit]\r\nDescription=etcd\r\nDocumentation=https://github.com/coreos\r\n\r\n[Service]\r\nType=notify\r\nExecStart=/usr/local/bin/etcd \\\r\n --name {{ inventory_hostname }} \\\r\n --cert-file=/etc/etcd/kubernetes.pem \\\r\n --key-file=/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 16016,
"all_permissive": false
} |
ansible_role | shanaider/tks-hardway | fece7fa68b2e1c5c77ebb610984d462c6327598e | 0 | roles/master-node | 7,705 | [
"no_license"
] | [
{
"path": "roles/master-node/tasks/main.yml",
"content": "---\r\n- name: \"Make Directory of kubernetes \"\r\n file:\r\n path: '{{ item }}'\r\n state: directory\r\n mode: 0755\r\n with_items: \r\n - \"/var/lib/kubernetes/\"\r\n - \"/etc/kubernetes/config\"\r\n\r\n- name: Copy the Cert & Key... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5410,
"all_permissive": false
} |
ansible_role | shanaider/tks-hardway | fece7fa68b2e1c5c77ebb610984d462c6327598e | 0 | roles/pre-requisite | 7,705 | [
"no_license"
] | [
{
"path": "roles/pre-requisite/tasks/main.yml",
"content": "---\r\n - name: Creating /etc/resolv.conf\r\n copy:\r\n dest: \"/etc/resolv.conf\"\r\n mode: '0644'\r\n content: |\r\n nameserver {{ dns_server_1 }}\r\n nameserver {{ dns_server_2 }}\r\n options timeout:5 att... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3812,
"all_permissive": false
} |
ansible_role | shanaider/tks-hardway | fece7fa68b2e1c5c77ebb610984d462c6327598e | 0 | roles/worker-node | 7,705 | [
"no_license"
] | [
{
"path": "roles/worker-node/tasks/main.yml",
"content": "---\r\n- name: \"Make Directory of kubelet \"\r\n file:\r\n path: '{{ item }}'\r\n state: directory\r\n mode: 0755\r\n with_items: \r\n - \"/var/lib/kubernetes/\"\r\n - \"/var/lib/kubelet/\"\r\n\r\n- name: Copy the Cert & Key file fr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4113,
"all_permissive": false
} |
ansible_role | Skreadz/scripts | f696da9efc48c22517659701ece288ee994127b0 | 1 | notes_vrac/roles/guacamole | 7,705 | [
"no_license"
] | [
{
"path": "notes_vrac/roles/guacamole/tasks/main.yaml",
"content": "---\r\n- name: Add repo ppa:remmina-ppa-team/remmina-next-daily\r\n shell:\r\n \"add-apt-repository ppa:remmina-ppa-team/remmina-next-daily\"\r\n\r\n- name: Update apt-get repo and cache\r\n apt: update_cache=yes force_apt_get=ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6417,
"all_permissive": false
} |
ansible_role | Skreadz/scripts | f696da9efc48c22517659701ece288ee994127b0 | 1 | notes_vrac/roles/network | 7,705 | [
"no_license"
] | [
{
"path": "notes_vrac/roles/network/tasks/main.yml",
"content": "--- \r\n- name: Add config ip\r\n copy:\r\n dest: \"/etc/netplan/50-cloud-init.yaml\"\r\n content: |\r\n network:\r\n version: 2\r\n renderer: networkd\r\n ethernets:\r\n eth0:\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 552,
"all_permissive": false
} |
ansible_role | dkniffin/kniffin.us-ansible | 755891c248138711831730972cabf69752ab18c4 | 0 | roles/configure-webtrees | 7,705 | [
"no_license"
] | [
{
"path": "roles/configure-webtrees/tasks/main.yml",
"content": "- name: Make sure data directory exists\n file:\n path: /data/webtrees\n state: directory\n recurse: yes\n mode: 0777\n\n- name: remove empty data dir\n file:\n path: /apps/webtrees/current/data\n state: absent\n\n- name: s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | eslam-gomaa/mysql-active-passive-replication-Ansible | 8a3710154de2e960f56fb78ca12f28281c2c6475 | 2 | roles/keepalived-vip | 7,706 | [
"no_license"
] | [
{
"path": "roles/keepalived-vip/vars/main.yml",
"content": "---\n# vars file for keepalived-vip",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/keepalived-vip/handlers/main.yml",
"content": "---\n# handlers file for keepalived-vip\n\n- na... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3270,
"all_permissive": false
} |
ansible_role | eslam-gomaa/mysql-active-passive-replication-Ansible | 8a3710154de2e960f56fb78ca12f28281c2c6475 | 2 | roles/mysql-replication | 7,706 | [
"no_license"
] | [
{
"path": "roles/mysql-replication/tasks/replication.yml",
"content": "\r\n#- name: Reset Replication to avoid Errors for the first time.\r\n# sh:\r\n# cmd: |\r\n# mysql -u root -P {{ mysql_port }} -h localhost -p{{ msyql_root_password }} << 'EOF'\r\n# STOP SLAVE;\r\n# RESET MASTER;\r\n# ... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 27941,
"all_permissive": false
} |
ansible_role | RomanMartinIECI/Linux | 816d3346d1c5d44decb9a5a231fbf1dfda937386 | 0 | roles/role_base | 7,706 | [
"no_license"
] | [
{
"path": "roles/role_base/tasks/groups_users.yml",
"content": "# Añadir Grupo operaciones SD\n- name: Creating operaciones group\n group:\n name: operaciones\n gid: 668\n state: present\n\n# Añadir el usuario 'operador' con el uid 668, crear home, shell en /bin/bash miembro del grupo operaciones ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6828,
"all_permissive": false
} |
ansible_role | teja-avrsk/My-First-Playbook | 8625df535d78dc8a4d524482ca95db3810e2376b | 1 | roles/change password | 7,706 | [
"no_license"
] | [
{
"path": "roles/change password/tasks/main.yml",
"content": "---\n - name: create passwd\n become: yes\n user: name={{item}} password=<PASSWORD> #encrypted password\n with_items: ostack_users\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | teja-avrsk/My-First-Playbook | 8625df535d78dc8a4d524482ca95db3810e2376b | 1 | roles/create user | 7,706 | [
"no_license"
] | [
{
"path": "roles/create user/tasks/main.yml",
"content": "- name: create user\n user: name={{item}} state=present\n with_items: ostack_users",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/create user/defaults/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | teja-avrsk/My-First-Playbook | 8625df535d78dc8a4d524482ca95db3810e2376b | 1 | roles/install httpd | 7,706 | [
"no_license"
] | [
{
"path": "roles/install httpd/tasks/main.yml",
"content": "---\n- name: install a httpd service\n apt: name=httpd state=installed\n\n- name: start the http server\n service: name=httpd state=started \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | vexxhost/ansible-collection-containers | cd4190cd944c4fe4d1b1751ae5cf0b13195a6fbc | 1 | roles/cni_plugins | 7,706 | [
"no_license"
] | [
{
"path": "roles/cni_plugins/defaults/main.yml",
"content": "# Copyright (c) 2023 VEXXHOST, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at\n#\n# http://www.apache... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5439,
"all_permissive": false
} |
ansible_role | vexxhost/ansible-collection-containers | cd4190cd944c4fe4d1b1751ae5cf0b13195a6fbc | 1 | roles/containerd | 7,706 | [
"no_license"
] | [
{
"path": "roles/containerd/tasks/main.yml",
"content": "# Copyright (c) 2023 VEXXHOST, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at\n#\n# http://www.apache.org... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7413,
"all_permissive": false
} |
ansible_role | vexxhost/ansible-collection-containers | cd4190cd944c4fe4d1b1751ae5cf0b13195a6fbc | 1 | roles/docker | 7,706 | [
"no_license"
] | [
{
"path": "roles/docker/meta/main.yml",
"content": "# Copyright (c) 2023 VEXXHOST, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at\n#\n# http://www.apache.org/lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6493,
"all_permissive": false
} |
ansible_role | vexxhost/ansible-collection-containers | cd4190cd944c4fe4d1b1751ae5cf0b13195a6fbc | 1 | roles/download_artifact | 7,706 | [
"no_license"
] | [
{
"path": "roles/download_artifact/tasks/main.yml",
"content": "# Copyright (c) 2023 VEXXHOST, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at\n#\n# http://www.apa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3941,
"all_permissive": false
} |
ansible_role | vexxhost/ansible-collection-containers | cd4190cd944c4fe4d1b1751ae5cf0b13195a6fbc | 1 | roles/forget_package | 7,706 | [
"no_license"
] | [
{
"path": "roles/forget_package/tasks/main.yml",
"content": "- name: Forget package\n ansible.builtin.replace:\n path: /var/lib/dpkg/status\n regexp: '^Package: {{ forget_package_name }}\\n(?:.|\\n)+?\\n\\n'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 397,
"all_permissive": false
} |
ansible_role | 02Poonam/Training35 | 8b7272bb014aaf769aa084f78db8dd7dfc0054c9 | 0 | Day19/ansible-project-D19/roles/database | 7,706 | [
"no_license"
] | [
{
"path": "Day19/ansible-project-D19/roles/database/README.md",
"content": "# Database Role\nThis role installs and configures a MySQL database server.\n\n## Variables\n- `mysql_bind_address`: The address on which the MySQL server will listen. Default is 0.0.0.0.\n- `mysql_max_connections`: The maximum numb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | 02Poonam/Training35 | 8b7272bb014aaf769aa084f78db8dd7dfc0054c9 | 0 | Day19/ansible-project-D19/roles/webserver | 7,706 | [
"no_license"
] | [
{
"path": "Day19/ansible-project-D19/roles/webserver/defaults/main.yml",
"content": "---\n# defaults file for roles/webserver\nwebserver_port: 80\nwebserver_name: localhost\nwebserver_root: /usr/share/nginx/html\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 992,
"all_permissive": false
} |
ansible_role | thatguynikita/atlassian-suite | c497ee3d8f5b726dff4c2897f45241e42511d692 | 5 | playbook/roles/install | 7,706 | [
"no_license"
] | [
{
"path": "playbook/roles/install/templates/confluence_response.varfile.j2",
"content": "#install4j response file for Confluence 6.7.1\napp.confHome={{ home_dir }}\napp.install.service$Boolean=true\nexecuteLauncherAction$Boolean=true\nhttpPort$Long={{ listening_port }}\nlaunch.application$Boolean=false\nrmi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1306,
"all_permissive": false
} |
ansible_role | thatguynikita/atlassian-suite | c497ee3d8f5b726dff4c2897f45241e42511d692 | 5 | playbook/roles/install-bitbucket | 7,706 | [
"no_license"
] | [
{
"path": "playbook/roles/install-bitbucket/tasks/main.yml",
"content": "--- #\n- name: Install required package(s)\n yum:\n name: git\n state: latest\n- name: Download application installer\n get_url:\n url: \"{{ installer_url }}\"\n dest: /tmp/{{ installer_url | basename }}\n mode: 0555\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1428,
"all_permissive": false
} |
ansible_role | thatguynikita/atlassian-suite | c497ee3d8f5b726dff4c2897f45241e42511d692 | 5 | playbook/roles/launch | 7,706 | [
"no_license"
] | [
{
"path": "playbook/roles/launch/templates/bitbucket.service.j2",
"content": "[Unit]\nDescription=Atlassian Bitbucket Server Service\nAfter=network.target syslog.target\n\n[Service]\nType=forking\nUser=atlbitbucket\nLimitNOFILE=100000\nLimitMEMLOCK=100000\nPIDFile={{ home_dir }}/log/{{ app_name }}.pid\nExec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1173,
"all_permissive": false
} |
ansible_role | thatguynikita/atlassian-suite | c497ee3d8f5b726dff4c2897f45241e42511d692 | 5 | playbook/roles/setup | 7,706 | [
"no_license"
] | [
{
"path": "playbook/roles/setup/tasks/main.yml",
"content": "--- #\n- name: Gather EC2 facts\n ec2_metadata_facts:\n- name: Detach ENI in case it was previously attached\n ec2_eni:\n eni_id: \"{{ eni_id }}\"\n instance_id: None\n attached: False\n force_detach: True\n- name: Attach ENI to the ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1344,
"all_permissive": false
} |
ansible_role | tongqqiu/playbooks | 8162468136a6cfcd71ba66ff88957e69a8a6b2df | 1 | roles/common | 7,706 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# Common Tasks\n\n# Install dependencies\n- name: Install dependencies\n apt: pkg={{ item }} state=present\n with_items: common_dependencies\n when: ansible_os_family == \"Debian\"\n# Install dependencies\n- name: Install dependencies yum\n yum: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1200,
"all_permissive": false
} |
ansible_role | sash3939/my_own_collection | 511e3fbb831b86e820ded2343f8e3562348bf670 | 0 | my_own_namespace/yandex_cloud_elk/roles/my_single_role | 7,706 | [
"no_license"
] | [
{
"path": "my_own_namespace/yandex_cloud_elk/roles/my_single_role/vars/main.yml",
"content": "---\n# vars file for my_single_role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "my_own_namespace/yandex_cloud_elk/roles/my_single_role/defaults/main... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 767,
"all_permissive": false
} |
ansible_role | mariano-italiano/thingsboard | 0261792a0c3cff209d522b5c2c3e3c02cb2edf30 | 0 | install/roles/deploy-k8s-tb | 7,706 | [
"no_license"
] | [
{
"path": "install/roles/deploy-k8s-tb/tasks/04_configure_argocd.yaml",
"content": "---\n- name: Get credentials\n ansible.builtin.shell: kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath=\"{.data.password}\" | base64 -d && echo\n register: getArgoSecret\n \n- name: Set fact\n ansible... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 16300,
"all_permissive": false
} |
ansible_role | Srijan-SS02/terraform | c31449b97c78a95f24cebe40280a63e701e8734c | 0 | vm/image-builder/images/capi/ansible/roles/providers | 7,706 | [
"permissive"
] | [
{
"path": "vm/image-builder/images/capi/ansible/roles/providers/tasks/outscale.yml",
"content": "---\n- name: Change cloud-init metadata outscale config in Ubuntu\n ansible.builtin.copy:\n src: files/etc/cloud/cloud.cfg.d/99_metadata.cfg\n dest: /etc/cloud/cloud.cfg.d/99_metadata.cfg\n owner: root... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 281,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.