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 | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ansible_special_variables | 7,294 | [
"no_license"
] | [
{
"path": "roles/ansible_special_variables/tasks/main.yml",
"content": "---\n# tasks file for roles/ansible_special_variables\n# - name: Ansible Magic Variables\n# hosts: all\n# gather_facts: false\n# tasks:\n - name: Magic Variable {{ item }}\n ansible.builtin.debug:\n var: \"{{ item }}\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 13977,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/aws_ec2_show | 7,294 | [
"no_license"
] | [
{
"path": "roles/aws_ec2_show/defaults/main.yml",
"content": "---\n# defaults file for roles/aws_ec2_show\n\n# show_filters:\n# \"tag:project\": \"{{ project_name }}\"\n# instance-state-name: running\n\nshow_head: # [] # attribute names\n [\n # \"image_id\",\n # \"instance_id\",\n \"instance_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1089,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/aws_ec2_ubuntu | 7,294 | [
"no_license"
] | [
{
"path": "roles/aws_ec2_ubuntu/tasks/main.yml",
"content": "---\n# tasks file for roles/aws_ec2_ubuntu\n\n- name: Fail If SSH Keys Do Not Exist\n when: ssh_key_name is not defined\n ansible.builtin.fail:\n msg: \"The SSH Key '{{ ssh_key_name }}' does not exist in AWS\"\n\n- name: Create Ubuntu Server ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2027,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/aws_env_ansible_valid | 7,294 | [
"no_license"
] | [
{
"path": "roles/aws_env_ansible_valid/tasks/main.yml",
"content": "---\n# tasks file for aws_env_ansible_valid\n\n- name: Validate AWS Environment Status Cache\n delegate_to: localhost\n ansible.builtin.stat:\n path: \"{{ cache_file }}\"\n register: status\n\n# - name: Delta\n# when: status.stat.ex... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2955,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/aws_ise_nodes | 7,294 | [
"no_license"
] | [
{
"path": "roles/aws_ise_nodes/tasks/main.yml",
"content": "---\n# tasks file for roles/aws_ise_nodes\n\n# - ansible.builtin.debug:\n# msg:\n# - \"{{ item }}\"\n# - \"hostname: {{ item.name | lower }}\"\n# - \"primarynameserver: {{ dns_server | default('208.67.222.222') }}\"\n# -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2082,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/aws_r53_dns_entry | 7,294 | [
"no_license"
] | [
{
"path": "roles/aws_r53_dns_entry/tasks/main.yml",
"content": "---\n# tasks file for roles/aws_r53_dns_entry\n\n\n- name: Add Public DNS Entry\n when: domain_name is defined\n delegate_to: localhost\n community.aws.route53:\n state: \"{{ dns_state | default('present')}}\"\n zone: \"{{ zone }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/aws_security_groups | 7,294 | [
"no_license"
] | [
{
"path": "roles/aws_security_groups/tasks/SG_ISE_Basic.yaml",
"content": "---\n- name: SG_ISE_Basic Security Group\n amazon.aws.ec2_group:\n vpc_id: \"{{ vpc.vpc.id }}\"\n # region: \"{{ vpc_region }}\"\n state: present\n name: SG_ISE_Basic\n description: SG_ISE_Basic\n rules:\n - r... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4980,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/aws_show | 7,294 | [
"no_license"
] | [
{
"path": "roles/aws_show/tasks/main.yml",
"content": "---\n# tasks file for aws_show\n#------------------------------------------------------------------------------\n# Show AWS Info\n#\n# Export your AWS Access & Secret keys into your terminal environment for\n# authentication of the calls below:\n#\n# ex... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 14820,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/aws_ssh_keypair | 7,294 | [
"no_license"
] | [
{
"path": "roles/aws_ssh_keypair/defaults/main.yml",
"content": "---\n# defaults file for roles/aws_ssh_keypair\nssh_key_directory: ~/.ssh\nssh_key_name: aws_ssh_keypair\nssh_key_private_file: \"{{ ssh_key_directory }}/{{ ssh_key_name }}.pem\"",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1219,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/aws_start_instances | 7,294 | [
"no_license"
] | [
{
"path": "roles/aws_start_instances/defaults/main.yml",
"content": "---\n# defaults file for roles/aws_start_instances\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/aws_start_instances/vars/main.yml",
"content": "---\n# vars file for... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1059,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/aws_stop_instances | 7,294 | [
"no_license"
] | [
{
"path": "roles/aws_stop_instances/defaults/main.yml",
"content": "---\n# defaults file for roles/aws_stop_instances\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/aws_stop_instances/tasks/main.yml",
"content": "---\n# tasks file for ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1783,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/aws_vpc | 7,294 | [
"no_license"
] | [
{
"path": "roles/aws_vpc/tasks/main.yml",
"content": "---\n# tasks file for roles/aws_vpc\n#------------------------------------------------------------------------------\n# Create an AWS VPC:\n# - Create VPC\n# - Create Internet Gateway\n# - Create Public & Private Subnets\n# - Create Public & Private Rout... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3538,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_apis_enabled | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_apis_enabled/tasks/main.yml",
"content": "---\n- block:\n\n - name: Enable ISE OpenAPIs (ISE 3.1+)\n delegate_to: localhost\n ansible.builtin.uri:\n url: \"https://{{ ansible_host }}/admin/API/apiService/update\"\n method: POST\n url_username: \"{{ ise_username }}\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1712,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_backup_completed | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_backup_completed/tasks/main.yml",
"content": "---\n# tasks file for roles/ise_backup_completed\n\n- name: ISE Backup In Progress | {{ inventory_hostname }} ({{ ansible_host }})\n cisco.ise.backup_last_status_info:\n ise_hostname: \"{{ ansible_host }}\"\n ise_username: \"{{ ise_us... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3664,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_backup_now | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_backup_now/tasks/main.yml",
"content": "---\n# tasks file for roles/ise_backup_now\n\n- name: Validate Required Backup Variables\n loop:\n - backup_repository\n - backup_name\n - backup_encryption_key\n ansible.builtin.fail:\n when: item is undefined\n\n- name: Backup Config... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2535,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_cli_dns_service_cache_enabled | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_cli_dns_service_cache_enabled/tests/test.yml",
"content": "---\n- name: Test ISE CLI Commands\n hosts: ise\n gather_facts: no\n vars_files: vars/main.yaml\n roles:\n - wait_for_ssh\n - ise_cli_dns_service_cache_enabled",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1954,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_cli_password_reset | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_cli_password_reset/defaults/main.yml",
"content": "---\n# defaults file for roles/ise_cli_password_reset\nansible_connection: ansible.netcommon.network_cli\nansible_network_os: cisco.ios.ios\nusername: admin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2209,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_cli_reload | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_cli_reload/tasks/main.yml",
"content": "---\n# tasks file for roles/ise_cli_reload\n\n#----------------------------------------------------------------------------\n# This is an example of the reload command execution:\n#\n# ise/admin#reload\n# Save the current ADE-OS running config... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2537,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_cli_wait_for_app_server | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_cli_wait_for_app_server/defaults/main.yml",
"content": "---\n# defaults file for roles/ise_cli_wait_for_app_server\nwait_state: running # [ not running, initializing, running ]\nwait_retries: 45 # 45\nwait_delay: 10 # Default: 0\nwait_timeout: \"{{ wait_retries * wait_delay }}\"\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1801,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_endpoint | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_endpoint/defaults/main.yml",
"content": "---\n# defaults file for roles/ise_endpoint\nendpoints: []",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/ise_endpoint/tasks/main.yml",
"content": "---\n# tasks file for roles... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 410,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_endpointgroup | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_endpointgroup/tasks/endpointgroup.create.yml",
"content": "---\n# tasks file for roles/ise_endpointgroup\n\n\n - name: Create Endpoint Group | {{ item.name }}\n cisco.ise.endpoint_group:\n ise_hostname: \"{{ ansible_host }}\"\n ise_username: \"{{ ise_username }}\"\n i... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 801,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_env_ansible_valid | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_env_ansible_valid/tasks/main.yml",
"content": "---\n# tasks file for roles/ise_env_ansible_valid\n\n- name: Check Environment Status Cache\n delegate_to: localhost\n ansible.builtin.stat:\n path: \"{{ cache_file }}\"\n register: status\n\n- name: Check ISE Environment Variables\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1834,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_env_dcloud_valid | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_env_dcloud_valid/tasks/main.yml",
"content": "---\n# tasks file for ise_env_dcloud_valid\n\n- name: Validate dCloud Environment Variables\n delegate_to: localhost\n when: lookup('env', 'DCLOUD_SESSION_ID') is undefined\n ansible.builtin.fail:\n msg: |+\n ❌ Please set environm... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_facts | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_facts/tasks/main.yml",
"content": "---\n#------------------------------------------------------------------------------\n# Create an `ise_facts` varible which is a list of dicts with details\n# about the current state of each ISE node in the deployment.\n#\n# Use the inventory variable ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 10171,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_facts_standalone | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_facts_standalone/meta/main.yml",
"content": "---\n# dependencies:\n# - role: ise_apis_enabled\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/ise_facts_standalone/defaults/main.yml",
"content": "---\n# defaults ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1739,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_internaluser | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_internaluser/tasks/internal_user.create.yml",
"content": "---\n# tasks file for roles/ise_internaluser\n\n#\n# Create a cisco.ise.internal_user from a list of `internal_users`\n#\n\n - name: Create ISE Internal User | {{ item.username }}\n # when: internal_users is defined and inter... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1958,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_node_deployment | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_node_deployment/tasks/main.yml",
"content": "---\n# tasks file for roles/ise_node_deployment\n\n#\n# Ⰹ ISE REST API: POST /api/v1/deployment/node/\n# Registers a Cisco ISE node to form a multi-node deployment.\n# Approximate execution time - 300 seconds.\n#\n# Roles:\n# - Standalone\n# ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1201,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_node_info | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_node_info/tasks/main.yml",
"content": "---\n# tasks file for roles/ise_node_info\n\n- name: Get All ISE Node Names and IDs\n delegate_to: localhost\n cisco.ise.node_info:\n ise_hostname: \"{{ ansible_host }}\"\n ise_username: \"{{ ise_username }}\"\n ise_password: \"{{ <PASSW... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1354,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_node_ppan_from_inventory | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_node_ppan_from_inventory/tasks/main.yml",
"content": "---\n# tasks file for roles/ise_node_ppan_from_inventory\n\n# - ansible.builtin.debug: var=inventory_hostname\n# - ansible.builtin.debug: var=ansible_host\n\n- name: Get PPAN from Inventory\n ansible.builtin.set_fact:\n ise_ppan_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3076,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_node_standalone | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_node_standalone/defaults/main.yml",
"content": "---\n# defaults file for roles/ise_deployment_to_standalone\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/ise_node_standalone/tasks/main.yml",
"content": "---\n# tas... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4271,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_patch | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_patch/tasks/main.yml",
"content": "---\n# tasks file for roles/ise_patch\n\n- name: Validate Required Patch Variables\n loop:\n - repository_name\n - patch_filename\n - ise_facts\n ansible.builtin.fail:\n msg: \"{{ item }} is undefined\"\n when: item is undefined\n\n# - a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7797,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_repository | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_repository/tasks/main.yml",
"content": "---\n# ⚠ Do not loop over multiple repositories!\n# 🔓 Ansible will show the repository password in the terminal!\n- name: Create Repository | {{ repo_name }} @ {{ inventory_hostname }} ({{ ansible_host }})\n cisco.ise.repository:\n ise_host... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1483,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_repository_localdisk | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_repository_localdisk/README.md",
"content": "# cisco.ise.repository_localdisk Role\n\nCreate a LOCALDISK repository in ISE.\n\n## Requirements\n\nNone.\n\n## Variables\n\nNone.\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\n```yaml\n- name:\n hosts: localhost\n roles:\n - role... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 913,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ise_vars | 7,294 | [
"no_license"
] | [
{
"path": "roles/ise_vars/tasks/main.yml",
"content": "---\n# tasks file for roles/ise_vars\n- name: ISE Variables\n delegate_to: localhost\n loop:\n - inventory_hostname\n - ansible_host\n - ise_username\n - ise_password\n - ise_verify\n - ise_debug\n when: lookup('vars', item) is unde... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/list_of_dicts_table | 7,294 | [
"no_license"
] | [
{
"path": "roles/list_of_dicts_table/tasks/main.yml",
"content": "---\n# tasks file for roles/list_of_dicts_table\n- name: Show List of Dicts Table\n # when: table_rows is defined and table_rows | length > 0\n delegate_to: localhost\n vars:\n # maxw: \"{{ table_maxw | default(omit) }}\"\n head: \"{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/meraki_env_ansible_valid | 7,294 | [
"no_license"
] | [
{
"path": "roles/meraki_env_ansible_valid/vars/main.yml",
"content": "---\n# vars file for roles/meraki_env_ansible_valid\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "roles/meraki_env_ansible_valid/tasks/main.yml",
"content": "---\n# tasks... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 645,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/meraki_show | 7,294 | [
"no_license"
] | [
{
"path": "roles/meraki_show/defaults/main.yml",
"content": "---\n# defaults file for roles/meraki_show\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/meraki_show/tasks/main.yml",
"content": "---\n# tasks file for roles/meraki_show\n\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7914,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/pause_playbook | 7,294 | [
"no_license"
] | [
{
"path": "roles/pause_playbook/defaults/main.yml",
"content": "---\n# defaults file for pause\nseconds: 30\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/pause_playbook/tasks/main.yml",
"content": "---\n# tasks file for pause_playbook... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ping | 7,294 | [
"no_license"
] | [
{
"path": "roles/ping/tasks/main.yml",
"content": "---\n# tasks file for roles/ping\n\n- name: Ping | {{ inventory_hostname }}\n ansible.builtin.ping:\n register: result\n until: result.failed == false\n delay: \"{{ ping_delay }}\"\n retries: \"{{ ping_retries }}\"\n\n\n...",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/print_output | 7,294 | [
"no_license"
] | [
{
"path": "roles/print_output/tasks/main.yml",
"content": "---\n# tasks file for roles/print_output\n\n\n - name: output\n ansible.builtin.debug:\n msg: \"{{ output.stdout | replace('\\n\\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": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/print_vars | 7,294 | [
"no_license"
] | [
{
"path": "roles/print_vars/tasks/main.yml",
"content": "---\n# tasks file for roles/print_vars\n\n- name: Print Vars\n loop: \"{{ var_names }}\"\n ansible.builtin.debug:\n msg: \"{{ item }}:\\n{{ lookup('vars', item) | to_yaml }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ssh_commands | 7,294 | [
"no_license"
] | [
{
"path": "roles/ssh_commands/defaults/main.yml",
"content": "---\n# defaults file for roles/ssh_commands\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/ssh_commands/vars/main.yml",
"content": "---\n# vars file for roles/ssh_commands\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 683,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ssh_key_copy | 7,294 | [
"no_license"
] | [
{
"path": "roles/ssh_key_copy/defaults/main.yml",
"content": "---\n# defaults file for ssh_key_copy\n\ndisable_password_auth: false\ndisable_root_login: false\n\nssh_key_directory: ~/.ssh\nssh_key_name: id_rsa\nssh_key_private_file: \"{{ ssh_key_directory }}/{{ ssh_key_name }}\"\nssh_key_public_file: \"{{ s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1986,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/ssh_key_local | 7,294 | [
"no_license"
] | [
{
"path": "roles/ssh_key_local/defaults/main.yml",
"content": "---\n# defaults file for ssh_key_local\nssh_key_state: present\nssh_key_directory: ~/.ssh\nssh_key_name: id_rsa\nssh_key_type: rsa # [rsa ← (default), dsa, rsa1, ecdsa, ed25519 ]\nssh_key_size: 2048\nssh_key_private_file: \"{{ ssh_key_directory ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3254,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/wait_for_ise_app_server_restart | 7,294 | [
"no_license"
] | [
{
"path": "roles/wait_for_ise_app_server_restart/defaults/main.yml",
"content": "---\n# defaults file for roles/wait_for_ise_restart\nwait_hostname: \"{{ inventory_hostname }}\"\nwait_host_ip: \"{{ ansible_host }}\"\nwait_state: started # Port is open\nwait_delay: 0 # Default: 0. Seconds to delay before sta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1559,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/wait_for_ise_login | 7,294 | [
"no_license"
] | [
{
"path": "roles/wait_for_ise_login/tasks/main.yml",
"content": "---\n# tasks file for roles/wait_for_ise_login\n\n- name: Wait for SSH ({{ wait_timeout }}s) #| {{ inventory_hostname }} ({{ ansible_host }})\n delegate_to: localhost\n ansible.builtin.wait_for:\n host: \"{{ ansible_host }}\"\n port: 2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1193,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/wait_for_ise_nodes_sync | 7,294 | [
"no_license"
] | [
{
"path": "roles/wait_for_ise_nodes_sync/defaults/main.yml",
"content": "---\n# defaults file for roles/wait_for_ise_nodes_sync\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/wait_for_ise_nodes_sync/tasks/main.yml",
"content": "---\n# ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 815,
"all_permissive": false
} |
ansible_role | 1homas/ISE_Provisioning_and_Patching | f3411d3137c28d62be5754b61431b5338414fa09 | 10 | roles/wait_for_ise_restart | 7,294 | [
"no_license"
] | [
{
"path": "roles/wait_for_ise_restart/tasks/main.yml",
"content": "---\n# tasks file for roles/wait_for_ise_restart\n\n- name: Wait for ⬇ Reboot⬆ | {{ wait_hostname }} ({{ wait_host_ip }})\n delegate_to: localhost\n vars:\n wait_timeout: \"{{ 30 * 60 }}\" # 1800s == 30 minutes per port\n with_items:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2332,
"all_permissive": false
} |
ansible_role | steintore/ansible_openhab_linux | bda783a57dacc03c3bab8dc4a187ad0aa9606f02 | 8 | roles/mosquitto | 7,294 | [
"no_license"
] | [
{
"path": "roles/mosquitto/tasks/main.yml",
"content": "- name: Install mosquitto\n apt: name=mosquitto update_cache=yes\n sudo: true\n\n- name: Install mosquitto client\n apt: name=mosquitto-clients update_cache=yes\n sudo: true\n\n- name: Install python-mosquitto\n apt: name=python-mosquitto update_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 264,
"all_permissive": false
} |
ansible_role | steintore/ansible_openhab_linux | bda783a57dacc03c3bab8dc4a187ad0aa9606f02 | 8 | roles/openhab | 7,294 | [
"no_license"
] | [
{
"path": "roles/openhab/tasks/install_openhab_component.yml",
"content": "\n- name: check if openHAB component is installed - {{component}}\n stat: path={{ openhab_install_dir }}/{{component}}/{{ openhab_version }}\n #ignore_errors: yes\n register: openhab_ls\n\n- name: download openHAB {{component}}\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 14524,
"all_permissive": false
} |
ansible_role | david7482/ansible-playbooks | 6c0418c104b2badb6e6227ac37e650b3a4bf1b57 | 0 | roles/disable-auto-upgrade | 7,294 | [
"no_license"
] | [
{
"path": "roles/disable-auto-upgrade/tasks/main.yml",
"content": "---\n- name: Disable auto upgrade\n template:\n src: 20auto-upgrades\n dest: /etc/apt/apt.conf.d/20auto-upgrades",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 115,
"all_permissive": false
} |
ansible_role | david7482/ansible-playbooks | 6c0418c104b2badb6e6227ac37e650b3a4bf1b57 | 0 | roles/install-ansible-prerequisites | 7,294 | [
"no_license"
] | [
{
"path": "roles/install-ansible-prerequisites/tasks/main.yml",
"content": "---\n- name: apt-update\n raw: apt -y update\n\n- name: Install python2.7\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n\n# gather 'facts', i.e. compensates for 'gather_facts: false' in callin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | david7482/ansible-playbooks | 6c0418c104b2badb6e6227ac37e650b3a4bf1b57 | 0 | roles/install-aws-cloudwatch-agent | 7,294 | [
"no_license"
] | [
{
"path": "roles/install-aws-cloudwatch-agent/tasks/main.yml",
"content": "---\n- name: get instance ec2 facts\n action: ec2_facts\n register: ec2_facts\n\n- name: get ec2 tags for this instance\n ec2_tag:\n region: \"{{ ansible_ec2_placement_region }}\"\n resource: \"{{ ansible_ec2_instance_id }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2589,
"all_permissive": false
} |
ansible_role | david7482/ansible-playbooks | 6c0418c104b2badb6e6227ac37e650b3a4bf1b57 | 0 | roles/install-aws-ecr-helper | 7,294 | [
"no_license"
] | [
{
"path": "roles/install-aws-ecr-helper/tasks/main.yml",
"content": "---\n- name: install make\n apt:\n name: make\n state: present\n\n- name: git clone aws-ecr-credential-helper\n git:\n repo: 'https://github.com/awslabs/amazon-ecr-credential-helper.git'\n dest: /tmp/amazon-ecr-credential-hel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1023,
"all_permissive": false
} |
ansible_role | david7482/ansible-playbooks | 6c0418c104b2badb6e6227ac37e650b3a4bf1b57 | 0 | roles/install-awscli | 7,294 | [
"no_license"
] | [
{
"path": "roles/install-awscli/tasks/main.yml",
"content": "---\n- name: Install boto\n pip:\n name: boto\n state: latest\n\n- name: Install awscli\n pip:\n name: awscli\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | david7482/ansible-playbooks | 6c0418c104b2badb6e6227ac37e650b3a4bf1b57 | 0 | roles/install-docker-ce | 7,294 | [
"no_license"
] | [
{
"path": "roles/install-docker-ce/tasks/main.yml",
"content": "---\n- name: Install required packages\n apt: name={{ item }} state=latest\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n\n- name: Add Docker CE repository key\n apt_key:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 767,
"all_permissive": false
} |
ansible_role | david7482/ansible-playbooks | 6c0418c104b2badb6e6227ac37e650b3a4bf1b57 | 0 | roles/install-docker-py | 7,294 | [
"no_license"
] | [
{
"path": "roles/install-docker-py/tasks/main.yml",
"content": "---\n- name: Install docker-py\n pip:\n name: docker-py\n version: 1.10.6\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": false
} |
ansible_role | david7482/ansible-playbooks | 6c0418c104b2badb6e6227ac37e650b3a4bf1b57 | 0 | roles/install-ssh-key | 7,294 | [
"no_license"
] | [
{
"path": "roles/install-ssh-key/tasks/main.yml",
"content": "---\n- name: set ssh authorized key\n authorized_key:\n user: '{{ ansible_ssh_user }}'\n state: present\n key: \"{{ SSH_KEY }}\"\n when: SSH_KEY is defined",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 158,
"all_permissive": false
} |
ansible_role | david7482/ansible-playbooks | 6c0418c104b2badb6e6227ac37e650b3a4bf1b57 | 0 | roles/update-hostname-with-ec2-tag | 7,294 | [
"no_license"
] | [
{
"path": "roles/update-hostname-with-ec2-tag/tasks/main.yml",
"content": "---\n- name: get instance ec2 facts\n action: ec2_facts\n register: ec2_facts\n\n- name: get ec2 tags for this instance\n ec2_tag:\n region: \"{{ ansible_ec2_placement_region }}\"\n resource: \"{{ ansible_ec2_instance_id }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | qhagayla/HOA9.1Prometheus | 7357a8e4c3d7b81afee513b9cc18b73b3d6c1ec3 | 0 | roles/prometheus_servers | 7,294 | [
"no_license"
] | [
{
"path": "roles/prometheus_servers/tasks/main.yml",
"content": "---\n\n - name: install Prometheus for Ubuntu server\n tags: prometheus,ubuntu\n apt:\n name: prometheus\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n - name: start Prometheus (Ubuntu)\n tags: prometheu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 533,
"all_permissive": false
} |
ansible_role | ridha-bouazizi/AngularAppDeploy | 56961f0bd5f61f52c81cc341253f2adb798c8000 | 0 | roles/deploy | 7,294 | [
"no_license"
] | [
{
"path": "roles/deploy/tasks/main.yml",
"content": "- name: copying manifests\n become: true \n copy:\n src: .\n dest: /tmp\n owner: ubuntu\n group: ubuntu \n mode: 0777\n \n- name: Apply manifests\n shell: kubectl apply -f /tmp/angular.yml -f /tmp/angular-ingress.yml --kubeconf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 580,
"all_permissive": false
} |
ansible_role | Ankur012/setup_artifactory | fb947ba4beaf9a76bcfaad1b61f4b27f3e8c378c | 0 | jfrog_artifactory/roles/artifactory | 7,294 | [
"no_license"
] | [
{
"path": "jfrog_artifactory/roles/artifactory/tasks/main.yml",
"content": "---\n- name: download artifactory {{ artifactory_version }}\n get_url: url=https://bintray.com/jfrog/artifactory-rpms/download_file?file_path=jfrog-artifactory-oss-{{artifactory_version}}.rpm dest={{artifactory_download_path}}\n\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1870,
"all_permissive": false
} |
ansible_role | Ankur012/setup_artifactory | fb947ba4beaf9a76bcfaad1b61f4b27f3e8c378c | 0 | jfrog_artifactory/roles/nginx | 7,294 | [
"no_license"
] | [
{
"path": "jfrog_artifactory/roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx web server\n yum: name=nginx state=latest\n\n- name: copy nginx template to server\n template: src=templates/nginx.j2 dest=/etc/nginx/nginx.conf\n\n- name: re start nginx servicwe\n service: name=nginx state... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | Ankur012/setup_artifactory | fb947ba4beaf9a76bcfaad1b61f4b27f3e8c378c | 0 | jfrog_artifactory/roles/oracle-jdk | 7,294 | [
"no_license"
] | [
{
"path": "jfrog_artifactory/roles/oracle-jdk/tasks/main.yml",
"content": "---\n- name: Download and install Oracle JDK\n include: download_and_install_oracle_jdk.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "jfrog_artifactory/roles/oracle... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1914,
"all_permissive": false
} |
ansible_role | ahmadjubair33/Ansible-Assignment | 76b85ed30821cdaa80438c28d5874ae5f936f133 | 0 | ansible-Assignment/roles/apache | 7,294 | [
"no_license"
] | [
{
"path": "ansible-Assignment/roles/apache/tasks/main.yml",
"content": "---\n\n- import_tasks: nginx-install.yml\n tags: installing nginx\n become: true\n- name: Flush handlers\n meta: flush_handlers\n\n- import_tasks: copy-webserver.yml\n- import_tasks: html-copy.yml\n \n ",
"license_type": "no_li... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 735,
"all_permissive": false
} |
ansible_role | UnrealQuester/ci-server | 0c26734ef6cd074afa685ef3a7360ce5cd698b58 | 0 | roles/tools | 7,298 | [
"no_license"
] | [
{
"path": "roles/tools/tasks/main.yml",
"content": "- name: Install list of dev packages\n apt: pkg={{ item }} state=installed\n with_items: \"{{ dev_packages }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | phanikumarp/myworking | f8212303624940e5a2cd5de2c2a89a5fbf71c45e | 0 | Ansible/n42Apps/roles/apacheAgent | 7,298 | [
"no_license"
] | [
{
"path": "Ansible/n42Apps/roles/apacheAgent/files/apache/config/logs/apachemetrics.log.1",
"content": "2016-02-15 INFO - put apache.Activity_Type_Sending_Reply 1455532530 24.0 appname=ADC-SUNNYVALE hostname=localhost host=apache2\n\n2016-02-15 INFO - put apache.Activity_Type_Keep_Alive 1455532530 1.0 app... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 104193,
"all_permissive": false
} |
ansible_role | phanikumarp/myworking | f8212303624940e5a2cd5de2c2a89a5fbf71c45e | 0 | Ansible/n42Apps/roles/haproxyAgent | 7,298 | [
"no_license"
] | [
{
"path": "Ansible/n42Apps/roles/haproxyAgent/tasks/agentinfo.yml",
"content": "\n - name: creating directory\n file: \"state=directory path={{project_root}}/ owner=root group=root recurse=yes mode=0755\"\n\n - name: Check if Java Exists\n command: 'which java'\n register: java_status\n ignore_erro... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1380,
"all_permissive": false
} |
ansible_role | phanikumarp/myworking | f8212303624940e5a2cd5de2c2a89a5fbf71c45e | 0 | Ansible/n42Apps/roles/logstash | 7,298 | [
"no_license"
] | [
{
"path": "Ansible/n42Apps/roles/logstash/tasks/logstash_centos.yml",
"content": "\n- name: install rpm\n yum: pkg=rpm state=latest\n \n- name: creating directory\n file: \"state=directory path={{project_root}}/{{logstash_name}} owner=root group=root recurse=yes mode=0755\"\n\n- name: check if logstash e... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3209,
"all_permissive": false
} |
ansible_role | phanikumarp/myworking | f8212303624940e5a2cd5de2c2a89a5fbf71c45e | 0 | Ansible/n42Apps/roles/misc_services | 7,298 | [
"no_license"
] | [
{
"path": "Ansible/n42Apps/roles/misc_services/files/misc_services/python.sh",
"content": "#!/bin/bash\n version=$(python -V 2>&1 | awk -F ' ' '/Python/ {print $2}')\n echo python version $version\n if [[ \"$version\" > \"2.7\" ]]; then\n exit 0\n else \n\t\texit 1\n fi\n\n\n",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | phanikumarp/myworking | f8212303624940e5a2cd5de2c2a89a5fbf71c45e | 0 | Ansible/n42Apps/roles/mlt_nw_health_monitor | 7,298 | [
"no_license"
] | [
{
"path": "Ansible/n42Apps/roles/mlt_nw_health_monitor/files/health_scoring/mysql_status.sh",
"content": "#!/bin/bash\n\n## reading conf values\nwhile IFS='=' read -r key kval\ndo\n if [ \"$key\" = \"tsdbhost\" ]\n then\n tsdbhost=\"$kval\"\n elif [ \"$key\" = \"tsdbport\" ]\n then\n tsdbport=\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 17500,
"all_permissive": false
} |
ansible_role | phanikumarp/myworking | f8212303624940e5a2cd5de2c2a89a5fbf71c45e | 0 | Ansible/n42Apps/roles/mysqlAgent | 7,298 | [
"no_license"
] | [
{
"path": "Ansible/n42Apps/roles/mysqlAgent/templates/mysqlagent.conf.j2",
"content": "{\n \"agents\": [\n {\n \"app_name\":\"{{appname}}\",\n \"host_name\":\"{{mysqlhostname}}\",\n \"host_ip\" : \"{{mysqlagentip}}\",\n \"host\" : \"{{mysqlhostname}}\"\n \"metrics\" : \"statu... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 103861,
"all_permissive": false
} |
ansible_role | phanikumarp/myworking | f8212303624940e5a2cd5de2c2a89a5fbf71c45e | 0 | Ansible/n42Apps/roles/open_java | 7,298 | [
"no_license"
] | [
{
"path": "Ansible/n42Apps/roles/open_java/tasks/main.yml",
"content": "\n\n- include: java_open_centos.yml\n when: ansible_os_family == \"RedHat\"\n\n- include: java_open_debian.yml\n when: ansible_os_family == \"Debian\"\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 998,
"all_permissive": false
} |
ansible_role | phanikumarp/myworking | f8212303624940e5a2cd5de2c2a89a5fbf71c45e | 0 | Ansible/n42Apps/roles/openstackServiceStatus | 7,298 | [
"no_license"
] | [
{
"path": "Ansible/n42Apps/roles/openstackServiceStatus/files/openstack_service_status_centos.sh",
"content": "#!/bin/bash\n#. /root/keystonerc_admin\ntsdb=192.168.3.11\ntsdbPort=4343\nappName=AlgeriaOpenstack\nopenstack-status | grep \"neutron-\\|openvswitch\\|nova-\\|glance-\\|horizon-\\|swift-\\|ceilomet... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 8039,
"all_permissive": false
} |
ansible_role | phanikumarp/myworking | f8212303624940e5a2cd5de2c2a89a5fbf71c45e | 0 | Ansible/n42Apps/roles/packetbeat | 7,298 | [
"no_license"
] | [
{
"path": "Ansible/n42Apps/roles/packetbeat/tasks/packetbeat_centos.yml",
"content": "#- name: Install rpm\n# yum: pkg=rpm state=latest\n\n- name: update all packages\n yum: name=* update_cache=yes\n\n- name: creating directory\n file: \"state=directory path={{project_root}}/{{packetbeat_name}} owner=ro... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3313,
"all_permissive": false
} |
ansible_role | phanikumarp/myworking | f8212303624940e5a2cd5de2c2a89a5fbf71c45e | 0 | Ansible/n42Apps/roles/rabbitMqQuelength | 7,298 | [
"no_license"
] | [
{
"path": "Ansible/n42Apps/roles/rabbitMqQuelength/tasks/main.yml",
"content": "\n- include: rabbitMqQuelength_conf.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "Ansible/n42Apps/roles/rabbitMqQuelength/files/rabbitMqQuelength/rabbitMq_queue... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3056,
"all_permissive": false
} |
ansible_role | phanikumarp/myworking | f8212303624940e5a2cd5de2c2a89a5fbf71c45e | 0 | Ansible/n42Apps/roles/rtt | 7,298 | [
"no_license"
] | [
{
"path": "Ansible/n42Apps/roles/rtt/tasks/rtt_conf.yml",
"content": "- name: copying rtt gent to destination\n copy: src=rtt dest={{project_root}} owner=root group=root mode=0755\n\n- name: copy the master script from local\n copy: src=masterAgent.sh dest={{project_root}}\n\n- name: start rtt\n shell: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 9686,
"all_permissive": false
} |
ansible_role | phanikumarp/myworking | f8212303624940e5a2cd5de2c2a89a5fbf71c45e | 0 | Ansible/n42Apps/roles/tcollector | 7,298 | [
"no_license"
] | [
{
"path": "Ansible/n42Apps/roles/tcollector/tasks/tcollector_conf.yml",
"content": "- name: system update\n apt: update_cache=yes\n\n- name: creating directory\n file: \"state=directory path={{project_root}} owner=root group=root recurse=yes mode=0755\"\n\n- name: copying tcolloctor from local\n copy: sr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1306,
"all_permissive": false
} |
ansible_role | phanikumarp/myworking | f8212303624940e5a2cd5de2c2a89a5fbf71c45e | 0 | Ansible/n42Apps/roles/tenant | 7,298 | [
"no_license"
] | [
{
"path": "Ansible/n42Apps/roles/tenant/tasks/tenant_conf.yml",
"content": "- name: copying tenant gent to destination\n copy: src=tenant dest={{project_root}} owner=root group=root mode=0755\n \n- name: copy the master script from local\n copy: src=masterAgent.sh dest={{project_root}}\n \n- name: st... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6596,
"all_permissive": false
} |
ansible_role | Myash-New/ansible-vector-role | 9cee90affd91f3de22d09f30616a68a844b98923 | 0 | roles/vector | 7,298 | [
"no_license"
] | [
{
"path": "roles/vector/molecule/tox/molecule.yml",
"content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nplatforms:\n - name: centos7\n image: geerlingguy/docker-centos7-ansible:latest\n pre_build_image: true\n command: /usr/sbin/init\n volumes:\n - /sys/fs/cgroup:/sys/fs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 8766,
"all_permissive": false
} |
ansible_role | Server4001/nodejs-mysql-basebox | f70776f8c58656e5659f0d4a5aac17910083a9de | 1 | provisioners/ansible/roles/common | 7,298 | [
"no_license"
] | [
{
"path": "provisioners/ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Install man pages before anything else\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - man\n - man-pages\n\n- name: Install common packages\n yum:\n name: \"{{ item }}\"\n state: present\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | Server4001/nodejs-mysql-basebox | f70776f8c58656e5659f0d4a5aac17910083a9de | 1 | provisioners/ansible/roles/curl | 7,298 | [
"no_license"
] | [
{
"path": "provisioners/ansible/roles/curl/tasks/main.yml",
"content": "---\n- name: Add the CityFan repo\n copy:\n src: city-fan.repo\n dest: /etc/yum.repos.d/city-fan.repo\n owner: root\n group: root\n mode: 0644\n\n- name: Install the newest available version of cURL\n yum:\n name: cu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | Server4001/nodejs-mysql-basebox | f70776f8c58656e5659f0d4a5aac17910083a9de | 1 | provisioners/ansible/roles/iptables | 7,298 | [
"no_license"
] | [
{
"path": "provisioners/ansible/roles/iptables/tasks/main.yml",
"content": "---\n- name: Disable the iptables services\n service:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n with_items:\n - iptables\n - ip6tables\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | Server4001/nodejs-mysql-basebox | f70776f8c58656e5659f0d4a5aac17910083a9de | 1 | provisioners/ansible/roles/mongodb | 7,298 | [
"no_license"
] | [
{
"path": "provisioners/ansible/roles/mongodb/defaults/main.yml",
"content": "---\nmongodb_version: '4.0.5'\nmongodb_user: mongod\nmongodb_max_procs: 32000\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "provisioners/ansible/roles/mongodb/templat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1037,
"all_permissive": false
} |
ansible_role | Server4001/nodejs-mysql-basebox | f70776f8c58656e5659f0d4a5aac17910083a9de | 1 | provisioners/ansible/roles/mysql | 7,298 | [
"no_license"
] | [
{
"path": "provisioners/ansible/roles/mysql/tasks/mysql_secure_installation.yml",
"content": "---\n- name: Create new password for root user\n command: \"mysqladmin -u root password {{ mysql_root_password }}\"\n\n- name: Remove anonymous users\n mysql_user:\n name: \"\"\n host_all: yes\n state: a... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4757,
"all_permissive": false
} |
ansible_role | Server4001/nodejs-mysql-basebox | f70776f8c58656e5659f0d4a5aac17910083a9de | 1 | provisioners/ansible/roles/nginx | 7,298 | [
"no_license"
] | [
{
"path": "provisioners/ansible/roles/nginx/defaults/main.yml",
"content": "---\nnginx_version: '1.14.1'\nnginx_sendfile: \"off\"\nnginx_worker_processes: 1\nnginx_worker_connections: 1024\nnginx_server_config_dir: /etc/nginx/conf.d\nnginx_log_path: '/var/log/nginx'\nnginx_main_error_log: \"{{ nginx_log_pat... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4064,
"all_permissive": false
} |
ansible_role | Server4001/nodejs-mysql-basebox | f70776f8c58656e5659f0d4a5aac17910083a9de | 1 | provisioners/ansible/roles/nodejs | 7,298 | [
"no_license"
] | [
{
"path": "provisioners/ansible/roles/nodejs/tasks/includes.yml",
"content": "---\n- import_tasks: install/download_rpm.yml\n\n- import_tasks: install/add_nodejs_repo.yml\n\n- import_tasks: install/install_nodejs.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1544,
"all_permissive": false
} |
ansible_role | Server4001/nodejs-mysql-basebox | f70776f8c58656e5659f0d4a5aac17910083a9de | 1 | provisioners/ansible/roles/npm | 7,298 | [
"no_license"
] | [
{
"path": "provisioners/ansible/roles/npm/tasks/yarn.yml",
"content": "---\n- name: Download Yarn repo file\n get_url:\n url: https://dl.yarnpkg.com/rpm/yarn.repo\n dest: /etc/yum.repos.d/yarn.repo\n owner: root\n group: root\n mode: 0644\n checksum: sha1:da91775caef424acafb43eb8fe95005af... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | Server4001/nodejs-mysql-basebox | f70776f8c58656e5659f0d4a5aac17910083a9de | 1 | provisioners/ansible/roles/rabbitmq | 7,298 | [
"no_license"
] | [
{
"path": "provisioners/ansible/roles/rabbitmq/tasks/install_rabbitmq.yml",
"content": "---\n- name: Download the RabbitMQ RPM\n get_url:\n url: \"https://dl.bintray.com/rabbitmq/all/rabbitmq-server/{{ rabbitmq_version }}/rabbitmq-server-{{ rabbitmq_version }}-1.el6.noarch.rpm\"\n dest: \"{{ rabbitmq... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3092,
"all_permissive": false
} |
ansible_role | Server4001/nodejs-mysql-basebox | f70776f8c58656e5659f0d4a5aac17910083a9de | 1 | provisioners/ansible/roles/redis | 7,298 | [
"no_license"
] | [
{
"path": "provisioners/ansible/roles/redis/tasks/main.yml",
"content": "---\n- name: Install Redis\n yum:\n name: redis\n state: present\n\n- name: Configure Redis\n template:\n src: redis.conf.j2\n dest: /etc/redis.conf\n mode: 0640\n owner: redis\n group: root\n notify:\n - Resta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | Server4001/nodejs-mysql-basebox | f70776f8c58656e5659f0d4a5aac17910083a9de | 1 | provisioners/ansible/roles/supervisord | 7,298 | [
"no_license"
] | [
{
"path": "provisioners/ansible/roles/supervisord/tasks/main.yml",
"content": "---\n- import_tasks: install/main.yml\n\n- import_tasks: configure.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "provisioners/ansible/roles/supervisord/tasks/ins... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5309,
"all_permissive": false
} |
ansible_role | ELLIOTTCABLE/System | 67c888a4368ba5355111053966c85182ea2d36c6 | 28 | Infrastructure/roles/admin-user | 7,298 | [
"no_license"
] | [
{
"path": "Infrastructure/roles/admin-user/tasks/main.yaml",
"content": "# :vim: set ft=ansible :\n\n - tags:\n - admin-user\n block:\n\n - when: ansible_verbosity > 2\n ansible.builtin.debug:\n var: ansible_become_method\n\n - block:\n\n - name: Ensure become is available\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3395,
"all_permissive": false
} |
ansible_role | ELLIOTTCABLE/System | 67c888a4368ba5355111053966c85182ea2d36c6 | 28 | Infrastructure/roles/deno | 7,298 | [
"no_license"
] | [
{
"path": "Infrastructure/roles/deno/tasks/main.yaml",
"content": " # @action Installs Deno\n # Ensures Deno is installed on macOS, Linux, and Windows systems\n - name: Include tasks based on the operating system\n become: true\n block:\n - name: Include install tasks\n ansible.builtin.include_t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1849,
"all_permissive": false
} |
ansible_role | ELLIOTTCABLE/System | 67c888a4368ba5355111053966c85182ea2d36c6 | 28 | Infrastructure/roles/dokku-tweaks | 7,298 | [
"no_license"
] | [
{
"path": "Infrastructure/roles/dokku-tweaks/handlers/main.yaml",
"content": "# :vim: set ft=ansible :\n\n - name: Restart caddy proxy\n ansible.builtin.command: \"dokku caddy:{{ item }}\"\n with_items: ['stop', 'start']\n changed_when: true\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2475,
"all_permissive": false
} |
ansible_role | ELLIOTTCABLE/System | 67c888a4368ba5355111053966c85182ea2d36c6 | 28 | Infrastructure/roles/elliottcable-name | 7,298 | [
"no_license"
] | [
{
"path": "Infrastructure/roles/elliottcable-name/tasks/main.yaml",
"content": "# :vim: set ft=ansible :\n\n - tags: elliottcable.name\n block:\n\n - name: Create an elliottcable.name app\n dokku_app:\n app: elliottcable.name\n\n - name: Clone elliottcable.name repo\n dokku_clone:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 604,
"all_permissive": false
} |
ansible_role | ELLIOTTCABLE/System | 67c888a4368ba5355111053966c85182ea2d36c6 | 28 | Infrastructure/roles/firewall-tweaks | 7,298 | [
"no_license"
] | [
{
"path": "Infrastructure/roles/firewall-tweaks/tasks/main.yaml",
"content": "# :vim: set ft=ansible :\n\n - tags:\n - firewall\n block:\n\n - name: Run HTSALSWA 'firewall' role for actual setup\n ansible.builtin.import_role:\n name: firewall\n\n - name: Get control-node's public IP\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3461,
"all_permissive": false
} |
ansible_role | ELLIOTTCABLE/System | 67c888a4368ba5355111053966c85182ea2d36c6 | 28 | Infrastructure/roles/preroll | 7,298 | [
"no_license"
] | [
{
"path": "Infrastructure/roles/preroll/tasks/2_check_default_ssh_port.yaml",
"content": "# :vim: set ft=ansible :\n\n - tags:\n - always\n - connection-fallback\n block:\n\n - name: \"Test for (default) SSH port availability w/ netcat (22)\"\n delegate_to: localhost\n ansible.builtin.c... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 7246,
"all_permissive": false
} |
ansible_role | ELLIOTTCABLE/System | 67c888a4368ba5355111053966c85182ea2d36c6 | 28 | Infrastructure/roles/space-engineers | 7,298 | [
"no_license"
] | [
{
"path": "Infrastructure/roles/space-engineers/meta/main.yaml",
"content": "# :vim: set ft=ansible :\n\ndependencies:\n - role: firewall\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "Infrastructure/roles/space-engineers/defaults/main.yaml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1978,
"all_permissive": false
} |
ansible_role | ELLIOTTCABLE/System | 67c888a4368ba5355111053966c85182ea2d36c6 | 28 | Infrastructure/roles/windmill | 7,298 | [
"no_license"
] | [
{
"path": "Infrastructure/roles/windmill/tasks/main.yaml",
"content": "# :vim: set ft=ansible :\n\n - name: Check for database variables\n ansible.builtin.fail:\n msg: \"DB_USER, etc are not defined.\"\n when: db_url is not defined or db_url == \"\"\n\n tags:\n - windmill.server\n - windmil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 14224,
"all_permissive": false
} |
ansible_role | jhcarr/Fossa_Nova | 96201d9e2058b380719da4b23b6046185e0f9d38 | 0 | roles/utils | 7,298 | [
"no_license"
] | [
{
"path": "roles/utils/tasks/main.yml",
"content": "---\n# Package installation/configuration tasks\n- name: Get packages from system package manager\n become: yes\n package:\n name:\n - opensc\n - pcscd\n - pcsc-tools\n - subversion\n - ant\n - software-properties-common\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7235,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.