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 | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/prepare_jdk_env | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/prepare_jdk_env/tasks/main.yml",
"content": "- name: init jdk package directory\n file:\n path: \"{{jdk_package_dir}}\"\n state: directory\n mode: 0755\n become: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/prepare_mysql_env | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/prepare_mysql_env/tasks/main.yml",
"content": "- name: sudo su\n shell: sudo su\n\n- name: install perl module\n yum:\n name: perl-Module-Install.noarch\n\n- name: install python module\n yum:\n name: MySQL-python,libselinux-python\n\n- name: install some dependencies\n y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1268,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/prepare_nginx_env | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/prepare_nginx_env/tasks/main.yml",
"content": "- name: update yum\n yum:\n name: yum\n state: latest\n become: true\n \n- name: install epel\n yum:\n name: epel-release-6-8.noarch\n ignore_errors: True\n become: true\n \n# - name: init download dir\n # file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/prepare_php_env | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/prepare_php_env/tasks/main.yml",
"content": "- name: update yum\n yum:\n name: yum\n state: latest\n become: true\n \n- name: install epel\n yum:\n name: epel-release-6-8.noarch\n ignore_errors: True\n become: true\n\n- name: dependencies install\n yum:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1082,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/rsync_cdn_from_client_to_svr | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/rsync_cdn_from_client_to_svr/tasks/main.yml",
"content": "- name: sync Android defalut pwd in $RSYNC_PASSWORD\n shell: rsync -av {{sync_src_dir}}/Android/ {{sync_remote_android_dir}}\n register: syncInfo\n become_user: root\n \n- name: sync android info \n debug: \n msg: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/rsync_cdn_from_client_to_svr_ios | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/rsync_cdn_from_client_to_svr_ios/tasks/main.yml",
"content": "- name: sync IOS\n shell: rsync -av {{sync_src_dir}}/IOS/ {{sync_remote_ios_dir}}\n register: syncInfo\n become_user: root\n \n- name: sync IOS info \n debug: \n msg: \"{{syncInfo}}\"\n ",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/show_game_server_all_config | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/show_game_server_all_config/tasks/main.yml",
"content": "- name: show all game hosts in game_server\n debug:\n msg: \"{{hostvars[item].gs_config}}\"\n with_items: \"{{groups['game_server']}}\"\n register: game_info\n\n- name: show id\n debug: \n msg: \"game_info: {{game_i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/start_center_server | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/start_center_server/tasks/main.yml",
"content": "- name: mode 755 start.sh file\n file:\n path: \"{{item.path}}/start.sh\"\n state: file\n mode: 0755\n with_items: \"{{server_config | default([])}}\"\n when: \"allow_ports is undefined or {{[item.bs_port,item.gs_port]}} ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 716,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/stop_server | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/stop_server/tasks/main.yml",
"content": "- name: mode 755 start.sh file\n file:\n path: \"{{item.path}}/start.sh\"\n state: file\n mode: 0755\n with_items: \"{{server_config | default([])}}\"\n when: \n - \"allow_ports is undefined or {{[item.port]}} | issubset(allow... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 924,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/sync_and_extract | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/sync_and_extract/tasks/main.yml",
"content": "- name: create install dir if not exsits\n shell: mkdir -p {{sync_local_path}}\n args:\n creates: \"{{sync_local_path}}\"\n with_items: \"{{server_config | default([])}}\"\n when: \"allow_ports is undefined or {{[item.bs_port,ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1523,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/sync_date | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/sync_date/tasks/main.yml",
"content": "# - name: set time zone\n # timezone:\n # name: \"{{time_zone}}\"\n\n- name: yum ntpdate\n yum:\n name: ntpdate\n \n# - name: set time zone 2\n # blockinfile:\n # dest: /etc/profile\n # block: |\n # TZ='Asia/Bangkok'; ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/template_center_config | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/template_center_config/templates/network.properties.j2",
"content": "center.network.bs.port = {{item.bs_port}}\ncenter.network.gs.port = {{item.gs_port}}\ncenter.dir = {{item.store_path}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 626,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/template_game_config | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/template_game_config/templates/start.sh.j2",
"content": "#!/bin/bash\n##########################################################\n# Write date : 2015/11/05\n# Written by : darren.ouyang <<EMAIL>>\n# Written fea : Game control of shell script\n#####################################... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9421,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/template_war_config | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/template_war_config/tasks/main.yml",
"content": "- name: template network config file\n template: \n src: network.properties.j2\n dest: \"{{item.path}}/config/network.properties\"\n with_items: \"{{server_config | default([])}}\"\n when: \"allow_ports is undefined or {{[it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 668,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/update_static_data | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/update_static_data/tasks/main.yml",
"content": "- name: clean old data config\n shell: rm -rf {{item.path}}/{{item.static_data_dir}}/*\n when: \n - item.static_data_dir is defined\n - item.static_data_dir != \"\"\n - allow_ports is undefined or {{[item.port]}} | issubset... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 739,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/upload_center_to_sync_svr | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/upload_center_to_sync_svr/tasks/main.yml",
"content": "- name: copy distribution to remote package path\n copy: \n src: \"{{sync_cs_src_path}}\"\n dest: \"{{sync_loacl_path}}/{{sync_cs_dir_name}}\"\n mode: \"0755\"",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/upload_game_to_sync_svr | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/upload_game_to_sync_svr/tasks/main.yml",
"content": "- name: copy distribution to remote package path\n copy: \n src: \"{{sync_gs_src_path}}\"\n dest: \"{{sync_loacl_path}}/{{sync_gs_dir_name}}\"\n mode: \"0755\"",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/upload_war_to_sync_svr | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/upload_war_to_sync_svr/tasks/main.yml",
"content": "- name: copy distribution to remote package path\n copy: \n src: \"{{sync_bs_src_path}}\"\n dest: \"{{sync_loacl_path}}/{{sync_bs_dir_name}}\"\n mode: \"0755\"",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/wait_center_port | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/wait_center_port/tasks/main.yml",
"content": "- name: wait for c_b port\n wait_for:\n port: \"{{item.bs_port}}\"\n timeout: 30\n with_items: \"{{server_config | default([])}}\"\n when: \"allow_ports is undefined or {{[item.gs_port,item.bs_port]}} | issubset(allow_ports)\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | cool112/game_ansible_script | 4328ede979e47c88066cf64169ae8ef3184801e8 | 0 | playbook/roles/wait_port | 5,797 | [
"no_license"
] | [
{
"path": "playbook/roles/wait_port/tasks/main.yml",
"content": "- name: wait for server port\n wait_for:\n port: \"{{item.port}}\"\n timeout: 120\n with_items: \"{{server_config | default([])}}\"\n when: \n - \"allow_ports is undefined or {{[item.port]}} | issubset(allow_ports)\"\n - \"allow... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 295,
"all_permissive": false
} |
ansible_role | mbrmj/op | 409bec8def8a1af9258182a7f5968fa5fcb02aab | 0 | roles/get_info | 5,797 | [
"no_license"
] | [
{
"path": "roles/get_info/tasks/checks.yml",
"content": "- name: Create local results directory\r\n local_action:\r\n module: file\r\n path: \"{{ audit_results_dir }}\"\r\n state: directory\r\n run_once: true\r\n\r\n# File System Security Checks\r\n- name: Check if /tmp is separate partition\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7136,
"all_permissive": false
} |
ansible_role | PopovicAntoine/Gasha | cd6e7f5ada198f0f914fdedd3cb9c1381c2b3e07 | 0 | terraform/ansible/roles/prometheus | 5,797 | [
"no_license"
] | [
{
"path": "terraform/ansible/roles/prometheus/tasks/main.yml",
"content": "- name: Create Prometheus user\n user:\n name: prometheus\n shell: /sbin/nologin\n\n- name: Create directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: prometheus\n group: prometheus\n mode: '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1942,
"all_permissive": false
} |
ansible_role | LongRangeD/roshankumarg | 779540f2ab8f49a7a0e68e7b7ce83a791115935e | 0 | Ansible-Elastic-play/roles/Beats_configuration_&_Backend_connection_Test_Role | 5,797 | [
"no_license"
] | [
{
"path": "Ansible-Elastic-play/roles/Beats_configuration_&_Backend_connection_Test_Role/tasks/main.yml",
"content": "---\n\n - name: Test filebeat configuration and backend Connection. \n shell:\n args:\n cmd: ./filebeat test config ; ./filebeat test output ; \n chdir: \"{{ Fileb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | LongRangeD/roshankumarg | 779540f2ab8f49a7a0e68e7b7ce83a791115935e | 0 | Ansible-Elastic-play/roles/Install_Beats_roles | 5,797 | [
"no_license"
] | [
{
"path": "Ansible-Elastic-play/roles/Install_Beats_roles/files/elk_shutdown.sh",
"content": "#!/bin/bash\necho \"Filebeat and Metricbeat Agent is Stopped.\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "Ansible-Elastic-play/roles/Install_Beats_r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1578,
"all_permissive": false
} |
ansible_role | LongRangeD/roshankumarg | 779540f2ab8f49a7a0e68e7b7ce83a791115935e | 0 | Ansible-Elastic-play/roles/Install_WFA_roles | 5,797 | [
"no_license"
] | [
{
"path": "Ansible-Elastic-play/roles/Install_WFA_roles/tasks/main.yml",
"content": "---\n\n - name: Creating WFA directory.\n file:\n path: \"{{ WFA_home }}/data/{{ WFA_product }}/\"\n state: directory\n\n - name: Copying WFA Installation Configuration to the servers.\n copy:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1526,
"all_permissive": false
} |
ansible_role | LongRangeD/roshankumarg | 779540f2ab8f49a7a0e68e7b7ce83a791115935e | 0 | Ansible-Elastic-play/roles/Start_Beats_Agent_roles | 5,797 | [
"no_license"
] | [
{
"path": "Ansible-Elastic-play/roles/Start_Beats_Agent_roles/tasks/main.yml",
"content": "---\n\n - name: Starting Filebeat and Metricbeat Agents.\n shell: \"{{ Elastic_home }}/{{ Elastic_start_script }} > {{ Elastic_Startup_log }} ; cat {{ Elastic_Startup_log }} ; id\"\n args:\n execut... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | LongRangeD/roshankumarg | 779540f2ab8f49a7a0e68e7b7ce83a791115935e | 0 | Ansible-Elastic-play/roles/Stop_Beats_Agent_roles | 5,797 | [
"no_license"
] | [
{
"path": "Ansible-Elastic-play/roles/Stop_Beats_Agent_roles/tasks/main.yml",
"content": "---\n\n - name: Starting Filebeat and Metricbeat Agents.\n shell: \"{{ Elastic_home }}/{{ Elastic_stop_script }} > {{ Elastic_Startup_log }} ; cat {{ Elastic_Startup_log }} ; id\"\n args:\n executab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | LongRangeD/roshankumarg | 779540f2ab8f49a7a0e68e7b7ce83a791115935e | 0 | Ansible_Deploy_User_SSH_KEY/roles/add_mwswls_user | 5,797 | [
"no_license"
] | [
{
"path": "Ansible_Deploy_User_SSH_KEY/roles/add_mwswls_user/tasks/add_user.yml",
"content": " \n - name: Add a new user named mwswls\n user:\n name=mwswls\n password=<PASSWORD>\n \n - name: Add mwswls user to the sudoers\n copy:\n dest: \"/etc/sudoers.d/mwswls\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 918,
"all_permissive": false
} |
ansible_role | stackhpc/p4-apps | df575e6171cde14c15e302d7ac7cd5ae86a3ea76 | 0 | ansible/roles/reboot_and_wait | 5,797 | [
"permissive"
] | [
{
"path": "ansible/roles/reboot_and_wait/tasks/main.yml",
"content": "---\n- name: Initiate reboot\n command: \"/usr/sbin/shutdown -r +1\"\n become: True\n\n- name: Ensure the node goes down\n local_action:\n module: wait_for\n host: \"{{ ansible_host | default(inventory_hostname) }}\"\n port: 2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 521,
"all_permissive": true
} |
ansible_role | Peymanpn/ansible-node_exporter-role | 5501e49ee737d219aa3b10dac20dd6523362ecb8 | 0 | roles/node-exporter | 5,797 | [
"no_license"
] | [
{
"path": "roles/node-exporter/tasks/main.yml",
"content": "---\n- block:\n - name: Get latest release\n uri:\n url: \"https://api.github.com/repos/prometheus/node_exporter/releases/latest\"\n method: GET\n return_content: true\n status_code: 200\n body_format: jso... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3771,
"all_permissive": false
} |
ansible_role | jaledBreyaui/UTNFRA_SO_2do_Parcial_Breyaui | 6e4968ddbe0fe5c35a3ef69c5872ee36c60a7834 | 0 | 202407_Recu/ansible/roles/2PRecuperatorio | 5,797 | [
"no_license"
] | [
{
"path": "202407_Recu/ansible/roles/2PRecuperatorio/tasks/main.yml",
"content": "---\n# tasks file for 2PRecuperatorio\n\n - name: \"Rol: 2PRecuperatorio\"\n debug:\n msg: \"Inicio de tareas dentro del Rol: 2PRecuperatorio\"\n\n \n - name: chequear si existe el directorio /tmp/alumno\n ansible.buil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | mmilata/ansible-workshop | bb0f80621b84145dea68778e4c995430697e34f0 | 0 | example2/roles/apache | 5,797 | [
"no_license"
] | [
{
"path": "example2/roles/apache/defaults/main.yml",
"content": "---\napache_status_enabled: no\napache_status_subnet: 192.168.0.0/16\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "example2/roles/apache/templates/status.conf.j2",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 998,
"all_permissive": false
} |
ansible_role | mmilata/ansible-workshop | bb0f80621b84145dea68778e4c995430697e34f0 | 0 | example2/roles/mariadb | 5,797 | [
"no_license"
] | [
{
"path": "example2/roles/mariadb/tasks/main.yml",
"content": "---\n- name: install mariadb-server and php bindings\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - mariadb-server\n - php5-mysql\n notify:\n - restart apache\n\n- name: enable and start mariadb-server\n service:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | mmilata/ansible-workshop | bb0f80621b84145dea68778e4c995430697e34f0 | 0 | example2/roles/mediawiki | 5,797 | [
"no_license"
] | [
{
"path": "example2/roles/mediawiki/tasks/main.yml",
"content": "---\n- name: install dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - ca-certificates\n - python-mysqldb\n\n- name: download mediawiki source\n get_url:\n url: https://releases.wikimedia.org/mediawiki... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1832,
"all_permissive": false
} |
ansible_role | Toudi87/Apache2_Ansible | 8eda75285c8b26e97e792925c933176f67ffb447 | 0 | roles/loadbalancer | 5,797 | [
"no_license"
] | [
{
"path": "roles/loadbalancer/handlers/main.yml",
"content": "---\n# handlers file for roles/loadbalancer\n\n- name: Restart apache\n service:\n name: apache2\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "roles/loadbala... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 859,
"all_permissive": false
} |
ansible_role | Toudi87/Apache2_Ansible | 8eda75285c8b26e97e792925c933176f67ffb447 | 0 | roles/webservers | 5,797 | [
"no_license"
] | [
{
"path": "roles/webservers/tasks/main.yml",
"content": "---\n# tasks file for webservers\n\n- name: Kopiowanie index.php\n ansible.builtin.copy:\n src: index.php\n dest: \"{{ path_to_app }}\"\n mode: '0755'\n\n- name: Ustawienie zmiennej HOST w pliku index.php\n ansible.builtin.replace:\n pat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1150,
"all_permissive": false
} |
ansible_role | zergeborg/fogetti-phish-ansible | 9111ed6f04e63f9ed0c169c62fac2ca4b2abb44a | 0 | roles/storm | 5,797 | [
"no_license"
] | [
{
"path": "roles/storm/tasks/main.yml",
"content": "---\n\n- include: deploy.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/storm/tasks/deploy.yml",
"content": "---\n\n- name: ensure input folder exists\n file: path={{ input_dir }... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1194,
"all_permissive": false
} |
ansible_role | amalspillai02/machine-test | 2aff450ae17e7046a9ffebb07b285eb764527ac7 | 0 | ansible/roles/common | 5,737 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yaml",
"content": "- name: Install required packages\n apt:\n name: ['docker.io', 'docker-compose', 'git', 'php-cli']\n state: present\n update_cache: yes\n\n- name: Enable and start Docker\n systemd:\n name: docker\n enabled: yes\n state: start... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | amalspillai02/machine-test | 2aff450ae17e7046a9ffebb07b285eb764527ac7 | 0 | ansible/roles/nginx | 5,737 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yaml",
"content": "- name: Install NGINX\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Copy NGINX config\n copy:\n src: default.conf\n dest: /etc/nginx/sites-available/default\n mode: '0644'\n\n- name: Restart NGINX\n syst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 277,
"all_permissive": false
} |
ansible_role | voidking/lnmp | 274442788836003f3889e4d29f0cf0c86558ce6e | 0 | roles/1_key | 5,737 | [
"no_license"
] | [
{
"path": "roles/1_key/tasks/main.yml",
"content": "---\n- name: copy public key\n copy:\n src: /home/voidking/.ssh/id_rsa.pub\n dest: /home/voidking/.ssh/id_rsa.pub.tmp\n owner: voidking\n group: voidking\n mode: 0600\n force: yes\n- name: add public key\n shell: cd /home/voidking/.ssh ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | voidking/lnmp | 274442788836003f3889e4d29f0cf0c86558ce6e | 0 | roles/2_sudo | 5,737 | [
"no_license"
] | [
{
"path": "roles/2_sudo/tasks/main.yml",
"content": "---\n- name: add sudo user\n become_user: root\n become: true\n shell: \"echo voidking ALL = NOPASSWD: ALL >> /etc/sudoers\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
ansible_role | voidking/lnmp | 274442788836003f3889e4d29f0cf0c86558ce6e | 0 | roles/3_sources | 5,737 | [
"no_license"
] | [
{
"path": "roles/3_sources/tasks/main.yml",
"content": "---\n#- name: replace sources.list\n# copy:\n# src: ../files/sources.list\n# dest: /etc/apt/sources.list\n# force: yes\n#- name: update\n# become_user: root\n# become: true\n# shell: apt update\n- name: upgrade\n become_user: root\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | voidking/lnmp | 274442788836003f3889e4d29f0cf0c86558ce6e | 0 | roles/4_chrony | 5,737 | [
"no_license"
] | [
{
"path": "roles/4_chrony/tasks/main.yml",
"content": "---\n- name: install chrony\n apt:\n name: chrony\n state: latest\n- name: change config\n copy: \n src: ../files/chrony.conf \n dest: /etc/chrony/chrony.conf\n owner: root\n group: root\n mode: 0644\n force: yes\n- name: resta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | voidking/lnmp | 274442788836003f3889e4d29f0cf0c86558ce6e | 0 | roles/5_software | 5,737 | [
"no_license"
] | [
{
"path": "roles/5_software/tasks/main.yml",
"content": "---\n- name: install nginx\n apt:\n name: nginx\n state: latest\n when: install_nginx\n- name: install php\n apt:\n name: \"{{item}}\"\n state: latest\n update_cache: yes\n with_items:\n - php5\n - libapache2-mod-php5\n - p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2483,
"all_permissive": false
} |
ansible_role | voidking/lnmp | 274442788836003f3889e4d29f0cf0c86558ce6e | 0 | roles/6_check | 5,737 | [
"no_license"
] | [
{
"path": "roles/6_check/tasks/main.yml",
"content": "---\n- name: copy index.html\n template:\n src: ../templates/index.j2\n dest: /usr/share/nginx/html/index.html\n force: yes\n when: install_nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | ldynia/vagrant-ansible-k8-centos | 7bacb17794fd77512bc89117a1f1975cefe06cd5 | 0 | ansible/roles/common | 5,737 | [
"no_license"
] | [
{
"path": "ansible/roles/common/files/.bashrc",
"content": "# Source global definitions\nif [ -f /etc/bashrc ]; then\n . /etc/bashrc\nfi\n\n# Use bash aliases\nif [ -f ~/.bash_aliases ]; then\n . ~/.bash_aliases\nfi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1335,
"all_permissive": false
} |
ansible_role | ldynia/vagrant-ansible-k8-centos | 7bacb17794fd77512bc89117a1f1975cefe06cd5 | 0 | ansible/roles/docker | 5,737 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: \"Create docker directory\"\n file: path=/etc/docker state=directory mode=0700\n\n- name: \"Copy files\"\n copy: src={{ item.src }} dest={{ item.dest }} owner=root group=root mode=0644\n with_items:\n - { src: 'files/etc/docker/daemo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2479,
"all_permissive": false
} |
ansible_role | ldynia/vagrant-ansible-k8-centos | 7bacb17794fd77512bc89117a1f1975cefe06cd5 | 0 | ansible/roles/kubernetes-client | 5,737 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-client/tasks/main.yml",
"content": "- name: \"Download kubectl\"\n get_url:\n url: https://storage.googleapis.com/kubernetes-release/release/{{ kubectl_version }}/bin/linux/amd64/kubectl\n dest: /usr/bin\n mode: 0555\n\n- name: \"Make .kube directory\"\n file:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | ldynia/vagrant-ansible-k8-centos | 7bacb17794fd77512bc89117a1f1975cefe06cd5 | 0 | ansible/roles/kubernetes-helm | 5,737 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-helm/tasks/main.yml",
"content": "- name: Creates /tmp/downloads directory\n file:\n path: /tmp/downloads\n state: directory\n\n- name: Download helm-{{ helm_version }}-linux-amd64.tar.gz\n get_url:\n url: https://get.helm.sh/helm-{{ helm_version }}-linux-amd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | ldynia/vagrant-ansible-k8-centos | 7bacb17794fd77512bc89117a1f1975cefe06cd5 | 0 | ansible/roles/kubernetes-master | 5,737 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-master/tasks/main.yml",
"content": "- name: \"Create kubelet.service.d directory\"\n file: path=/etc/systemd/system/kubelet.service.d/ state=directory mode=0755\n\n- name: \"Create custom directory in /etc/kubernetes\"\n file: path=/etc/kubernetes/custom/ state=director... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4451,
"all_permissive": false
} |
ansible_role | ldynia/vagrant-ansible-k8-centos | 7bacb17794fd77512bc89117a1f1975cefe06cd5 | 0 | ansible/roles/kubernetes-plugins | 5,737 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-plugins/tasks/main.yml",
"content": "# Link: https://github.com/schoolofdevops/ultimate-kubernetes-bootcamp/blob/master/chapters/ingress.md\n# Link: https://github.com/kubernetes-sigs/metrics-server\n# Link: https://doc.traefik.io/traefik/\n# Link: https://kubernetes.gith... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1068,
"all_permissive": false
} |
ansible_role | ldynia/vagrant-ansible-k8-centos | 7bacb17794fd77512bc89117a1f1975cefe06cd5 | 0 | ansible/roles/kubernetes-worker | 5,737 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-worker/tasks/main.yml",
"content": "- name: \"Create kubelet.service.d directory\"\n file: path=/etc/systemd/system/kubelet.service.d/ state=directory owner=root group=root mode=0755\n\n- name: \"Create custom directory in /etc/kubernetes\"\n file: path=/etc/kubernetes/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2932,
"all_permissive": false
} |
ansible_role | ldynia/vagrant-ansible-k8-centos | 7bacb17794fd77512bc89117a1f1975cefe06cd5 | 0 | ansible/roles/nfs-master | 5,737 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs-master/tasks/main.yml",
"content": "- name: Copy config files\n copy: src={{ item.src }} dest={{ item.dest }} owner=root group=root mode=0644\n with_items:\n - { src: 'files/etc/exports', dest: '/etc/exports' }\n\n- name: Create nfs directories\n file:\n owner: vagrant\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 883,
"all_permissive": false
} |
ansible_role | ldynia/vagrant-ansible-k8-centos | 7bacb17794fd77512bc89117a1f1975cefe06cd5 | 0 | ansible/roles/nfs-slave | 5,737 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs-slave/tasks/main.yml",
"content": "- name: Create nfs directories\n file:\n path:\n - /mnt/nfs/www\n - /mnt/nfs/data\n owner: vagrant\n group: vagrant\n state: directory\n\n- name: Enable and start 'rpcbind' service\n systemd:\n name: rpcbind\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | raghudevopsb75/infra-ansible | 438b8a9f32e3a13727310484d36c92ba97a887db | 0 | roles/backend | 5,737 | [
"no_license"
] | [
{
"path": "roles/backend/vars/main.yml",
"content": "app_loc: /app\ncomponent: backend\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/backend/tasks/main.yml",
"content": "- name: Set Hostname\n ansible.builtin.shell: set-hostname back... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1447,
"all_permissive": false
} |
ansible_role | raghudevopsb75/infra-ansible | 438b8a9f32e3a13727310484d36c92ba97a887db | 0 | roles/common | 5,737 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app_prereq.yml",
"content": "- name: Cleanup old content\n ansible.builtin.file:\n path: \"{{ app_loc }}\"\n state: absent\n\n- name: Create app directory\n ansible.builtin.file:\n path: \"{{ app_loc }}\"\n state: directory\n\n#- name: Download backend Code and Ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 819,
"all_permissive": false
} |
ansible_role | raghudevopsb75/infra-ansible | 438b8a9f32e3a13727310484d36c92ba97a887db | 0 | roles/elk | 5,737 | [
"no_license"
] | [
{
"path": "roles/elk/tasks/main.yml",
"content": "- name: Load Logstash\n ansible.builtin.include_tasks: logstash.yml\n when: elk_component == \"logstash\"\n\n- name: Load Filebeat\n ansible.builtin.include_tasks: filebeat.yml\n when: elk_component == \"filebeat\"\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 209,
"all_permissive": false
} |
ansible_role | raghudevopsb75/infra-ansible | 438b8a9f32e3a13727310484d36c92ba97a887db | 0 | roles/frontend | 5,737 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Set Hostname\n ansible.builtin.shell: set-hostname frontend\n\n- name: Installing Nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n- name: Placing Expense Config File in Nginx\n ansible.builtin.template:\n src: expense.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | raghudevopsb75/infra-ansible | 438b8a9f32e3a13727310484d36c92ba97a887db | 0 | roles/prometheus | 5,737 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/alerts.yml",
"content": "groups:\n- name: infra_alerts\n rules:\n - alert: ServerDownAlert\n expr: up == 0\n for: 1m\n labels:\n severity: critical\n annotations:\n summary: Server Down Alert\n\n - alert: BackendServiceDownAlert\n expr: node_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3363,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2021-11/Maxx-4uTeP_infra | a61543523844ebb25fa146e5a29a416559392d47 | 0 | ansible/roles/db | 5,737 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/install_mongo.yml",
"content": "---\n- name: Add an Apt signing key\n apt_key:\n url: https://www.mongodb.org/static/pgp/server-4.2.asc\n state: present\n\n- name: Add APT repository\n apt_repository:\n repo: deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 544,
"all_permissive": false
} |
ansible_role | PrakashRaj2902/Nginx-setup---Ansible_proj | 848d0021de38481d9dc3f0ecbe065eb488d9a9ed | 0 | roles/nginx | 5,737 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Create Static File Directory\n file:\n path: \"{{ static_directory }}\"\n state: directory\n owner: www-data\n group: www-data\n mode:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 503,
"all_permissive": false
} |
ansible_role | TheTemptingSavior/homelab | 4fc0f8f7d6032d1453c1077a60eb68b396f699a5 | 0 | roles/upgrade_system | 5,837 | [
"no_license"
] | [
{
"path": "roles/upgrade_system/defaults/main.yml",
"content": "---\n\npackages:\n - \"python3-pip\"\n - \"python3-setuptools\"\n - \"python3\"\n - \"python3-venv\"\n - \"nfs-common\"\n - \"net-tools\"\n - \"dnsutils\"\n - \"open-iscsi\"\n\npip_packages:\n - \"docker\"\n - \"kubernetes\"",
"li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | TheTemptingSavior/homelab | 4fc0f8f7d6032d1453c1077a60eb68b396f699a5 | 0 | roles/wireguard | 5,837 | [
"no_license"
] | [
{
"path": "roles/wireguard/tasks/server.yml",
"content": "---\n\n- name: \"Output the wireguard server url\"\n ansible.builtin.debug:\n msg: \"Wireguard server URL: {{ server_public_address }}:{{ server_port }}\"\n\n- name: \"Template server config file\"\n ansible.builtin.template:\n src: \"server_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5107,
"all_permissive": false
} |
ansible_role | ob-yilu-sportsbet/openbet-automation-test-instance | 9f289c75c1b6c225ad0654339f083d418403865e | 0 | ansible/roles/apps | 5,837 | [
"no_license"
] | [
{
"path": "ansible/roles/apps/vars/main.yml",
"content": "---\nrelease_base_dir: \"/home/{{ ansible_user }}/git_src/releases\"\n\napplications:\n - name: \"db\"\n repo: \"db-build\"\n artifact: \"sportsbet-db-release-compiled\"\n directory: \"sportsbet-release-sources\"\n version: \"latest\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5384,
"all_permissive": false
} |
ansible_role | ob-yilu-sportsbet/openbet-automation-test-instance | 9f289c75c1b6c225ad0654339f083d418403865e | 0 | ansible/roles/docker | 5,837 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/os_family/Ubuntu.yml",
"content": "---\n- name: Remove old Docker packages\n apt:\n name:\n - docker.io\n - docker-doc\n - docker-compose\n - docker-compose-v2\n - podman-docker\n - containerd\n - runc\n state: absent\n\n- name:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2580,
"all_permissive": false
} |
ansible_role | ob-yilu-sportsbet/openbet-automation-test-instance | 9f289c75c1b6c225ad0654339f083d418403865e | 0 | ansible/roles/pre | 5,837 | [
"no_license"
] | [
{
"path": "ansible/roles/pre/tasks/main.yml",
"content": "---\n\n- name: Prerequisit configuration\n raw: \"{{ item }}\"\n with_items: \"{{ commands }}\"\n when: commands\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | ob-yilu-sportsbet/openbet-automation-test-instance | 9f289c75c1b6c225ad0654339f083d418403865e | 0 | ansible/roles/stack | 5,837 | [
"no_license"
] | [
{
"path": "ansible/roles/stack/tasks/setup_sportsbet_stack.yml",
"content": "---\n- name: Clone Sportsbet-stack repository\n git:\n repo: \"{{ sportsbet_stack_repo_url }}\"\n dest: \"{{ sportsbet_stack_repo_dest }}\"\n version: \"{{ sportsbet_stack_repo_branch }}\"\n\n- name: Create symlink for Sp... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1961,
"all_permissive": false
} |
ansible_role | dorzhevsky/devops | 37d0b2296299043441d43fcfd8b3bcbd49e0762a | 0 | roles/dorzhevsky.docker | 5,837 | [
"no_license"
] | [
{
"path": "roles/dorzhevsky.docker/handlers/main.yml",
"content": "---\n# handlers file for dorzhevsky.docker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/dorzhevsky.docker/tasks/main.yml",
"content": "---\n# tasks file for dorzhevsk... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1330,
"all_permissive": false
} |
ansible_role | dorzhevsky/devops | 37d0b2296299043441d43fcfd8b3bcbd49e0762a | 0 | roles/dorzhevsky.weave | 5,837 | [
"no_license"
] | [
{
"path": "roles/dorzhevsky.weave/vars/main.yml",
"content": "---\n# vars file for dorzhevsky.weave\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/dorzhevsky.weave/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | Vishwas1976/theProject | 349fd7a07eada604673505244369b0413151b56c | 0 | ansible/roles/nodejs | 5,837 | [
"no_license"
] | [
{
"path": "ansible/roles/nodejs/tasks/main.yml",
"content": "---\n# tasks file for nodejs\n\n- name: installing nodejs \n yum:\n name: \"{{ item }}\"\n enablerepo: epel\n state: installed\n with_items:\n - nodejs\n - npm",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 164,
"all_permissive": false
} |
ansible_role | Vishwas1976/theProject | 349fd7a07eada604673505244369b0413151b56c | 0 | ansible/roles/splunksearch | 5,837 | [
"no_license"
] | [
{
"path": "ansible/roles/splunksearch/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - splunksearch",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "ansible/roles/splunksearch/defaults/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | AdamFerguson/mongo-sharded-ansible | e81c2fff0ca06a0e6eca9d395657ed8c64cac34f | 5 | roles/common | 5,837 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# This Playbook runs all the common plays in the deployment\n\n- name: Create the hosts file for all machines\n template: src=hosts.j2 dest=/etc/hosts\n sudo: yes\n\n- name: Create the repository for 10Gen\n copy: src=10gen.repo.j2 dest=/etc/yum.r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1502,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/base | 5,837 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n# Base Packages\n\n- name: install lists packages\n apt: pkg={{ item }} state=installed\n become: yes\n become_user: root\n\n with_items:\n - aptitude\n - git\n - git-core\n - git-flow\n - curl\n - wget\n - unzip\n - tar\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 267,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/chromium | 5,837 | [
"no_license"
] | [
{
"path": "roles/chromium/tasks/main.yml",
"content": "---\n# chromium Packages\n\n- name: install lists packages\n apt: pkg={{ item }} state=installed\n become: yes\n become_user: root\n\n with_items:\n - chromium-browser\n - chromium-browser-l10n\n - chromium-codecs-ffmpeg\n - chromium-cod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/conky | 5,837 | [
"no_license"
] | [
{
"path": "roles/conky/tasks/main.yml",
"content": "---\n# Conky Package\n\n- name: install lists packages\n apt: pkg={{ item }} state=installed\n become: yes\n become_user: root\n\n with_items:\n - conky-all",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/desktop | 5,837 | [
"no_license"
] | [
{
"path": "roles/desktop/tasks/main.yml",
"content": "---\n# Desktop Packages\n\n- name: install lists packages\n apt: pkg={{ item }} state=installed\n become: yes\n become_user: root\n\n - cinnamon\n - gnome-session-flashback\n - kubuntu-desktop\n\n\n\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 198,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/docker | 5,837 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install Docker\n shell: curl -sSL https://get.docker.com/ | sh\n\n# TODO\n- name: Set docker user\n become: yes\n become_user: root\n user:\n name=alex\n groups=docker\n append=yes\n\n- name: Install Docekr Compose with Pip\n pi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/idea | 5,837 | [
"no_license"
] | [
{
"path": "roles/idea/files/add-path.sh",
"content": "export PYCHARM_PATH=/home/alex/ideaIU-2016.3.5\nexport PATH=$PYCHARM_PATH/bin:$PATH\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/idea/tasks/main.yml",
"content": "---\n- name: dow... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/latex | 5,837 | [
"no_license"
] | [
{
"path": "roles/latex/tasks/main.yml",
"content": "---\n\n- name: install lists packages\n apt: pkg={{ item }} state=installed\n become: yes\n become_user: root\n\n with_items:\n - texmaker\n - texlive\n - texlive-latex3\n - texlive-latex-extra\n - texlive-lang-german\n - texlive-full... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/openssh | 5,837 | [
"no_license"
] | [
{
"path": "roles/openssh/tasks/main.yml",
"content": "---\n\n- name: install lists packages\n apt: pkg={{ item }} state=installed\n become: yes\n become_user: root\n\n with_items:\n - openssh-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/pycharm | 5,837 | [
"no_license"
] | [
{
"path": "roles/pycharm/files/add-path.sh",
"content": "export PYCHARM_PATH=/home/alex/pycharm-2017.1.2\nexport PATH=$PYCHARM_PATH/bin:$PATH\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/pycharm/tasks/main.yml",
"content": "---\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/python | 5,837 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n\n# Install Python packages\n\n- name: install lists packages\n apt: pkg={{ item }} state=installed\n become: yes\n become_user: root\n\n with_items:\n - python-pip\n - python3-pip\n - bpython3\n\n#- name: Configure | add to PATH\n # cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/utils | 5,837 | [
"no_license"
] | [
{
"path": "roles/utils/tasks/main.yml",
"content": "---\n# Utils Packages\n\n- name: install lists packages\n become: yes\n become_user: root\n apt: pkg={{ item }} state=installed\n with_items:\n - inkscape\n - fish\n - pidgin\n - pidgin-otr\n - build-essential\n - libwebsockets-dev\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 810,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/vagrant | 5,837 | [
"no_license"
] | [
{
"path": "roles/vagrant/README.md",
"content": "\nmkdir and cd\nvagrant init\nchange box (vagrant box -list)\nvagrant up|halt|destroy\nvagrant ssh\n\n\nVBoxManage\n list vms\n startvm <uuid|vmname>\n controlvm <uuid|vmname>\n\nalex@localhost$ vagrant ssh\nvagrant@vagrant-ubuntu-trusty-64:~$ sudo ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 561,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/virtualenv | 5,837 | [
"no_license"
] | [
{
"path": "roles/virtualenv/tasks/main.yml",
"content": "---\n\n- name: Install (virtualenv) python package.\n pip:\n name: virtualenv\n\n- name: Add requirements file\n copy: src=requirements.txt\n dest=/home/alex/requirements.txt\n\n- name: Install requirements\n pip:\n requirements: /home... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/vmbox | 5,837 | [
"no_license"
] | [
{
"path": "roles/vmbox/tasks/main.yml",
"content": "---\n\n- name: install lists packages\n become: yes\n become_user: root\n\n apt: pkg={{ item }} state=installed\n with_items:\n - virtualbox\n - virtualbox-qt\n - virtualbox-dkms\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/webstorm | 5,837 | [
"no_license"
] | [
{
"path": "roles/webstorm/tasks/main.yml",
"content": "---\n- name: download webstrom\n get_url:\n url: \"https://download.jetbrains.com/webstorm/WebStorm-2016.3.4.tar.gz\"\n dest: \"/home/alex/Downloads/WebStorm-2016.3.4.tar.gz\"\n\n- name: install webstrom\n unarchive:\n src: \"/home/alex/Down... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 475,
"all_permissive": false
} |
ansible_role | KungAlex/ansible-workstation | 86befde9ab240557aa5b1fcec397a20a0194e7b9 | 0 | roles/wireshark | 5,837 | [
"no_license"
] | [
{
"path": "roles/wireshark/tasks/main.yml",
"content": "---\n# Wireshark Package\n\n- name: install lists packages\n apt: pkg={{ item }} state=installed\n become: yes\n become_user: root\n\n with_items:\n - wireshark",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 158,
"all_permissive": false
} |
ansible_role | Snapstromegon/vaultbox | 6c25356d5dd507d671fd80f5b494c7bd744680de | 0 | roles/docker | 5,817 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n update_cache: true\n\n- name: Add Docker GPG key\n ansible.builtin.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 978,
"all_permissive": false
} |
ansible_role | Snapstromegon/vaultbox | 6c25356d5dd507d671fd80f5b494c7bd744680de | 0 | roles/docker-caddy | 5,817 | [
"no_license"
] | [
{
"path": "roles/docker-caddy/tasks/main.yml",
"content": "---\n# tasks file for docker-caddy\n- name: Create Caddy configuration directory\n ansible.builtin.file:\n path: ~/caddy\n state: directory\n mode: '0755'\n- name: Create Caddyfile\n ansible.builtin.copy:\n dest: ~/caddy/Caddyfile\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 869,
"all_permissive": false
} |
ansible_role | Snapstromegon/vaultbox | 6c25356d5dd507d671fd80f5b494c7bd744680de | 0 | roles/samba | 5,817 | [
"no_license"
] | [
{
"path": "roles/samba/tasks/main.yml",
"content": "---\n- name: Install required packages\n apt:\n name:\n - avahi-daemon\n - wsdd\n - samba\n - smbclient\n - python3-pexpect\n state: present\n update_cache: true\n\n- name: Ensure Samba is discoverable\n ansible.builtin.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2078,
"all_permissive": false
} |
ansible_role | Snapstromegon/vaultbox | 6c25356d5dd507d671fd80f5b494c7bd744680de | 0 | roles/samba-share | 5,817 | [
"no_license"
] | [
{
"path": "roles/samba-share/defaults/main.yml",
"content": "label: Lightroom\npath: /mnt/vault/lightroom\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/samba-share/tasks/main.yml",
"content": "---\n- name: Create share directory\n an... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 782,
"all_permissive": false
} |
ansible_role | karangupte/ansible_mac_os_x_setup | 4817be5a254f8369011b95b2fae317655977c14a | 0 | provision_osx/roles/browsers | 5,817 | [
"no_license"
] | [
{
"path": "provision_osx/roles/browsers/tasks/main.yml",
"content": " - name: Install browsers\n homebrew_cask: name={{ item }} state=present\n with_items:\n - google-chrome",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | karangupte/ansible_mac_os_x_setup | 4817be5a254f8369011b95b2fae317655977c14a | 0 | provision_osx/roles/databases | 5,817 | [
"no_license"
] | [
{
"path": "provision_osx/roles/databases/tasks/main.yml",
"content": " - name: Install databases\n homebrew: name={{ item }} state=present\n with_items:\n - postgresql\n - redis\n - neo4j\n - cassandra",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": false
} |
ansible_role | karangupte/ansible_mac_os_x_setup | 4817be5a254f8369011b95b2fae317655977c14a | 0 | provision_osx/roles/dev_stuff | 5,817 | [
"no_license"
] | [
{
"path": "provision_osx/roles/dev_stuff/tasks/main.yml",
"content": " - name: Install Play framework for scala\n homebrew: name={{ item }} state=present\n with_items:\n - typesafe-activator",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 130,
"all_permissive": false
} |
ansible_role | karangupte/ansible_mac_os_x_setup | 4817be5a254f8369011b95b2fae317655977c14a | 0 | provision_osx/roles/ides | 5,817 | [
"no_license"
] | [
{
"path": "provision_osx/roles/ides/tasks/main.yml",
"content": " - name: Install development tools\n homebrew_cask: name={{ item }} state=present\n with_items:\n - visual-studio-code\n - eclipse-ide\n - android-sdk\n - android-studio\n - scala-ide\n - intellij-idea-ce"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | karangupte/ansible_mac_os_x_setup | 4817be5a254f8369011b95b2fae317655977c14a | 0 | provision_osx/roles/languages | 5,817 | [
"no_license"
] | [
{
"path": "provision_osx/roles/languages/tasks/main.yml",
"content": " - name: Install Java\n homebrew_cask: name={{ item }} state=present\n with_items:\n - java",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 101,
"all_permissive": false
} |
ansible_role | karangupte/ansible_mac_os_x_setup | 4817be5a254f8369011b95b2fae317655977c14a | 0 | provision_osx/roles/multimedia | 5,817 | [
"no_license"
] | [
{
"path": "provision_osx/roles/multimedia/tasks/main.yml",
"content": "- name: Install some commonly used multimedia software\n homebrew_cask: name={{ item }} state=installed\n with_items:\n - plex-media-player\n - plex-media-server\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | vinitkhandagle/ee_deploy | d91d644c02ddd3a41a303f79453eac2c9ce6797e | 0 | roles/dockerrole | 5,817 | [
"no_license"
] | [
{
"path": "roles/dockerrole/tasks/main.yml",
"content": "---\n# tasks file for dockerrole\n- name: Install Common Packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - htop\n - ccze\n - git\n - python3-pip\n\n- name: Install Docker prerequisites... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1474,
"all_permissive": false
} |
ansible_role | phani-devops-practice/roboshop-jenkins | 1591e3a3f86f877b17cff68683df045e4dba41fb | 0 | roles/jenkins | 5,817 | [
"no_license"
] | [
{
"path": "roles/jenkins/vars/main.yml",
"content": "folders:\n - { name: \"CI-Pipeline\" , description: \"CI Pipeline for roboshop components\" }\n\nmultilineJob:\n - {jobName: \"cart\" , folderName: \"CI-Pipeline/\" , repoName: \"cart\" , componentName: \"cart\"}\n - {jobName: \"user\" , folderName: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1733,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.