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 | SleepingLA/elephantNAP | e5ead2f683f16d9b34aaca0258d4113564baf0be | 0 | ansible/roles/presto | 3,218 | [
"no_license"
] | [
{
"path": "ansible/roles/presto/templates/node.properties.j2",
"content": "node.environment=production\nnode.id={{ my_uuid }}\nnode.data-dir=/home/ubuntu/presto-data\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "ansible/roles/presto/tasks/main.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2407,
"all_permissive": false
} |
ansible_role | SleepingLA/elephantNAP | e5ead2f683f16d9b34aaca0258d4113564baf0be | 0 | ansible/roles/prestostart | 3,218 | [
"no_license"
] | [
{
"path": "ansible/roles/prestostart/tasks/main.yml",
"content": "---\n\n- include_vars: \"{{ nodesfile }}\"\n\n#- vars:\n\n- name: startstop presto services\n shell : /usr/local/presto/bin/launcher.py {{ cmd }}\n\n# ajouter le service dans systemctl pour redemarrage?\n\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 194,
"all_permissive": false
} |
ansible_role | SleepingLA/elephantNAP | e5ead2f683f16d9b34aaca0258d4113564baf0be | 0 | ansible/roles/sparklingH2O | 3,218 | [
"no_license"
] | [
{
"path": "ansible/roles/sparklingH2O/tasks/main.yml",
"content": "---\n\n- include_vars: \"{{ nodesfile }}\"\n- set_fact: h2o_v=\"2.4.5\"\n- set_fact: h2o_root=\"/home\"\n###- set_fact: zep_v=\"0.8.0-SNAPSHOT\"\n\n- name: unpack sparling\n unarchive: src=./roles/sparklingH2O/files/sparkling-water-{{ h2o_v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | SleepingLA/elephantNAP | e5ead2f683f16d9b34aaca0258d4113564baf0be | 0 | ansible/roles/tfos | 3,218 | [
"no_license"
] | [
{
"path": "ansible/roles/tfos/tasks/main.yml",
"content": "---\n\n- include_vars: \"{{ nodesfile }}\"\n\n\n- name: install TF \n pip:\n name: tensorflow\n\n- name: install TFonSpark\n pip:\n name: tensorflowonspark\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | SleepingLA/elephantNAP | e5ead2f683f16d9b34aaca0258d4113564baf0be | 0 | ansible/roles/zeppelin | 3,218 | [
"no_license"
] | [
{
"path": "ansible/roles/zeppelin/tasks/main.yml",
"content": "---\n\n- include_vars: \"{{ nodesfile }}\"\n- set_fact: zep_v=\"0.8.1-bin-netinst\"\n#- set_fact: zep_root=\"/home\"\n###- set_fact: zep_v=\"0.8.0-SNAPSHOT\"\n\n- name: unpack zeppelin\n unarchive: src=./roles/zeppelin/files/zeppelin-{{ zep_v }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1053,
"all_permissive": false
} |
ansible_role | SleepingLA/elephantNAP | e5ead2f683f16d9b34aaca0258d4113564baf0be | 0 | ansible/roles/zeppelinstart | 3,218 | [
"no_license"
] | [
{
"path": "ansible/roles/zeppelinstart/tasks/main.yml",
"content": "---\n\n- include_vars: \"{{ nodesfile }}\"\n###- set_fact: zep_v=\"0.7.2-bin-all\"\n\n- name: startstop zepelin daemon\n shell : \"{{ zep_root }}/zeppelin/bin/zeppelin-daemon.sh {{ cmd }}\"\n\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 180,
"all_permissive": false
} |
ansible_role | Luchik51/homework | b63a3dd2294b423de8b10707b9bdd92b09b6ca93 | 0 | 07.Ansible.Cruise/roles/nginx | 3,218 | [
"no_license"
] | [
{
"path": "07.Ansible.Cruise/roles/nginx/handlers/main.yaml",
"content": "---\n- name: restart nginx\n service:\n name: \"{{ 'nginx' }}\"\n state: restarted\n\n- name: stop apache\n service:\n name: \"{{ 'apache2' if (ansible_os_family == 'Debian') else 'httpd' }}\"\n state: stop\n\n- name: HT... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2520,
"all_permissive": false
} |
ansible_role | Luchik51/homework | b63a3dd2294b423de8b10707b9bdd92b09b6ca93 | 0 | 07.Ansible.Cruise/roles/tests | 3,218 | [
"no_license"
] | [
{
"path": "07.Ansible.Cruise/roles/tests/tasks/main.yaml",
"content": "---\n- name: Check if we have SUDO with NOPASSWD\n block:\n - name: run command\n command: \"true\"\n become: yes\n\n rescue:\n - name: print if password required\n debug:\n msg: 'SUDO password required'\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1059,
"all_permissive": false
} |
ansible_role | Luchik51/homework | b63a3dd2294b423de8b10707b9bdd92b09b6ca93 | 0 | 07.Ansible.Cruise/roles/webserver | 3,218 | [
"no_license"
] | [
{
"path": "07.Ansible.Cruise/roles/webserver/tasks/main.yaml",
"content": "---\n- name: Include deploy for Debian systems\n include_tasks: http_deb.yaml\n when: ansible_os_family == 'Debian'\n\n- name: Include deploy for RedHat systems\n include_tasks: http_rh.yaml\n when: ansible_os_family == 'RedHat'\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2169,
"all_permissive": false
} |
ansible_role | QuentinBisson/click-count-devops | 69da5b46fc4de407e2f09968da8d3b69475a5a8d | 0 | ansible/roles/docker | 3,218 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/defaults/main.yml",
"content": "---\ndocker_package: docker-ce\n\ndocker_apt_key: https://download.docker.com/linux/ubuntu/gpg\ndocker_apt_release_channel: stable edge test\ndocker_apt_arch: amd64\ndocker_apt_repository: \"deb [arch={{ docker_apt_arch }}] https://download.doc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1787,
"all_permissive": false
} |
ansible_role | QuentinBisson/click-count-devops | 69da5b46fc4de407e2f09968da8d3b69475a5a8d | 0 | ansible/roles/jenkins | 3,218 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/README.md",
"content": "Role Name\n=========\n\nJenkins installation and configuration role.\n\nRequirements\n------------\n\nThis role requires docker to be installed.\n\nLicense\n-------\n\nGPLv3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4696,
"all_permissive": false
} |
ansible_role | QuentinBisson/click-count-devops | 69da5b46fc4de407e2f09968da8d3b69475a5a8d | 0 | ansible/roles/redis | 3,218 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/README.md",
"content": "Role Name\n=========\n\nStart a Redis server as a docker container.\n\nRequirements\n------------\n\n- docker must be installed\n\nRole Variables\n--------------\n\nredis_container_image (redis:5.0.4-alpine): Redis image\nredis_container_name (redis): R... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1311,
"all_permissive": false
} |
ansible_role | DanielMeirelles/ansible-zabbix | 2b8d0a3e25fbf7d1d70c4f6ae2a0ccd460e5ba10 | 0 | roles/zabbix-all | 3,218 | [
"no_license"
] | [
{
"path": "roles/zabbix-all/tasks/main.yml",
"content": "---\n# tasks file for ansible-zabbix\n- name: Install common packages\n include_tasks: \"common.yml\"\n \n- name: Install Zabbix Server\n include: \"Zbx-server.yml\"\n\n- name: Install Frontend\n include: \"Zbx-frontend.yml\"\n ",
"license_t... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8165,
"all_permissive": false
} |
ansible_role | Linbing/dotfiles | 852b218fd0973949bd7668c22acbccd0f64d9d8a | 0 | ansible/chrony/roles/chrony | 3,218 | [
"no_license"
] | [
{
"path": "ansible/chrony/roles/chrony/tasks/main.yml",
"content": "---\n - include: preconfig.yml\n - include: test.yml\n - include: start.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "ansible/chrony/roles/chrony/tasks/test.yml",
"c... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | Linbing/dotfiles | 852b218fd0973949bd7668c22acbccd0f64d9d8a | 0 | ansible/roles/network | 3,218 | [
"no_license"
] | [
{
"path": "ansible/roles/network/tasks/config.yml",
"content": "---\n - name: set static network\n template: src=ifcfg-{{ manager_interface }}.j2 dest=/etc/sysconfig/network-scripts/ifcfg-{{ manager_interface }}\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | nkorrapa/osp-setup-ansible | 28ada4ec200af08eecdd05a6f236dedbbc5604d1 | 0 | roles/osp-image | 3,138 | [
"no_license"
] | [
{
"path": "roles/osp-image/tasks/main.yml",
"content": "---\n- name: Create osp_image_cache_dir\n file:\n state: directory\n path: \"{{ osp_image_cache_dir }}\"\n\n- include_tasks: load-image.yml\n loop: \"{{ osp_images }}\"\n loop_control:\n loop_var: osp_image\n label: \"{{ osp_image.name }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 240,
"all_permissive": false
} |
ansible_role | nkorrapa/osp-setup-ansible | 28ada4ec200af08eecdd05a6f236dedbbc5604d1 | 0 | roles/osp_flavor | 3,138 | [
"no_license"
] | [
{
"path": "roles/osp_flavor/tasks/main.yml",
"content": "---\n- include_tasks: define-flavor.yml\n loop: \"{{ osp_flavors }}\"\n loop_control:\n loop_var: osp_flavor\n label: \"{{ osp_flavor.name }}\"\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 | nkorrapa/osp-setup-ansible | 28ada4ec200af08eecdd05a6f236dedbbc5604d1 | 0 | roles/osp_instance | 3,138 | [
"no_license"
] | [
{
"path": "roles/osp_instance/tasks/main.yml",
"content": "---\n- include_tasks: define-instance.yml\n loop: \"{{ osp_instances }}\"\n loop_control:\n loop_var: osp_instance\n label: \"{{ osp_instance.name }}\"\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 | nkorrapa/osp-setup-ansible | 28ada4ec200af08eecdd05a6f236dedbbc5604d1 | 0 | roles/osp_keypair | 3,138 | [
"no_license"
] | [
{
"path": "roles/osp_keypair/tasks/main.yml",
"content": "---\n- include_tasks: define-keypair.yml\n loop: \"{{ osp_keypairs }}\"\n loop_control:\n loop_var: osp_keypair\n label: \"{{ osp_keypair.name }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | nkorrapa/osp-setup-ansible | 28ada4ec200af08eecdd05a6f236dedbbc5604d1 | 0 | roles/osp_network | 3,138 | [
"no_license"
] | [
{
"path": "roles/osp_network/tasks/main.yml",
"content": "---\n- include_tasks: define-network.yml\n loop: \"{{ osp_networks }}\"\n loop_control:\n loop_var: osp_network\n label: \"{{ osp_network.name }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | nkorrapa/osp-setup-ansible | 28ada4ec200af08eecdd05a6f236dedbbc5604d1 | 0 | roles/osp_security_group | 3,138 | [
"no_license"
] | [
{
"path": "roles/osp_security_group/tasks/main.yml",
"content": "---\n- include_tasks: define-security_group.yml\n loop: \"{{ osp_security_groups }}\"\n loop_control:\n loop_var: osp_security_group\n label: \"{{ osp_security_group.name }}\"\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | nkorrapa/osp-setup-ansible | 28ada4ec200af08eecdd05a6f236dedbbc5604d1 | 0 | roles/three_tier_frontend | 3,138 | [
"no_license"
] | [
{
"path": "roles/three_tier_frontend/tasks/main.yml",
"content": "---\n- include_tasks: install_haproxy.yml\n when: three_tier_frontend_install_haproxy | bool\n- include_tasks: configure_haproxy.yml\n when: three_tier_frontend_configure_haproxy | bool\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | serhii-chernenko/gustav-vaimo-internship | b30f8960d027cedc37e807c23e5f1babbc45e2db | 1 | .ansible/roles/git_pull | 3,138 | [
"no_license"
] | [
{
"path": ".ansible/roles/git_pull/tasks/main.yml",
"content": "- name: Update the repo of Gustav theme on VPS\n git:\n repo: \"<EMAIL>:{{ GITHUB_REPO }}.git\"\n dest: \"{{ dir }}/app/design/frontend/VaimoInternship/gustav\"\n single_branch: true\n version: main\n accept_newhostkey: true\n",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | serhii-chernenko/gustav-vaimo-internship | b30f8960d027cedc37e807c23e5f1babbc45e2db | 1 | .ansible/roles/magento_build | 3,138 | [
"no_license"
] | [
{
"path": ".ansible/roles/magento_build/tasks/main.yml",
"content": "- name: Clear log file\n file:\n path: \"{{ log_file }}\"\n state: absent\n\n- name: Recreate log file\n file:\n path: \"{{ log_file }}\"\n state: touch\n mode: '0666'\n\n- name: Run Magento 2 build commands and log output... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | 1Jaxanisl1/yadro_Telecom_team | bd6353f4dc483e265717ac0ffee421e5e14ae992 | 0 | Tasks_3/roles/common | 3,138 | [
"no_license"
] | [
{
"path": "Tasks_3/roles/common/tasks/main.yaml",
"content": "- name: Install common packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3\n - python3-pip\n state: present\n update_cache: yes\n cache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | 1Jaxanisl1/yadro_Telecom_team | bd6353f4dc483e265717ac0ffee421e5e14ae992 | 0 | Tasks_3/roles/docker | 3,138 | [
"no_license"
] | [
{
"path": "Tasks_3/roles/docker/tasks/run.yaml",
"content": "- name: Run container with script\n community.docker.docker_container:\n name: \"{{ container_name }}\"\n image: \"{{ docker_image }}\"\n command: \"{{ 'python3 ./http_requests.py' }}\"\n detach: false\n register: container_result\n\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3299,
"all_permissive": false
} |
ansible_role | eanyanwu/whotookmy.money | c64c2081835632c634358da451cfd3c7e236a5bd | 0 | ansible/roles/deploy | 3,138 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/files/bin/README.md",
"content": "This is where built binaries go.\nWe don't check binaries into source control, so this readme also serves as a placeholder for an otherwise empty directory.",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1487,
"all_permissive": false
} |
ansible_role | eanyanwu/whotookmy.money | c64c2081835632c634358da451cfd3c7e236a5bd | 0 | ansible/roles/packages | 3,138 | [
"no_license"
] | [
{
"path": "ansible/roles/packages/tasks/main.yml",
"content": "- name: upgrade/update packages\n apt:\n update_cache: yes\n upgrade: dist\n- name: install useful packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - vim\n - htop\n - curl\n - sqli... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3385,
"all_permissive": false
} |
ansible_role | eanyanwu/whotookmy.money | c64c2081835632c634358da451cfd3c7e236a5bd | 0 | ansible/roles/ssh | 3,138 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh/tasks/main.yml",
"content": "- name: add user public key\n authorized_key:\n user: \"{{ username }}\"\n state: present\n key: \"{{ public_key }}\"\n- name: sshd configuration\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: \"{{ item.regexp }}\"\n line: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 530,
"all_permissive": false
} |
ansible_role | eanyanwu/whotookmy.money | c64c2081835632c634358da451cfd3c7e236a5bd | 0 | ansible/roles/user | 3,138 | [
"no_license"
] | [
{
"path": "ansible/roles/user/tasks/main.yml",
"content": "- name: Ensure deploy group is present\n group:\n name: deploy\n state: present\n- name: Ensure deploy group has sudo priviledges\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: \"^%deploy\"\n line: \"%deploy ALL=(... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 517,
"all_permissive": false
} |
ansible_role | mattbman23/ansible-roles | a02d9a4d051715f420f23a754a80e459ab2ec0a0 | 0 | roles/mattbman23.user_setup | 3,138 | [
"no_license"
] | [
{
"path": "roles/mattbman23.user_setup/tasks/main.yml",
"content": "---\n- include_tasks: add_user.yml\n when: state == 'present'\n\n- include_tasks: remove_user.yml\n when: state == 'absent'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1241,
"all_permissive": false
} |
ansible_role | MikeGoltsov/peervpnbuild | 3a97d07e8ecc11888a0d7a336c50c5c680dff61c | 0 | ansible/playbooks/roles/libssl | 3,138 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/libssl/tasks/main.yml",
"content": "---\n- name: \"libssl | Create a directory if it does not exist\"\n file:\n path: \"{{ build_dir }}/libssl\"\n state: directory\n\n- name: \"libssl | Unpack\"\n unarchive:\n src: \"{{ libssl_url }}/{{ libssl_ver }}.tar.gz\"\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 525,
"all_permissive": false
} |
ansible_role | MikeGoltsov/peervpnbuild | 3a97d07e8ecc11888a0d7a336c50c5c680dff61c | 0 | ansible/playbooks/roles/peervpn | 3,138 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/peervpn/templates/control.j2",
"content": "Package: peervpn\nVersion: {{ peervpn_ver }}\nSection: base\nPriority: optional\nArchitecture: amd64\nDepends: \nMaintainer: <NAME> <<EMAIL>>\nDescription: PeerVPN \n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2262,
"all_permissive": false
} |
ansible_role | MikeGoltsov/peervpnbuild | 3a97d07e8ecc11888a0d7a336c50c5c680dff61c | 0 | ansible/playbooks/roles/repo | 3,138 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/repo/tasks/main.yml",
"content": "--- \n- name: \"repo | Allow all access to tcp port 80\"\n ufw:\n rule: allow\n port: '80'\n proto: tcp\n\n- name: \"repo | install Nginx\"\n apt:\n name: \"nginx\"\n\n- name: \"repo | Create a directory if it does not exi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1394,
"all_permissive": false
} |
ansible_role | heiden-deng/k8s | b96a2be4cc3d308c2fadee2880e0fc85467fac97 | 0 | roles/01_ca | 3,138 | [
"no_license"
] | [
{
"path": "roles/01_ca/tasks/main.yml",
"content": "- name: 01.创建目录\n file: name={{ item }} state=directory\n with_items:\n - \"{{ ca_dir }}\"\n - \"{{ base_dir }}/roles/02_pki/files/\"\n\n- name: 02.下载证书工具 CFSSL\n copy: src={{ pkg_dir }}/pki-pkg/{{ item }} dest={{ bin_dir }}/{{ item }} mode=0755\n wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3402,
"all_permissive": false
} |
ansible_role | heiden-deng/k8s | b96a2be4cc3d308c2fadee2880e0fc85467fac97 | 0 | roles/02_lb | 3,138 | [
"no_license"
] | [
{
"path": "roles/02_lb/templates/haproxy.cfg.j2",
"content": "global\n log 127.0.0.1 local2 info\n chroot /var/lib/haproxy\n pidfile /var/run/haproxy.pid\n maxconn 50000\n user haproxy\n group haproxy\n tune.comp.maxlevel 9\n maxcompcpuusage 50\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2801,
"all_permissive": false
} |
ansible_role | heiden-deng/k8s | b96a2be4cc3d308c2fadee2880e0fc85467fac97 | 0 | roles/02_pki | 3,138 | [
"no_license"
] | [
{
"path": "roles/02_pki/tasks/main.yml",
"content": "- name: 01.缓存ansilbe setup信息\n setup: gather_subset=min\n\n- name: 02.删除centos默认安装\n when: ansible_distribution == \"CentOS\"\n yum: name={{ item }} state=absent\n with_items:\n - firewalld\n - firewalld-filesystem\n - python-firewall\n\n- name: 03... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 971,
"all_permissive": false
} |
ansible_role | heiden-deng/k8s | b96a2be4cc3d308c2fadee2880e0fc85467fac97 | 0 | roles/03_etcd | 3,138 | [
"no_license"
] | [
{
"path": "roles/03_etcd/tasks/main.yml",
"content": "- name: 01.下载etcd二进制文件\n copy: src={{ pkg_dir }}/etcd-pkg/{{ item }} dest={{ bin_dir }}/{{ item }} mode=0755\n with_items:\n - etcd\n - etcdctl\n\n- name: 02.创建etcd证书目录\n file: name=/etc/etcd/ssl state=directory\n\n- name: 03.创建etcd工作目录\n file: nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 809,
"all_permissive": false
} |
ansible_role | heiden-deng/k8s | b96a2be4cc3d308c2fadee2880e0fc85467fac97 | 0 | roles/04_kubectl | 3,138 | [
"no_license"
] | [
{
"path": "roles/04_kubectl/tasks/main.yml",
"content": "- name: 01.下载kubectl二进制\n copy: src={{ pkg_dir }}/master-pkg/kubectl dest={{ bin_dir }}/kubectl mode=0755\n\n- name: 02.拷贝admin 证书文件\n template: src={{ ca_dir }}/{{ item }} dest={{ ca_dir }}/{{ item }}\n with_items:\n - admin.pem\n - admin-key.pe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 852,
"all_permissive": false
} |
ansible_role | heiden-deng/k8s | b96a2be4cc3d308c2fadee2880e0fc85467fac97 | 0 | roles/06_calico | 3,138 | [
"no_license"
] | [
{
"path": "roles/06_calico/tasks/main.yml",
"content": "- name: 01.创建calico 相关目录\n file: name={{ item }} state=directory\n with_items:\n - /etc/calico/ssl\n - /etc/cni/net.d\n\n- name: 02.拷贝证书到calico 证书目录\n copy: src={{ ca_dir }}/{{ item }} dest=/etc/calico/ssl/{{ item }}\n with_items:\n - ca.pem\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | heiden-deng/k8s | b96a2be4cc3d308c2fadee2880e0fc85467fac97 | 0 | roles/07_master | 3,138 | [
"no_license"
] | [
{
"path": "roles/07_master/tasks/main.yml",
"content": "- name: 01.下载 kube-master 二进制\n copy: src={{ pkg_dir }}/master-pkg/{{ item }} dest={{ bin_dir }}/{{ item }} mode=0755\n with_items:\n - kube-apiserver\n - kube-controller-manager\n - kube-scheduler\n - kubectl\n\n- name: 02.创建 token.csv\n templa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1282,
"all_permissive": false
} |
ansible_role | heiden-deng/k8s | b96a2be4cc3d308c2fadee2880e0fc85467fac97 | 0 | roles/08_node | 3,138 | [
"no_license"
] | [
{
"path": "roles/08_node/tasks/main.yml",
"content": "##----------kubelet 配置部分--------------\n- name: 01.下载 kubelet和kube-proxy 二进制\n copy: src={{ pkg_dir }}/node-pkg/{{ item }} dest={{ bin_dir }}/{{ item }} mode=0755\n with_items:\n - kubelet\n - kube-proxy\n\n# kubelet 启动时向 kube-apiserver 发送 TLS bootst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4319,
"all_permissive": false
} |
ansible_role | heiden-deng/k8s | b96a2be4cc3d308c2fadee2880e0fc85467fac97 | 0 | roles/bin_docker | 3,138 | [
"no_license"
] | [
{
"path": "roles/bin_docker/tasks/main.yml",
"content": "- name: 01.下载 docker 二进制文件\n copy: src={{ pkg_dir }}/docker-pkg/{{ item }} dest={{ bin_dir }}/{{ item }} mode=0755\n with_items:\n - docker-containerd\n - docker-containerd-shim\n - docker-init\n - docker-runc\n - docker\n - docker-containerd-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1396,
"all_permissive": false
} |
ansible_role | heiden-deng/k8s | b96a2be4cc3d308c2fadee2880e0fc85467fac97 | 0 | roles/upserver | 3,138 | [
"no_license"
] | [
{
"path": "roles/upserver/tasks/main.yml",
"content": "# 01.首先升级Node节点\n- name: 01.停止kubelet 服务\n tags:\n - kube-node\n - reload-kube-proxy\n shell: systemctl stop kubelet\n ignore_errors: true\n\n- name: 02.删除旧的kubelet和kube-proxy版本\n tags: \n - kube-node\n - reload-kube-proxy\n file: name=/usr/loc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1473,
"all_permissive": false
} |
ansible_role | heiden-deng/k8s | b96a2be4cc3d308c2fadee2880e0fc85467fac97 | 0 | roles/yum_docker | 3,138 | [
"no_license"
] | [
{
"path": "roles/yum_docker/files/daemon.json",
"content": "{\n \"storage-driver\": \"overlay2\",\n \"storage-opts\": [ \"overlay2.override_kernel_check=true\" ],\n \"registry-mirrors\": [\"https://rkhs1mob.mirror.aliyuncs.com\"],\n \"live-restore\" : false\n}\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1276,
"all_permissive": false
} |
ansible_role | tstapler/absis-installer | 69867a5baf714f73c9f518d5023eebd8ca0baa2e | 0 | roles/mariadb | 3,138 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n- file:\n path: \"{{item}}\"\n state: directory\n with_items:\n - \"{{ mariadb_required_host_dirs }}\"\n\n- include_vars: cred.yml\n\n- name: Create MariaDB Container\n docker:\n name: mariadb\n image: linuxserver/mariadb\n state... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 945,
"all_permissive": false
} |
ansible_role | tstapler/absis-installer | 69867a5baf714f73c9f518d5023eebd8ca0baa2e | 0 | roles/openldap | 3,138 | [
"no_license"
] | [
{
"path": "roles/openldap/tasks/main.yml",
"content": "---\n# tasks file for openldap\n- name: Create OpenLDAP Container\n docker: \n name: open-ldap\n image: osixia/openldap\n state: reloaded\n restart_policy: always\n net: host\n env:\n RANCHER_NETWORK=true,\n LDAP_ORGANIZATIO... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 659,
"all_permissive": false
} |
ansible_role | tstapler/absis-installer | 69867a5baf714f73c9f518d5023eebd8ca0baa2e | 0 | roles/plex | 3,138 | [
"no_license"
] | [
{
"path": "roles/plex/tasks/main.yml",
"content": "---\n# tasks file for plex\n- name: Create Plex Container\n docker:\n name: plex\n image: linuxserver/plex\n state: reloaded\n restart_policy: always\n net: host\n env:\n RANCHER_NETWORK=true,\n VERSION=latest,\n PUID={{ do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | tstapler/absis-installer | 69867a5baf714f73c9f518d5023eebd8ca0baa2e | 0 | roles/pydio | 3,138 | [
"no_license"
] | [
{
"path": "roles/pydio/tasks/main.yml",
"content": "---\n- pause: \n seconds: 10\n- name: Add Pydio database\n mysql_db:\n name: pydio\n login_host: 127.0.0.1\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n state: present\n \n# tasks file for pydio\n- name: Create Pydio Con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1072,
"all_permissive": false
} |
ansible_role | seek-coder/UTNFRA_SO_Recu_Integral_Gatto | f7c56c74aedcf986e08371b71d65c98b09802fc2 | 0 | UTN-FRA_SO_Examenes/202408/ansible/roles/2PRecuperatorio | 3,138 | [
"no_license"
] | [
{
"path": "UTN-FRA_SO_Examenes/202408/ansible/roles/2PRecuperatorio/templates/template_01.j2",
"content": "Nombre: <NAME>\nApellido: Gatto\nDivisión: Lunes (noche)\nFecha: {{ ansible_date_time.date }}\n------------------------------\nDistribución: {{ ansible_distribution }}\nCantidad de Cores: {{ ansible_pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 552,
"all_permissive": false
} |
ansible_role | seek-coder/UTNFRA_SO_Recu_Integral_Gatto | f7c56c74aedcf986e08371b71d65c98b09802fc2 | 0 | UTN-FRA_SO_Examenes/202408/ansible/roles/Alta_usuarios_Gatto | 3,138 | [
"no_license"
] | [
{
"path": "UTN-FRA_SO_Examenes/202408/ansible/roles/Alta_usuarios_Gatto/tasks/main.yml",
"content": "---\n# tasks file for Alta_usuarios_Gatto\n\n- name: \"Crear grupo profesores\"\n become: yes\n group:\n name: GProfesores\n state: present\n\n- name: \"Crear grupo alumnos\"\n become: yes\n group:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 663,
"all_permissive": false
} |
ansible_role | seek-coder/UTNFRA_SO_Recu_Integral_Gatto | f7c56c74aedcf986e08371b71d65c98b09802fc2 | 0 | UTN-FRA_SO_Examenes/202408/ansible/roles/Instala-tools_Gatto | 3,138 | [
"no_license"
] | [
{
"path": "UTN-FRA_SO_Examenes/202408/ansible/roles/Instala-tools_Gatto/tasks/main.yml",
"content": "---\n- name: \"Instalar herramientas\"\n package:\n name: \"{{ item }}\"\n state: present\n loop:\n - htop\n - tmux\n - tree\n - speedtest-cli\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | seek-coder/UTNFRA_SO_Recu_Integral_Gatto | f7c56c74aedcf986e08371b71d65c98b09802fc2 | 0 | UTN-FRA_SO_Examenes/202408/ansible/roles/Sudoers_Gatto | 3,138 | [
"no_license"
] | [
{
"path": "UTN-FRA_SO_Examenes/202408/ansible/roles/Sudoers_Gatto/tasks/main.yml",
"content": "---\n\n# tasks file for Sudoers_Gatto\n\n- name: \"GProfesores pueden usar sudo sin contraseña\"\n become: yes\n copy:\n dest: /etc/sudoers.d/GProfesores\n content: \"GProfesores ALL=(ALL) NOPASSWD:ALL\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | kermith72/clusterpi | 579d214de110faf3cc2130a612fa871d59c6b04c | 0 | roles/common | 3,138 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: ajout du hostname dans /etc/hosts\n lineinfile:\n dest: /etc/hosts\n regexp: \"^{{ ansible_default_ipv4.address }}.+$\"\n line: \"{{ ansible_default_ipv4.address }} {{ ansible_hostname }}\"\n\n- name: ajout des cgroups dans /boot/cmdline... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2957,
"all_permissive": false
} |
ansible_role | kermith72/clusterpi | 579d214de110faf3cc2130a612fa871d59c6b04c | 0 | roles/monitoring | 3,138 | [
"no_license"
] | [
{
"path": "roles/monitoring/templates/snmpd.conf.j2",
"content": "###############################################################################\n#\n# AGENT BEHAVIOUR\n#\n\n# Listen for connections from the local system only\nagentAddress udp::161\n\n\n\n#################################################... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2386,
"all_permissive": false
} |
ansible_role | sloanahrens/picker_demo | 286454f771876f2fa4aebe0fc7be819c59e0d5e3 | 0 | legacy_devops/ansible/roles/aws-dns-forwarder | 3,138 | [
"no_license"
] | [
{
"path": "legacy_devops/ansible/roles/aws-dns-forwarder/tasks/main.yml",
"content": "---\n ##########\n # Install Dependencies\n #\n - name: Dependencies\n apt: name={{ item }} update_cache=yes\n with_items:\n - bind9\n - bind9utils\n - bind9-doc\n\n ##########\n #\n #\n - name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | sloanahrens/picker_demo | 286454f771876f2fa4aebe0fc7be819c59e0d5e3 | 0 | legacy_devops/ansible/roles/common | 3,138 | [
"no_license"
] | [
{
"path": "legacy_devops/ansible/roles/common/tasks/main.yml",
"content": "---\n##########\n# Update Apt Repositories\n#\n- name: Update Apt Repositories\n apt: update_cache=yes\n\n- name: Update apt configuration\n shell: dpkg --configure -a\n\n##########\n# Install common dependencies\n#\n- name: Common... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1962,
"all_permissive": false
} |
ansible_role | sloanahrens/picker_demo | 286454f771876f2fa4aebe0fc7be819c59e0d5e3 | 0 | legacy_devops/ansible/roles/es-local | 3,138 | [
"no_license"
] | [
{
"path": "legacy_devops/ansible/roles/es-local/tasks/main.yml",
"content": "##########\n# Update Apt Repositories\n#\n- name: Update Apt Repositories\n apt: update_cache=yes\n become: yes\n\n- name: Purge existing openjdk\n apt: \n name: openjdk\n state: absent\n purge: yes\n become: yes\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 958,
"all_permissive": false
} |
ansible_role | sloanahrens/picker_demo | 286454f771876f2fa4aebe0fc7be819c59e0d5e3 | 0 | legacy_devops/ansible/roles/picker-app | 3,138 | [
"no_license"
] | [
{
"path": "legacy_devops/ansible/roles/picker-app/handlers/main.yml",
"content": "---\n\n- name: Restart Supervisor\n become: yes\n supervisorctl: name=picker state=restarted\n\n- name: Restart Nginx\n become: yes\n service:\n name: nginx\n state: restarted\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4854,
"all_permissive": false
} |
ansible_role | harneetsingh11/multi-node-kubernetes-cluster-using-ansible | 5ed56c39cb540157804b9d2f52ccbad4dced48bf | 0 | roles/Kube_worker | 3,138 | [
"no_license"
] | [
{
"path": "roles/Kube_worker/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - Kube_worker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/Kube_worker/defaults/main.yml",
"content": "---\n# defau... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1307,
"all_permissive": false
} |
ansible_role | harneetsingh11/multi-node-kubernetes-cluster-using-ansible | 5ed56c39cb540157804b9d2f52ccbad4dced48bf | 0 | roles/kube_master | 3,138 | [
"no_license"
] | [
{
"path": "roles/kube_master/vars/main.yml",
"content": "---\n# vars file for kube_master\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/kube_master/tasks/main.yml",
"content": "---\n# tasks file for kube_master\n\n- name: configuring ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2056,
"all_permissive": false
} |
ansible_role | devops-k8s-by/ruby_app | 4c730136c1bd5155f449cf05b0547417e1228b67 | 0 | roles/app | 3,138 | [
"no_license"
] | [
{
"path": "roles/app/templates/app.service.j2",
"content": "[Unit]\nDescription=My App\nAfter=network.target\n\n[Service]\nType=simple\nUser=ecs-user\nWorkingDirectory=/home/ecs-user/app\nExecStart=/usr/local/rvm/rubies/ruby-2.6.0/bin/bundle exec puma -C config/puma.rb\nEnvironment=\"SECRET_KEY_BASE={{ SECR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3805,
"all_permissive": false
} |
ansible_role | devops-k8s-by/ruby_app | 4c730136c1bd5155f449cf05b0547417e1228b67 | 0 | roles/nginx | 3,138 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Include Nginx role\n ansible.builtin.include_role:\n name: nginxinc.nginx\n\n- name: Deploy Nginx configuration\n ansible.builtin.template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n mode: '0644'\n notify:\n - Reloa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 253,
"all_permissive": false
} |
ansible_role | devops-k8s-by/ruby_app | 4c730136c1bd5155f449cf05b0547417e1228b67 | 0 | roles/postgresql | 3,138 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "---\n\n- name: Add PostgreSQL 14 repository\n ansible.builtin.yum:\n name: https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n state: present\n\n- name: Install PostgreSQL 14 server and client... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2370,
"all_permissive": false
} |
ansible_role | Kanimeraka/ansible | 6254d4ec95166da0c80da9b80bcc718f3dd48d74 | 0 | roles/docker-role | 3,118 | [
"no_license"
] | [
{
"path": "roles/docker-role/tasks/main.yml",
"content": "---\n- name: install docker using role\n yum: \n name: httpd\n state: installed\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 81,
"all_permissive": false
} |
ansible_role | Kanimeraka/ansible | 6254d4ec95166da0c80da9b80bcc718f3dd48d74 | 0 | roles/git-role | 3,118 | [
"no_license"
] | [
{
"path": "roles/git-role/tasks/main.yml",
"content": "---\n- name: install git using roles\n yum: \n name: git\n state: installed\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": false
} |
ansible_role | seattle-beach/alfalfa | 44680b5b1dacaaa46b046597b6e04de830dec6a8 | 4 | ansible/roles/ansible-role-xcode | 3,118 | [
"permissive"
] | [
{
"path": "ansible/roles/ansible-role-xcode/README.md",
"content": "# Ansible Role: Xcode\n\n[](https://travis-ci.org/ivancasco/ansible-role-xcode)\n\n## Role Name\n\nAnsible role for installing and configuring Xcode.\n\n##... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 5419,
"all_permissive": true
} |
ansible_role | seattle-beach/alfalfa | 44680b5b1dacaaa46b046597b6e04de830dec6a8 | 4 | ansible/roles/zsh | 3,118 | [
"no_license"
] | [
{
"path": "ansible/roles/zsh/tasks/main.yml",
"content": "---\n- name: check if prezto is already installed\n stat:\n path: \"~/.zprezto\"\n register: preztoDir\n\n- name: add prezto to make zsh less awful\n git:\n repo: https://github.com/sorin-ionescu/prezto.git\n dest: \"~/.zprezto\"\n when:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1543,
"all_permissive": false
} |
ansible_role | leju-b/Ansible-Profile-App-deployment | db03e4d505cfaf0a0b3814baffcd5014e1dd689d | 0 | ansible/roles/common | 3,118 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "- name: Add NodeSource GPG key\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n\n- name: Add NodeSource APT repository\n apt_repository:\n repo: 'deb https://deb.nodesource.com/node_20.x focal ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | leju-b/Ansible-Profile-App-deployment | db03e4d505cfaf0a0b3814baffcd5014e1dd689d | 0 | ansible/roles/deploy | 3,118 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/tasks/main.yml",
"content": "---\n\n- name: Clone repository\n git:\n repo: 'https://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@github.com/leju-b/Profile-App.git'\n dest: /home/ubuntu/Profile-App\n version: main\n accept_hostkey: yes\n update: yes\n\n- name: Ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | leju-b/Ansible-Profile-App-deployment | db03e4d505cfaf0a0b3814baffcd5014e1dd689d | 0 | ansible/roles/env | 3,118 | [
"no_license"
] | [
{
"path": "ansible/roles/env/tasks/main.yml",
"content": "---\n- name: Create .env file\n copy:\n dest: /home/ubuntu/Profile-App/.env\n content: |\n DB_HOST=\n DB_USER=\n DB_PASSWORD=\n DB_NAME=\n S3_BUCKET=\n AWS_ACCESS_KEY_ID=\n AWS_SECRET_ACCESS_KEY=\n AWS_R... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | leju-b/Ansible-Profile-App-deployment | db03e4d505cfaf0a0b3814baffcd5014e1dd689d | 0 | ansible/roles/nginx | 3,118 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/templates/nginx_profile_app.j2",
"content": "server {\n listen 80;\n server_name 172.16.58.3;\n\n location / {\n proxy_pass http://localhost:3000;\n proxy_http_version 1.1;\n proxy_set_header Upgrade $http_upgrade;\n proxy_set_header Connec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 935,
"all_permissive": false
} |
ansible_role | leju-b/Ansible-Profile-App-deployment | db03e4d505cfaf0a0b3814baffcd5014e1dd689d | 0 | ansible/roles/pm2 | 3,118 | [
"no_license"
] | [
{
"path": "ansible/roles/pm2/tasks/main.yml",
"content": "---\n- name: Install PM2 globally\n npm:\n name: pm2\n state: present\n global: yes\n\n- name: Install application dependencies\n npm:\n path: /home/ubuntu/Profile-App\n state: present\n\n- name: Start the application with PM2\n she... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 986,
"all_permissive": false
} |
ansible_role | leju-b/Ansible-Profile-App-deployment | db03e4d505cfaf0a0b3814baffcd5014e1dd689d | 0 | ansible/roles/sql | 3,118 | [
"no_license"
] | [
{
"path": "ansible/roles/sql/tasks/main.yml",
"content": "- name: Ensure Python MySQL client is installed (for Python 3)\n ansible.builtin.apt:\n name:\n - python3-pymysql\n - python3-mysqldb\n state: present\n become: true\n\n- name: Ensure the database exists\n community.mysql.mysql_db:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | bushev/mining-rig-runner | 467fe379836f13cbce8d657d753d53c2662875cc | 1 | ansible/roles/amdgpu-pro | 3,118 | [
"no_license"
] | [
{
"path": "ansible/roles/amdgpu-pro/tasks/main.yml",
"content": "---\n\n#- name: Copy driver\n# unarchive: src=amdgpu-pro-16.40-348864.tar.xz dest=/home/min\n#\n#- name: Install driver\n# command: /home/min/amdgpu-pro-16.40-348864/amdgpu-pro-install -y\n\n- name: Copy driver\n unarchive: src=am... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | bushev/mining-rig-runner | 467fe379836f13cbce8d657d753d53c2662875cc | 1 | ansible/roles/git | 3,118 | [
"no_license"
] | [
{
"path": "ansible/roles/git/tasks/main.yml",
"content": "---\n\n#- name: Install git-lfs\n# command: curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash\n# become: true\n\n- name: Install git\n apt: name=git state=latest\n become: true\n\n#- name: Install git\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | bushev/mining-rig-runner | 467fe379836f13cbce8d657d753d53c2662875cc | 1 | ansible/roles/miner | 3,118 | [
"no_license"
] | [
{
"path": "ansible/roles/miner/tasks/main.yml",
"content": "---\n\n- file: path=/home/min/.ssh state=directory mode=0755\n\n- name: ssh-keyscan the git server\n shell: ssh-keyscan -H -t dsa github.com >> /home/min/.ssh/known_hosts 2>&1\n\n- name: Checkout project from github.com\n git: \"repo=https://bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1314,
"all_permissive": false
} |
ansible_role | bushev/mining-rig-runner | 467fe379836f13cbce8d657d753d53c2662875cc | 1 | ansible/roles/nodejs | 3,118 | [
"no_license"
] | [
{
"path": "ansible/roles/nodejs/tasks/main.yml",
"content": "---\n\n- name: Get NodeJS installation script (https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)\n get_url: url=https://deb.nodesource.com/setup_6.x dest=/tmp/setup_6.x mode=0777\n\n- name: Run NodeJS in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | jisujisu1232/terraform | 0864e67faef67b75059b95c565b60f0a740a33fe | 0 | ansible/playbook/roles/codedeploy | 3,118 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/codedeploy/tasks/main.yml",
"content": "- name: Download Tomcat\n sudo: yes\n get_url:\n url: \"https://aws-codedeploy-{{ codedeploy_region }}.s3.amazonaws.com/latest/install\"\n dest: \"/root/install\"\n\n- name: Changing Codedeploy Install file adding \"+x\"\n su... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | jisujisu1232/terraform | 0864e67faef67b75059b95c565b60f0a740a33fe | 0 | ansible/playbook/roles/common | 3,118 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/common/tasks/main.yml",
"content": "- name: update yum packages\n yum: list=updates update_cache=true\n\n- name: set Asia/Seoul timezone\n become: yes\n timezone:\n name: Asia/Seoul\n\n- name: install git\n become: yes\n yum:\n name: git\n state: latest\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 466,
"all_permissive": false
} |
ansible_role | jisujisu1232/terraform | 0864e67faef67b75059b95c565b60f0a740a33fe | 0 | ansible/playbook/roles/jdk8 | 3,118 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/jdk8/tasks/main.yml",
"content": "- name: install JDK\n become: yes\n yum:\n name: java-1.8.0-openjdk-devel.x86_64\n state: latest\n\n- name: correct java version selected\n become: yes\n alternatives:\n name: java\n path: /usr/lib/jvm/jre-1.8.0-openjdk.x86_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | jisujisu1232/terraform | 0864e67faef67b75059b95c565b60f0a740a33fe | 0 | ansible/playbook/roles/tomcat8 | 3,118 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/tomcat8/tasks/main.yml",
"content": "- name: Add tomcat group\n sudo: yes\n group:\n name: tomcat\n\n- name: Add \"tomcat\" user\n sudo: yes\n user:\n name: tomcat\n group: tomcat\n home: /service/tomcat\n createhome: no\n system: yes\n\n- name: Create... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 865,
"all_permissive": false
} |
ansible_role | arodri19/courses-devops | d1f9925813f7b0325dafcb20e50a1321695387a8 | 0 | ansible/alura/ansible/roles/mysql | 3,118 | [
"no_license"
] | [
{
"path": "ansible/alura/ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: 'Instala pacotes de dependencia do sistema operacional'\n apt:\n name: ['mysql-server-5.7','python3-mysqldb']\n state: latest\n become: yes\n\n- name: \"Criar usuario no MySQL\"\n mysql_user:\n login_user: roo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 717,
"all_permissive": false
} |
ansible_role | arodri19/courses-devops | d1f9925813f7b0325dafcb20e50a1321695387a8 | 0 | ansible/alura/ansible/roles/wordpress | 3,118 | [
"no_license"
] | [
{
"path": "ansible/alura/ansible/roles/wordpress/tasks/main.yml",
"content": "---\n- name : 'Download wordpress'\n get_url:\n url: 'https://wordpress.org/latest.tar.gz'\n dest: '/tmp/wordpress.tar.gz'\n- name: 'Descompactar o wordpress'\n unarchive:\n src: '/tmp/wordpress.tar.gz'\n dest: '/var... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1106,
"all_permissive": false
} |
ansible_role | yteraoka/growthforecast-playbook | 981b1b7378af829659d7bfafe649770b59fef5e7 | 1 | roles/growthforecast | 3,118 | [
"no_license"
] | [
{
"path": "roles/growthforecast/tasks/main.yml",
"content": "- name: install GrowthForecast\n shell: /opt/perl-{{perl_major}}/bin/cpanm -n GrowthForecast creates=/opt/perl-5.16/bin/growthforecast.pl\n tags: gf\n\n- name: create GrowthForecast data dir\n file: path=/var/lib/growthforecast state=directory ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | yteraoka/growthforecast-playbook | 981b1b7378af829659d7bfafe649770b59fef5e7 | 1 | roles/packages_el6 | 3,118 | [
"no_license"
] | [
{
"path": "roles/packages_el6/handlers/main.yml",
"content": "- name: import epel key\n command: /bin/rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/packages_el6/tasks/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 598,
"all_permissive": false
} |
ansible_role | yteraoka/growthforecast-playbook | 981b1b7378af829659d7bfafe649770b59fef5e7 | 1 | roles/perl | 3,118 | [
"no_license"
] | [
{
"path": "roles/perl/tasks/main.yml",
"content": "- name: build perl\n shell: curl -s https://raw.github.com/tokuhirom/Perl-Build/master/perl-build | perl - ${perl_minor} /opt/perl-${perl_major} creates=/opt/perl-${perl_major}/bin/perl\n tags: perl\n\n- name: install cpanm\n shell: git clone git://githu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | yteraoka/growthforecast-playbook | 981b1b7378af829659d7bfafe649770b59fef5e7 | 1 | roles/supervisor | 3,118 | [
"no_license"
] | [
{
"path": "roles/supervisor/handlers/main.yml",
"content": "- name: restart supervisor\n service: name={{sup_init_name}} state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/supervisor/tasks/main.yml",
"content": "- name: up... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1268,
"all_permissive": false
} |
ansible_role | yteraoka/growthforecast-playbook | 981b1b7378af829659d7bfafe649770b59fef5e7 | 1 | roles/user | 3,118 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "- name: create growthforecast group\n group: name={{gf_group}} state=present\n tags: user\n\n- name: create growthforecast user\n user: name={{gf_user}} comment=\"GrowthForecast\" group={{gf_group}}\n tags: user\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | acritelli/enable-sysadmin-webserver | 23ac2b7fe63aacff3d0be5f02d15938bb567f69a | 6 | roles/webserver | 3,118 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: Install packages\n package:\n name: \"{{ webserver_packages }}\"\n state: latest\n\n- name: Add base NGINX configuration file\n copy:\n dest: /etc/nginx/nginx.conf\n src: etc/nginx/nginx.conf\n owner: root\n group: root... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1019,
"all_permissive": false
} |
ansible_role | kasefuchs/waverly-homelab | adacb33de02e3d5ff1d8eeacac5f1559af79b78f | 2 | infrastructure/ansible/roles/container_runtime | 3,118 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/container_runtime/tasks/runc/install.yml",
"content": "---\n- name: Copy runc binary\n ansible.builtin.copy:\n src: \"{{ container_runtime_runc_install_binary_local_file }}\"\n dest: \"{{ container_runtime_runc_install_binary_file }}\"\n mode: \"0755\"\n ... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 20197,
"all_permissive": false
} |
ansible_role | kasefuchs/waverly-homelab | adacb33de02e3d5ff1d8eeacac5f1559af79b78f | 2 | infrastructure/ansible/roles/etcd | 3,118 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/etcd/vars/main/cert.yml",
"content": "---\n# Base local directory for storing etcd certificates.\netcd_cert_local_dir: \"{{ role_path }}/../etcd/files/cert/{{ inventory_dir | ansible.builtin.basename }}\"\n\n# Directory for storing etcd CA files.\netcd_cert_ca_local_d... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 19849,
"all_permissive": false
} |
ansible_role | kasefuchs/waverly-homelab | adacb33de02e3d5ff1d8eeacac5f1559af79b78f | 2 | infrastructure/ansible/roles/kubernetes | 3,118 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/kubernetes/defaults/main/scheduler/cert.yml",
"content": "---\n# Subject details for the Kubernetes scheduler certificate.\nkubernetes_scheduler_cert_entity_subject:\n CN: system:kube-scheduler\n O: system:kube-scheduler\n\n# Subject Alternative Names for the Kubern... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 49,
"total_bytes": 64962,
"all_permissive": false
} |
ansible_role | kasefuchs/waverly-homelab | adacb33de02e3d5ff1d8eeacac5f1559af79b78f | 2 | infrastructure/ansible/roles/nebula | 3,118 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/nebula/templates/config.yml.j2",
"content": "{{ ansible_managed | ansible.builtin.comment }}\n---\n{{ \n nebula_config\n | ansible.builtin.combine({\n \"pki\": nebula_config_pki\n })\n | ansible.builtin.to_nice_yaml(indent=2)\n | trim\n}}\n",
"license_type... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 9387,
"all_permissive": false
} |
ansible_role | iagoferreirati/workshop-ansible-meet | 029ed1137d96b9080f098d89065b2a716c3b84f2 | 0 | ansible/roles/common | 2,938 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\r\n- name: update cache\r\n apt:\r\n update_cache: yes \r\n- name: Instalando pacotes\r\n apt:\r\n name:\r\n - vim\r\n - net-tools\r\n - telnet\r\n - curl\r\n - nmap\r\n - htop",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | iagoferreirati/workshop-ansible-meet | 029ed1137d96b9080f098d89065b2a716c3b84f2 | 0 | ansible/roles/nginx | 2,938 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\r\n#apt install nginx\r\n- name: Install nginx \r\n apt:\r\n name: nginx\r\n state: present\r\n\r\n- name: copiando arquivo do site\r\n copy:\r\n src: website\r\n dest: /var/www/html",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 180,
"all_permissive": false
} |
ansible_role | rahulg/ansible-base | 2c7d5fcc7f22d606df30e3d69c6f9653b80be2ef | 0 | roles/base | 2,938 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: install packages\n yum:\n name=\"{{ item }}\"\n state=latest\n with_items: packages\n\n- name: set authorised keys\n authorized_key:\n user=root\n key=\"{{ lookup('file', item) }}\"\n state=present\n with_fileglob: '*.pub'\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 378,
"all_permissive": false
} |
ansible_role | rahulg/ansible-base | 2c7d5fcc7f22d606df30e3d69c6f9653b80be2ef | 0 | roles/development | 2,938 | [
"no_license"
] | [
{
"path": "roles/development/tasks/main.yml",
"content": "---\n- name: install packages\n yum:\n name=\"{{ item }}\"\n state=latest\n with_items: packages\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "roles/development/vars/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 158,
"all_permissive": false
} |
ansible_role | rahulg/ansible-base | 2c7d5fcc7f22d606df30e3d69c6f9653b80be2ef | 0 | roles/epel | 2,938 | [
"no_license"
] | [
{
"path": "roles/epel/tasks/main.yml",
"content": "---\n- name: install epel\n yum:\n name={{ epel_release_rpm }}\n state=present\n\n- name: enable epel\n ini_file: dest=/etc/yum.repos.d/epel.repo\n section=epel\n option=enabled\n value=1\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | rahulg/ansible-base | 2c7d5fcc7f22d606df30e3d69c6f9653b80be2ef | 0 | roles/ssh | 2,938 | [
"no_license"
] | [
{
"path": "roles/ssh/handlers/main.yml",
"content": "---\n- name: restart sshd\n service:\n name=sshd\n state=restarted\n enabled=true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 693,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.