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
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Azure/Blobs/Ansible/roles/run_powershell_via_ansible
7,588
[ "no_license" ]
[ { "path": "Azure/Blobs/Ansible/roles/run_powershell_via_ansible/tasks/run_powershell_via_ansible.yaml", "content": " \n- name: Run PowerShell via Ansible\n block:\n - name: Upload Tableau Backup Files to Azure Blob Storage.\n ansible.windows.win_powershell:\n script: |\n $env:A...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2744, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Azure/Blobs/Ansible/roles/start_virtual_machine
7,588
[ "no_license" ]
[ { "path": "Azure/Blobs/Ansible/roles/start_virtual_machine/tasks/start_virtual_machine.yaml", "content": " \n\n\n\n- name: Start Azure Virtual Machines and wait for ALL Azure Virtual Machines to start.\n block:\n - name: Start Azure Virtual Machine.\n azure_rm_virtualmachine:\n subscription...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 891, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
CyberArk/Ansible/roles/get_cyberark_password
7,588
[ "no_license" ]
[ { "path": "CyberArk/Ansible/roles/get_cyberark_password/tasks/OLD_get_cyberark_password.yaml", "content": "\n\n- name: Task | Get CyberArk Password\n cyberark.pas.cyberark_credential:\n api_base_url: \"{{ CyberArk_API_Base_URL }}\"\n validate_certs: false\n client_cert: \"{{ CyberArk_Cert }}\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4843, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Email/Ansible/roles/send_email
7,588
[ "no_license" ]
[ { "path": "Email/Ansible/roles/send_email/tasks/send_email.yaml", "content": "\n# The ansible_failed_task and ansible_failed_result are built in default varriables for Ansible.\n- name: Send E-Mail\n community.general.mail:\n to: \"{{ Recipient_Email_Address }}\"\n from: \"{{ Sender_Email_Address }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Networking/Ansible/roles/nslookup
7,588
[ "no_license" ]
[ { "path": "Networking/Ansible/roles/nslookup/tasks/nslookup.yaml", "content": "\n- name: NsLookUP \n block:\n - name: NsLookUP\n shell: |\n nslookup google.com\n register: nslookup_output\n\n - name: Set Ansible Fact\n ansible.builtin.set_fact:\n Canonical_Name: \"{{ nslo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 352, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Networking/Ansible/roles/ping_host
7,588
[ "no_license" ]
[ { "path": "Networking/Ansible/roles/ping_host/tasks/ping_host.yaml", "content": " \n- name: Ping Host\n block:\n - name: Ping Host\n shell: |\n ping -c 1 \"{{ item }}\"\n ignore_errors: yes\n loop: \"{{ Server_Names }}\"\n register: Ping_Output\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Sectigo/Ansible/roles/copy-certs-to-server
7,588
[ "no_license" ]
[ { "path": "Sectigo/Ansible/roles/copy-certs-to-server/tasks/copy-certs-to-server.yaml", "content": "- name: Copy Certificates to the server - Block\n block:\n - name: Check if the certs folder exists\n win_stat:\n path: \"{{ cert_dir_for_sslid }}\"\n register: cert_dir_check\n\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1669, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Sectigo/Ansible/roles/create-sectigo-cert
7,588
[ "no_license" ]
[ { "path": "Sectigo/Ansible/roles/create-sectigo-cert/defaults/main.yaml", "content": "---\n# Paths\nroot_ca_name: root.cer\nintermediate_ca_name: development.cer\npkcs12_file_name: \"{{ alias_name }}.pfx\"\njks_file_name: \"{{ alias_name }}.jks\"\nprivatekey_file_name: \"{{ alias_name }}.key\" \nunencrypted...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 13487, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Sectigo/Ansible/roles/enable-sectigo-cert
7,588
[ "no_license" ]
[ { "path": "Sectigo/Ansible/roles/enable-sectigo-cert/tasks/create-sectigo-cert.yaml", "content": "# This playbook is used to create a Sectigo certificate for Tableau Server using Ansible.\n- name: Enable Certificates - Block\n block:\n - name: tsm security external-ssl enable cert file\n ansible.wi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1387, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Sectigo/Ansible/roles/revoke-sectigo-cert
7,588
[ "no_license" ]
[ { "path": "Sectigo/Ansible/roles/revoke-sectigo-cert/tasks/revoke-sectigo-cert.yaml", "content": "## page 103 - comming soon \n\n- name: Revoke Certificates - Block\n block:\n - name: \n ansible.builtin.uri:\n url: \"https://{{ api_url }}/ssl/v1/revoke/{{ item }}\"\n method: POST\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 641, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/add_seservicelogonright_right
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/add_seservicelogonright_right/tasks/add_seservicelogonright_right.yaml", "content": "- name: service logonright_right\n block:\n - name: Stop Windows Server Service TableauResourceMonitoringTool.\n ansible.windows.win_service:\n name: \"{{ Tableau_RMT_Service...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1917, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/check_active_cluster
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/check_active_cluster/tasks/check_active_cluster.yaml", "content": "# Move up 4 levels:\n# zachariah-mayfield/Tableau/Ansible/roles/check_active_cluster/tasks/ # This is where you are at now.\n# tasks is where you are at now.\n# ../ → roles/check_active_cluster/ # This is up ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1287, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/copy_cert_files
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/copy_cert_files/tasks/copy_cert_files.yaml", "content": "\n- name: copy cert files\n block:\n - name: Copy the TableauRMT.p12 Certificate file from the Tableau Master Node to.\n ansible.builtin.win_copy:\n src: \"{{ TableauRMTp12_Cert_Source }}\"\n des...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1111, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/create_active_hosts_group_to_target
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/create_active_hosts_group_to_target/tasks/create_active_hosts_group_to_target.yaml", "content": "# Original list of targeted hosts will be defined in the Main PlayBook YAML file or from a Ping Hosts results YAML file variable.\n\n- name: Create Active_Cluster server group to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1237, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/create_tableau_server_rmt_environment
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/create_tableau_server_rmt_environment/tasks/create_tableau_server_rmt_environment.yaml", "content": "\n- name: Check for existing RMT environments and create the Tableau Server RMT Environment.\n block:\n - name: Check for existing RMT environments.\n ansible.window...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2007, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/download_datasource
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/download_datasource/tasks/download_datasource.yaml", "content": "##\n- name: Initialize an empty list to store project datasource content\n ansible.builtin.set_fact:\n Project_Datasource_Content: []\n delegate_to: localhost\n run_once: true\n\n- name: Reset page size a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3371, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/dynamic_topology
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/dynamic_topology/defaults/main.yaml", "content": "\ntableau_status_running: \"Status: RUNNING\"\ntableau_status_stopped: \"Status: STOPPED\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "Tableau/Ansible/roles/dy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1887, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/get_all_tableau_groups_for_a_site
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/get_all_tableau_groups_for_a_site/tasks/get_all_tableau_groups_for_a_site.yaml", "content": "- name: Get ALL of the Tableau Groups for a Site.\n block:\n - name: Get ALL of the Tableau Groups for a Site.\n ansible.builtin.url:\n url: \"https://{{ TableauServe...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3594, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/get_all_tableau_sites
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/get_all_tableau_sites/tasks/get_all_tableau_sites.yaml", "content": "- name: Get ALL of the Tableau Sites.\n block:\n - name: Get ALL of the Tableau Sites.\n ansible.builtin.url:\n url: \"https://{{ TableauServerName }}/api/{{ Tableau_API_Version }}/sites\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1425, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/get_all_tableau_users_for_a_group
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/get_all_tableau_users_for_a_group/tasks/get_all_tableau_users_for_a_group.yaml", "content": "- name: Get ALL of the Tableau Users for a Group.\n block:\n - name: Get ALL of the Tableau Users for a Group.\n ansible.builtin.url:\n url: \"https://{{ TableauServe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1512, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/get_project_datasource_content
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/get_project_datasource_content/tasks/get_project_datasource_content.yaml", "content": "##\n- name: Initialize an empty list to store project datasource content\n ansible.builtin.set_fact:\n Project_Datasource_Content: []\n delegate_to: localhost\n run_once: true\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1701, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/get_tableau_server_authentication_token
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/get_tableau_server_authentication_token/tasks/get_tableau_server_authentication_token.yaml", "content": "\n- name: Get the API Version of your Tableau Server and Get a Tableau Authentication API Token.\n block:\n# The 3.1 in the URL string is just a stab at what the API Ver...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2105, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/list_datasources
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/list_datasources/tasks/list_datasources.yaml", "content": "##\n- name: Initialize an empty list to store datasources\n ansible.builtin.set_fact:\n datasources: []\n delegate_to: localhost\n run_once: true\n\n- name: Reset page size and page number\n ansible.builtin.se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1467, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/list_groups
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/list_groups/tasks/list_groups.yaml", "content": "##\n- name: Initialize an empty list to store groups\n ansible.builtin.set_fact:\n groups: []\n delegate_to: localhost\n run_once: true\n\n- name: Reset page size and page number\n ansible.builtin.set_fact:\n pageSiz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1341, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/list_projects
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/list_projects/tasks/list_projects.yaml", "content": "##\n- name: Initialize an empty list to store projects\n ansible.builtin.set_fact:\n projects: []\n delegate_to: localhost\n run_once: true\n\n- name: Reset page size and page number\n ansible.builtin.set_fact:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1389, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/list_sites
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/list_sites/tasks/list_sites.yaml", "content": "##\n- name: Initialize an empty list to store sites\n ansible.builtin.set_fact:\n sites: []\n delegate_to: localhost\n run_once: true\n\n- name: Reset page size and page number\n ansible.builtin.set_fact:\n pageSize: 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1287, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/list_users
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/list_users/tasks/list_users.yaml", "content": "##\n- name: Initialize an empty list to store users\n ansible.builtin.set_fact:\n users: []\n delegate_to: localhost\n run_once: true\n\n- name: Reset page size and page number\n ansible.builtin.set_fact:\n pageSize: 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1347, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/list_workbooks
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/list_workbooks/tasks/list_workbooks.yaml", "content": "##\n- name: Initialize an empty list to store workbooks\n ansible.builtin.set_fact:\n workbooks: []\n delegate_to: localhost\n run_once: true\n\n- name: Reset page size and page number\n ansible.builtin.set_fact:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1413, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/set_project_permissions
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/set_project_permissions/defaults/main.yaml", "content": "##\nJSON_BODY:\n permissions:\n granteeCapabilities:\n - capabilities:\n capability:\n - name: \"Read\"\n mode: \"Allow\"\n - name: \"Write\"\n mode: \"Allow\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1720, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/tableau_server_backup
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/tableau_server_backup/defaults/main.yaml", "content": "Tableau_Cleanup_Completed: \"Cleanup completed\"\n\nTableau_File_Written: \"Configuration file written to\"\n\nTableau_Backup_Written: \"Backup written to\"\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3387, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/update_project
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/update_project/tasks/update_project_permissions.yaml", "content": "##\n- name: Update Project Permissions\n ansible.builtin.uri:\n url: \"https://{{ TableauServerName }}/api/{{ Tableau_API_Version }}/sites/{{ Tableau_Site_ID }}/projects/{{ Project_ID }}\"\n method: PU...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1225, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/upload_datasource
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/upload_datasource/tasks/upload_datasource.yaml", "content": "##\n- name: Initialize an empty list to store project datasource content\n ansible.builtin.set_fact:\n Project_Datasource_Content: []\n delegate_to: localhost\n run_once: true\n\n- name: Reset page size and p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5552, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Tableau/Ansible/roles/verify_tableau_rmt_installation
7,588
[ "no_license" ]
[ { "path": "Tableau/Ansible/roles/verify_tableau_rmt_installation/tasks/verify_tableau_rmt_installation.yaml", "content": "\n- name: RMT_Installation Verification\n block:\n - name: Verify Tableau RMT installation in server log. This task uses a windows Find command.\n ansible.windows.win_shell: |\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 947, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Windows_Server/Miscellaneous/Ansible/roles/connect_to_windows_servers_with_ansible
7,588
[ "no_license" ]
[ { "path": "Windows_Server/Miscellaneous/Ansible/roles/connect_to_windows_servers_with_ansible/tasks/add_host.yaml", "content": "\n- name: Start PlayBook and add Collections\n hosts: localhost\n collections: \n - cyberark.pas\n # environment: \n tasks: \n\n# Ansible - port 5985 is the default port for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 657, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Windows_Server/Miscellaneous/Ansible/roles/find_and_remove_files
7,588
[ "no_license" ]
[ { "path": "Windows_Server/Miscellaneous/Ansible/roles/find_and_remove_files/defaults/main.yaml", "content": "Folder_to_Search: \"C:\\\\Tableau\\\\Logs\\\\\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "Windows_Server/Miscellaneous/Ansible/role...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 600, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
Windows_Server/Miscellaneous/Ansible/roles/initialize_disk
7,588
[ "no_license" ]
[ { "path": "Windows_Server/Miscellaneous/Ansible/roles/initialize_disk/tasks/initialize_disk.yaml", "content": "\n- name: Gather Windows Disk Information\n community.windows.win_disk_facts:\n\n- name: \n block:\n - name: Initialize Disks with an MBR Partition style.\n community.windows.win_initiali...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1549, "all_permissive": false }
ansible_role
upsk-rc/final_ansible
112afdca92e4dc2aff18db666ec2102950dca45c
0
dr/ansible/playbooks/roles/apache_role
7,588
[ "no_license" ]
[ { "path": "dr/ansible/playbooks/roles/apache_role/tasks/main.yml", "content": "---\n- name: Apache2 and Apache2 related packages installation\n become: true\n ansible.builtin.apt:\n name: \n - apache2\n - libapache2-mod-php\n state: present\n\n- name: Start Apache2 service\n become: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1733, "all_permissive": false }
ansible_role
upsk-rc/final_ansible
112afdca92e4dc2aff18db666ec2102950dca45c
0
prod/ansible/playbooks/roles/php_role
7,588
[ "no_license" ]
[ { "path": "prod/ansible/playbooks/roles/php_role/vars/main.yml", "content": "---\n# vars file for php_role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "prod/ansible/playbooks/roles/php_role/handlers/main.yml", "content": "---\n# handlers f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1385, "all_permissive": false }
ansible_role
upsk-rc/final_ansible
112afdca92e4dc2aff18db666ec2102950dca45c
0
prod/ansible/playbooks/roles/wordpress_role
7,588
[ "no_license" ]
[ { "path": "prod/ansible/playbooks/roles/wordpress_role/tasks/wordpress.yml", "content": "---\n- name: Prepare Wordpress directory\n become: true\n ansible.builtin.file:\n path: \"/var/www/{{ wp_host }}\"\n state: directory\n \n- name: WordPress download and unpackage\n become: true\n ansible.bu...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3388, "all_permissive": false }
ansible_role
HaaikeV/demo-ansible-apps-install
227ed458e59fe4488e85f82e5c4079e2fb4d9829
0
roles/apache_install
7,588
[ "no_license" ]
[ { "path": "roles/apache_install/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/apache_install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/apache_install/tasks/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 549, "all_permissive": false }
ansible_role
zkFHE/zkOpenFHE
01b1a6ea577a93e803b086aced864b3cf953038e
18
doe-suite-config/roles/setup-base
7,588
[ "no_license" ]
[ { "path": "doe-suite-config/roles/setup-base/tasks/main.yml", "content": "---\n\n\n- debug:\n msg: \"-> base only\"\n tags: [ print_action ]\n\n- name: Install base packages\n become: True\n apt:\n pkg:\n # OpenFHE (https://openfhe-development.readthedocs.io/en/latest/sphinx_rsts/intro/install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 811, "all_permissive": false }
ansible_role
zkFHE/zkOpenFHE
01b1a6ea577a93e803b086aced864b3cf953038e
18
doe-suite-config/roles/setup-zkOpenFHE
7,588
[ "no_license" ]
[ { "path": "doe-suite-config/roles/setup-zkOpenFHE/tasks/main.yml", "content": "---\n\n- debug:\n msg: \"-> base only\"\n tags: [ print_action ]\n\n- name: Install zkOpenFHE from source\n block:\n - name: Create build folder\n ansible.builtin.file:\n path: /home/ubuntu/code/build\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
Skinner927/dynamic-runner
44133c7f317c1187b86c08f825d558785777412b
0
provision/roles/common
7,588
[ "no_license" ]
[ { "path": "provision/roles/common/tasks/main.yml", "content": "---\n# Be aware, the tag `init` is used to mark initialization tasks that must be\n# run on a host before being able to run the whole playbook.\n\n- name: Initialization tasks\n tags: \"init\"\n block:\n - name: Ensure common_user is define...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2178, "all_permissive": false }
ansible_role
Skinner927/dynamic-runner
44133c7f317c1187b86c08f825d558785777412b
0
provision/roles/node
7,588
[ "no_license" ]
[ { "path": "provision/roles/node/tasks/smoke_test.yml", "content": "---\n# Deploy sample VM and container for sanity.\n\n- name: Install smoke test VM\n ansible.builtin.include_tasks: qemu-vm.yml\n vars:\n vm:\n name: smoke\n src: \"{{ node_smoke_test_qemu_src_vm }}\"\n\n- name: Install smoke ...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 23413, "all_permissive": false }
ansible_role
archiephan78/Ansible-LEMP-stack
c5469bf6a129fdae11f013e5725c08f0fffead27
0
roles/mysql
7,588
[ "no_license" ]
[ { "path": "roles/mysql/tasks/config.yml", "content": "---\n# filename: roles/mysql/tasks/configure.yml\n - name: create mysql config\n template: \n src: \"my.cnf.j2\" \n dest: \"{{ mysql_cnfpath }}\" \n mode: 0644\n notify:\n - restart mysql service\n## create Db\n - name: Create DB\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 448, "all_permissive": false }
ansible_role
archiephan78/Ansible-LEMP-stack
c5469bf6a129fdae11f013e5725c08f0fffead27
0
roles/nginx
7,588
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n# handlers file for nginx\n\n - name: restart nginx service\n sudo: yes\n service:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "role...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3436, "all_permissive": false }
ansible_role
retr0h/voidspan
dd961b0d593b737b6017fd31a6587a12598334a2
0
testdata/roles/retr0h.role-1
7,589
[ "no_license" ]
[ { "path": "testdata/roles/retr0h.role-1/tasks/include-1.yml", "content": "---\n- name: role-1 | include-1 | start\n ansible.builtin.debug:\n msg: \"role-1: include-1.yml → starting execution\"\n\n- name: role-1 | include-1 | finished\n ansible.builtin.debug:\n msg: \"role-1: include-1.yml → finished...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 881, "all_permissive": false }
ansible_role
voytinsn/AnsibleDeployDockerCompose
04f9670efb65573a442fc2ca0eb35d3ff33d0b21
0
ansible/roles/app
7,589
[ "no_license" ]
[ { "path": "ansible/roles/app/templates/nginx_example_app.j2", "content": "server {\n listen 0.0.0.0:80;\n server_name {{ ansible_host }} {{ ansible_hostname }};\n root /var/www/example_app;\n\n access_log /var/log/nginx/example_app_access_log;\n error_log /var/log/nginx/example_app_err...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1200, "all_permissive": false }
ansible_role
Guared4/log
99da6fe440467d1adf0371f4209d271477f3c8e6
0
playbooks/roles/audit
7,589
[ "no_license" ]
[ { "path": "playbooks/roles/audit/templates/auditd.conf.j2", "content": "log_file = /var/log/audit/audit.log\nlog_format = RAW\nlog_group = root\npriority_boost = 4\nflush = INCREMENTAL\nfreq = 20\nnum_logs = 5\ndisp_qos = lossy\ndispatcher = /sbin/audispd\nname_format = NONE\nmax_log_file = 50\nmax_log_file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1580, "all_permissive": false }
ansible_role
Guared4/log
99da6fe440467d1adf0371f4209d271477f3c8e6
0
playbooks/roles/chrony
7,589
[ "no_license" ]
[ { "path": "playbooks/roles/chrony/templates/chrony.conf.j2", "content": "pool 2.pool.ntp.org iburst\npool 1.pool.ntp.org iburst\n\nserver 127.127.1.0\nlocal stratum 10\n\nlogdir /var/log/chrony\nlog measurements statistics tracking\n\nmakestep 1.0 3\nrtcsync", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 438, "all_permissive": false }
ansible_role
Guared4/log
99da6fe440467d1adf0371f4209d271477f3c8e6
0
playbooks/roles/nginx
7,589
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/templates/nginx.conf.j2", "content": "user www-data;\nworker_processes auto;\npid /run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n sendfile on;\n tcp_nopush on;\n tcp_nodelay on;\n keepalive_timeout 65;\n types_hash_max_size 2048;\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 955, "all_permissive": false }
ansible_role
Guared4/log
99da6fe440467d1adf0371f4209d271477f3c8e6
0
playbooks/roles/rsyslog
7,589
[ "no_license" ]
[ { "path": "playbooks/roles/rsyslog/tasks/main.yml", "content": "---\n- name: Ensure /var/lib/rsyslog directory exists\n file:\n path: /var/lib/rsyslog\n state: directory\n owner: syslog\n group: syslog\n mode: '0755'\n\n- name: Configure Rsyslog\n template:\n src: rsyslog.conf.j2\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
Shlepanets/cloud-services
165213c115e31572382aa77e0e51661c16f37b38
0
GoogleCloud/roles/network
7,589
[ "no_license" ]
[ { "path": "GoogleCloud/roles/network/tasks/main.yml", "content": "---\n\n- name: open necessary ports\n firewalld:\n port: 8081/tcp\n permanent: yes\n state: enabled\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
Shlepanets/cloud-services
165213c115e31572382aa77e0e51661c16f37b38
0
GoogleCloud/roles/test
7,589
[ "no_license" ]
[ { "path": "GoogleCloud/roles/test/tasks/main.yml", "content": "---\n\n- name: test role\n file:\n path: \"./test.txt\"\n state: touch\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
Shlepanets/cloud-services
165213c115e31572382aa77e0e51661c16f37b38
0
GoogleCloud/roles/test2
7,589
[ "no_license" ]
[ { "path": "GoogleCloud/roles/test2/tasks/main.yml", "content": "---\n\n- name: test2 role\n file:\n path: \"./test2.txt\"\n state: touch\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }
ansible_role
benjdaun/homelab_base
be2ac068307419a03ac32b1fc0ced1be8b6e5376
1
ansible/roles/k3s-agent
7,589
[ "no_license" ]
[ { "path": "ansible/roles/k3s-agent/tasks/main.yml", "content": "---\n- name: Fetch K3s server token from first master\n set_fact:\n k3s_cluster_token: \"{{ hostvars[groups['master'][0]]['k3s_cluster_token'] }}\"\n\n- name: Join agent to the cluster\n shell: |\n curl -sfL https://get.k3s.io | K3S_TOK...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
benjdaun/homelab_base
be2ac068307419a03ac32b1fc0ced1be8b6e5376
1
ansible/roles/k3s-server
7,589
[ "no_license" ]
[ { "path": "ansible/roles/k3s-server/tasks/keepalived.yml", "content": "---\n- name: Install keepalived\n apt:\n name: keepalived\n state: present\n update_cache: yes\n become: yes\n tags: keepalived\n\n- name: Get first master IP address\n set_fact:\n first_master_ip: \"{{ hostvars[groups['m...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5076, "all_permissive": false }
ansible_role
matiasmospan/ansibleadvance
90030cd3083b37c380b23377cbf70f55aee25928
0
bad-ansible-original/roles/common
7,589
[ "no_license" ]
[ { "path": "bad-ansible-original/roles/common/tasks/main.yml", "content": "---\n - name: enable_3_tier_repos\n copy: src=./open_three-tier-app.repo dest=/etc/yum.repos.d/open_three-tier-app.repo owner=root group=root\n - name: configuration\n gather_facts: false # remove later! speeds up testing\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
matiasmospan/ansibleadvance
90030cd3083b37c380b23377cbf70f55aee25928
0
bad-ansible-original/roles/frontends
7,589
[ "no_license" ]
[ { "path": "bad-ansible-original/roles/frontends/tasks/main.yml", "content": "---\n - name: install haproxy\n yum:\n name: haproxy\n state: installed\n - name: configure haproxy\n copy: src=/haproxy.cfg.j2 dest=/etc/haproxy/haproxy.cfg\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
Renzo-devops2021/ansible
870d37a9de17aff95f24a01550719ba4b4f310a3
0
roles/renzo.mysql
7,589
[ "no_license" ]
[ { "path": "roles/renzo.mysql/vars/main.yml", "content": "---\n# vars file for /home/ansible/roles/renzo.mysql\npackages_list:\n - httpd\n - mariadb\n - mariadb-server\n - MySQL-python\n - php\n - php-mysql\n - phpmyadmin\n\nservice_list:\n - httpd\n - mariadb\n\nroots_passwd: <PASSWORD>\n\nfirewall...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1400, "all_permissive": false }
ansible_role
jcubillos555/lab07
9653ab9ee6ec145240075c9a586f497dc1d7af9b
0
InfraAnsible/roles/confmysql
7,589
[ "no_license" ]
[ { "path": "InfraAnsible/roles/confmysql/tasks/main.yml", "content": " - name: Enable Remote access\n lineinfile:\n path: /etc/mysql/mysql.conf.d/mysqld.cnf\n regexp: 'bind-address'\n line: bind-address = 0.0.0.0\n\n - name: Restart Mysql\n shell: /etc/init.d/mysql restart", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
jcubillos555/lab07
9653ab9ee6ec145240075c9a586f497dc1d7af9b
0
InfraAnsible/roles/copyfiles
7,589
[ "no_license" ]
[ { "path": "InfraAnsible/roles/copyfiles/tasks/main.yml", "content": " - name: Copy files to Apache\n copy:\n src: /home/jcubillos555/index.php\n dest: /var/www/html\n - name: Copy files to Apache\n copy:\n src: /home/jcubillos555/insert.php\n dest: /var/www/html\n - name: Copy f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 672, "all_permissive": false }
ansible_role
jcubillos555/lab07
9653ab9ee6ec145240075c9a586f497dc1d7af9b
0
InfraAnsible/roles/importbd
7,589
[ "no_license" ]
[ { "path": "InfraAnsible/roles/importbd/tasks/main.yml", "content": " - name: Copy users.sql\n copy:\n src: /tmp/users.sql\n dest: /tmp\n\n - name: Restore database\n shell: mysql < /tmp/users.sql", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
jcubillos555/lab07
9653ab9ee6ec145240075c9a586f497dc1d7af9b
0
InfraAnsible/roles/installmysql
7,589
[ "no_license" ]
[ { "path": "InfraAnsible/roles/installmysql/tasks/main.yml", "content": " - name: Install Mysql\n apt:\n name: mysql-server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 57, "all_permissive": false }
ansible_role
jcubillos555/lab07
9653ab9ee6ec145240075c9a586f497dc1d7af9b
0
InfraAnsible/roles/webapache
7,589
[ "no_license" ]
[ { "path": "InfraAnsible/roles/webapache/tasks/main.yml", "content": " - name: Install Apache, php y las librerias\n apt:\n name: apache2, php7.2, libapache2-mod-php7.2, python-mysqldb, php-mysql\n state: latest ", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
olegj06/Simplon-ansible
aeee7e0bf387b241591e51aac1c212de54a9fa8f
0
lampmediawiki/roles/apache
7,589
[ "no_license" ]
[ { "path": "lampmediawiki/roles/apache/tasks/php-install.yml", "content": "---\n#1 - cette tache php et ses extensions\n- name: \"install php packages\"\n apt:\n name: \"php,php-mysql,php-xml,php-mbstring,php-gd,php-intl\"\n state: latest\n changed_when: true\n notify: [\"apache restart\"]\n", "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 760, "all_permissive": false }
ansible_role
olegj06/Simplon-ansible
aeee7e0bf387b241591e51aac1c212de54a9fa8f
0
lampmediawiki/roles/mariadb
7,589
[ "no_license" ]
[ { "path": "lampmediawiki/roles/mariadb/tasks/main.yml", "content": "---\n\n#Installation des paquets mariadb serveur et son extension Python\n- name: \"mariadb-server installation\"\n apt:\n name: \"mariadb-server,python3-mysqldb\"\n state: present\n#Active le service mariadb\n- name: \"start mariadb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
CalixteManaud/ansible-collection-ynov
2fdcecfc16d587401820765072e231c6430afe82
0
ynov/general/roles/mariadb
7,589
[ "no_license" ]
[ { "path": "ynov/general/roles/mariadb/defaults/main.yml", "content": "---\n# defaults file for mariadb\nmysql_db: wordpress_db\nmysql_user: wordpress_user\nmysql_password: <PASSWORD>\nmariadb_admin_password: <PASSWORD>\nwordpress_site_name: \"000-default.conf\"\nopencast_mariadb_max_connections: 512\nopenca...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2166, "all_permissive": false }
ansible_role
CalixteManaud/ansible-collection-ynov
2fdcecfc16d587401820765072e231c6430afe82
0
ynov/general/roles/post_installation
7,589
[ "no_license" ]
[ { "path": "ynov/general/roles/post_installation/handlers/main.yml", "content": "---\n# handlers file for post_installation\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "ynov/general/roles/post_installation/molecule/default/converge.yml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2100, "all_permissive": false }
ansible_role
CalixteManaud/ansible-collection-ynov
2fdcecfc16d587401820765072e231c6430afe82
0
ynov/general/roles/web_server
7,589
[ "no_license" ]
[ { "path": "ynov/general/roles/web_server/defaults/main.yml", "content": "---\nhttp_port: 80\nhttp_host: \"{{ ansible_fqdn }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "ynov/general/roles/web_server/tasks/main.yml", "content": "---\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2436, "all_permissive": false }
ansible_role
CalixteManaud/ansible-collection-ynov
2fdcecfc16d587401820765072e231c6430afe82
0
ynov/general/roles/wordpress
7,589
[ "no_license" ]
[ { "path": "ynov/general/roles/wordpress/handlers/main.yml", "content": "---\n- name: Restart Apache\n ansible.builtin.command: apache2ctl graceful\n changed_when: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "ynov/general/roles/wordpres...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2834, "all_permissive": false }
ansible_role
ludovicplt/Whanos
0e2162600c9bc30915d6a88cc01e62b54d30e11c
0
ansible/roles/base
7,589
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": " - name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: true\n\n - name: Install required system packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1127, "all_permissive": false }
ansible_role
ludovicplt/Whanos
0e2162600c9bc30915d6a88cc01e62b54d30e11c
0
ansible/roles/jenkins
7,589
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "\n - name: Copy jenkins\n ansible.builtin.copy:\n src: ../../../../jenkins\n dest: /opt\n directory_mode: true\n \n - name: Update jenkins configuration\n ansible.builtin.template:\n src: ../../../templates/jenkins.en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1647, "all_permissive": false }
ansible_role
ludovicplt/Whanos
0e2162600c9bc30915d6a88cc01e62b54d30e11c
0
ansible/roles/registry
7,589
[ "no_license" ]
[ { "path": "ansible/roles/registry/tasks/main.yml", "content": "\n - name: Copy docker registry\n ansible.builtin.copy:\n src: ../../../../registry\n dest: /opt\n directory_mode: true\n \n - name: Update registry configuration\n ansible.builtin.template:\n src: ../../../templates...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 861, "all_permissive": false }
ansible_role
ludovicplt/Whanos
0e2162600c9bc30915d6a88cc01e62b54d30e11c
0
ansible/roles/registry_login
7,589
[ "no_license" ]
[ { "path": "ansible/roles/registry_login/tasks/main.yml", "content": " - name: Log into private registry\n community.docker.docker_login:\n registry_url: \"{{ docker_registry_host }}\"\n username: \"{{ docker_registry_user }}\"\n password: \"{{ <PASSWORD>_<PASSWORD> }}\"", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
cjmatta/ansible_hdp-drill
cdecc4e52e727db3e5b7f998e601661de8fe09c0
1
roles/ApacheDrill
7,589
[ "no_license" ]
[ { "path": "roles/ApacheDrill/templates/dfs-storage-plugin.json.j2", "content": "{\n\"name\": \"dfs\",\n\"config\": {\n \"type\": \"file\",\n \"enabled\": true,\n \"connection\": \"hdfs://{{groups[\"namenode\"][0]}}/\",\n \"config\": null,\n \"workspaces\": {\n \"root\": {\n \"location\": \"/\",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6056, "all_permissive": false }
ansible_role
jsm84/fedora-ansible
041df3fc98b347f2d7c368b3840d854e801ba515
0
roles/crc
7,589
[ "no_license" ]
[ { "path": "roles/crc/tasks/main.yml", "content": "---\n- name: Create Downloads directory\n file:\n path: \"{{ ansible_user_dir }}/Downloads\"\n state: directory\n\n- name: Create $HOME/bin directory\n file:\n path: \"{{ ansible_user_dir }}/bin\"\n state: directory\n\n- name: Download CodeRead...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1297, "all_permissive": false }
ansible_role
jsm84/fedora-ansible
041df3fc98b347f2d7c368b3840d854e801ba515
0
roles/extras
7,589
[ "no_license" ]
[ { "path": "roles/extras/files/sabnzbd", "content": "#!/usr/bin/env bash\n\npython3 /usr/local/src/sabnzbd/SABnzbd.py\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/extras/defaults/main.yml", "content": "---\ninstall_drivers: false\nins...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 6027, "all_permissive": false }
ansible_role
jsm84/fedora-ansible
041df3fc98b347f2d7c368b3840d854e801ba515
0
roles/fedora
7,589
[ "no_license" ]
[ { "path": "roles/fedora/tasks/main.yml", "content": "---\n# Fix an issue on certain laptops where suspend occurs when booting\n# with the lid closed while docked and/or plugged in (forever reboot)\n#\n- name: Disable systemd laptop lid-close power mgmt\n block:\n - name: Create /etc/systemd/logind.conf if...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8196, "all_permissive": false }
ansible_role
jsm84/fedora-ansible
041df3fc98b347f2d7c368b3840d854e801ba515
0
roles/libvirt
7,589
[ "no_license" ]
[ { "path": "roles/libvirt/templates/new_network.xml.j2", "content": "<network>\n <name>{{ libvirt_network_name }}</name>\n <bridge name='{{ libvirt_network_device }}'/>\n <forward/>\n <ip address='192.168.{{ libvirt_network_subnet }}.1' netmask='255.255.255.0'>\n <dhcp>\n <range start='192.168.{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 8121, "all_permissive": false }
ansible_role
jsm84/fedora-ansible
041df3fc98b347f2d7c368b3840d854e801ba515
0
roles/minikube
7,589
[ "no_license" ]
[ { "path": "roles/minikube/tasks/main.yml", "content": "---\n- name: Install Docker-Machine-KVM2 driver\n get_url:\n url: https://github.com/kubernetes/minikube/releases/download/v1.16.0/docker-machine-driver-kvm2\n dest: /home/{{ ansible_user_id }}/bin/docker-machine-driver-kvm2\n mode: 0750\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 749, "all_permissive": false }
ansible_role
jsm84/fedora-ansible
041df3fc98b347f2d7c368b3840d854e801ba515
0
roles/rhworkstation
7,589
[ "no_license" ]
[ { "path": "roles/rhworkstation/tasks/main.yml", "content": "---\n# Deprecated in favor of RHEL CSB\n# Provided for minimal configuration of a non-CSB Fedora install\n- name: Setup Chromium for legacy RH Kerberos SSO\n copy:\n src: redhat-corp.json\n dest: /etc/chromium/policies/managed/\n\n- name: Cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1618, "all_permissive": false }
ansible_role
bangau1/ansible-playbooks
80b46274c7032a3debe683017a863054b0d8aed4
0
roles/common
7,589
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Install essential packages\n become: yes\n become_method: sudo\n apt:\n pkg: \"{{ item }}\"\n state: installed\n with_items:\n - vim\n - emacs\n - git\n - wget\n - htop\n - unzip\n - unrar-free\n - htop\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
bangau1/ansible-playbooks
80b46274c7032a3debe683017a863054b0d8aed4
0
roles/development-common
7,589
[ "no_license" ]
[ { "path": "roles/development-common/tasks/main.yml", "content": "---\n\n- name: Install Essential Packages\n become: True\n become_method: sudo\n apt:\n pkg: \"{{ item }}\"\n state: present\n with_items:\n - git\n - python-pip\n - python-setuptools\n - gitk\n - git-gui\n\n- include:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 926, "all_permissive": false }
ansible_role
bangau1/ansible-playbooks
80b46274c7032a3debe683017a863054b0d8aed4
0
roles/development-java
7,589
[ "no_license" ]
[ { "path": "roles/development-java/tasks/idea.yml", "content": "---\n\n- name: Check IntelliJ Idea Exists\n become: false\n shell: which idea.sh\n register: idea_path\n changed_when: idea_path.rc == 1\n failed_when: idea_path.rc > 1\n\n- name: Which Idea Command Output\n debug: var=idea_path\n\n# - nam...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1437, "all_permissive": false }
ansible_role
bangau1/ansible-playbooks
80b46274c7032a3debe683017a863054b0d8aed4
0
roles/personal-machines
7,589
[ "no_license" ]
[ { "path": "roles/personal-machines/defaults/main.yml", "content": "---\n# Package states: installed or latest\ndropbox_version: \"2015.10.28\"\ndropbox_tmp_deb: \"/tmp/dropbox_{{dropbox_version}}.deb\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3001, "all_permissive": false }
ansible_role
zraja83/ansible
846aac8cd0c602b80fe365b98de05c3ca710493b
0
ansible_roles/roles/dbserver
7,585
[ "no_license" ]
[ { "path": "ansible_roles/roles/dbserver/tasks/main.yml", "content": "---\n\n- name: Instal MYSQL Server(RedHat)\n yum: name=mysql-server state=present\n when: ansible_os_family == \"RedHat\"\n\n- name: Instal MYSQL Server(Debian)\n apt: name=mysql-server state=present\n when: ansible_os_family == \"Debi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
zraja83/ansible
846aac8cd0c602b80fe365b98de05c3ca710493b
0
ansible_roles/roles/jenkins
7,585
[ "no_license" ]
[ { "path": "ansible_roles/roles/jenkins/tasks/main.yml", "content": "---\n- name: install wget\n yum:\n name: wget\n state: present\n when: ansible_os_family== \"RedHat\"\n\n- name: install wget\n apt:\n name: wget\n state: present\n when: ansible_os_family== \"Debian\"\n\n- name: install ope...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2078, "all_permissive": false }
ansible_role
zraja83/ansible
846aac8cd0c602b80fe365b98de05c3ca710493b
0
ansible_roles/roles/server-common
7,585
[ "no_license" ]
[ { "path": "ansible_roles/roles/server-common/tasks/main.yml", "content": "---\n- name: upgrade all packages\n yum: name=* state=latest\n when: ansible_os_family == \"RedHat\"\n\n- name: Install gcc\n yum: name=gcc state=present\n when: ansible_os_family == \"RedHat\"\n tags:\n - myserver\n \n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2157, "all_permissive": false }
ansible_role
zraja83/ansible
846aac8cd0c602b80fe365b98de05c3ca710493b
0
ansible_roles/roles/webserver
7,585
[ "no_license" ]
[ { "path": "ansible_roles/roles/webserver/tasks/main.yml", "content": "---\n- name: Install httpd Server(RedHat)\n yum: name=httpd state=present\n when: ansible_os_family== \"RedHat\"\n\n- name: Start HTTPD Service(RedHat)\n service: name=httpd state=started enabled=yes\n when: ansible_os_family== \"RedH...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 948, "all_permissive": false }
ansible_role
ltcao/tiny-yum-server
fd96225c33d8dee27890321f814121c77cbc8f91
0
roles/common
7,585
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Gather service facts\n service_facts:\n\n- set_fact:\n HOST_IP: \"{{ ansible_default_ipv4.address }}\"\n FIREWALLD_ENABLED: '{{ ansible_facts.services[\"firewalld.service\"] is defined and ansible_facts.services[\"firewalld.service\"].statu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
ltcao/tiny-yum-server
fd96225c33d8dee27890321f814121c77cbc8f91
0
roles/yum
7,585
[ "no_license" ]
[ { "path": "roles/yum/templates/local.repo.j2", "content": "[local-repo]\nname=local-repo\nbaseurl=http://{{ ansible_default_ipv4.address }}/centos-7/\nenabled=1\ngpgcheck=0", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/yum/tasks/main.yml",...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2273, "all_permissive": false }
ansible_role
lifeman/ansible-setup-xubuntu-15.01
14c93588f8f78c451524567e156df1c313c01797
1
roles/adst
7,585
[ "no_license" ]
[ { "path": "roles/adst/tasks/main.yml", "content": "---\n\n- name: ADST | Clone project ADST\n sudo: false\n git: repo=<EMAIL>:lesmyrmidons/AdstSF2.git\n dest={{ web.project_path }}\n update=yes\n accept_hostkey=yes\n\n- name: ADST | Set var for user apache\n sudo: false\n shell: echo `...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 918, "all_permissive": false }
ansible_role
lifeman/ansible-setup-xubuntu-15.01
14c93588f8f78c451524567e156df1c313c01797
1
roles/common
7,585
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n# for 1.6 this ansible\n- name: Create en_US.UTF-8 locale\n locale_gen: name=en_US.UTF-8 state=present\n\n- name: NTP | Install\n apt: name=ntp state=present\n tags: ntp\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1810, "all_permissive": false }
ansible_role
lifeman/ansible-setup-xubuntu-15.01
14c93588f8f78c451524567e156df1c313c01797
1
roles/conky
7,585
[ "no_license" ]
[ { "path": "roles/conky/tasks/main.yml", "content": "---\n\n# Config Conky\n- name: Conky | Install packages\n apt: pkg={{ item }} state=installed\n with_items:\n - conky\n - ttf-ubuntu-font-family\n\n- name: Conky | Test the presence of the file\n sudo: false\n command: test -f {{ local_home }}/.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 634, "all_permissive": false }
ansible_role
lifeman/ansible-setup-xubuntu-15.01
14c93588f8f78c451524567e156df1c313c01797
1
roles/dotfile
7,585
[ "no_license" ]
[ { "path": "roles/dotfile/tasks/main.yml", "content": "---\n\n# Install PhpStorm\n- name: \"PhpStorm | Download application in zip\"\n sudo: false\n get_url: url=http://www.jetbrains.com/phpstorm/download/download_thanks.jsp?os=linux dest=/home/{{ user }}/phpstorm.tar.gz\n\n- name: \"PhpStorm | Unarchive a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1772, "all_permissive": false }
ansible_role
lifeman/ansible-setup-xubuntu-15.01
14c93588f8f78c451524567e156df1c313c01797
1
roles/gnome-shell
7,585
[ "no_license" ]
[ { "path": "roles/gnome-shell/tasks/main.yml", "content": "---\n\n- name: Gnome Shell | Install drivers for OPENVPN\n apt: pkg=network-manager-openvpn-gnome state=installed\n\n\n# Config theme Gnome Shell\n- name: \"Gnome 3 | Change default template by template dark\"\n copy: src=/usr/share/themes/Adwaita/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
lifeman/ansible-setup-xubuntu-15.01
14c93588f8f78c451524567e156df1c313c01797
1
roles/hhvm
7,585
[ "no_license" ]
[ { "path": "roles/hhvm/tasks/main.yml", "content": "---\n\n- name: HHVM | Add repository\n apt_key: url=http://dl.hhvm.com/conf/hhvm.gpg.key state=present\n\n- name: HHVM | Add source sources\n apt_repository: repo='deb http://dl.hhvm.com/ubuntu saucy main' update_cache=yes\n\n- name: HHVM | Install Packag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
lifeman/ansible-setup-xubuntu-15.01
14c93588f8f78c451524567e156df1c313c01797
1
roles/latex
7,585
[ "no_license" ]
[ { "path": "roles/latex/tasks/main.yml", "content": "---\n\n- name: LATEX | Install package\n apt: pkg={{ item }} state=present\n with_items:\n - texmaker\n - texlive\n - texlive-latex3\n - texlive-latex-extra\n - texlive-lang-french\n - texlive-full", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
lifeman/ansible-setup-xubuntu-15.01
14c93588f8f78c451524567e156df1c313c01797
1
roles/mongodb
7,585
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n# This role deploys the mongodb processes and sets up settings.\n\n- name: Mongodb | Add keys authenticity\n apt_key: url={{ url_apt_key }}0x7F0CEB10\n\n- name: Mongodb | Add source sources\n apt_repository: repo='deb http://downloads-distro.mongo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 984, "all_permissive": false }