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
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/determine_kerberos_info
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/determine_kerberos_info/tasks/main.yml", "content": "- name: Determine Kerberos Info\n block:\n - name: Obtain Kerberos Information to check if enabled or not\n uri:\n url: \"{{ cloudera_manager_protocol }}://{{ groups['server'][0] }}:{{ cloudera_manager_port }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 763, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/determine_license_info
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/determine_license_info/tasks/main.yml", "content": "- name: Get Cloudera Manager License Info\n uri:\n url: \"{{ cloudera_manager_protocol }}://{{ groups['server'][0] }}:{{ cloudera_manager_port }}/\\\n api/{{ cloudera_manager_api_version }}/cm/license\"\n user: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 681, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/distribute_jdbc_drivers
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/distribute_jdbc_drivers/meta/argument_specs.yml", "content": "argument_specs:\n main:\n options:\n jdbc_remote_driver_directory:\n type: str\n required: false\n description: Path on remote to copy jdbc drivers to.\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 778, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/download_all_python_remote_requirements_for_offline_use
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/download_all_python_remote_requirements_for_offline_use/tasks/main.yml", "content": "- name: Collect remote requirements files & download all packages for offline use on the control node\n block:\n - name: Check if there are any remote requirements.txt files\n find:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1396, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/download_atlas_migration_tool
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/download_atlas_migration_tool/tasks/main.yml", "content": "- name: \"Download Atlas Migration Tool\"\n delegate_to: localhost\n run_once: true\n get_url:\n validate_certs: false\n url: \"{{ atlas_migration_tool_url }}\"\n dest: \"{{ atlas_migration_tool_download_di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/download_jdbc_drivers
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/download_jdbc_drivers/tasks/main.yml", "content": "- name: Download JDBC drivers, postgres or oracle jdbc type\n get_url:\n validate_certs: false\n url: \"{{ jdbc_driver_url }}\"\n dest: \"{{ jdbc_dir }}\"\n mode: \"0644\"\n when: database_type==\"postgresql\" or...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1168, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/download_python_for_offline_use
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/download_python_for_offline_use/vars/main.yml", "content": "python_url_base: \"https://www.python.org/ftp/python\"\npython_url: \"{{ python_url_base }}/{{ desired_remote_python_version }}/{{ python_archive_file }}\"\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 410, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/download_python_packages_from_requirement_file_for_offline_use
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/download_python_packages_from_requirement_file_for_offline_use/tasks/main.yml", "content": "- name: Download python package to \"{{ target_directory }}\" on localhost\n command: |\n \"{{ ansible_playbook_python }}\" -m pip download -r \"{{ requirements_file }}\" -d \"{{ ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/export_atlas_metadata
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/export_atlas_metadata/tasks/main.yml", "content": "- name: \"Set dir for atlas migration tool\"\n set_fact:\n atlas_migration_tool_dir: \"{{ backup_root_dir }}/atlas_migration_tool\"\n atlas_user: \"{{ atlas_user_name }}\"\n\n- name: \"Print atlas migration and migratio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1670, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/generate_kerberos_credential
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/generate_kerberos_credential/tasks/main.yml", "content": "- name: Generate Kerberos Credential in Cloudera Manger\n block:\n - name: Create request body for generating kerberos credential\n set_fact:\n request_body: '{\"items\": [\"{{ principal_name }}\"]}'\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 806, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/generate_kerberos_keytab
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/generate_kerberos_keytab/tasks/main.yml", "content": "---\n\n- block:\n - name: Delete local am2cm tmp dir\n file:\n path: \"{{ am2cm_local_tmp_dir }}/\"\n state: absent\n\n - name: Create local am2cm tmp dir\n file:\n path: \"{{ am2cm_loca...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2127, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/get_cm_cluster_display_name
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/get_cm_cluster_display_name/tasks/main.yml", "content": "- name: Get CM cluster display_name if not defined\n block:\n - name: Get CM cluster display_name\n get_cluster_display_name:\n cm_configuration: \"{{ cm_configuration_dictionary }}\"\n run_once: Tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/get_cm_service_keytab
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/get_cm_service_keytab/meta/main.yml", "content": "dependencies:\n - role: determine_api_version\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "am2cm-ansible/roles/get_cm_service_keytab/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1081, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/get_control_node_ip_address
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/get_control_node_ip_address/tasks/main.yml", "content": "# Note: this role should be either run first, or as a pre_task\n- name: Get ansible control node's IP address\n block:\n # ex. output: ansible_env['SSH_CLIENT']: 10.19.17.170 35754 22 <== the first token is always t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1173, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/get_db_host_from_jdbc_url
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/get_db_host_from_jdbc_url/tasks/main.yml", "content": "- name: Extract db_host from jdbc url\n set_fact:\n db_host: \"{{ jdbc_url | regex_search('(jdbc\\\\:)(postgresql\\\\:|mysql\\\\:|oracle\\\\:thin\\\\:\\\\@)(\\\\/\\\\/)(.*)(\\\\/'+ db_name + ')', '\\\\4') | first | reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/get_global_truststore_password
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/get_global_truststore_password/tasks/main.yml", "content": "- name: Get global_truststore_password if not defined\n block:\n - name: Get truststore password via API\n get_cm_truststore_password:\n cm_configuration: \"{{ cm_configuration_dictionary }}\"\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 447, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/get_host_python_version
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/get_host_python_version/tasks/main.yml", "content": "- name: Get python version from ansible_python_interpreter variable # for the hosts whose ansible_python_interpreter has already been defined before running this playbook\n block:\n # NOTE python2 writes version to stde...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 733, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/get_hostnames_where_role_group_is_located
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/get_hostnames_where_role_group_is_located/tasks/main.yml", "content": "- name: Role group to look for\n debug:\n var: role_group_filter\n delegate_to: localhost\n run_once: True\n\n- name: Gather cluster info from Cloudera Manager and load it into a variable\n get_hostn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/get_java_home_of_current_host
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/get_java_home_of_current_host/tasks/main.yml", "content": "- name: Get java home\n vars:\n cloudera_config_default_path: /opt/cloudera/cm-agent/service/common/cloudera-config.sh\n cloudera_config_cdh5_path: /usr/lib64/cmf/service/common/cloudera-config.sh\n block:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1399, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/get_loadbalancer_host_and_port
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/get_loadbalancer_host_and_port/tasks/ranger.yml", "content": "- name: Get Loadbalancer URL\n include_role:\n name: query_configuration_from_service\n vars:\n configuration_name: load_balancer_url\n configuration_type: SERVICE\n- name: Extract load_balancer_host and ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 709, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/get_safety_valve
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/get_safety_valve/defaults/main.yml", "content": "configuration_type: SERVICE\nconfiguration_format: XML", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "am2cm-ansible/roles/get_safety_valve/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2426, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/hdp_service_component
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/hdp_service_component/defaults/main.yml", "content": "---\naction: \"start\"\nwaiting_time: 15", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "am2cm-ansible/roles/hdp_service_component/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1481, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/import_loadbalancer_certificate_into_global_truststore
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/import_loadbalancer_certificate_into_global_truststore/tasks/main.yml", "content": "- block:\n - name: Get global_truststore_password if not defined\n import_role:\n name: get_global_truststore_password\n delegate_to: localhost\n when: global_truststor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1037, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/import_solr_collection
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/import_solr_collection/tasks/main.yml", "content": "- name: Collecting am2cm-solr-client info\n set_fact:\n am2cm_solr_client_config: \"{{ am2cm_solr_client_config | default(am2cm_solr_client_configuration_dictionary) | combine ( {item.key : item.value}) }}\"\n with_items...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 994, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/install_postgresql_queuemanager
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/install_postgresql_queuemanager/meta/main.yml", "content": "dependencies:\n - role: install_remote_python_dependencies\n vars:\n requirements_file: \"{{ cma_remote_root_dir }}/postgresql_remote_requirements.txt\"", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6242, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/install_remote_python_dependencies
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/install_remote_python_dependencies/tasks/main.yml", "content": "- name: make sure that we know the python version\n ansible.builtin.setup:\n gather_subset:\n - '!all'\n - '!min'\n - python_version\n- name: Install venv packages from requirements using remote...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 749, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/is_service_exists
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/is_service_exists/tasks/main.yml", "content": "- name: Does service exists\n block:\n - name: Service to be checked\n debug:\n var: service_name\n - name: Check service via CM API\n is_service_exists:\n service_name: \"{{ service_name }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 557, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/kinit
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/kinit/tasks/main.yml", "content": "- name: Check if role should run\n set_fact:\n skip: \"{{ skip_kinit | default(True) }}\"\n\n- name:\n block:\n\n - name: Assemble variables\n set_fact:\n service_keytab: \"{{ keytab | default(lookup('ansible.builtin.vars'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1425, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/prepare_to_backup_service
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/prepare_to_backup_service/tasks/main.yml", "content": "- name: \"Set backup dir for {{ service_name }} service\"\n set_fact:\n service_backup_dir: \"{{ backup_root_dir }}/{{ service_name }}\"\n\n- name: \"Clean up before backup {{ service_name }} service\"\n file:\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 574, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/prepare_to_rollback_service
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/prepare_to_rollback_service/tasks/main.yml", "content": "- name: \"Set backup directory for {{ service_name }} service\"\n set_fact:\n service_backup_dir: \"{{ backup_root_dir }}/{{ service_name }}\"\n\n- name: \"Check if the backup directory of {{ service_name }} service ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/query_configuration_from_service
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/query_configuration_from_service/tasks/main.yml", "content": "- name: Query configuration from Service\n query_configuration_value:\n cm_configuration: \"{{ cm_configuration_dictionary }}\"\n service_name: \"{{ service_name }}\"\n configuration_name: \"{{ configurati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 989, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/restart_service
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/restart_service/tasks/main.yml", "content": "- name: Restart service\n block:\n - name: Service to be restarted\n debug:\n var: service_name\n - name: Send restart service API request to CM server\n restart_service:\n service_name: \"{{ service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 665, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/restore_service_snapshot
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/restore_service_snapshot/meta/main.yml", "content": "---\ndependencies:\n - role: kinit\n vars:\n keytab: \"{{ hdfs_service_keytab }}\"\n principal: \"{{ hdfs_service_principal }}\"\n become_user: \"{{ hdfs_user_name }}\"\n skip_kinit: false\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1694, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/rollback_db
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/rollback_db/tasks/postgres.yml", "content": "- name: \"Rollback PostgreSQL\"\n community.postgresql.postgresql_db:\n state: restore\n name: \"{{ database_name }}\"\n target: \"{{ backup_name }}.sql\"\n login_user: \"{{ database_username }}\"\n login_password: \...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1648, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/run_role_command
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/run_role_command/tasks/main.yml", "content": "- name: Run role command\n block:\n - name: Service name, role(s) and the command that will be ran\n debug:\n msg: \"Service: {{ service_name }}, Roles: {{ cm_role_names }}, Command: {{ command }}\"\n - name: R...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 809, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/run_service_command
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/run_service_command/tasks/main.yml", "content": "- name: Run service command\n block:\n - name: Service name and the command that will be ran\n debug:\n msg: \"Service: {{ service_name }}, Command: {{ command }}\"\n - name: Run service command API request\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 753, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/secure_zookeeper
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/secure_zookeeper/tasks/main.yml", "content": "- name: Query the current value of 'zk_server_java_opts'\n include_role:\n name: query_configuration_from_service\n vars:\n configuration_name: \"zk_server_java_opts\"\n\n- name: Remove the '-Dzookeeper.skipACL=yes' string ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 794, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/set_ansible_playbook_python_as_desired_remote_python_version
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/set_ansible_playbook_python_as_desired_remote_python_version/tasks/main.yml", "content": "- name: Create desired_remote_python_version from ansible_playbook_python variable\n block:\n - name: Query and set desired_remote_python_version\n block:\n - name: Query ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 679, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/setup_am2cm_solr_client
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/setup_am2cm_solr_client/tasks/main.yml", "content": "- name: \"Create temp dir on host {{ inventory_hostname }}\"\n file:\n path: \"{{ am2cm_remote_dir }}\"\n mode: 0655\n state: directory\n become: yes\n\n- set_fact:\n local_am2cm_solr_client_tar_gz_path: \"{{ a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1088, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/start_all_services
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/start_all_services/tasks/main.yml", "content": "- name: Start all services\n block:\n - name: Send start all services API request to CM server\n start_all_services:\n cm_configuration: \"{{ cm_configuration_dictionary }}\"\n register: start_all_services_re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/start_hdp_service
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/start_hdp_service/tasks/main.yml", "content": "- name: Start HDP service\n block:\n - name: \"Starting {{ service_name }} in Ambari\"\n start_hdp_service:\n ambari_configuration: \"{{ ambari_configuration_dictionary }}\"\n service_name: \"{{ service_name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/stop_all_hdp_services
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/stop_all_hdp_services/tasks/main.yml", "content": "- name: Stop all hdp services\n block:\n - name: Stopping all services in hdp cluster\n stop_all_hdp_services:\n ambari_configuration: \"{{ ambari_configuration_dictionary }}\"\n register: stop_all_hdp_res...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 421, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/stop_hdp_service
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/stop_hdp_service/tasks/main.yml", "content": "- name: Stop HDP service\n block:\n - name: \"Stopping {{ service_name }} service in Ambari\"\n stop_hdp_service:\n ambari_configuration: \"{{ ambari_configuration_dictionary }}\"\n service_name: \"{{ service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/toggle_redaction
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/toggle_redaction/vars/main.yml", "content": "cloudera_scm_file_path: \"/etc/default/cloudera-scm-server\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "am2cm-ansible/roles/toggle_redaction/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2411, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/update_configuration_in_role_configuration_group
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/update_configuration_in_role_configuration_group/tasks/main.yml", "content": "- name: Update a property to a new value in a given service's role configuration group\n block:\n - name: Attempt update\n update_configuration_in_role_configuration_group:\n cm_confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 639, "all_permissive": false }
ansible_role
kevinbtalbert/cma-3.2.0.0-21
b2e2f860f916954662d3d31ac7db4fb7a731a20a
0
am2cm-ansible/roles/update_safety_valve
205
[ "no_license" ]
[ { "path": "am2cm-ansible/roles/update_safety_valve/meta/argument_specs.yml", "content": "argument_specs:\n main:\n options:\n service_name:\n type: str\n required: true\n name:\n type: str\n required: true\n description: \"Name of the safety valve to update\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2543, "all_permissive": false }
ansible_role
forbesmyester/base_provisioning
6127236ef3e0dc8e1dbd42979644c0cc0fef219e
0
docker/node/ansible/roles/node
205
[ "no_license" ]
[ { "path": "docker/node/ansible/roles/node/tasks/nodejs_install.yml", "content": "- name: 'Node.js: Install Dependencies'\n apt: state=present pkg={{ item }}\n with_items:\n - gcc\n - cpp\n - g++\n - automake1.9\n - autoconf\n - libtool\n - flex\n - bison\n - python-software-prop...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 921, "all_permissive": false }
ansible_role
forbesmyester/base_provisioning
6127236ef3e0dc8e1dbd42979644c0cc0fef219e
0
roles/_lib
205
[ "no_license" ]
[ { "path": "roles/_lib/tasks/service_configuration.yml", "content": "# Parameters\n# * service_file\n# * command\n# * chdir\n- name: 'Service: Setup'\n template: src=../templates/service_configuration.conf dest=/etc/init/{{ service_file }}.conf\n sudo: true\n", "license_type": "no_license", "det...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 281, "all_permissive": false }
ansible_role
mtwg/memoryhole-ansible
2629391a320e979758dc486b636f18cf7f1d1570
1
deploy/roles/freedomofpress.generate-ssl-cert
205
[ "no_license" ]
[ { "path": "deploy/roles/freedomofpress.generate-ssl-cert/tasks/main.yml", "content": "---\n# tasks file for generate-ssl-cert\n- include: setup_openssl.yml\n\n- include: manage_users.yml\n\n- include: generate_cert.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 9105, "all_permissive": false }
ansible_role
5kif4a/learn_ansible
48c9546e5fe6c95cbafd73173769495634e0410c
0
roles/nginx
204
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: \"Install nginx\"\n ansible.builtin.include_role:\n name: nginx\n\n- name: Replace default nginx html page\n ansible.builtin.include_role:\n name: nginx_config\n vars:\n nginx_config_html_demo_template_enable: true\n nginx_confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 987, "all_permissive": false }
ansible_role
5kif4a/learn_ansible
48c9546e5fe6c95cbafd73173769495634e0410c
0
roles/prometheus
204
[ "no_license" ]
[ { "path": "roles/prometheus/vars/main.yml", "content": "---\n# vars file for prometheus\nprometheus_archive_url: \"https://github.com/prometheus/prometheus/releases/download/v2.39.1/prometheus-2.39.1.linux-amd64.tar.gz\"\nprometheus_unpacked_directory: \"prometheus-2.39.1.linux-amd64\"\nprometheus_directory...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1866, "all_permissive": false }
ansible_role
salva999/Ansible-Drupal
51b7cc4be83cf12ac6a93ef8622a569a2d0b33df
0
roles/common
204
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Actualizar lista de paquetes\n apt: update_cache=yes\n- name: Instalación de paquetes\n apt: upgrade=dist\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
salva999/Ansible-Drupal
51b7cc4be83cf12ac6a93ef8622a569a2d0b33df
0
roles/database
204
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n- name: Instalación Postgresql\n apt: name={{ item }} state=latest\n loop:\n - postgresql\n - postgresql-contrib\n - libpq-dev\n - python-psycopg2\n\n- name: Configuración acceso remoto de cualquier dirección Ip\n template: src=postg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
salva999/Ansible-Drupal
51b7cc4be83cf12ac6a93ef8622a569a2d0b33df
0
roles/dns
204
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n- name: Instalación bind9\n apt:\n name: bind9 \n state: latest\n\n- name: Configurar zona\n template: src=named.conf.local dest=/etc/bind/named.conf.local\n notify: restart bind9\n\n- name: Configurar dns\n template: src=db.drupal.org dest=/v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 638, "all_permissive": false }
ansible_role
salva999/Ansible-Drupal
51b7cc4be83cf12ac6a93ef8622a569a2d0b33df
0
roles/drush
204
[ "no_license" ]
[ { "path": "roles/drush/tasks/main.yml", "content": "---\n- name: Descargar Composer\n get_url:\n url: https://getcomposer.org/installer\n dest: /home/vagrant\n mode: 0755\n\n- name: Instalar Composer\n shell: php installer && mv composer.phar /usr/local/bin/composer\n\n- name: Creación directorio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1591, "all_permissive": false }
ansible_role
salva999/Ansible-Drupal
51b7cc4be83cf12ac6a93ef8622a569a2d0b33df
0
roles/poblar_db
204
[ "no_license" ]
[ { "path": "roles/poblar_db/tasks/main.yml", "content": "---\n- name: Creacion de base de datos\n postgresql_db:\n name: \"{{ dbname }}\"\n- name: Creacion de usuario\n postgresql_user:\n db: \"{{ dbname }}\"\n name: \"{{ dbuser }}\"\n password: \"{{ <PASSWORD> }}\"\n priv: \"ALL\"\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
salva999/Ansible-Drupal
51b7cc4be83cf12ac6a93ef8622a569a2d0b33df
0
roles/servidorWeb
204
[ "no_license" ]
[ { "path": "roles/servidorWeb/tasks/main.yml", "content": "---\n- name: Instalación de apache2, PHP , unzip y cliente de postgresql\n apt: name={{ item }} state=latest\n loop:\n - apache2\n - php7.0\n - php7.0-pgsql\n - php7.0-gd\n - php7.0-mbstring\n - unzip\n - php7.0-xml\n - post...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
TansanMilMil/ansible-template
7c7ff100e16c3bbba4a24932db090a107dfa7230
0
roles/apt-install-packages
204
[ "no_license" ]
[ { "path": "roles/apt-install-packages/tasks/main.yml", "content": "---\n- name: apt update\n apt:\n update_cache: yes\n- name: apt upgrade\n apt:\n upgrade: yes\n- name: install apt packages\n apt:\n name:\n - vim\n - git\n - tig\n - ufw\n - chromium\n - jq\n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
TansanMilMil/ansible-template
7c7ff100e16c3bbba4a24932db090a107dfa7230
0
roles/apt-upgrade
204
[ "no_license" ]
[ { "path": "roles/apt-upgrade/tasks/main.yml", "content": "---\n- name: apt update\n shell:\n /bin/bash -lc 'apt update'\n- name: apt upgrade\n shell:\n /bin/bash -lc 'apt upgrade -y'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
TansanMilMil/ansible-template
7c7ff100e16c3bbba4a24932db090a107dfa7230
0
roles/osinfo
204
[ "no_license" ]
[ { "path": "roles/osinfo/tasks/main.yml", "content": "---\n- name: cat /etc/os-release\n shell: cat /etc/os-release\n register: result\n changed_when: no\n- name: show result\n debug:\n msg: \"{{result.stdout_lines}}\"\n- name: uname -a\n shell: uname -a\n register: result\n changed_when: no\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 475, "all_permissive": false }
ansible_role
TansanMilMil/ansible-template
7c7ff100e16c3bbba4a24932db090a107dfa7230
0
roles/ufw-init
204
[ "no_license" ]
[ { "path": "roles/ufw-init/tasks/main.yml", "content": "---\n- name: ufw already set\n shell: ufw status\n register: ufw_status\n changed_when: ufw_status.rc >= 1\n\n- name: reboot fro ufw\n ansible.builtin.reboot: reboot_timeout=300\n when: ufw_status.rc >= 1\n\n- name: enable ufw\n community.general....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
TansanMilMil/ansible-template
7c7ff100e16c3bbba4a24932db090a107dfa7230
0
roles/yum-upgrade
204
[ "no_license" ]
[ { "path": "roles/yum-upgrade/tasks/main.yml", "content": "---\n- name: yum upgrade\n shell:\n /bin/bash -lc 'yum update -y'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 68, "all_permissive": false }
ansible_role
minhthong582000/my-infrastructure
07f3974bb3cb9ee4ad8dadd5c871635238bf273d
8
ansible/roles/common
204
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "---\n- name: Install common packages for all Machines\n apt:\n pkg:\n - vim\n - git\n - curl\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
minhthong582000/my-infrastructure
07f3974bb3cb9ee4ad8dadd5c871635238bf273d
8
ansible/roles/git-server
204
[ "no_license" ]
[ { "path": "ansible/roles/git-server/tasks/main.yaml", "content": "---\n- name: Install Packages\n apt:\n state: present\n name:\n - git\n - acl\n\n- name: Git user\n user:\n name: git\n shell: /bin/bash\n\n- name: Keys allowed to use git\n authorized_key:\n user: git\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 519, "all_permissive": false }
ansible_role
minhthong582000/my-infrastructure
07f3974bb3cb9ee4ad8dadd5c871635238bf273d
8
ansible/roles/java-common
204
[ "no_license" ]
[ { "path": "ansible/roles/java-common/tasks/main.yaml", "content": "---\n- name: Update APT package manager repositories cache\n become: true\n apt:\n update_cache: yes\n\n- name: Install OpenJDK Java\n become: yes\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n default-jdk", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
minhthong582000/my-infrastructure
07f3974bb3cb9ee4ad8dadd5c871635238bf273d
8
ansible/roles/jenkins-server
204
[ "no_license" ]
[ { "path": "ansible/roles/jenkins-server/tasks/main.yaml", "content": "---\n- name: ensure the jenkins apt repository key is installed\n apt_key: \n url: https://pkg.jenkins.io/debian-stable/jenkins.io.key\n state: present\n\n- name: ensure the repository is configured\n apt_repository: \n repo: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
minhthong582000/my-infrastructure
07f3974bb3cb9ee4ad8dadd5c871635238bf273d
8
ansible/roles/nginx-common
204
[ "no_license" ]
[ { "path": "ansible/roles/nginx-common/tasks/main.yaml", "content": "---\n- name: Install nginx for nodejs-nginx machine\n apt:\n name: nginx\n state: present\n\n- name: Make sure Nginx is running\n service:\n name: nginx\n state: started\n enabled: yes", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
gchenuet/docker-swarm-playbook
d1719c2436535d2505f137f755606e670c6dbdfb
0
roles/common
204
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Setup Ansible pre-requisite\n command: apt-get install aptitude\n\n- name: Setup pre-requisite packages\n apt: name=apt-transport-https update_cache=yes\n\n- name: Setup Docker repository\n apt_repository: repo='deb https://apt.dockerproje...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 683, "all_permissive": true }
ansible_role
gchenuet/docker-swarm-playbook
d1719c2436535d2505f137f755606e670c6dbdfb
0
roles/consul
204
[ "permissive" ]
[ { "path": "roles/consul/tasks/main.yml", "content": "---\n\n- name: Start Consul container\n docker_container:\n name: consul\n image: progrium/consul\n state: started\n command: -server -advertise {{ ansible_eth0.ipv4.address }} -bootstrap-expect 3\n volumes: /mnt:/data\n ports:\n - \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 694, "all_permissive": true }
ansible_role
gchenuet/docker-swarm-playbook
d1719c2436535d2505f137f755606e670c6dbdfb
0
roles/docker
204
[ "permissive" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Docker Engine setup\n apt: name=docker-engine state=present update_cache=yes\n\n- name: Modify Docker deamon configuration file 1/2\n lineinfile:\n dest=/lib/systemd/system/docker.service\n line=EnvironmentFile=/etc/default/docker\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 943, "all_permissive": true }
ansible_role
gchenuet/docker-swarm-playbook
d1719c2436535d2505f137f755606e670c6dbdfb
0
roles/swarm-manager
204
[ "permissive" ]
[ { "path": "roles/swarm-manager/tasks/main.yml", "content": "---\n- name: Start Consul container\n docker_container:\n name: consul\n image: progrium/consul\n state: started\n command: \"-server -advertise {{ ansible_eth0.ipv4.address }} -join {{ consul_ip }}\"\n volumes: /mnt:/data\n port...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 968, "all_permissive": true }
ansible_role
gchenuet/docker-swarm-playbook
d1719c2436535d2505f137f755606e670c6dbdfb
0
roles/swarm-node
204
[ "permissive" ]
[ { "path": "roles/swarm-node/tasks/main.yml", "content": "---\n- name: Join nodes to Docker Swarm cluster\n docker:\n name: swarm\n image: swarm\n command: \"join --advertise {{ ansible_eth0.ipv4.address }}:2375 consul://{{ consul_ip }}:8500\"\n state: started\n", "license_type": "permissive...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": true }
ansible_role
Sofrecom-Pfe/Roles_Infra
6ea8516b43f4dc0a4663c0a04a00f8266f38dd11
0
roles/fetch
204
[ "no_license" ]
[ { "path": "roles/fetch/vars/main.yml", "content": "---\n# vars file for fetch\nworker_file_path: \"/home/cloud/ansible/telnet_output.txt\"\nfile_restore_path: \"/home/cloud/Roles_Infra/reports/telnet_output_{{ inventory_hostname }}.txt\"\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 370, "all_permissive": false }
ansible_role
Sofrecom-Pfe/Roles_Infra
6ea8516b43f4dc0a4663c0a04a00f8266f38dd11
0
roles/git-push
204
[ "no_license" ]
[ { "path": "roles/git-push/defaults/main.yml", "content": "---\n# defaults file for git-push", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/git-push/tasks/main.yml", "content": "---\n# tasks file for git-push\n\n- name: Copy the file to t...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1402, "all_permissive": false }
ansible_role
Sofrecom-Pfe/Roles_Infra
6ea8516b43f4dc0a4663c0a04a00f8266f38dd11
0
roles/reports
204
[ "no_license" ]
[ { "path": "roles/reports/tasks/main.yml", "content": "---\n# tasks file for reports\n- name: Generate report\n set_fact:\n report: |\n Facts for {{ inventory_hostname }}:\n {% for item in telnet_output.results %}\n {% if item.changed == True %}\n Telnet connection status for {{ a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": false }
ansible_role
Sofrecom-Pfe/Roles_Infra
6ea8516b43f4dc0a4663c0a04a00f8266f38dd11
0
roles/send-email
204
[ "no_license" ]
[ { "path": "roles/send-email/tasks/main.yml", "content": "- name: Copying the content of the report\n slurp:\n src: \"{{ src_copy_file }}\" \n register: file_content\n\n- name: Send email with file content\n mail:\n host: \"{{ email_host }}\"\n port: \"{{ email_port }}\"\n username: \"{{ email...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 716, "all_permissive": false }
ansible_role
Sofrecom-Pfe/Roles_Infra
6ea8516b43f4dc0a4663c0a04a00f8266f38dd11
0
roles/telnet-test
204
[ "no_license" ]
[ { "path": "roles/telnet-test/vars/main.yml", "content": "---\n# vars file for telnet-test\n\n\nsrc_path: \"/home/cloud/Roles_Infra/json_files/file1.json\"\ndest_worker_path: \"/home/cloud/ansible/file1.json\" \n\n\n#file_name : /root/ansible/report_{{ ansible_hostname }}_{{ ansible_date_time.date }}_{{ ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1488, "all_permissive": false }
ansible_role
dell-examples/ansible_ppdd
c2512becc201686311c43a5ebcb8aa2bed0f3f84
0
roles/get_ppdd_token
204
[ "no_license" ]
[ { "path": "roles/get_ppdd_token/tasks/main.yml", "content": "- name: Get PPDD Token\n uri:\n method: POST\n url: \"{{ ppdd_baseurl }}:{{ ppdd_port }}/{{ ppdd_api_ver }}/auth\"\n body:\n username: \"{{ username | string }}\"\n password: \"{{ <PASSWORD> | string }}\"\n body_format: json...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
Smail-k/Ansible-Nginx-automating-
248ab62518ac6cba8f652132ade875216360e682
2
roles/nfs-client
204
[ "no_license" ]
[ { "path": "roles/nfs-client/tasks/main.yml", "content": "---\n- name: install nfs client.\n apt:\n name=nfs-common\n state=present\n\n- name: Create mountable dir\n file: path=/nginx state=directory mode=777 owner=root group=root\n\n- name: set mountpoints\n mount: path=/nginx src={{ nfs_admin }}:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
Smail-k/Ansible-Nginx-automating-
248ab62518ac6cba8f652132ade875216360e682
2
roles/nfs-server
204
[ "no_license" ]
[ { "path": "roles/nfs-server/tasks/main.yml", "content": "---\n- name: Create mountable dir\n file: path=/nginx state=directory mode=777 owner=root group=root\n\n- name: install NFS.\n apt: name={{ item }} state=present\n with_items:\n - nfs-common\n - nfs-kernel-server\n - portmap\n- name: updat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
Smail-k/Ansible-Nginx-automating-
248ab62518ac6cba8f652132ade875216360e682
2
roles/nginx
204
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "--- \r\n- name: \"apt-get update\"\r\n apt:\r\n update_cache: yes\r\n\r\n- name : install the latest version of nginx\r\n apt : name=nginx state=latest\r\n\r\n- debug : \r\n var : &currentip \"{{ hostvars[inventory_hostname]['ansible_env'].SSH_CON...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1407, "all_permissive": false }
ansible_role
Smail-k/Ansible-Nginx-automating-
248ab62518ac6cba8f652132ade875216360e682
2
roles/php
204
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\r\n\r\n- name: Install needed php extensions\r\n apt:\r\n name: \"{{ item }}\"\r\n state: present\r\n with_items:\r\n - php7.3-fpm\r\n - php7.3-mysql\r\n - php7.3-curl \r\n - php7.3-gd \r\n - php7.3-intl \r\n - php7.3-mbstring \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
Smail-k/Ansible-Nginx-automating-
248ab62518ac6cba8f652132ade875216360e682
2
roles/wordpress
204
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\r\n- name: Download wordpress \r\n get_url : \r\n url : https://wordpress.org/wordpress-latest.tar.gz\r\n dest : /nginx/wordpress-latest.tar.gz\r\n \r\n\r\n- name : Extract Wordpress \r\n unarchive : \r\n src : /nginx/wordpress-latest....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4271, "all_permissive": false }
ansible_role
fangzhenyi/simple-deployer
f9eed2afcbefce275a6575ea6c21fd47c95efec5
0
playbooks/roles/env_prepare
204
[ "no_license" ]
[ { "path": "playbooks/roles/env_prepare/templates/hosts.tpl", "content": "127.0.0.1 localhost\n{% for host in groups['all'] %}\n{{ hostvars[host]['ansible_ssh_host'] }} {{ hostvars[host]['inventory_hostname'] }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 631, "all_permissive": false }
ansible_role
memoor72/Tretennetworks_k8s_Project
e43816a959978c3ae3fa6c25e21b7ae52ab3af74
0
roles/K8s_dependencies
204
[ "no_license" ]
[ { "path": "roles/K8s_dependencies/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - K8s_dependencies\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/K8s_dependencies/handlers/main.yml", "content"...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3096, "all_permissive": false }
ansible_role
memoor72/Tretennetworks_k8s_Project
e43816a959978c3ae3fa6c25e21b7ae52ab3af74
0
roles/metallb_setup
204
[ "no_license" ]
[ { "path": "roles/metallb_setup/defaults/main.yml", "content": "---\n# defaults file for metallb_setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/metallb_setup/tasks/main.yml", "content": "# tasks file for metallb_setup\n\n- name: C...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3418, "all_permissive": false }
ansible_role
memoor72/Tretennetworks_k8s_Project
e43816a959978c3ae3fa6c25e21b7ae52ab3af74
0
roles/mongodb_server_setup
204
[ "no_license" ]
[ { "path": "roles/mongodb_server_setup/defaults/main.yml", "content": "---\n# defaults file for mongodb_server_setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/mongodb_server_setup/tasks/setup_mongodb_server.yml", "content": "# task...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2389, "all_permissive": false }
ansible_role
memoor72/Tretennetworks_k8s_Project
e43816a959978c3ae3fa6c25e21b7ae52ab3af74
0
roles/mysql_server_deployment
204
[ "no_license" ]
[ { "path": "roles/mysql_server_deployment/handlers/main.yml", "content": "# handlers file for mysql_server_deployment\n- name: restart mysql\n systemd:\n name: mysql\n state: restarted\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3152, "all_permissive": false }
ansible_role
memoor72/Tretennetworks_k8s_Project
e43816a959978c3ae3fa6c25e21b7ae52ab3af74
0
roles/nfs_server_setup
204
[ "no_license" ]
[ { "path": "roles/nfs_server_setup/tasks/deploy_nfs_server.yml", "content": "# tasks file for nfs_server_setup\n- hosts: nfs_storage\n become: yes\n- name: Include variables\n include_vars: group_vars.yml\n tasks:\n - name: Install NFS server package\n apt:\n name: nfs-kernel-server\n state:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1044, "all_permissive": false }
ansible_role
pvamos/alpine-k3s
6133ac451b0dc89ce6a68b2e2258ca336b08e4d0
0
roles/alpine_kernelparams
204
[ "no_license" ]
[ { "path": "roles/alpine_kernelparams/tasks/main.yaml", "content": "---\n\n# Alpine linux kernel parameters configuration\n\n- name: Test connection with user {{ ansible_user }} on port {{ ansible_port }}\n ping:\n\n- name: Set net forwarding kernel params\n copy:\n dest: /etc/sysctl.d/forwarding.conf\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2445, "all_permissive": false }
ansible_role
pvamos/alpine-k3s
6133ac451b0dc89ce6a68b2e2258ca336b08e4d0
0
roles/alpine_latest
204
[ "no_license" ]
[ { "path": "roles/alpine_latest/tasks/main.yaml", "content": "---\n\n# Alpine linux latest stable APK repo configuration\n\n- name: Test connection with user {{ ansible_user }} on port {{ ansible_port }}\n ping:\n\n- name: Set /etc/apk/repositories to latest-stable/main, latest-stable/community and #edge/te...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 821, "all_permissive": false }
ansible_role
pvamos/alpine-k3s
6133ac451b0dc89ce6a68b2e2258ca336b08e4d0
0
roles/alpine_longhorn
204
[ "no_license" ]
[ { "path": "roles/alpine_longhorn/tasks/main.yaml", "content": "---\n\n# Alpine linux kubernetes Longhorn storage\n# configuring requirements:\n# https://longhorn.io/docs/1.8.0/deploy/install/#installation-requirements\n\n- name: Test connection with ping\n ansible.builtin.ping:\n\n- name: Install open-iscs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8130, "all_permissive": false }
ansible_role
pvamos/alpine-k3s
6133ac451b0dc89ce6a68b2e2258ca336b08e4d0
0
roles/alpine_ufw
204
[ "no_license" ]
[ { "path": "roles/alpine_ufw/tasks/main.yaml", "content": "---\n# Alpine Linux UFW configuration for HA k3s cluster with VXLAN and embedded etcd\n\n- name: Test connection with user {{ ansible_user }} on port {{ ansible_port }}\n ping:\n\n- name: Detect public IP\n ansible.builtin.shell: curl -s http://ipv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4190, "all_permissive": false }
ansible_role
NewErr0r/ansible-my-roles
f4b59d6486b48d272a6232205d5cc74fe210ac61
1
roles/deploy_mariadb_and_create_db_user_priv
204
[ "no_license" ]
[ { "path": "roles/deploy_mariadb_and_create_db_user_priv/defaults/main.yml", "content": "---\nmysql_root_password: \"<PASSWORD>\"\nmysql_create_database: \"test_db\"\nmysql_create_user: \"test_user\"\nmysql_user_password: \"<PASSWORD>\"\nmysql_login_user: \"root\"\ndestin_folder_centos_mariadb_server_cnf: /e...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3523, "all_permissive": false }
ansible_role
NewErr0r/ansible-my-roles
f4b59d6486b48d272a6232205d5cc74fe210ac61
1
roles/deploy_nginx_web
204
[ "no_license" ]
[ { "path": "roles/deploy_nginx_web/files/script.js", "content": "\nfunction marian()\n{ document.getElementById('pokaz').innerHTML='';\n let pokaz=document.getElementById('pokaz');\n \n pokaz.insertAdjacentHTML('beforeend', \"<img style=align:center src=marian.webp>\");\n}\nfunction puerto()\n{ d...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4048, "all_permissive": false }
ansible_role
NewErr0r/ansible-my-roles
f4b59d6486b48d272a6232205d5cc74fe210ac61
1
roles/deploy_postgresql
204
[ "no_license" ]
[ { "path": "roles/deploy_postgresql/defaults/main.yml", "content": "---\npostgresql_version: \"14\"\npostgresql_bin_path: \"/usr/lib/postgresql/{{ postgresql_version }}/bin\"\npostgresql_data_dir: \"/var/lib/postgresql/{{ postgresql_version }}/main\"\nansible_ssh_pipelining: true ", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1925, "all_permissive": false }
ansible_role
NewErr0r/ansible-my-roles
f4b59d6486b48d272a6232205d5cc74fe210ac61
1
roles/postgresql_create_db_user_role_remote-access
204
[ "no_license" ]
[ { "path": "roles/postgresql_create_db_user_role_remote-access/tasks/main.yml", "content": "---\n - block: #=======Block for REDHAT=======\n - name: Utility present for CentOS\n yum: \n name: python3-psycopg2\n state: present\n when: ansible_os_family == \"RedHat\"\n\n - block: #==...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2570, "all_permissive": false }
ansible_role
krisanovdev/AWS-Blockchain
2fd4bfbdacc19e5a31d22a85713279c9b486ae82
4
ansible/roles/cadvisor
204
[ "no_license" ]
[ { "path": "ansible/roles/cadvisor/tasks/main.yml", "content": "---\n- name: Pull image\n docker_image:\n name: '{{ cadvisor_image }}'\n force: true\n\n- name: Start cadvisor\n docker_container:\n image: '{{ cadvisor_image }}'\n name: '{{ cadvisor_container_name }}'\n memory: '{{ ansible_mem...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 679, "all_permissive": false }
ansible_role
krisanovdev/AWS-Blockchain
2fd4bfbdacc19e5a31d22a85713279c9b486ae82
4
ansible/roles/eth_node
204
[ "no_license" ]
[ { "path": "ansible/roles/eth_node/defaults/main.yml", "content": "---\nnode_port: 30300\nrpc_port: 8540\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "ansible/roles/eth_node/templates/node.toml", "content": "[parity]\nchain = \"/tmp/spec.j...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5188, "all_permissive": false }
ansible_role
krisanovdev/AWS-Blockchain
2fd4bfbdacc19e5a31d22a85713279c9b486ae82
4
ansible/roles/grafana
204
[ "no_license" ]
[ { "path": "ansible/roles/grafana/defaults/main.yml", "content": "---\ngrafana_image_name: grafana/grafana\ngrafana_image_tag: latest\ngrafana_image: '{{ grafana_image_name }}:{{ grafana_image_tag }}'\ngrafana_container_name: grafana\ngrafana_dir: /tmp/grafana\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1432, "all_permissive": false }