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 | CultClassik/kubernetes-my-way | 44eb616f01bab83964480db76fb01022c0c1841f | 0 | ansible/roles/k8s-node | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-node/tasks/kubelet.yml",
"content": "---\n- name: Download runc binary\n get_url:\n url: \"{{ k8s_node_runc_url }}\"\n dest: \"/usr/local/bin/{{ k8s_node_runc_file }}\"\n mode: u=rx,g=rx,o=r\n\n- name: Download cri tools\n get_url:\n url: \"{{ k8s_node_cri_tools_... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 8404,
"all_permissive": false
} |
ansible_role | CultClassik/kubernetes-my-way | 44eb616f01bab83964480db76fb01022c0c1841f | 0 | ansible/roles/k8s-oci | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-oci/defaults/main.yml",
"content": "---\n# defaults file for oci\noci_spec: containerd\nimage_regstry_address: 192.168.1.50:5002 # \"https://registry-1.docker.io\" test\noci_installer: binary # package or binary\n\n# defaults if using containerd oci\noci_containerd_version: \"1.... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3935,
"all_permissive": false
} |
ansible_role | CultClassik/kubernetes-my-way | 44eb616f01bab83964480db76fb01022c0c1841f | 0 | ansible/roles/k8s-vault | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-vault/tasks/main.yml",
"content": "---\n#!/bin/sh\n#\n#https://learn.hashicorp.com/tutorials/vault/kubernetes-raft-deployment-guide#configure-vault-helm-chart\n#\n\n- name: Create host directories\n file:\n state: directory\n path: \"{{ k8s_vault_host_dir }}/userconfig/tl... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7624,
"all_permissive": false
} |
ansible_role | CultClassik/kubernetes-my-way | 44eb616f01bab83964480db76fb01022c0c1841f | 0 | ansible/roles/vbox-host | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/vbox-host/tasks/conf_kube-proxy.yml",
"content": "---\n- name: set-cluster\n shell: >\n kubectl config set-cluster kubernetes-the-hard-way \\\n --certificate-authority=ca.pem \\\n --embed-certs=true \\\n --server=https://{{ k8s_lb_ip }}:6443 \\\n --kubeconf... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 11601,
"all_permissive": false
} |
ansible_role | lukassteiner/ansible | 47ba62b1fb9a6e3352eb78b804ba47c8a8725f27 | 0 | ansible/roles/apache | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/tasks/main.yml",
"content": "---\n- name: Installs apache web server\n apt:\n pkg=apache2\n state=installed\n update_cache=true\n notify:\n - start apache\n\n- name: Create a VirtualHost file for VirtualHost\n template:\n src=apache_vhost.conf\n dest=/etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1378,
"all_permissive": false
} |
ansible_role | lukassteiner/ansible | 47ba62b1fb9a6e3352eb78b804ba47c8a8725f27 | 0 | ansible/roles/base-system | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/base-system/tasks/main.yml",
"content": "---\n- name: Install system packages\n apt:\n pkg={{ item }}\n state=installed\n update_cache=true\n with_items: systemPackages\n\n- name: Set locale module\n locale_gen:\n name=en_US.UTF-8\n state=present\n\n- name: Set .ba... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | lukassteiner/ansible | 47ba62b1fb9a6e3352eb78b804ba47c8a8725f27 | 0 | ansible/roles/lamp | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/lamp/tasks/main.yml",
"content": "---\n- name: Install php5-mysql\n apt:\n pkg=php5-mysql\n state=installed\n update_cache=true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "ansible/roles/lamp/meta/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | lukassteiner/ansible | 47ba62b1fb9a6e3352eb78b804ba47c8a8725f27 | 0 | ansible/roles/php | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/php/meta/main.yml",
"content": "---\ndependencies:\n - { role: MaximeThoonsen.php5-xdebug }",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n- name: Install PHP5\n ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 847,
"all_permissive": false
} |
ansible_role | yannick-kenang-supdevinci/projet_USL | 83234a74562519eaf2260059bbbcc500f9fd036a | 0 | ansible/roles/node_exporter | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/node_exporter/defaults/main.yml",
"content": "---\nnode_exporter_version: \"latest\"\nnode_exporter_port: 9100\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "ansible/roles/node_exporter/tasks/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1074,
"all_permissive": false
} |
ansible_role | LavrentyevAlexander/ans12 | 866611c93a56ac4a66597a15b0bdd343c78bc1a8 | 0 | roles/nginx-install | 7,855 | [
"no_license"
] | [
{
"path": "roles/nginx-install/vars/nginx_vars.yml",
"content": "---\nnginx_max_connections: 2048\nnginx_sendfile: \"on\"\nnginx_tcp_nodelay: \"on\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/nginx-install/tasks/main.yml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 636,
"all_permissive": false
} |
ansible_role | LavrentyevAlexander/ans12 | 866611c93a56ac4a66597a15b0bdd343c78bc1a8 | 0 | roles/nginx-loadbalancer | 7,855 | [
"no_license"
] | [
{
"path": "roles/nginx-loadbalancer/tasks/main.yml",
"content": "---\n- name: Creating virtual host http {{inventory_hostname}} for nginx\n template: \n src: virt_host.http.conf.j2 \n dest: /etc/nginx/sites-enabled/{{inventory_hostname}}.conf \n owner: root \n group: root \n mode: 0644\n no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | LavrentyevAlexander/ans12 | 866611c93a56ac4a66597a15b0bdd343c78bc1a8 | 0 | roles/nginx-virthosts | 7,855 | [
"no_license"
] | [
{
"path": "roles/nginx-virthosts/templates/virt_host.http.conf.j2",
"content": "server {\n\tlisten 80;\n\n\tserver_name {{inventory_hostname}};\n\troot /var/www/html/index.html;\n\tlocation / {}\n\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1038,
"all_permissive": false
} |
ansible_role | jyore/automation-examples | aa54a8f5d32b490f233d02b1deae3e0e4ec9c29a | 0 | aws-ansible-nginx/roles/aws | 7,855 | [
"no_license"
] | [
{
"path": "aws-ansible-nginx/roles/aws/tasks/main.yaml",
"content": "---\n\n- name: vpc configured\n ec2_vpc_net:\n name: aws-ansible-nginx-vpc\n state: present\n cidr_block: 10.0.0.0/16\n region: \"{{ aws_region }}\"\n tags: \n Name: aws-ansible-nginx-vpc\n register: vpc\n\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2517,
"all_permissive": false
} |
ansible_role | jyore/automation-examples | aa54a8f5d32b490f233d02b1deae3e0e4ec9c29a | 0 | aws-ansible-nginx/roles/common | 7,855 | [
"no_license"
] | [
{
"path": "aws-ansible-nginx/roles/common/tasks/main.yaml",
"content": "---\n\n- name: os up to date\n yum: name=* state=latest update_cache=yes\n\n- name: base packages installed\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - epel-release\n - libsemanage-python\n\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | jyore/automation-examples | aa54a8f5d32b490f233d02b1deae3e0e4ec9c29a | 0 | aws-ansible-nginx/roles/nginx | 7,855 | [
"no_license"
] | [
{
"path": "aws-ansible-nginx/roles/nginx/handlers/main.yaml",
"content": "---\n\n- name: nginx restarted\n service: name=nginx state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "aws-ansible-nginx/roles/nginx/tasks/main.yaml",
"c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | praveensams16/ansible_playbook | 58186fa912126e0df3fd4a4d93678fa4abfbb3d8 | 0 | roles/apache | 7,855 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n\n- name: cheking platform\n shell: |\n uname -a\n register: results\n tags: \"install\"\n\n- name: installing package\n yum:\n name: \"{{ item.name }}\"\n state: \"{{ item.state }}\"\n with_items:\n - \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1006,
"all_permissive": false
} |
ansible_role | praveensams16/ansible_playbook | 58186fa912126e0df3fd4a4d93678fa4abfbb3d8 | 0 | roles/deploy | 7,855 | [
"no_license"
] | [
{
"path": "roles/deploy/tasks/main.yml",
"content": "---\n# tasks file for deploy\n\n- name: installing httpd\n yum:\n name: \"{{ item }}\"\n state: \"installed\"\n with_items:\n - \"{{ sam.pack }}\"\n\n- name: templates\n template:\n src: httpd.conf.j2\n dest: /etc/httpd/conf/httpd.conf\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | praveensams16/ansible_playbook | 58186fa912126e0df3fd4a4d93678fa4abfbb3d8 | 0 | roles/docker | 7,855 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n\n- name: createing locsal folder\n file:\n path: /sam\n state: directory\n mode: 0755\n\n\n- name: creating dummy content\n copy:\n content: | \n Welcome to docker sam home\n dest: /sam/index.html\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | praveensams16/ansible_playbook | 58186fa912126e0df3fd4a4d93678fa4abfbb3d8 | 0 | roles/mysql | 7,855 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/main.yml",
"content": "---\n# vars file for mysql\npack: [\"mariadb-server\",\"mariadb-devel\",\"MySQL-python\"]\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# tas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 556,
"all_permissive": false
} |
ansible_role | praveensams16/ansible_playbook | 58186fa912126e0df3fd4a4d93678fa4abfbb3d8 | 0 | roles/resque | 7,855 | [
"no_license"
] | [
{
"path": "roles/resque/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - resque",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/resque/tasks/main.yml",
"content": "---\n# tasks file for resque\n#\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 412,
"all_permissive": false
} |
ansible_role | praveensams16/ansible_playbook | 58186fa912126e0df3fd4a4d93678fa4abfbb3d8 | 0 | roles/run | 7,855 | [
"no_license"
] | [
{
"path": "roles/run/defaults/main.yml",
"content": "---\n# defaults file for run",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/run/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - run",
"li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | praveensams16/ansible_playbook | 58186fa912126e0df3fd4a4d93678fa4abfbb3d8 | 0 | roles/yumrepo | 7,855 | [
"no_license"
] | [
{
"path": "roles/yumrepo/defaults/main.yml",
"content": "---\n# defaults file for yumrepo",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/yumrepo/tasks/main.yml",
"content": "- name: play block\n block:\n - name: yum install\n yu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | mclayton7/rhasspy-uas-control | d3bc2f49b8b8703c61ee3db2a24d89e43679fc4a | 0 | ansible_deployment/roles/ansible_verification | 7,855 | [
"no_license"
] | [
{
"path": "ansible_deployment/roles/ansible_verification/tasks/main.yml",
"content": "- name: Verify Ansible meets version requirements.\r\n assert:\r\n that: ansible_version.full is version('2.9.5', '>=') \r\n msg: >\r\n \"You must update Ansible to at least 2.9.5 to use this playbook.\"",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | mclayton7/rhasspy-uas-control | d3bc2f49b8b8703c61ee3db2a24d89e43679fc4a | 0 | ansible_deployment/roles/common | 7,855 | [
"no_license"
] | [
{
"path": "ansible_deployment/roles/common/tasks/main.yml",
"content": "- name: Upgrade all packages\r\n package:\r\n name: '*'\r\n state: latest\r\n\r\n- name: Install packages\r\n package:\r\n name:\r\n - wget\r\n - git\r\n - ntp\r\n - tcpdump\r\n - htop\r\n - pyth... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | mclayton7/rhasspy-uas-control | d3bc2f49b8b8703c61ee3db2a24d89e43679fc4a | 0 | ansible_deployment/roles/rhasspy-server | 7,855 | [
"no_license"
] | [
{
"path": "ansible_deployment/roles/rhasspy-server/tasks/main.yml",
"content": "- name: Create a directory for settings\r\n file:\r\n path: \"{{ path }}/profiles/en\"\r\n state: directory\r\n owner: \"{{ user }}\"\r\n mode: '0777'\r\n\r\n- name: Copy rhasspy sentences\r\n copy:\r\n src: sen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1934,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb79248 | 81f70431d35242de7963ed740acb5ade7f7ebaef | 3 | roles/check_sts | 7,855 | [
"no_license"
] | [
{
"path": "roles/check_sts/tasks/main.yml",
"content": "---\n### have the vcsa download the script, or user the control station to scp if fails\n- name: Download file from vmware\n block:\n - name: get check script\n get_url:\n url: \"{{ script_urls.checksts }}\"\n dest: \"{{ ansible_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2147,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb79248 | 81f70431d35242de7963ed740acb5ade7f7ebaef | 3 | roles/fix_sts | 7,855 | [
"no_license"
] | [
{
"path": "roles/fix_sts/vars/main.yaml",
"content": "---\nenv_vmware_password: \"{{ lookup('env','VMWARE_PASSWORD') | default(None, true ) }}\"\nuse_patched: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "roles/fix_sts/tasks/main.yml",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2246,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb79248 | 81f70431d35242de7963ed740acb5ade7f7ebaef | 3 | roles/generate_report_stubs | 7,855 | [
"no_license"
] | [
{
"path": "roles/generate_report_stubs/tasks/main.yml",
"content": "---\n- name: make a local working reports dir\n file:\n state: directory\n path: \"{{ playbook_dir }}/work/reports\"\n recurse: yes\n delegate_to: localhost\n\n- name: generate stub file\n template:\n src: \"{{ format }}.j2\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb79248 | 81f70431d35242de7963ed740acb5ade7f7ebaef | 3 | roles/restart_services | 7,855 | [
"no_license"
] | [
{
"path": "roles/restart_services/tasks/main.yml",
"content": "---\n- name: stop all services\n shell:\n cmd: service-control --stop --all\n\n- name: start all services\n shell:\n cmd: service-control --start --all\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb79248 | 81f70431d35242de7963ed740acb5ade7f7ebaef | 3 | roles/send_report | 7,855 | [
"no_license"
] | [
{
"path": "roles/send_report/vars/main.yaml",
"content": "---\nreport_name: \"{{ playbook_dir }}/work/cert_results_{{ansible_date_time.date}}.{{ format_exts[format]}}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/send_report/tasks/main.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 976,
"all_permissive": false
} |
ansible_role | R4YM3/dotfiles-ansible-legacy | 9a202c97a8cd79bef292fd4b40df5c7510e11548 | 0 | roles/base | 7,855 | [
"no_license"
] | [
{
"path": "roles/base/tasks/utilities/wget.yml",
"content": "- name: wget | install\n tags: wget\n become: \"{{ ansible_distribution != 'MacOSX' }}\"\n package:\n state: present\n name: wget\n\n- name: wget | install | wgetrc.\n tags: wget,.wgetrc,dotfile\n copy:\n src: files/wget/wgetrc\n ... | {
"task_files": 16,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 21,
"total_bytes": 13015,
"all_permissive": false
} |
ansible_role | lavanet/ansible | 3d2a3dce8c6d04f9a229cce509808ecb7384af1d | 1 | roles/cache | 7,855 | [
"permissive"
] | [
{
"path": "roles/cache/tasks/main.yml",
"content": "---\n- name: Starting the cache installation part\n become: true\n when: cache.enabled | default(false)\n block:\n - name: Create cache service file\n ansible.builtin.template:\n src: cache.service.j2\n dest: /home/{{ user_name }}/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2016,
"all_permissive": true
} |
ansible_role | lavanet/ansible | 3d2a3dce8c6d04f9a229cce509808ecb7384af1d | 1 | roles/go | 7,855 | [
"permissive"
] | [
{
"path": "roles/go/tasks/main.yml",
"content": "---\n- name: Check for lock file\n ansible.builtin.stat:\n path: /home/{{ user_name }}/.go_{{ go.version }}.lock\n register: go_lock\n\n- name: Install go\n become: true\n when: go.enabled and not go_lock.stat.exists\n block:\n - name: Remove any e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1504,
"all_permissive": true
} |
ansible_role | lavanet/ansible | 3d2a3dce8c6d04f9a229cce509808ecb7384af1d | 1 | roles/lavap | 7,855 | [
"permissive"
] | [
{
"path": "roles/lavap/tasks/main.yml",
"content": "---\n- name: Install lavap\n when: lavap.enabled | default(false)\n block:\n - name: Check for lavap lock file\n ansible.builtin.stat:\n path: /home/{{ user.name }}/.lavap-{{ lavap.version }}.lock\n register: lavap_lock\n\n - name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1913,
"all_permissive": true
} |
ansible_role | lavanet/ansible | 3d2a3dce8c6d04f9a229cce509808ecb7384af1d | 1 | roles/lavavisor | 7,855 | [
"permissive"
] | [
{
"path": "roles/lavavisor/tasks/main.yml",
"content": "---\n- name: Check for lock file\n ansible.builtin.stat:\n path: /home/{{ user_name }}/.lavavisor-{{ lavavisor.version }}.lock\n register: lavavisor_lock\n\n- name: Install Lavavisor\n become: true\n when: lavavisor.enabled and not lavavisor_loc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3297,
"all_permissive": true
} |
ansible_role | lavanet/ansible | 3d2a3dce8c6d04f9a229cce509808ecb7384af1d | 1 | roles/nginx | 7,855 | [
"permissive"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install NGINX\n ansible.builtin.apt:\n name: nginx\n state: present\n\n- name: Create NGINX configuration directory\n ansible.builtin.file:\n path: /etc/nginx/sites-enabled\n state: directory\n mode: \"0755\"\n\n- name: Displa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 688,
"all_permissive": true
} |
ansible_role | lavanet/ansible | 3d2a3dce8c6d04f9a229cce509808ecb7384af1d | 1 | roles/provider | 7,855 | [
"permissive"
] | [
{
"path": "roles/provider/tasks/provider.yml",
"content": "---\n- name: Configuration making and editing\n become: true\n block:\n - name: Process each service config\n diff: false\n no_log: true\n ansible.builtin.template:\n src: provider_configs.yml.j2\n dest: /home/{{ us... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 7151,
"all_permissive": true
} |
ansible_role | itsoneword/Ansible | 9f3361d279355c4b1091f8006f34937bd3995923 | 0 | ansible/roles/aws_auth | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/aws_auth/tasks/main.yml",
"content": "--- #authentication using cread from vault\n- name: Set the AWS access and secret keys as environment variables\n\n set_fact:\n AWS_ACCESS_KEY_ID: \"{{ aws_access_key }}\"\n AWS_SECRET_ACCESS_KEY: \"{{ aws_secret_key }}\"\n environment:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | itsoneword/Ansible | 9f3361d279355c4b1091f8006f34937bd3995923 | 0 | ansible/roles/deployVPC | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/deployVPC/tasks/main.yml",
"content": "---\n- name: load AWS creds from vault + vars\n include_vars:\n file:\n - /home/ubuntu/ansible/aws-credentials\n - /home/ubuntu/ansible/variables\n\n #vault_password_file: vault-password-file\n- name: Include the aws_auth role\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | scrum-for-developers/scrum-for-developers-infra | e8ea1493dea5a31a6c3ca02939357a19babf5591 | 4 | ansible-from-image/roles/artifactory | 7,855 | [
"no_license"
] | [
{
"path": "ansible-from-image/roles/artifactory/tasks/main.yml",
"content": "- name: Change Artifactory base IP to current IP\n # https://jfrog.com/help/r/jfrog-rest-apis/update-custom-url-base\n # curl -X PUT \"http://localhost:8081/artifactory/api/system/configuration/baseUrl\" -d 'http://{{ this_ip }}/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1096,
"all_permissive": false
} |
ansible_role | scrum-for-developers/scrum-for-developers-infra | e8ea1493dea5a31a6c3ca02939357a19babf5591 | 4 | ansible-from-image/roles/ec2_create | 7,855 | [
"no_license"
] | [
{
"path": "ansible-from-image/roles/ec2_create/defaults/main.yml",
"content": "---\nec2_security_group: \"scrumfordevelopers\"\nec2_key_name: \"scrumfordevelopers\"\nec2_region: \"eu-central-1\"\nec2_ami_id: \"ami-87564feb\" #Ubuntu 14.04 (Note that the id depends on the region!)\ninstances:\n - name: inf... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1087,
"all_permissive": false
} |
ansible_role | scrum-for-developers/scrum-for-developers-infra | e8ea1493dea5a31a6c3ca02939357a19babf5591 | 4 | ansible-from-image/roles/jenkins | 7,855 | [
"no_license"
] | [
{
"path": "ansible-from-image/roles/jenkins/templates/jenkins.model.JenkinsLocationConfiguration.xml.j2",
"content": "<?xml version='1.1' encoding='UTF-8'?>\n<jenkins.model.JenkinsLocationConfiguration>\n <adminAddress>Adresse nicht konfiguriert <nobody@nowhere></adminAddress>\n <jenkinsUrl>http://{... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5583,
"all_permissive": false
} |
ansible_role | scrum-for-developers/scrum-for-developers-infra | e8ea1493dea5a31a6c3ca02939357a19babf5591 | 4 | ansible-from-image/roles/mysql | 7,855 | [
"no_license"
] | [
{
"path": "ansible-from-image/roles/mysql/defaults/main.yml",
"content": "nginx_root: \"/scrumfordevelopers/nginx_root\"\ngit_web_url: https://github.com/scrum-for-developers/worblehat # Overwritten by provision-ec2-playbook.yml\nindex_title: \"Hello Team Test!\" # Overwritt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 569,
"all_permissive": false
} |
ansible_role | scrum-for-developers/scrum-for-developers-infra | e8ea1493dea5a31a6c3ca02939357a19babf5591 | 4 | ansible-from-image/roles/nginx | 7,855 | [
"no_license"
] | [
{
"path": "ansible-from-image/roles/nginx/tasks/main.yml",
"content": "- name: Copy site html\n copy: src=html/ dest=\"{{ nginx_root }}\"\n- name: Copy index html\n template: src=index.html.j2 dest={{nginx_root}}/index.html\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5252,
"all_permissive": false
} |
ansible_role | scrum-for-developers/scrum-for-developers-infra | e8ea1493dea5a31a6c3ca02939357a19babf5591 | 4 | ansible-from-image/roles/worblehat | 7,855 | [
"no_license"
] | [
{
"path": "ansible-from-image/roles/worblehat/tasks/worblehat.yml",
"content": "- name: Copy woblehat application.conf\n template: src=worblehat/application.properties.j2 dest=\"/opt/worblehat-{{ worblehat_stage }}/application.properties\"\n\n- name: Start worblehat-{{ worblehat_stage }}\n become: true\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2622,
"all_permissive": false
} |
ansible_role | scrum-for-developers/scrum-for-developers-infra | e8ea1493dea5a31a6c3ca02939357a19babf5591 | 4 | ansible/roles/artifactory | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/artifactory/tasks/main.yml",
"content": "- name: Add Artifactory apt key\n become: true\n apt_key:\n url: https://releases.jfrog.io/artifactory/api/gpg/key/public\n\n- name: Add Artifactory Repository\n become: true\n apt_repository:\n repo: deb https://releases.jfrog.io/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1718,
"all_permissive": false
} |
ansible_role | scrum-for-developers/scrum-for-developers-infra | e8ea1493dea5a31a6c3ca02939357a19babf5591 | 4 | ansible/roles/ec2_create | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/ec2_create/tasks/create_instance.yml",
"content": "- name: Create EC2 instance\n amazon.aws.ec2_instance:\n name: \"sfd-{{ instance_name }}\"\n instance_type: m5.xlarge\n key_name: \"{{ ec2_key_name }}\"\n region: \"{{ ec2_region }}\"\n image_id: \"{{ ec2_ami_id }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1726,
"all_permissive": false
} |
ansible_role | scrum-for-developers/scrum-for-developers-infra | e8ea1493dea5a31a6c3ca02939357a19babf5591 | 4 | ansible/roles/jenkins | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/handlers/main.yml",
"content": "---\n- name: restart jenkins\n become: true\n service: name=jenkins state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "ansible/roles/jenkins/meta/main.yml",
"cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 10888,
"all_permissive": false
} |
ansible_role | scrum-for-developers/scrum-for-developers-infra | e8ea1493dea5a31a6c3ca02939357a19babf5591 | 4 | ansible/roles/maven | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/maven/tasks/main.yml",
"content": "- name: Download maven\n become: true\n unarchive: src=\"{{maven_download_url}}\" dest=/usr/local/ copy=no\n- name: Link executable mvn\n become: true\n file: src=/usr/local/apache-maven-3.9.6/bin/mvn dest=/usr/bin/mvn state=link\n- name: Link ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | scrum-for-developers/scrum-for-developers-infra | e8ea1493dea5a31a6c3ca02939357a19babf5591 | 4 | ansible/roles/nginx | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Create nginx root directory\n become: true\n file: path=\"{{ nginx_root }}\" state=directory owner=root group=root mode=0777\n- name: Copy site html\n copy: src=html/ dest=\"{{ nginx_root }}\"\n- name: Copy index html\n template: src=in... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2429,
"all_permissive": false
} |
ansible_role | scrum-for-developers/scrum-for-developers-infra | e8ea1493dea5a31a6c3ca02939357a19babf5591 | 4 | ansible/roles/sonar | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/sonar/tasks/plugins.yml",
"content": "- name: Copy sonar plugins\n copy: \n src: plugins/ \n dest: /usr/local/sonar/extensions/downloads/\n owner: sonar\n notify: restart sonar\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 9955,
"all_permissive": false
} |
ansible_role | scrum-for-developers/scrum-for-developers-infra | e8ea1493dea5a31a6c3ca02939357a19babf5591 | 4 | ansible/roles/util | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/util/defaults/main.yml",
"content": "scrumfordevelopers_dir: /scrumfordevelopers\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "ansible/roles/util/tasks/main.yml",
"content": "- name: Install unzip\n apt:\n name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 889,
"all_permissive": false
} |
ansible_role | scrum-for-developers/scrum-for-developers-infra | e8ea1493dea5a31a6c3ca02939357a19babf5591 | 4 | ansible/roles/worblehat | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/worblehat/tasks/main.yml",
"content": "#- name: Download Spring Boot Admin Server Servlet\n# shell: mvn dependency:get -Dartifact=de.codecentric:spring-boot-admin-sample-servlet:2.2.2\n\n- name: Create spring-boot-admin directory\n become: true\n file: path=\"/opt/spring-boot-adm... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3907,
"all_permissive": false
} |
ansible_role | feedonomics/shopify-catalog-connector | c5476b0051134fb28b636a6c49a9372b785560e0 | 0 | ansible/roles/common | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: General Yum Update\n yum:\n name: \"*\"\n state: latest\n\n- name: Install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: Install IUS release package\n yum:\n name: \"https://repo.ius.io/ius-r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1322,
"all_permissive": false
} |
ansible_role | feedonomics/shopify-catalog-connector | c5476b0051134fb28b636a6c49a9372b785560e0 | 0 | ansible/roles/database | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/main.yml",
"content": "---\n\n- name: Get the latest version of the official repo\n ansible.builtin.yum_repository:\n state: present\n enabled: true\n name: MariaDB\n description: Maria DB official repo\n baseurl: https://rpm.mariadb.org/10.6/rhel/$rel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2076,
"all_permissive": false
} |
ansible_role | feedonomics/shopify-catalog-connector | c5476b0051134fb28b636a6c49a9372b785560e0 | 0 | ansible/roles/httpd | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/httpd/templates/ssl.conf.j2",
"content": "Listen 443 https\nSSLPassPhraseDialog exec:/usr/libexec/httpd-ssl-pass-dialog\nSSLSessionCache shmcb:/run/httpd/sslcache(512000)\nSSLSessionCacheTimeout 300\nSSLRandomSeed startup file:/dev/urandom 256\nSSLRandomSeed connect builti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2547,
"all_permissive": false
} |
ansible_role | feedonomics/shopify-catalog-connector | c5476b0051134fb28b636a6c49a9372b785560e0 | 0 | ansible/roles/php | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n\n- name: Install repos required to get PHP 8\n yum:\n name: \"http://rpms.remirepo.net/enterprise/remi-release-7.rpm\"\n state: present\n\n- name: PHP Installs\n yum:\n enablerepo: \"remi-php82\"\n name:\n - php-cli\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | feedonomics/shopify-catalog-connector | c5476b0051134fb28b636a6c49a9372b785560e0 | 0 | ansible/roles/shopify-connector | 7,855 | [
"no_license"
] | [
{
"path": "ansible/roles/shopify-connector/tasks/main.yml",
"content": "---\n\n- name: Clone shopify-connector repo\n git:\n repo: \"<EMAIL>:feedonomics/shopify-connector.git\"\n dest: \"{{git.repo_dest}}\"\n ssh_opts: -o StrictHostKeyChecking=no\n accept_hostkey: yes\n version: master\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1352,
"all_permissive": false
} |
ansible_role | DouglasNeuroInformatics/ansible-playbooks | c0b666e822f244d022de144c25703d659f6d6bc2 | 6 | roles/common | 7,855 | [
"no_license"
] | [
{
"path": "roles/common/tasks/slurm.yml",
"content": "- name: Installing SLURM Dependencies\n apt:\n state: present\n pkg:\n - chrpath\n - hdf5-helpers\n - hwloc\n - libcurl4-openssl-dev\n - libdbus-1-dev\n - libfreeipmi-dev\n - libgtk2.0-dev\n - libhdf5-dev\n ... | {
"task_files": 14,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 21903,
"all_permissive": false
} |
ansible_role | DouglasNeuroInformatics/ansible-playbooks | c0b666e822f244d022de144c25703d659f6d6bc2 | 6 | roles/workstation | 7,855 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/repos.yml",
"content": "---\n\n- name: config use mozilla firefox binary\n copy: src=files/mozillateamppa dest=/etc/apt/preferences.d/mozillateamppa\n\n- name: add ppa repos\n command: apt-add-repository -y -n {{ item }}\n with_items:\n - ppa:lubuntu-dev/backports\n ... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 18658,
"all_permissive": false
} |
ansible_role | elvinjay07/CPE_MIDEXAM_PILONGO | 72f4c7c4ed0d8167ddc83bbb0bd9b531aac8e8b6 | 0 | roles/server1 | 7,850 | [
"no_license"
] | [
{
"path": "roles/server1/tasks/main.yml",
"content": "- name: Install Pre-requisites for Elastic Stack\n apt:\n name:\n - openjdk-11-jdk\n - apt-transport-https\n - curl\n - gpgv\n - gpgsm\n - gnupg-l10n\n - gnupg\n - dirmngr\n state: latest\n\n- name: Get PGP ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3643,
"all_permissive": false
} |
ansible_role | elvinjay07/CPE_MIDEXAM_PILONGO | 72f4c7c4ed0d8167ddc83bbb0bd9b531aac8e8b6 | 0 | roles/server2 | 7,850 | [
"no_license"
] | [
{
"path": "roles/server2/tasks/main.yml",
"content": "- name: Download Influxdb Package\n get_url:\n url: https://repos.influxdata.com/rhel/8/x86_64/stable/influxdb-1.8.5.x86_64.rpm\n dest: /tmp/influxdb-1.8.5.x86_64.rpm\n\n- name: Install Influxdb Package\n yum:\n name: /tmp/influxdb-1.8.5.x86_6... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1046,
"all_permissive": false
} |
ansible_role | elvinjay07/CPE_MIDEXAM_PILONGO | 72f4c7c4ed0d8167ddc83bbb0bd9b531aac8e8b6 | 0 | roles/server3 | 7,850 | [
"no_license"
] | [
{
"path": "roles/server3/tasks/main.yml",
"content": "- name: Install Lamp Stack pre-requisites (Apache, Php, Mariadb)\n tags: apache,apache2,ubuntu\n apt:\n name:\n - apache2\n - libapache2-mod-php\n - mariadb-server\n state: latest\n update_cache: yes\n\n- name: Enable Mariadb\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | karma-git/kb | d2ec409d5f899da129cc8e23b5c9d9069ca4cea2 | 0 | ansible/1.vagrant-ansible/roles/deploy_apache_web | 7,850 | [
"no_license"
] | [
{
"path": "ansible/1.vagrant-ansible/roles/deploy_apache_web/tasks/main.yml",
"content": "---\n# tasks file for deploy_apache_web\n\n\n- block: #=====Block for RedHat=====#\n - name: Install Apache Web Server for RedHat\n yum: name=httpd state=latest\n\n - name: Start web Server service for Re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 959,
"all_permissive": false
} |
ansible_role | karma-git/kb | d2ec409d5f899da129cc8e23b5c9d9069ca4cea2 | 0 | ansible/roles/devops-env | 7,850 | [
"no_license"
] | [
{
"path": "ansible/roles/devops-env/README.md",
"content": "andrewhorbach.devops-env # TBD\n=========\n\nA role that installs a lot of useful tools for a DevOps Engineer daily routine, such as:\n\n- zsh + ohmyzsh + starship\n- docker engine, docker-compose\n- ansible, awscli, jq, kubectl, helm, terraform\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5323,
"all_permissive": false
} |
ansible_role | karma-git/kb | d2ec409d5f899da129cc8e23b5c9d9069ca4cea2 | 0 | ansible/roles/devops-env-gui | 7,850 | [
"no_license"
] | [
{
"path": "ansible/roles/devops-env-gui/README.md",
"content": "andrewhorbach.devops-env-gui # TBD\n=========\n\nA role that installs a ubuntu gui and some useful desktop apps: vscode, telegram, notion and etc.\n\nRequirements\n------------\n\nSee [meta/main.yml](meta/main.yml)\n\nRole Variables\n---------... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1423,
"all_permissive": false
} |
ansible_role | karma-git/kb | d2ec409d5f899da129cc8e23b5c9d9069ca4cea2 | 0 | ansible/roles/macos-env | 7,850 | [
"no_license"
] | [
{
"path": "ansible/roles/macos-env/vars/main.yml",
"content": "---\n# vars file for macos-env\n\nkb_ansible_git_root: /tmp/karma-git-kb\nkb_local_root: \"/Users/{{ macos_user }}/work/kb/public\"\n\n# Используем файлы в удаленной репе или в локальной\ndotfiles_path: \"{{ kb_ansible_git_root if dotfiles_remot... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 5545,
"all_permissive": false
} |
ansible_role | RedRatInTheHat/devops-netology | 9337728b72730d8e97804c042a0496727ff972d6 | 0 | homework/16.5/terraform/ansible/roles/docker | 7,850 | [
"no_license"
] | [
{
"path": "homework/16.5/terraform/ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Add GPG key\n become: true\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add docker repository into sources list\n become: true\n apt_repository:\n repo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 664,
"all_permissive": false
} |
ansible_role | RedRatInTheHat/devops-netology | 9337728b72730d8e97804c042a0496727ff972d6 | 0 | homework/16.5/terraform/ansible/roles/docker-swarm | 7,850 | [
"no_license"
] | [
{
"path": "homework/16.5/terraform/ansible/roles/docker-swarm/tasks/main.yml",
"content": "---\n- name: Initialize Docker Swarm\n become: true\n shell: \"docker swarm init --advertise-addr={{ hostvars[inventory_hostname]['master_ip'] }} 2> /dev/null\"\n ignore_errors: True\n \n- name: Get the Manager jo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | RedRatInTheHat/devops-netology | 9337728b72730d8e97804c042a0496727ff972d6 | 0 | homework/16.5/terraform/ansible/roles/initialisation | 7,850 | [
"no_license"
] | [
{
"path": "homework/16.5/terraform/ansible/roles/initialisation/tasks/main.yml",
"content": "---\n- name: Wait for connection (120 seconds max)\n wait_for_connection:\n timeout: 120\n\n- name: Update apt packages\n become: true\n apt:\n update_cache: yes\n\n- name: Install required packages\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | RedRatInTheHat/devops-netology | 9337728b72730d8e97804c042a0496727ff972d6 | 0 | homework/16.5/terraform/ansible/roles/listener | 7,850 | [
"no_license"
] | [
{
"path": "homework/16.5/terraform/ansible/roles/listener/tasks/main.yml",
"content": "\n- name: Log into private registry\n become: true\n community.docker.docker_login:\n registry_url: cr.yandex\n username: oauth\n password: \"{{ <PASSWORD> }}\"\n reauthorize: false\n\n- name: Unarchive dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | RedRatInTheHat/devops-netology | 9337728b72730d8e97804c042a0496727ff972d6 | 0 | homework/16.5/terraform/ansible/roles/swarm-slave | 7,850 | [
"no_license"
] | [
{
"path": "homework/16.5/terraform/ansible/roles/swarm-slave/tasks/main.yml",
"content": "---\n - name: Add Workers to the Swarm\n become: true\n shell: \"docker swarm join --token {{ hostvars['master_node']['worker_token']['stdout'] }} {{ hostvars[inventory_hostname]['master_ip'] }}\"\n ignore_er... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 222,
"all_permissive": false
} |
ansible_role | RedRatInTheHat/devops-netology | 9337728b72730d8e97804c042a0496727ff972d6 | 0 | homework/20.2/files/ansible/roles/grafana | 7,850 | [
"no_license"
] | [
{
"path": "homework/20.2/files/ansible/roles/grafana/handlers/main.yml",
"content": "---\n- name: Restart and enable Grafana service\n become: true\n ansible.builtin.service:\n name: grafana-server.service\n state: restarted\n enabled: true",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1140,
"all_permissive": false
} |
ansible_role | RedRatInTheHat/devops-netology | 9337728b72730d8e97804c042a0496727ff972d6 | 0 | homework/20.2/files/ansible/roles/initialisation | 7,850 | [
"no_license"
] | [
{
"path": "homework/20.2/files/ansible/roles/initialisation/tasks/main.yml",
"content": "---\n- name: Wait for connection (120 seconds max)\n ansible.builtin.wait_for_connection:\n timeout: 120\n\n- name: Remove apt lock file\n become: true\n ansible.builtin.file:\n state: absent\n path: \"/var/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | RedRatInTheHat/devops-netology | 9337728b72730d8e97804c042a0496727ff972d6 | 0 | homework/20.2/files/ansible/roles/node-exporter | 7,850 | [
"no_license"
] | [
{
"path": "homework/20.2/files/ansible/roles/node-exporter/tasks/main.yml",
"content": "---\n- name: \"Create group {{ node_exporter_group }}\"\n become: true\n ansible.builtin.group:\n name: \"{{ node_exporter_group }}\"\n state: present\n\n- name: \"Add user {{ node_exporter_user }}\"\n become: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1762,
"all_permissive": false
} |
ansible_role | RedRatInTheHat/devops-netology | 9337728b72730d8e97804c042a0496727ff972d6 | 0 | homework/20.2/files/ansible/roles/prometheus | 7,850 | [
"no_license"
] | [
{
"path": "homework/20.2/files/ansible/roles/prometheus/handlers/main.yml",
"content": "---\n- name: Restart and enable Prometheus service\n become: true\n service:\n name: prometheus.service\n state: restarted\n enabled: true",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2768,
"all_permissive": false
} |
ansible_role | peaqio/ssh_access_management | fbd0d8635604baf039dd6cfb34cf212d15564ff4 | 0 | playbooks/roles/ssh-access | 7,850 | [
"no_license"
] | [
{
"path": "playbooks/roles/ssh-access/tasks/main.yml",
"content": "---\n\n- name: Include adding user\n import_tasks: grant.yml\n when: action == \"grant\"\n \n- name: Include removing user\n import_tasks: revoke.yml\n when: action == \"revoke\"\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | peaqio/ssh_access_management | fbd0d8635604baf039dd6cfb34cf212d15564ff4 | 0 | roles/ssh-access | 7,850 | [
"no_license"
] | [
{
"path": "roles/ssh-access/tasks/grant.yml",
"content": "---\n\n- name: Adding user\n user:\n name: \"{{ user_name }}\"\n comment: \"{{ user_des }}\"\n shell: /bin/bash\n tags:\n - add\n\n- name: SSH access granting\n authorized_key:\n user: \"{{ user_name }}\"\n state: present\n ke... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 621,
"all_permissive": false
} |
ansible_role | nikonorovi/infra | 9cc2fbfef8f1a9c7d3aba52d10b1aac67f2094ca | 0 | roles/infra | 7,850 | [
"no_license"
] | [
{
"path": "roles/infra/handlers/main.yml",
"content": "\n---\n- name: Start Iptables Persistent\n service: name=netfilter-persistent state=started\n\n- name: Restart Iptables Persistent\n service: name=netfilter-persistent state=restarted\n\n- name: Start Fail2Ban\n service: name=fail2ban state=started\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1572,
"all_permissive": false
} |
ansible_role | CiscoCloud/python-heighliner | 8869c557f335febf312a75e12680152e06cdb40a | 0 | heighliner/plugins/repo/roles/pulp_repos | 7,850 | [
"no_license"
] | [
{
"path": "heighliner/plugins/repo/roles/pulp_repos/handlers/main.yml",
"content": "---\n- name: yum clean\n command: yum clean all\n\n- name: yum makecache\n command: yum makecache fast\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "heighlin... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 38701,
"all_permissive": false
} |
ansible_role | teratsyk/lnmp7 | 1b6be3fa6b27973d52556f213031e86f47a282cd | 1 | ansible/roles/base | 7,850 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "---\n\n- name: install python-selinux(development only)\n yum: name=libselinux-python state=latest\n when: env == \"development\"\n\n- name: disable selinux(development only)\n selinux: state=disabled\n when: env == \"development\"\n\n- name: ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1538,
"all_permissive": false
} |
ansible_role | teratsyk/lnmp7 | 1b6be3fa6b27973d52556f213031e86f47a282cd | 1 | ansible/roles/mysql | 7,850 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/templates/my.cnf",
"content": "[mysqld]\nserver-id = 1\ndatadir = /var/lib/mysql\nsocket = /var/lib/mysql/mysql.sock\nport = 3306\npid-file = /var/run/mysqld/mysqld.pid\nuser = mysql\n\ndefault-storage-engine = InnoDB\n\nsql_mode = NO_ENGINE_SUBSTITUTION,STRICT... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3309,
"all_permissive": false
} |
ansible_role | teratsyk/lnmp7 | 1b6be3fa6b27973d52556f213031e86f47a282cd | 1 | ansible/roles/nginx | 7,850 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/templates/nginx.conf",
"content": "user nginx;\nworker_processes 2;\n\nerror_log /var/log/nginx/error.log;\n\npid /var/run/nginx.pid;\n\nworker_rlimit_nofile 8192;\n\nevents {\n worker_connections 2048;\n}\n\nhttp {\n include /etc/nginx/mime.types;\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2178,
"all_permissive": false
} |
ansible_role | teratsyk/lnmp7 | 1b6be3fa6b27973d52556f213031e86f47a282cd | 1 | ansible/roles/php | 7,850 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n\n- name: remove old package\n yum: name={{ item }} state=absent\n with_items:\n - httpd*\n - php*\n\n- name: setup remi repository\n become: yes\n yum: name=http://rpms.famillecollet.com/enterprise/remi-release-6.rpm\n\n- name: instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 857,
"all_permissive": false
} |
ansible_role | dewclaws/phthalo-ansible | 7fe21855f9f60d29922588df3773949602077e8e | 0 | roles/media | 7,850 | [
"no_license"
] | [
{
"path": "roles/media/tasks/containers/sonarr.yml",
"content": "---\n- name: \"Sonarr : create config dir\"\n ansible.builtin.file:\n path: \"{{ media_appdata_dir }}/sonarr\"\n state: directory\n owner: \"{{ media_user.name }}\"\n group: \"{{ media_user.group }}\"\n mode: \"0750\"\n regist... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 6988,
"all_permissive": false
} |
ansible_role | dewclaws/phthalo-ansible | 7fe21855f9f60d29922588df3773949602077e8e | 0 | roles/unifi | 7,850 | [
"no_license"
] | [
{
"path": "roles/unifi/vars/main.yml",
"content": "---\nunifi_timezone: America/Toronto\nunifi_config_dir: \"{{ ansible_user_dir }}/.config/unifi\"\nunifi_db_name: unifi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/unifi/tasks/main.yml"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1853,
"all_permissive": false
} |
ansible_role | ShamrockOo4tune/ansible-plays | 8df04fe26f2626bf998c19eed5f6e928821068d8 | 0 | study-ansible/roles/nginx_on_centos | 7,850 | [
"no_license"
] | [
{
"path": "study-ansible/roles/nginx_on_centos/tasks/main.yml",
"content": "---\n# tasks file for nginx_on_centos\n\n- name : install epel repo\n yum : name=epel-release\n \n- name : install nginx\n yum : name=nginx update_cache=yes\n\n- name : create conf.d directory\n file ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2445,
"all_permissive": false
} |
ansible_role | IamShobe/dotfiles | ea50fd0489e9294177b235ae5d92ac6e6c114aba | 6 | ansible/roles/vim | 7,850 | [
"no_license"
] | [
{
"path": "ansible/roles/vim/tasks/main.yml",
"content": "---\n- name: Run PlugInstall\n shell: vim +PlugInstall +qall\n\n- name: Run PluginClean\n shell: vim '+PlugClean!' +qall\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | IamShobe/dotfiles | ea50fd0489e9294177b235ae5d92ac6e6c114aba | 6 | ansible/roles/zsh | 7,850 | [
"no_license"
] | [
{
"path": "ansible/roles/zsh/tasks/main.yml",
"content": "---\n- name: Install zsh\n package: name=zsh state=present\n become: '{{ansible_distribution != \"MacOSX\"}}'\n become_user: root\n become_method: sudo\n\n- name: change user shell to zsh\n become: yes\n user:\n name: \"{{ ansible_user_id }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | mekanix/jail-mpd | 19a6a5a1618fd95e746e7b7689e767aa9c8a4003 | 0 | ansible/roles/mpd | 7,857 | [
"no_license"
] | [
{
"path": "ansible/roles/mpd/vars/main.yml",
"content": "---\nmpd_packages:\n - name: musicpd\n\nmpd_directories:\n - name: .mpd\n - name: .mpd/playlists\n - name: music\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "ansible/roles/mpd/tasks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | tatey/ansible-rails | 7678522e6bc62e13ec6aa7661341d12edfa53f02 | 3 | roles/solo | 7,857 | [
"no_license"
] | [
{
"path": "roles/solo/files/ssh_config",
"content": "# Default\nHost *\n SendEnv LANG LC_*\n HashKnownHosts yes\n GSSAPIAuthentication yes\n GSSAPIDelegateCredentials no\n\n# Outgoing connections on port 25 is blocked. Force port 443 for GitHub.\nHost github.com\n Hostname ssh.github.com\n Por... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 22424,
"all_permissive": false
} |
ansible_role | arunktele/cnos-restapi | 78ef40a46b966d5590af949c016521d73f246439 | 0 | roles/cnos_restapi_sample | 7,857 | [
"no_license"
] | [
{
"path": "roles/cnos_restapi_sample/vars/main.yml",
"content": "---\ncnos_tlm_bst_feature_data1:\n - { urlpath: /nos/api/cfg/telemetry/bst/feature, method: GET}\n\ncnos_tlm_bst_feature_data:\n - { urlpath: /nos/api/cfg/telemetry/bst/feature, method: PUT, jsoninp: '{\"collection-interval\": 20, \"send-asy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6138,
"all_permissive": false
} |
ansible_role | arunktele/cnos-restapi | 78ef40a46b966d5590af949c016521d73f246439 | 0 | roles/cnos_telemetry_sample | 7,857 | [
"no_license"
] | [
{
"path": "roles/cnos_telemetry_sample/README.md",
"content": "# Ansible Role: cnos_telemetry_sample - Configuring Telemetry report on Lenovo CNOS device\n---\n<add role description below>\n\nThis role is an example of using the *cnos_restapi.py* and *cnos_template.py* Lenovo module in the context of CNOS t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 12767,
"all_permissive": false
} |
ansible_role | dlopezabril/ansible | 0d103d79e7ec91f42e43cc98d542802bf33f6906 | 0 | template/ansible/roles/sample | 7,857 | [
"no_license"
] | [
{
"path": "template/ansible/roles/sample/tasks/main.yml",
"content": "- name: run the new module\n sample:\n name: 'hello'\n new: true\n register: testout\n- name: dump test output\n debug:\n msg: '{{ testout }}'\n\n- name: Setup ansible devices\n setup:\n filter: ansible_devices\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | JoaoVictorOliveiraSe/project_linuxtips | 007407d2b86b9a9d3ce37f617144d3d12cfb54ac | 0 | ansible/roles/mysql-server | 7,857 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql-server/tasks/main.yml",
"content": "---\n- name: Instalar MariaDB Server e Cliente\n apt:\n pkg:\n - mariadb-server\n - mariadb-client\n - python3-mysqldb\n - libmariadb-dev\n update_cache: yes\n state: present\n vars:\n wp_db_username: \"word... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | JoaoVictorOliveiraSe/project_linuxtips | 007407d2b86b9a9d3ce37f617144d3d12cfb54ac | 0 | ansible/roles/wordpress | 7,857 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/tasks/main.yml",
"content": "---\n- name: Adicionar repositório PPA do PHP\n apt_repository:\n repo: ppa:ondrej/php\n state: present\n\n- name: Atualizar cache novamente\n apt:\n update_cache: yes\n\n- name: Instalação do Nginx e PHP\n apt:\n name:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1379,
"all_permissive": false
} |
ansible_role | sljivarski/ansible_lltv | 2880b30a00c3f854097a644d6b17f5346eb551ce | 0 | roles/base | 7,857 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for siblean\n tags: always\n authorized_key:\n user: siblean\n key: \"<KEY>\"\n\n- name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | davidrojas25/linuxauto | 7e9574cd32c41373b3b8451c916e92846fd7d882 | 0 | roles/rhel_test_webpage | 7,857 | [
"no_license"
] | [
{
"path": "roles/rhel_test_webpage/tasks/main.yml",
"content": "---\n\n- name: Copy index page\n copy:\n src: ./roles/rhel_test_webpage/files/index.html\n dest: /var/www/html/\n become: yes \n\n- name: Copy Red Hat Ansible Image\n copy:\n src: ./roles/rhel_test_webpage/files/rh_ansible.jpg\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | dib-lab/dib-modules | 815413c5e12624fe4e976168ebd766e7ff85ab00 | 0 | roles/anaconda | 7,857 | [
"no_license"
] | [
{
"path": "roles/anaconda/tasks/main.yml",
"content": "---\n\n- name: create tmp download dir\n file: path=~/tmp state=directory\n\n- name: download installer\n get_url: url=http://09c8d0b2229f813c1b93-c95ac804525aac4b6dba79b00b39d1d3.r79.cf1.rackcdn.com/Anaconda-1.9.2-Linux-x86_64.sh\n dest=~/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1323,
"all_permissive": false
} |
ansible_role | dib-lab/dib-modules | 815413c5e12624fe4e976168ebd766e7ff85ab00 | 0 | roles/ansible | 7,857 | [
"no_license"
] | [
{
"path": "roles/ansible/templates/ansible.lua.j2",
"content": "-- -*- lua -*-\nhelp(\n[[\nAnsible\n]])\n\n-- comments are prefaced with two dashes\n\nwhatis(\"Description: Ansible\")\nwhatis(\"URL: http://www.ansible.com\")\n\nprereq('anaconda')\n\nlocal install_path = \"{{ install_dir}}/ansible\"\n\n-- se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1519,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.