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 | jmiths/ansible_configs | 7460ea342092de66b6f19406badb7d434b0d5313 | 0 | roles/ssh | 7,552 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/desklight.yml",
"content": "---\n- name: Delete alias file on desklight and remake it\n file: dest=/root/.bash_aliases\n state=absent\n\n- name: Makes aliases on desklight to aid key adding\n lineinfile: \n dest=/root/.bash_aliases\n line=\"alias {{item}}='eval $(ss... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 6339,
"all_permissive": false
} |
ansible_role | jmiths/ansible_configs | 7460ea342092de66b6f19406badb7d434b0d5313 | 0 | roles/sudo | 7,552 | [
"no_license"
] | [
{
"path": "roles/sudo/tasks/main.yml",
"content": "---\n- name: Move sudo files into place\n copy: \n src={{item.src}}\n dest={{item.dest}}\n owner=root\n group=root\n mode=0440\n with_items:\n - { src: 'cci-techstaff', dest: '/etc/sudoers.d/cci-techstaff' }\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 823,
"all_permissive": false
} |
ansible_role | jmiths/ansible_configs | 7460ea342092de66b6f19406badb7d434b0d5313 | 0 | roles/user-packages | 7,552 | [
"no_license"
] | [
{
"path": "roles/user-packages/tasks/maple.yml",
"content": "---\n\n- name: Create versioned maple links in /usr/local/bin\n shell: \"cd /site/local; ls -dr maple-[0-9]*\"\n register: MapleVersions\n changed_when: False\n\n- debug: var=MapleVersions\n\n- name: Link Maple CLI\n file: \n state: link \n... | {
"task_files": 17,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 9935,
"all_permissive": false
} |
ansible_role | Kuvaldis/playground | 1a233208d1a3d68eb67da643293d0c6c8a135e80 | 0 | ansible/simple-example/playbook/roles/nginx | 7,552 | [
"no_license"
] | [
{
"path": "ansible/simple-example/playbook/roles/nginx/defaults/main.yml",
"content": "nginx:\n - { sitename: 'default' }",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/simple-example/playbook/roles/nginx/templates/nginx_site_conf.j2",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | Kuvaldis/playground | 1a233208d1a3d68eb67da643293d0c6c8a135e80 | 0 | ansible/simple-example/playbook/roles/preconf | 7,552 | [
"no_license"
] | [
{
"path": "ansible/simple-example/playbook/roles/preconf/vars/main.yml",
"content": "admins:\n - { user: 'kuvaldis', shell: '/bin/zsh' }\n - { user: 'pupkin', shell: '/bin/sh' }",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "ansible/simple-examp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 705,
"all_permissive": false
} |
ansible_role | nicodoggie/ansible-archlinux-setup | f64da9d6ad6b86e7eb1925926cefb503a87e7cda | 0 | playbooks/roles/arch-common | 7,552 | [
"no_license"
] | [
{
"path": "playbooks/roles/arch-common/tasks/main.yml",
"content": "- name: Set timezone\n file: \"state=link src=/usr/share/zoneinfo/{{ timezone }} dest=/etc/localtime\"\n\n- name: Generate adjtime\n become: yes\n shell: \"/usr/bin/hwclock --systohc\"\n args:\n creates: /etc/adjtime\n\n- name: Add l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 666,
"all_permissive": false
} |
ansible_role | nicodoggie/ansible-archlinux-setup | f64da9d6ad6b86e7eb1925926cefb503a87e7cda | 0 | playbooks/roles/awesome | 7,552 | [
"no_license"
] | [
{
"path": "playbooks/roles/awesome/tasks/main.yml",
"content": "- name: Install Awesome WM and tools\n pacman: \"pkg={{ item }} state=present\"\n with_items: \n - awesome\n - dex\n\n- name: Create awesome config directories\n file: \"path=/home/{{ item }}/.config/awesome state=directory\"\n with_items... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | nicodoggie/ansible-archlinux-setup | f64da9d6ad6b86e7eb1925926cefb503a87e7cda | 0 | playbooks/roles/language-support | 7,552 | [
"no_license"
] | [
{
"path": "playbooks/roles/language-support/tasks/main.yml",
"content": "---\n\n- name: Install ibus IPA/X-SAMPA input\n shell: \"pacaur -Sa --noconfirm --noprogress ibus-table-others\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | nicodoggie/ansible-archlinux-setup | f64da9d6ad6b86e7eb1925926cefb503a87e7cda | 0 | playbooks/roles/productivity | 7,552 | [
"no_license"
] | [
{
"path": "playbooks/roles/productivity/meta/main.yml",
"content": "---\ndependencies:\n - { role: arch-common }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "playbooks/roles/productivity/tasks/main.yml",
"content": "- name: Install produc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | rabanedo/azure-cp2 | 1ed4286cd64aa4440d662bc28883a045f353a4d8 | 0 | ansible/roles/postgresql | 7,552 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/handlers/main.yml",
"content": "---\n# https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_handlers.html\n# https://docs.ansible.com/ansible/latest/collections/ansible/builtin/systemd_module.html\n- name: Restart PostgreSQL\n ansible.builtin.systemd:\n na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4141,
"all_permissive": false
} |
ansible_role | rabanedo/azure-cp2 | 1ed4286cd64aa4440d662bc28883a045f353a4d8 | 0 | ansible/roles/sonarqube | 7,552 | [
"no_license"
] | [
{
"path": "ansible/roles/sonarqube/handlers/main.yml",
"content": "---\n# handlers file for SonarQube\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible/roles/sonarqube/README.md",
"content": "# sonarqube\n\nRole to install and config... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 9581,
"all_permissive": false
} |
ansible_role | rabanedo/azure-cp2 | 1ed4286cd64aa4440d662bc28883a045f353a4d8 | 0 | ansible/roles/webservice | 7,552 | [
"no_license"
] | [
{
"path": "ansible/roles/webservice/CHANGELOG.md",
"content": "# CHANGELOG - webservice role\n\nList of all significant changes on this role.\n\n## [1.0.0] - 2023-03-20\n- First role version.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "ansib... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 12127,
"all_permissive": false
} |
ansible_role | thani2808/first-ansible | 40d39c690e08cee9a76ae81de0dc4e18f3760b95 | 0 | roles/handlers | 7,552 | [
"no_license"
] | [
{
"path": "roles/handlers/tasks/ansible-handlers-playbook.yml",
"content": "---\n- name: Hello World Playbook\n hosts: ec2\n become: yes\n remote_user: ubuntu\n\n tasks:\n - name: Print Hello World\n debug:\n msg: \"Hello, World!\"\n\n - name: Update apt cache\n apt:\n upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 548,
"all_permissive": false
} |
ansible_role | cbaser/Master-s-Thesis | 8784a5ddfb0bffc1fe73eb14548e7840ed222af9 | 0 | Deployment/Ansible/roles/opc.ua | 7,552 | [
"no_license"
] | [
{
"path": "Deployment/Ansible/roles/opc.ua/files/CPUTestingServerAddingSingleVariableNode.c",
"content": "//\n// Created by cgtybsr on 25.05.18.\n//t\n#include <stdio.h>\n#include <signal.h>\n#include <time.h>\n#include \"open62541.h\"\n#define _POSIX_C_SOURCE 199309L\n\n\n/** General Methods*/\n__time_t b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 21726,
"all_permissive": false
} |
ansible_role | hevansGRC/IT_385 | b53a824b534bcc6240bf8e46fd30a019c06ba867 | 0 | Ansible/roles/backup-conf | 7,552 | [
"no_license"
] | [
{
"path": "Ansible/roles/backup-conf/handlers/main.yml",
"content": "---\n# handlers file for roles/backup-conf",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "Ansible/roles/backup-conf/defaults/main.yml",
"content": "---\n# defaults file for r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | hevansGRC/IT_385 | b53a824b534bcc6240bf8e46fd30a019c06ba867 | 0 | Ansible/roles/default-route | 7,552 | [
"no_license"
] | [
{
"path": "Ansible/roles/default-route/tasks/main.yml",
"content": "---\n# tasks file for roles/default-route\n - name: create static default route\n ios_config: \n lines:\n - ip route 0.0.0.0 0.0.0.0 192.168.0.250",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | hevansGRC/IT_385 | b53a824b534bcc6240bf8e46fd30a019c06ba867 | 0 | Ansible/roles/ntp | 7,552 | [
"no_license"
] | [
{
"path": "Ansible/roles/ntp/tasks/main.yml",
"content": "---\n# tasks file for roles/ntp\n\n- name: change ntp server\n ios_config:\n lines:\n - snmp-server community GRCRocks!\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | hevansGRC/IT_385 | b53a824b534bcc6240bf8e46fd30a019c06ba867 | 0 | Ansible/roles/snmp | 7,552 | [
"no_license"
] | [
{
"path": "Ansible/roles/snmp/handlers/main.yml",
"content": "---\n# handlers file for roles/snmp",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "Ansible/roles/snmp/vars/main.yml",
"content": "---\n# vars file for roles/snmp",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | cadusk/setup-talk-azure-func | 1eeb8b4ad0d34bb8292f2c9cbf5f2ea8903a7d12 | 0 | vagrant/ansible/roles/azure-cli | 7,552 | [
"no_license"
] | [
{
"path": "vagrant/ansible/roles/azure-cli/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n role_name: azure-cli\n description: Install Azure CLI for Linux\n license: Apache-2.0\n min_ansible_version: 2.6\n\n platforms:\n - name: Debian\n versions:\n - buster\n\n galaxy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 937,
"all_permissive": false
} |
ansible_role | cadusk/setup-talk-azure-func | 1eeb8b4ad0d34bb8292f2c9cbf5f2ea8903a7d12 | 0 | vagrant/ansible/roles/azure-func | 7,552 | [
"no_license"
] | [
{
"path": "vagrant/ansible/roles/azure-func/tasks/main.yml",
"content": "---\n- name: Install Azure Functions APT repository key\n apt_key:\n url: \"{{ azure_func_repo_key_url }}\"\n state: present\n\n- name: Add Azure Functions APT repository\n apt_repository:\n repo: deb [arch=amd64] https://pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1006,
"all_permissive": false
} |
ansible_role | cadusk/setup-talk-azure-func | 1eeb8b4ad0d34bb8292f2c9cbf5f2ea8903a7d12 | 0 | vagrant/ansible/roles/common | 7,552 | [
"no_license"
] | [
{
"path": "vagrant/ansible/roles/common/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n role_name: common\n description: Install and configure common development environment tools\n license: Apache-2.0\n min_ansible_version: 2.6\n\n platforms:\n - name: Debian\n versions:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1494,
"all_permissive": false
} |
ansible_role | cadusk/setup-talk-azure-func | 1eeb8b4ad0d34bb8292f2c9cbf5f2ea8903a7d12 | 0 | vagrant/ansible/roles/python-pyenv | 7,552 | [
"no_license"
] | [
{
"path": "vagrant/ansible/roles/python-pyenv/tasks/main.yml",
"content": "---\n# Install pyenv dependencies\n- name: Install PyEnv dependencies\n apt:\n pkg: \"{{ python_pyenv_packages }}\"\n state: latest\n\n- name: Install PyEnv as local user\n shell: curl https://pyenv.run | bash\n become: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | harrythambi/nsxalb_ansible_scrapbook | fa47c5da40b8d58e62efa0c5385330ecbc0cd3e8 | 0 | roles/configure_avi_credentials | 7,552 | [
"no_license"
] | [
{
"path": "roles/configure_avi_credentials/tasks/main.yml",
"content": "- name: set facts\r\n set_fact:\r\n avi_login: &avi_login\r\n controller: \"{{ avi_hostname }}\"\r\n username: \"{{ avi_username }}\"\r\n password: \"{{ <PASSWORD> }}\"\r\n api_version: \"{{ avi_api_version }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1031,
"all_permissive": false
} |
ansible_role | harrythambi/nsxalb_ansible_scrapbook | fa47c5da40b8d58e62efa0c5385330ecbc0cd3e8 | 0 | roles/configure_nsxalb_controller | 7,552 | [
"no_license"
] | [
{
"path": "roles/configure_nsxalb_controller/tasks/main.yml",
"content": "- name: 'Waiting for AVI deployment to complete'\r\n wait_for:\r\n host: '{{ avi_hostname }}'\r\n port: 443 \r\n timeout: 900\r\n delegate_to: localhost\r\n\r\n- name: set facts\r\n set_fact:\r\n avi_login: &avi_login\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3058,
"all_permissive": false
} |
ansible_role | harrythambi/nsxalb_ansible_scrapbook | fa47c5da40b8d58e62efa0c5385330ecbc0cd3e8 | 0 | roles/configure_nsxalb_nsx_cloud | 7,552 | [
"no_license"
] | [
{
"path": "roles/configure_nsxalb_nsx_cloud/tasks/main.yml",
"content": "- name: set facts\n set_fact:\n avi_login: &avi_login\n controller: \"{{ avi_hostname }}\"\n username: \"{{ avi_username }}\"\n password: \"{{ <PASSWORD> }}\"\n api_version: \"{{ avi_api_version }}\"\n \n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5829,
"all_permissive": false
} |
ansible_role | harrythambi/nsxalb_ansible_scrapbook | fa47c5da40b8d58e62efa0c5385330ecbc0cd3e8 | 0 | roles/configure_nsxalb_pool | 7,552 | [
"no_license"
] | [
{
"path": "roles/configure_nsxalb_pool/tasks/main.yml",
"content": "- name: AVI Login\n set_fact:\n avi_login: &avi_login\n controller: \"lab4-nsxalbc-1.harrythambi.cloud\"\n username: \"admin\"\n password: \"<PASSWORD>!\"\n api_version: \"22.1.3\"\n\n\n- name: Create a Pool for VMwa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 755,
"all_permissive": false
} |
ansible_role | harrythambi/nsxalb_ansible_scrapbook | fa47c5da40b8d58e62efa0c5385330ecbc0cd3e8 | 0 | roles/configure_nsxalb_vs | 7,552 | [
"no_license"
] | [
{
"path": "roles/configure_nsxalb_vs/tasks/main.yml",
"content": "- name: AVI Login\n set_fact:\n avi_login: &avi_login\n controller: \"lab4-nsxalbc-1.harrythambi.cloud\"\n username: \"admin\"\n password: \"<PASSWORD>!\"\n api_version: \"22.1.3\"\n\n- name: Create a virtualservice fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 842,
"all_permissive": false
} |
ansible_role | harrythambi/nsxalb_ansible_scrapbook | fa47c5da40b8d58e62efa0c5385330ecbc0cd3e8 | 0 | roles/configure_nsxalb_vsvip | 7,552 | [
"no_license"
] | [
{
"path": "roles/configure_nsxalb_vsvip/tasks/main.yml",
"content": "- name: AVI Login\n set_fact:\n avi_login: &avi_login\n controller: \"lab4-nsxalbc-1.harrythambi.cloud\"\n username: \"admin\"\n password: \"<PASSWORD>!\"\n api_version: \"22.1.3\"\n\n- name: Create a vsvip for VMwa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | harrythambi/nsxalb_ansible_scrapbook | fa47c5da40b8d58e62efa0c5385330ecbc0cd3e8 | 0 | roles/update_vs_for_http2https | 7,552 | [
"no_license"
] | [
{
"path": "roles/update_vs_for_http2https/tasks/main.yml",
"content": "---\n- include_tasks: update_vs_for_http2https.yml\n loop: \"{{vs_list.split(',')}}\"\n loop_control:\n loop_var: vs_name",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1089,
"all_permissive": false
} |
ansible_role | harrythambi/nsxalb_ansible_scrapbook | fa47c5da40b8d58e62efa0c5385330ecbc0cd3e8 | 0 | roles/update_vs_for_sorry_page | 7,552 | [
"no_license"
] | [
{
"path": "roles/update_vs_for_sorry_page/tasks/update_vs_for_sorry_page.yml",
"content": "---\n- name: set facts\n set_fact:\n avi_login: &avi_login\n controller: \"{{controller}}\"\n username: \"{{username}}\"\n password: <PASSWORD>}}\"\n tenant: \"{{tenant}}\" \n\n- vmware.alb.avi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2113,
"all_permissive": false
} |
ansible_role | harrythambi/nsxalb_ansible_scrapbook | fa47c5da40b8d58e62efa0c5385330ecbc0cd3e8 | 0 | roles/update_vs_with_pool_from_poolgroup | 7,552 | [
"no_license"
] | [
{
"path": "roles/update_vs_with_pool_from_poolgroup/tasks/main.yml",
"content": "---\n- name: set facts\n set_fact:\n avi_login: &avi_login\n controller: \"{{controller}}\"\n username: \"{{username}}\"\n password: <PASSWORD>}}\"\n\n- name: Get list of virtualservices\n delegate_to: local... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2777,
"all_permissive": false
} |
ansible_role | harrythambi/nsxalb_ansible_scrapbook | fa47c5da40b8d58e62efa0c5385330ecbc0cd3e8 | 0 | roles/update_vsvip_name_to_match_vsname | 7,552 | [
"no_license"
] | [
{
"path": "roles/update_vsvip_name_to_match_vsname/tasks/update_vsvip_name.yml",
"content": "---\n- name: set facts\n set_fact:\n avi_login: &avi_login\n controller: \"{{controller}}\"\n username: \"{{username}}\"\n password: <PASSWORD>}}\"\n tenant: \"{{tenant}}\" \n\n- name: Get Re... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1096,
"all_permissive": false
} |
ansible_role | k3karthic/ansible__ipfs | 69dc3ba1b4ccc8674fca471868c504000015b39f | 0 | roles/config | 7,552 | [
"no_license"
] | [
{
"path": "roles/config/handlers/main.yml",
"content": "---\n- name: restart systemctl\n become: yes\n ansible.builtin.command:\n cmd: systemctl daemon-reload\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "roles/config/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1341,
"all_permissive": false
} |
ansible_role | k3karthic/ansible__ipfs | 69dc3ba1b4ccc8674fca471868c504000015b39f | 0 | roles/ipfs | 7,552 | [
"no_license"
] | [
{
"path": "roles/ipfs/tasks/main.yml",
"content": "---\n- name: Download kubo\n ansible.builtin.get_url:\n url: \"https://github.com/ipfs/kubo/releases/download/{{ipfs_version}}/kubo_{{ipfs_version}}_linux-amd64.tar.gz\"\n dest: \"/tmp/kubo.tar.gz\"\n mode: 0644\n\n- name: Extract kubo\n ansible.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1194,
"all_permissive": false
} |
ansible_role | GoKEV/ansible-RHPDS-post | b975c06f3182b34aa91cc03476212f3c4332db58 | 0 | roles/TowerBaseLine | 7,552 | [
"no_license"
] | [
{
"path": "roles/TowerBaseLine/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - LimeLight-TowerConfig\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/TowerBaseLine/tasks/tower_settings.yml",
"co... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3995,
"all_permissive": false
} |
ansible_role | GoKEV/ansible-RHPDS-post | b975c06f3182b34aa91cc03476212f3c4332db58 | 0 | roles/TowerContent | 7,552 | [
"no_license"
] | [
{
"path": "roles/TowerContent/files/project_files/02-TasksInAPlay/02_Apache-Tasks.yml",
"content": "- name: Variable examples\n hosts: web\n become: true\n\n tasks:\n - name: Ensure httpd package is present\n yum:\n name: httpd\n state: latest\n\n - name: Ensure latest index.html file is p... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 24522,
"all_permissive": false
} |
ansible_role | shivam0791/ansible-playbooks | 16c4a6738d65cb93b6f288a890e1db34024430a4 | 0 | roles/centos-jboss4 | 7,552 | [
"no_license"
] | [
{
"path": "roles/centos-jboss4/tasks/main.yml",
"content": "---\n- name: instal unzip\n yum: name=unzip state=present\n- name: Download Jboss 4\n get_url: url=http://192.168.126.99:8087/repository/tools/jboss-4.2.3.GA-jdk6.zip dest=/tmp\n\n- name: Extract archive\n unarchive: src=/tmp/jboss-4.2.3.GA-jdk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | shivam0791/ansible-playbooks | 16c4a6738d65cb93b6f288a890e1db34024430a4 | 0 | roles/centos-jboss4-deployment | 7,552 | [
"no_license"
] | [
{
"path": "roles/centos-jboss4-deployment/tasks/main.yml",
"content": "---\n\n- name: Copying properties files to jboss4/server/default/conf\n copy: src=roles/centos-jboss4-deployment/files/RMS dest=/home/lms/jboss-4.2.3.GA/server/default/conf\n\n- name: Copying server.xml to jboss4/server/default/deploy/j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1725,
"all_permissive": false
} |
ansible_role | shivam0791/ansible-playbooks | 16c4a6738d65cb93b6f288a890e1db34024430a4 | 0 | roles/centos-jboss7 | 7,552 | [
"no_license"
] | [
{
"path": "roles/centos-jboss7/tasks/main.yml",
"content": "---\n\n - name: Copy Jboss 1.7 to Remote Server\n get_url: url=http://192.168.126.99:8087/repository/tools/jboss-as-7.1.1.Final.tar.gz dest=/home/lms\n \n - name: Extract the Jboss tar file\n unarchive: src=/home/lms/jboss-a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | shivam0791/ansible-playbooks | 16c4a6738d65cb93b6f288a890e1db34024430a4 | 0 | roles/centos-jboss7-deployment | 7,552 | [
"no_license"
] | [
{
"path": "roles/centos-jboss7-deployment/tasks/main.yml",
"content": "---\n\n\n - name: Copy properties files to Jboss server Configuration directory\n copy: src=roles/centos-jboss7-deployment/files/standalone.xml dest=/home/lms/jboss-as-7.1.1.Final/standalone/configuration\n \n - name: Edit ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2926,
"all_permissive": false
} |
ansible_role | shivam0791/ansible-playbooks | 16c4a6738d65cb93b6f288a890e1db34024430a4 | 0 | roles/jre7 | 7,552 | [
"no_license"
] | [
{
"path": "roles/jre7/tasks/main.yml",
"content": "---\n - name: Download Jre7\n get_url: url=http://192.168.126.99:8087/repository/tools/jre-7u80-linux-x64.tar.gz dest=/opt/jre-7u80-linux-x64.tar.gz\n\n - name: Extract archive\n unarchive: dest=/opt/ src=/opt/jre-7u80-linux-x64.tar.gz copy=no\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | shivam0791/ansible-playbooks | 16c4a6738d65cb93b6f288a890e1db34024430a4 | 0 | roles/mysql5.1 | 7,552 | [
"no_license"
] | [
{
"path": "roles/mysql5.1/tasks/main.yml",
"content": "---\n - name: Create a Mysql folder\n file: path=/home/stpl/Mysql state=directory\n\n - name: Copy Mysql 5.1 tar bundle\n get_url: url=http://192.168.126.99:8087/repository/tools/MySQL-community-5.1.72-1.rhel5.x86_64.rpm-bundle.tar.g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1575,
"all_permissive": false
} |
ansible_role | ivansible/entware | 7fec4661df5d65ccfd4354e36c1ed37f99d5668c | 1 | roles/core | 7,552 | [
"no_license"
] | [
{
"path": "roles/core/tasks/ssh.yml",
"content": "---\n- name: install ssh moduli\n ## fixes openssh warning \"could not open /opt/etc/ssh/moduli, using fixed modulus\"\n ## see:\n ## https://security.stackexchange.com/questions/79043/is-it-considered-worth-it-to-replace-opensshs-moduli-file\n ## https:... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 8127,
"all_permissive": false
} |
ansible_role | ivansible/entware | 7fec4661df5d65ccfd4354e36c1ed37f99d5668c | 1 | roles/net | 7,552 | [
"no_license"
] | [
{
"path": "roles/net/tasks/main.yml",
"content": "---\n- name: become root and setup network routing\n ansible.builtin.import_tasks: root.yml\n become: true\n tags: wrt_net_all\n\n- name: add netfilter shell helpers for user\n ansible.builtin.blockinfile:\n path: \"{{ ansible_user_dir }}/.profile\"\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5131,
"all_permissive": false
} |
ansible_role | ivansible/entware | 7fec4661df5d65ccfd4354e36c1ed37f99d5668c | 1 | roles/openvpn | 7,552 | [
"no_license"
] | [
{
"path": "roles/openvpn/tasks/main.yml",
"content": "---\n- name: become root and setup openvpn\n ansible.builtin.import_tasks: root.yml\n become: true\n when:\n - wrt_ovpn_servers |d([])\n - wrt_ovpn_default_server |d('')\n tags:\n - wrt_ovpn_all\n - wrt_openvpn_all\n\n- name: run postpone... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5114,
"all_permissive": false
} |
ansible_role | ivansible/entware | 7fec4661df5d65ccfd4354e36c1ed37f99d5668c | 1 | roles/privoxy | 7,552 | [
"no_license"
] | [
{
"path": "roles/privoxy/README.md",
"content": "# ivansible.wrt_privoxy\n\n[](https://github.com/ivansible/wrt-privoxy/actions)\n[](https://github.com/ivansible/wrt-supervisor/actions)\n[ }}\"\n tags: wrt_v2ray_packages\n\n- name: detect latest v2ray client release\n ivansible.base.github_release:\n repository: v2fly/v2ray-core\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4709,
"all_permissive": false
} |
ansible_role | ivansible/entware | 7fec4661df5d65ccfd4354e36c1ed37f99d5668c | 1 | roles/wireguard | 7,552 | [
"no_license"
] | [
{
"path": "roles/wireguard/tasks/root.yml",
"content": "---\n- name: install wireguard packages\n community.general.opkg:\n name: \"{{ wrt_wg_packages |join(',') }}\"\n tags: wrt_wg_install\n\n- name: install wireguard helper script wg-quick\n ansible.builtin.copy:\n src: wg-quick.entware.sh\n d... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5825,
"all_permissive": false
} |
ansible_role | ivansible/entware | 7fec4661df5d65ccfd4354e36c1ed37f99d5668c | 1 | roles/yggdrasil | 7,552 | [
"no_license"
] | [
{
"path": "roles/yggdrasil/tasks/main.yml",
"content": "---\n- name: become root and setup yggdrasil\n ansible.builtin.import_tasks: root.yml\n become: true\n when: ygg_enable |bool\n tags:\n - wrt_ygg_all\n - wrt_yggdrasil_all\n...\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6009,
"all_permissive": false
} |
ansible_role | otvorenesudy/otvorenesudy-server | aec86481c54f1e7b3c6c807aef1c9a32ce252307 | 0 | roles/apps | 7,552 | [
"no_license"
] | [
{
"path": "roles/apps/scripts/unoconv-server.sh",
"content": "#!/bin/bash\n\ncurl -s \"https://www.genpro.gov.sk/dokumenty/pravoplatne-uznesenia-prokuratora-ktorymi-sa-skoncilo-trestne-stihanie-vedene-proti-urcitej-2f09.html?action=download&id=211881\" > test.rtf\ntimeout 10s unoconv -p 2002 -f text -n --st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4249,
"all_permissive": false
} |
ansible_role | otvorenesudy/otvorenesudy-server | aec86481c54f1e7b3c6c807aef1c9a32ce252307 | 0 | roles/elasticsearch | 7,552 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "- name: Install OpenJDK 8\n become_user: '{{ user }}'\n apt:\n name:\n - openjdk-8-jdk\n state: latest\n\n- name: Check if Elasticsearch package is downloaded\n stat: path=/home/{{ user }}/elasticsearch-{{ version }}.deb\n register: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1922,
"all_permissive": false
} |
ansible_role | otvorenesudy/otvorenesudy-server | aec86481c54f1e7b3c6c807aef1c9a32ce252307 | 0 | roles/iptables | 7,552 | [
"no_license"
] | [
{
"path": "roles/iptables/tasks/main.yml",
"content": "---\n- name: Copy iptables.rules\n copy: src=roles/iptables/templates/iptables.rules dest=/etc/iptables.rules\n notify:\n - Reload iptables\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | otvorenesudy/otvorenesudy-server | aec86481c54f1e7b3c6c807aef1c9a32ce252307 | 0 | roles/logrotate | 7,552 | [
"no_license"
] | [
{
"path": "roles/logrotate/tasks/main.yml",
"content": "---\n- name: Copy logrotate configuration\n copy: src=roles/logrotate/templates/logrotate.conf dest=/etc/logrotate.conf\n\n- name: Copy logrotate configuration for otvorenesudy\n copy: src=roles/logrotate/templates/otvorenesudy dest=/etc/logrotate.d/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 260,
"all_permissive": false
} |
ansible_role | otvorenesudy/otvorenesudy-server | aec86481c54f1e7b3c6c807aef1c9a32ce252307 | 0 | roles/memcached | 7,552 | [
"no_license"
] | [
{
"path": "roles/memcached/templates/memcached.conf.j2",
"content": "# Run memcached as a daemon. This command is implied, and is not needed for the\n# daemon to run.\n-d\n\n# Log memcached's output to /var/log/memcached\nlogfile /var/log/memcached\n-v\n\n# Start with a cap of 64 megs of memory. It's reason... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1137,
"all_permissive": false
} |
ansible_role | otvorenesudy/otvorenesudy-server | aec86481c54f1e7b3c6c807aef1c9a32ce252307 | 0 | roles/passenger-nginx | 7,552 | [
"no_license"
] | [
{
"path": "roles/passenger-nginx/templates/otvorenesudy-api-production.j2",
"content": "server {\n listen 80;\n server_name api.otvorenesudy.sk;\n return 301 https://$host$request_uri;\n}\n\nserver {\n listen 443 ssl;\n ssl_certificate /etc/letsencrypt/live/otvorenesudy.sk/fullchain.pem;\n ssl_certifi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8742,
"all_permissive": false
} |
ansible_role | otvorenesudy/otvorenesudy-server | aec86481c54f1e7b3c6c807aef1c9a32ce252307 | 0 | roles/postgresql | 7,552 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "---\n- name: Add keys for PostgreSQL repositories\n apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc state=present\n\n- name: Add certificates\n apt:\n name:\n - ca-certificates\n state: present\n\n- name: Add PostgreSQL re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3261,
"all_permissive": false
} |
ansible_role | otvorenesudy/otvorenesudy-server | aec86481c54f1e7b3c6c807aef1c9a32ce252307 | 0 | roles/python | 7,552 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "- name: Install Python libraries\n shell: |\n pip3 install psycopg2 sentence-transformers torch transformers pandas scikit-learn numpy tenacity\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | otvorenesudy/otvorenesudy-server | aec86481c54f1e7b3c6c807aef1c9a32ce252307 | 0 | roles/redis | 7,552 | [
"no_license"
] | [
{
"path": "roles/redis/templates/redis.conf.j2",
"content": "# Redis configuration file example.\n#\n# Note that in order to read the configuration file, Redis must be\n# started with the file path as first argument:\n#\n# ./redis-server /path/to/redis.conf\n\n# Note on units: when memory size is needed, it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 108892,
"all_permissive": false
} |
ansible_role | otvorenesudy/otvorenesudy-server | aec86481c54f1e7b3c6c807aef1c9a32ce252307 | 0 | roles/ruby | 7,552 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n- name: Install rbenv dependencies\n apt:\n name:\n - git-core\n - build-essential\n - libreadline-dev\n - libssl1.0-dev\n - libyaml-dev\n - libxml2-dev\n - libxslt1-dev\n - zlib1g-dev\n - libffi-dev\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2625,
"all_permissive": false
} |
ansible_role | otvorenesudy/otvorenesudy-server | aec86481c54f1e7b3c6c807aef1c9a32ce252307 | 0 | roles/sysctl | 7,552 | [
"no_license"
] | [
{
"path": "roles/sysctl/handlers/main.yml",
"content": "---\n- name: Reload sysctl\n sysctl: name=sysctl reload=true state=absent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/sysctl/tasks/main.yml",
"content": "---\n- name: Create s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | otvorenesudy/otvorenesudy-server | aec86481c54f1e7b3c6c807aef1c9a32ce252307 | 0 | roles/system | 7,552 | [
"no_license"
] | [
{
"path": "roles/system/handlers/main.yml",
"content": "---\n- name: Reload Mount All\n command: mount -a\n become: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/system/tasks/main.yml",
"content": "- name: Upgrade all packages to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1913,
"all_permissive": false
} |
ansible_role | otvorenesudy/otvorenesudy-server | aec86481c54f1e7b3c6c807aef1c9a32ce252307 | 0 | roles/user | 7,552 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "- name: Create deploy group\n group: name=deploy state=present\n\n- name: Create application user\n user: name={{ user }} group=deploy shell=/bin/bash state=present\n\n- name: Allow 'deploy' group to have passwordless sudo\n lineinfile:\n dest: /etc/s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2316,
"all_permissive": false
} |
ansible_role | thebrokenbrain/kubuntu_software_install | 4490bee73bb5c92a6e1811baaae78b199d0ecc45 | 0 | roles/asbru | 7,551 | [
"no_license"
] | [
{
"path": "roles/asbru/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - asbru\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/asbru/vars/main.yml",
"content": "---\n# vars file for asbru\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 584,
"all_permissive": false
} |
ansible_role | thebrokenbrain/kubuntu_software_install | 4490bee73bb5c92a6e1811baaae78b199d0ecc45 | 0 | roles/basic | 7,551 | [
"no_license"
] | [
{
"path": "roles/basic/meta/main.yml",
"content": "galaxy_info:\n description: Install basic packages\n license: MIT\n min_ansible_version: 2.1\n galaxy_tags: []",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/basic/tasks/install.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 338,
"all_permissive": false
} |
ansible_role | thebrokenbrain/kubuntu_software_install | 4490bee73bb5c92a6e1811baaae78b199d0ecc45 | 0 | roles/beekeeper | 7,551 | [
"no_license"
] | [
{
"path": "roles/beekeeper/defaults/main.yml",
"content": "---\n# defaults file for beekeeper\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/beekeeper/meta/main.yml",
"content": "galaxy_info:\n description: Install Beekeeper\n licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | thebrokenbrain/kubuntu_software_install | 4490bee73bb5c92a6e1811baaae78b199d0ecc45 | 0 | roles/chrome | 7,551 | [
"no_license"
] | [
{
"path": "roles/chrome/meta/main.yml",
"content": "galaxy_info:\n description: Install Google Chrome\n license: MIT\n min_ansible_version: 2.1\n galaxy_tags: []\ndependencies: ['basic']",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
},
{
"path": "roles/ch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | thebrokenbrain/kubuntu_software_install | 4490bee73bb5c92a6e1811baaae78b199d0ecc45 | 0 | roles/filezilla | 7,551 | [
"no_license"
] | [
{
"path": "roles/filezilla/vars/main.yml",
"content": "---\n# vars file for filezilla\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/filezilla/meta/main.yml",
"content": "galaxy_info:\n description: Install Filezilla\n license: MIT\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | thebrokenbrain/kubuntu_software_install | 4490bee73bb5c92a6e1811baaae78b199d0ecc45 | 0 | roles/mysqlworkbench | 7,551 | [
"no_license"
] | [
{
"path": "roles/mysqlworkbench/handlers/main.yml",
"content": "---\n# handlers file for mysqlworkbench\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/mysqlworkbench/vars/main.yml",
"content": "---\n# vars file for mysqlworkbench\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1128,
"all_permissive": false
} |
ansible_role | thebrokenbrain/kubuntu_software_install | 4490bee73bb5c92a6e1811baaae78b199d0ecc45 | 0 | roles/neovim | 7,551 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/install.yml",
"content": "---\n# tasks file for neovim\n- name: NEOVIM | Add Neovim repository\n ansible.builtin.apt_repository:\n repo: ppa:neovim-ppa/stable\n state: present\n\n- name: NEOVIM | Install Neovim\n apt:\n pkg:\n - neovim\n update_cache: yes",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | thebrokenbrain/kubuntu_software_install | 4490bee73bb5c92a6e1811baaae78b199d0ecc45 | 0 | roles/openvpn | 7,551 | [
"no_license"
] | [
{
"path": "roles/openvpn/meta/main.yml",
"content": "galaxy_info:\n description: Install and configure OpenVpn\n license: MIT\n min_ansible_version: 2.1\n galaxy_tags: []\ndependencies: ['basic']",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
"path": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | thebrokenbrain/kubuntu_software_install | 4490bee73bb5c92a6e1811baaae78b199d0ecc45 | 0 | roles/phpstorm | 7,551 | [
"no_license"
] | [
{
"path": "roles/phpstorm/tasks/install.yml",
"content": "---\n# tasks file for phpstorm\n- name: PHPSTORM | Install PHPStorm\n community.general.snap:\n name:\n - phpstorm\n classic: yes\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | thebrokenbrain/kubuntu_software_install | 4490bee73bb5c92a6e1811baaae78b199d0ecc45 | 0 | roles/shutter | 7,551 | [
"no_license"
] | [
{
"path": "roles/shutter/handlers/main.yml",
"content": "---\n# handlers file for shutter\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/shutter/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 530,
"all_permissive": false
} |
ansible_role | thebrokenbrain/kubuntu_software_install | 4490bee73bb5c92a6e1811baaae78b199d0ecc45 | 0 | roles/teams | 7,551 | [
"no_license"
] | [
{
"path": "roles/teams/meta/main.yml",
"content": "galaxy_info:\n description: Install Teams\n license: MIT\n min_ansible_version: 2.1\n galaxy_tags: []\ndependencies: ['basic']",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path": "roles/teams/tasks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 267,
"all_permissive": false
} |
ansible_role | thebrokenbrain/kubuntu_software_install | 4490bee73bb5c92a6e1811baaae78b199d0ecc45 | 0 | roles/vagrant | 7,551 | [
"no_license"
] | [
{
"path": "roles/vagrant/meta/main.yml",
"content": "galaxy_info:\n description: Install Vagrant\n license: MIT\n min_ansible_version: 2.1\ndependencies:\n - basic\n - virtualbox",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "roles/vagrant/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | thebrokenbrain/kubuntu_software_install | 4490bee73bb5c92a6e1811baaae78b199d0ecc45 | 0 | roles/virtualbox | 7,551 | [
"no_license"
] | [
{
"path": "roles/virtualbox/tasks/install.yml",
"content": "---\n# tasks file for virtualbox\n- name: VIRTUALBOX | Add VirtualBox repo signing key\n ansible.builtin.apt_key:\n url: \"{{ item }}\"\n state: present\n with_items:\n - https://www.virtualbox.org/download/oracle_vbox_2016.asc\n - ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1253,
"all_permissive": false
} |
ansible_role | nicolomaioli/dotfiles | c5e0437852cb9ac733aa565426adaf92b5ad0263 | 0 | roles/workstation | 7,551 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/terraform.yml",
"content": "---\n- name: \"Add Hashicorp Stable repo (Fedora)\"\n become: true\n ansible.builtin.yum_repository:\n name: hashicorp-stable\n description: Hashicorp Stable - $basearch\n baseurl: https://rpm.releases.hashicorp.com/fedora/$releasever... | {
"task_files": 29,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 30,
"total_bytes": 18372,
"all_permissive": false
} |
ansible_role | bucry/didi-tech | c89c149bb47cdb380825fbff75ae6734f73cbdd9 | 1 | ansible/roles/sbt | 7,551 | [
"no_license"
] | [
{
"path": "ansible/roles/sbt/tasks/main.yml",
"content": "---\n\n- name: add sbt yum repository\n get_url:\n url: https://bintray.com/sbt/rpm/rpm\n dest: /etc/yum.repos.d/bintray-sbt-rpm.repo\n\n- yum: name=sbt\n\n- name: set up oschina repository mirror for Sbt\n copy:\n src: roles/sbt/files/rep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | morikuni/locest | 74973b2658638a7926c145bd0b4317ad55871f84 | 0 | setup/playbooks/roles/postgis | 7,551 | [
"no_license"
] | [
{
"path": "setup/playbooks/roles/postgis/meta/main.yml",
"content": "dependencies:\n - role: postgresql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "setup/playbooks/roles/postgis/tasks/main.yml",
"content": "- name: EPELリポジトリを追加\n yum: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | morikuni/locest | 74973b2658638a7926c145bd0b4317ad55871f84 | 0 | setup/playbooks/roles/postgresql | 7,551 | [
"no_license"
] | [
{
"path": "setup/playbooks/roles/postgresql/vars/main.yml",
"content": "pgdata: /var/lib/pgsql/data\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "setup/playbooks/roles/postgresql/tasks/main.yml",
"content": "- name: PostgreSQLをインストール\n yum... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1536,
"all_permissive": false
} |
ansible_role | chilliblast/ansible | 1a290db83143ad0ac61ccfbf04caf333c861dfa4 | 0 | roles/jenkins | 7,551 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n# tasks file for jenkins\n\n- name: Import Jenkins GPG key \n rpm_key: \n state: present \n key: http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key \n\n- name: Add Jenkins repository \n yum_repository: \n name: jenkins \n description... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | ftlog/sakuravps-initial-setup-centos8 | 50917a5c5a781271abe03d506f0512233f4b0bbe | 0 | roles/firewall | 7,551 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n- include_tasks: set_firewall_2_9.yml\n when: ansible_version.full is version('2.10.0', '<')\n\n- include_tasks: set_firewall_2_10.yml\n when: ansible_version.full is version('2.10.0', '>=')",
"license_type": "no_license",
"detected_licen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1240,
"all_permissive": false
} |
ansible_role | ftlog/sakuravps-initial-setup-centos8 | 50917a5c5a781271abe03d506f0512233f4b0bbe | 0 | roles/hostname | 7,551 | [
"no_license"
] | [
{
"path": "roles/hostname/tasks/main.yml",
"content": "---\n- debug:\n msg: \"{{ hostname }}\"\n\n- name: Set a hostname\n become: \"{{ is_become }}\"\n hostname:\n name: \"{{ hostname }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 129,
"all_permissive": false
} |
ansible_role | ftlog/sakuravps-initial-setup-centos8 | 50917a5c5a781271abe03d506f0512233f4b0bbe | 0 | roles/locale | 7,551 | [
"no_license"
] | [
{
"path": "roles/locale/tasks/main.yml",
"content": "---\n- name: install language Pack\n become: \"{{ is_become }}\"\n dnf:\n name:\n - glibc-langpack-ja\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | ftlog/sakuravps-initial-setup-centos8 | 50917a5c5a781271abe03d506f0512233f4b0bbe | 0 | roles/network | 7,551 | [
"no_license"
] | [
{
"path": "roles/network/tasks/main.yml",
"content": "---\n- name: install needed network manager libs\n become: \"{{ is_become }}\"\n dnf:\n name:\n - NetworkManager-libnm\n - python3-libsemanage\n - python3-policycoreutils\n state: present\n\n- name: setup network\n become: \"{{ is... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | ftlog/sakuravps-initial-setup-centos8 | 50917a5c5a781271abe03d506f0512233f4b0bbe | 0 | roles/ssh | 7,551 | [
"no_license"
] | [
{
"path": "roles/ssh/handlers/main.yml",
"content": "---\n- name: restart sshd service\n become: \"{{ is_become }}\"\n service:\n name: \"{{sshd_service}}\"\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "roles/ssh/tasks... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | ftlog/sakuravps-initial-setup-centos8 | 50917a5c5a781271abe03d506f0512233f4b0bbe | 0 | roles/update | 7,551 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "---\n- name: all update\n become: \"{{ is_become }}\"\n dnf:\n name: \"*\"\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 89,
"all_permissive": false
} |
ansible_role | ftlog/sakuravps-initial-setup-centos8 | 50917a5c5a781271abe03d506f0512233f4b0bbe | 0 | roles/user | 7,551 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n- name: add the user\n become: \"{{ is_become }}\"\n no_log: true\n user:\n name: \"{{ item.name }}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n groups: \"{{ item.groups }}\"\n loop: \"{{ user_list }}\"\n\n- name: cre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | hidepin/oracle-presetup-playbook | 5c890d1cc507576a30e355e1cf22e3ac7019c94d | 0 | roles/oracle | 7,550 | [
"no_license"
] | [
{
"path": "roles/oracle/defaults/main.yml",
"content": "---\n# file: roles/oracle/defaults/main.yml\nproxy_env:\n no_proxy: '*'\n# http_proxy: http://172.16.111.1:8080\n# https_proxy: http://172.16.111.1:8080\noracle_pkg:\n - binutils.x86_64\n - compat-libcap1.x86_64\n - compat-libstdc++-33.x86_64\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 12516,
"all_permissive": false
} |
ansible_role | hidepin/oracle-presetup-playbook | 5c890d1cc507576a30e355e1cf22e3ac7019c94d | 0 | roles/oracle_presetup | 7,550 | [
"no_license"
] | [
{
"path": "roles/oracle_presetup/tasks/main.yml",
"content": "---\n# tasks file for oracle_presetup\n- name: check oracle file\n local_action: command ls roles/oracle/files/\n register: st\n changed_when: False\n\n- name: oracle file message\n debug:\n msg:\n - Not found oracle file.\n - Pl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | AsmarSad/Grafana-Ansible | 71b67607ce4dbe24a24453843bf31586208f2f25 | 0 | roles/configure_grafana | 7,550 | [
"no_license"
] | [
{
"path": "roles/configure_grafana/templates/grafana.conf.j2",
"content": "server {\n listen 80;\n server_name {{ server_name }};\n\n location / {\n proxy_pass http://localhost:3000;\n proxy_set_header Host $host;\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_he... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1837,
"all_permissive": false
} |
ansible_role | AsmarSad/Grafana-Ansible | 71b67607ce4dbe24a24453843bf31586208f2f25 | 0 | roles/provision_droplet | 7,550 | [
"no_license"
] | [
{
"path": "roles/provision_droplet/tasks/main.yml",
"content": "- name: Upload SSH key to DigitalOcean\n community.digitalocean.digital_ocean_sshkey:\n oauth_token: \"{{ do_token }}\"\n state: present\n name: \"grafana-ssh-key\"\n ssh_pub_key: \"{{ lookup('file', ssh_pub_key_path) }}\"\n regis... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1150,
"all_permissive": false
} |
ansible_role | yzhelezko/wp | 80620b45f52d536a800657314bcf28b83cebdedd | 0 | roles/cert-manager | 7,550 | [
"no_license"
] | [
{
"path": "roles/cert-manager/tasks/main.yml",
"content": "---\n\n- name: Deploy cert-manager\n when: env == \"dev\"\n community.kubernetes.k8s:\n state: \"present\"\n definition: \"{{ lookup('template', '{{ item }}') }}\"\n loop:\n - \"1_cert-manager.yaml\"\n\n- name: Deploy certificate\n when... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1608,
"all_permissive": false
} |
ansible_role | yzhelezko/wp | 80620b45f52d536a800657314bcf28b83cebdedd | 0 | roles/certificate | 7,550 | [
"no_license"
] | [
{
"path": "roles/certificate/templates/deploy-certificate.yaml",
"content": "---\napiVersion: v1\nkind: Secret\nmetadata:\n annotations:\n reflector.v1.k8s.emberstack.com/reflection-allowed: \"true\"\n reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: observability,test\n reflector.v1... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 782,
"all_permissive": false
} |
ansible_role | yzhelezko/wp | 80620b45f52d536a800657314bcf28b83cebdedd | 0 | roles/mariadb | 7,550 | [
"no_license"
] | [
{
"path": "roles/mariadb/defaults/main.yml",
"content": "mariadb_namespace: \"mariadb\"\nmariadb_root_password: \"<PASSWORD>\"\nmariadb_db_name: \"db1\"\nmariadb_db_user: \"dbuser\"\nmariadb_db_password: \"<PASSWORD>\"\nmariadb_backup_user: \"backupuser\"\nmariadb_backup_password: \"<PASSWORD>\"\n",
"li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 887,
"all_permissive": false
} |
ansible_role | yzhelezko/wp | 80620b45f52d536a800657314bcf28b83cebdedd | 0 | roles/nginx | 7,550 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: Add ingress-nginx chart repo\n community.kubernetes.helm_repository:\n name: ingress-nginx\n repo_url: \"https://kubernetes.github.io/ingress-nginx\"\n\n- name: Deploy nginx controller\n community.kubernetes.helm:\n name: nginx-in... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | yzhelezko/wp | 80620b45f52d536a800657314bcf28b83cebdedd | 0 | roles/observability | 7,550 | [
"no_license"
] | [
{
"path": "roles/observability/templates/datasources.yaml",
"content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: grafana-datasources\n namespace: \"{{ observability_namespace }}\"\n labels:\n grafana_datasource: \"true\"\ndata:\n datasources.yaml: |-\n apiVersion: 1\n\n datasources:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5998,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.