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 | tuzov/os-preparation-ansible | 0f81867d71f38782879305f6a25744e2bfdafbae | 0 | roles/luks_encryption | 7,948 | [
"no_license"
] | [
{
"path": "roles/luks_encryption/tasks/main.yaml",
"content": "---\n# 1. run prerequisites tasks\n- name: Install neccessary packages\n ansible.builtin.apt:\n name:\n - cryptsetup\n - coreutils\n - parted\n - util-linux\n state: present\n\n- name: Create necessary directories on l... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 20717,
"all_permissive": false
} |
ansible_role | tuzov/os-preparation-ansible | 0f81867d71f38782879305f6a25744e2bfdafbae | 0 | roles/network_interface_rename | 7,948 | [
"no_license"
] | [
{
"path": "roles/network_interface_rename/tasks/main.yaml",
"content": "---\n- name: Check if net0 interface exists\n ansible.builtin.set_fact:\n net0_exists: \"{{ network_interface_rename__new_interface_name in ansible_facts.interfaces }}\"\n\n- name: Log if net0 interface exits\n ansible.builtin.debu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5629,
"all_permissive": false
} |
ansible_role | VARaymov/yandex-infrastructure | b535256ea79719a9d9e0c5a5b650b96903e0318e | 0 | ansible/roles/backend | 7,948 | [
"no_license"
] | [
{
"path": "ansible/roles/backend/vars/main.yml",
"content": "backend_path: \"/var/jarservice\"\nbackend_user: \"jarservice\"\nbackend_log_path: \"/opt/log\"\nnexus_backend_url: \"https://nexus.k8s.praktikum-services.tech/repository/sausage-store-rayumov-valery-backend/\"\nbackend_version: \"1.0.763538\"\n",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2222,
"all_permissive": false
} |
ansible_role | VARaymov/yandex-infrastructure | b535256ea79719a9d9e0c5a5b650b96903e0318e | 0 | ansible/roles/frontend | 7,948 | [
"no_license"
] | [
{
"path": "ansible/roles/frontend/templates/sausage-store-frontend.service.j2",
"content": "[Unit]\nDescription=sausage-store frontend\n\n[Service]\nUser={{ frontend_user }}\nGroup={{ frontend_user }}\nRestart=always\nEnvironment=\"LOG_PATH={{ frontend_log_path }}\"\nExecStart=http-server {{ frontend_path }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2531,
"all_permissive": false
} |
ansible_role | hmharsh/Go-server-on-AWS | 4f8e9a205d4dfb34cd520be075bc91bc00fd2412 | 0 | roles/load_balancer_setup | 7,948 | [
"no_license"
] | [
{
"path": "roles/load_balancer_setup/vars/main.yml",
"content": "---\n keypair: assignment_key\n ansible_ssh_private_key_file: \"./keys/{{ keypair }}.pem\"\n new_go_version: 1.13",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": "roles/load_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | hmharsh/Go-server-on-AWS | 4f8e9a205d4dfb34cd520be075bc91bc00fd2412 | 0 | roles/server_setup | 7,948 | [
"no_license"
] | [
{
"path": "roles/server_setup/defaults/main.yml",
"content": "---\n# defaults file for server_setup",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/server_setup/tasks/main.yml",
"content": "---\n - name: download golang tar\n get_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1068,
"all_permissive": false
} |
ansible_role | hmharsh/Go-server-on-AWS | 4f8e9a205d4dfb34cd520be075bc91bc00fd2412 | 0 | roles/vm_setup | 7,948 | [
"no_license"
] | [
{
"path": "roles/vm_setup/tasks/main.yml",
"content": "---\n - name: Create directory to store private key\n file:\n path: ./keys\n state: directory\n\n - name: Create a new EC2 key pair\n amazon.aws.ec2_key:\n name: \"{{ keypair }}\"\n region: \"{{ region }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2377,
"all_permissive": false
} |
ansible_role | pool80/otus | 80116b803962eb4ee9d43a251062e2c3e9b4bdd8 | 0 | lesson09_ansible/roles/deploy_nginx | 7,948 | [
"no_license"
] | [
{
"path": "lesson09_ansible/roles/deploy_nginx/vars/main.yml",
"content": "---\n# vars file for deploy_nginx\nnginx_port: 8080\nworker_processes: auto\nworker_connections: 512\nkeepalive_timeout: 65",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1491,
"all_permissive": false
} |
ansible_role | pool80/otus | 80116b803962eb4ee9d43a251062e2c3e9b4bdd8 | 0 | lesson11_freeipa/roles/freeipaclient | 7,948 | [
"no_license"
] | [
{
"path": "lesson11_freeipa/roles/freeipaclient/tasks/main.yml",
"content": "---\n- name: install ipa-client\n yum: name=ipa-client\n\n- name: add ip in hosts\n lineinfile: dest=/etc/hosts line='{{ ipa_server_ip }} {{ ipa_server_name }} {{ ipa_server_name }}'\n\n- name: setup ipa-client\n command: >\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | pool80/otus | 80116b803962eb4ee9d43a251062e2c3e9b4bdd8 | 0 | lesson11_freeipa/roles/freeipasrv | 7,948 | [
"no_license"
] | [
{
"path": "lesson11_freeipa/roles/freeipasrv/tasks/main.yml",
"content": "---\n- name: install ipa-server \n yum: name=ipa-server-dns\n\n- name: add ip in hosts\n template: src=hosts.j2 dest=/etc/hosts\n\n- name: add ip resolv.conf\n lineinfile: dest=/etc/resolv.conf line='nameserver {{ ipa_server_ip }}'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | vdcloudcraft/ansible-anwender-3-windows | ebfb9d2e348643ba3ace1b418af43a61c8ac898d | 0 | bad/roles/database | 7,948 | [
"no_license"
] | [
{
"path": "bad/roles/database/tasks/main.yml",
"content": "---\n- name: DB firewall rule\n win_firewall_rule:\n name: Postgres\n localport: 5432\n action: allow\n direction: in\n protocol: tcp\n profiles: private\n state: present\n enabled: yes\n\n- name: RDP firewall rule\n win_fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1671,
"all_permissive": false
} |
ansible_role | vdcloudcraft/ansible-anwender-3-windows | ebfb9d2e348643ba3ace1b418af43a61c8ac898d | 0 | bad/roles/tomcat | 7,948 | [
"no_license"
] | [
{
"path": "bad/roles/tomcat/files/properties/production/tomcat.properties",
"content": "generic.setting.first=1\ngeneric.setting.second=2\ngeneric.setting.third=b,x,2\nprod.setting.first=1\nprod.setting.second=2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 395,
"all_permissive": false
} |
ansible_role | vdcloudcraft/ansible-anwender-3-windows | ebfb9d2e348643ba3ace1b418af43a61c8ac898d | 0 | better scaled/roles/common | 7,948 | [
"no_license"
] | [
{
"path": "better scaled/roles/common/tasks/main.yml",
"content": "---\n- name: Create firewall rules\n win_firewall_rule:\n name: \"{{ item.name }}\"\n localport: \"{{ item.localport }}\"\n action: \"{{ item.action }}\"\n direction: \"{{ item.direction }}\"\n protocol: \"{{ item.protocol }}... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2851,
"all_permissive": false
} |
ansible_role | vdcloudcraft/ansible-anwender-3-windows | ebfb9d2e348643ba3ace1b418af43a61c8ac898d | 0 | better/roles/db | 7,948 | [
"no_license"
] | [
{
"path": "better/roles/db/vars/main/packages.yml",
"content": "---\nartifactory:\n url: https://artifactory.example.de\n user: user\n password: <PASSWORD>\n\npackages:\n- filename: db.exe\n artifactory_path: packages/db\n install:\n product_id: db\n arguments:\n - --quiet\n - --wait\n",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1463,
"all_permissive": false
} |
ansible_role | vdcloudcraft/ansible-anwender-3-windows | ebfb9d2e348643ba3ace1b418af43a61c8ac898d | 0 | better/roles/tomcat | 7,948 | [
"no_license"
] | [
{
"path": "better/roles/tomcat/templates/tomcat.properties.j2",
"content": "{% for property, value in template_properties | dictsort %}\n{{ property }}={% if value is not string %}{{ value | join(',') }}{% else %}{{ value }}{% endif %}\n{% endfor %}",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | billythekidpl/project_01_jenkins | fbe51c8bfbfdd03ecf083a0d5b6ad00160c28c1a | 0 | roles/deploy-jenkins | 7,948 | [
"no_license"
] | [
{
"path": "roles/deploy-jenkins/tasks/main.yml",
"content": "---\n# tasks file for deploy-jenkins\n- name: Ensure jenkins directory on docker host\n file:\n state: directory\n owner: 1000\n group: 1000\n path: /home/ec2-user/share/jenkins\n\n- name: Pull the latest official jenkins docker image... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 883,
"all_permissive": false
} |
ansible_role | billythekidpl/project_01_jenkins | fbe51c8bfbfdd03ecf083a0d5b6ad00160c28c1a | 0 | roles/ec2-provision | 7,948 | [
"no_license"
] | [
{
"path": "roles/ec2-provision/tasks/main.yml",
"content": "---\n# tasks file for ec2-provision\n\n- name: Create security group\n ec2_group:\n name: \"{{ project_name }}_sg\"\n description: \"{{ project_name }} security group\"\n region: \"{{ region }}\"\n rules:\n - proto: tcp # ssh\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1737,
"all_permissive": false
} |
ansible_role | billythekidpl/project_01_jenkins | fbe51c8bfbfdd03ecf083a0d5b6ad00160c28c1a | 0 | roles/install-docker | 7,948 | [
"no_license"
] | [
{
"path": "roles/install-docker/tasks/main.yml",
"content": "---\n# tasks file for install-docker\n- name: Ensure a list of yum packages are installed\n yum:\n name: \"{{ packages }}\"\n state: latest\n update_cache: yes\n vars:\n packages:\n - python-pip\n - yum-utils\n - device-mapp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1126,
"all_permissive": false
} |
ansible_role | alertmf/tensor | 84d9dd4c5ac7c01dc96013ce072693e06b906580 | 0 | ansible_homework#3/roles/mariadb | 7,948 | [
"no_license"
] | [
{
"path": "ansible_homework#3/roles/mariadb/tasks/main.yml",
"content": "---\n - name: Install 'mariadb-server' and 'MySQL-python' packages\n yum:\n name: \n - mariadb-server\n - MySQL-python\n state: latest\n\n - name: Ensure 'mariadb' service is started and enabled\n servic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 679,
"all_permissive": false
} |
ansible_role | alertmf/tensor | 84d9dd4c5ac7c01dc96013ce072693e06b906580 | 0 | ansible_homework#3/roles/ssl_create | 7,948 | [
"no_license"
] | [
{
"path": "ansible_homework#3/roles/ssl_create/tasks/main.yml",
"content": "---\n - name: Add repository for pip\n yum: \n name: epel-release\n state: latest\n\n - name: Install pip\n yum: \n name: python-pip\n state: latest\n\n - name: Update pip\n pip:\n name: pip==20.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1247,
"all_permissive": false
} |
ansible_role | alertmf/tensor | 84d9dd4c5ac7c01dc96013ce072693e06b906580 | 0 | ansible_homework#4/ansible_roles/roles/mariadb | 7,948 | [
"no_license"
] | [
{
"path": "ansible_homework#4/ansible_roles/roles/mariadb/tasks/main.yml",
"content": "---\n - name: Install 'mariadb-server' and 'MySQL-python' packages\n yum:\n name:\n - mariadb-server\n - MySQL-python\n state: present\n\n - name: Ensure 'mariadb' service is started and enabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | alertmf/tensor | 84d9dd4c5ac7c01dc96013ce072693e06b906580 | 0 | ansible_homework#4/ansible_roles/roles/php | 7,948 | [
"no_license"
] | [
{
"path": "ansible_homework#4/ansible_roles/roles/php/tasks/main.yml",
"content": "---\n- name: Put repo files to /etc/yum.repos.d/ directory\n copy:\n src: \"{{ item }}\"\n dest: /etc/yum.repos.d/\n owner: root\n group: root\n mode: 0644\n with_fileglob:\n - files/*.repo\n\n- name: Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | alertmf/tensor | 84d9dd4c5ac7c01dc96013ce072693e06b906580 | 0 | ansible_homework#4/ansible_roles/roles/ssl_create | 7,948 | [
"no_license"
] | [
{
"path": "ansible_homework#4/ansible_roles/roles/ssl_create/handlers/main.yml",
"content": "---\n# handlers file for ssl_create",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible_homework#4/ansible_roles/roles/ssl_create/defaults/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1317,
"all_permissive": false
} |
ansible_role | alertmf/tensor | 84d9dd4c5ac7c01dc96013ce072693e06b906580 | 0 | ansible_homework#4/ansible_roles/roles/wordpress | 7,948 | [
"no_license"
] | [
{
"path": "ansible_homework#4/ansible_roles/roles/wordpress/vars/main.yaml",
"content": "# nginx vars\nnginx_tls_port: 443\nnginx_no_tls_port: 80\nserver_hostname: ansible-node1.localdomain\n\n# wordpress version and checksum for this version\n# you can choose another at https://wordpress.org/download/relea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2757,
"all_permissive": false
} |
ansible_role | marcosmorenounir/Automatizaci-n-de-despliegues-en-entornos-Cloud | 9983fb20ed753392462c05ac226d570aeb13ba92 | 0 | ansible-practica/roles/create-user | 7,948 | [
"no_license"
] | [
{
"path": "ansible-practica/roles/create-user/tasks/main.yaml",
"content": "---\n\n- include_tasks: 01-create-user.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "ansible-practica/roles/create-user/templates/kubeadmin.j2",
"content": "# ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 816,
"all_permissive": false
} |
ansible_role | marcosmorenounir/Automatizaci-n-de-despliegues-en-entornos-Cloud | 9983fb20ed753392462c05ac226d570aeb13ba92 | 0 | ansible-practica/roles/deploy-app | 7,948 | [
"no_license"
] | [
{
"path": "ansible-practica/roles/deploy-app/tasks/01-deploy-app.yaml",
"content": "- name: Copiamos el yaml dentro del master para lanzarlo \n copy:\n src: nginx\n dest: \"{{ home }}\"\n owner: \"{{ username }}\"\n group: \"{{ username }}\" \n mode: 0644\n when: group == \"master\"\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1307,
"all_permissive": false
} |
ansible_role | marcosmorenounir/Automatizaci-n-de-despliegues-en-entornos-Cloud | 9983fb20ed753392462c05ac226d570aeb13ba92 | 0 | ansible-practica/roles/ingress-controller-configuration | 7,948 | [
"no_license"
] | [
{
"path": "ansible-practica/roles/ingress-controller-configuration/tasks/main.yaml",
"content": "---\n\n- include_tasks: 01-install.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "ansible-practica/roles/ingress-controller-configuration/tasks... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 655,
"all_permissive": false
} |
ansible_role | marcosmorenounir/Automatizaci-n-de-despliegues-en-entornos-Cloud | 9983fb20ed753392462c05ac226d570aeb13ba92 | 0 | ansible-practica/roles/initial-configuration | 7,948 | [
"no_license"
] | [
{
"path": "ansible-practica/roles/initial-configuration/tasks/03-selinux.yaml",
"content": "- name: SElinux\n command: sed -i s/=enforcing/=disabled/g /etc/selinux/config",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible-practica/roles/init... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 685,
"all_permissive": false
} |
ansible_role | marcosmorenounir/Automatizaci-n-de-despliegues-en-entornos-Cloud | 9983fb20ed753392462c05ac226d570aeb13ba92 | 0 | ansible-practica/roles/master-configuration | 7,948 | [
"no_license"
] | [
{
"path": "ansible-practica/roles/master-configuration/tasks/04-init-kubeadm.yaml",
"content": "- name: Iniciamos kubeadm\n become: true \n command: kubeadm init --pod-network-cidr 192.168.127.12/16 --ignore-preflight-errors=NumCPU\n register: token\n\n- name: Copiamos el contenido en un fichero\n lo... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2385,
"all_permissive": false
} |
ansible_role | marcosmorenounir/Automatizaci-n-de-despliegues-en-entornos-Cloud | 9983fb20ed753392462c05ac226d570aeb13ba92 | 0 | ansible-practica/roles/mw-configuration | 7,948 | [
"no_license"
] | [
{
"path": "ansible-practica/roles/mw-configuration/templates/routes.j2",
"content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n{{hosts.master.ip}} {{hosts.master.name}} {{hosts.master.dns}}\... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2623,
"all_permissive": false
} |
ansible_role | marcosmorenounir/Automatizaci-n-de-despliegues-en-entornos-Cloud | 9983fb20ed753392462c05ac226d570aeb13ba92 | 0 | ansible-practica/roles/nfs-configuration | 7,948 | [
"no_license"
] | [
{
"path": "ansible-practica/roles/nfs-configuration/tasks/01-install-nfs.yaml",
"content": "- name: Instalar servidor nfs\n dnf:\n name: [\"nfs-utils\",\"net-tools\"]\n state: present\n\n- name: Empezar y lanzar al inicio de nfs\n service:\n name: \"nfs-server\"\n enabled : yes\n state: sta... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1255,
"all_permissive": false
} |
ansible_role | marcosmorenounir/Automatizaci-n-de-despliegues-en-entornos-Cloud | 9983fb20ed753392462c05ac226d570aeb13ba92 | 0 | ansible-practica/roles/sdn-configuration | 7,948 | [
"no_license"
] | [
{
"path": "ansible-practica/roles/sdn-configuration/tasks/01-sdn-azure.yaml",
"content": "- name: Reglas firewall \n ansible.posix.firewalld:\n permanent: yes\n port: \"{{ item.port }}/{{ item.protocolo}}\"\n state: enabled\n with_items:\n - {port: \"8285\",protocolo: \"udp\"}\n - {... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 946,
"all_permissive": false
} |
ansible_role | marcosmorenounir/Automatizaci-n-de-despliegues-en-entornos-Cloud | 9983fb20ed753392462c05ac226d570aeb13ba92 | 0 | ansible-practica/roles/workers-configuration | 7,948 | [
"no_license"
] | [
{
"path": "ansible-practica/roles/workers-configuration/tasks/main.yaml",
"content": "---\n\n- include_tasks: 01-firewall-configuration.yaml\n- include_tasks: 02-kubeadm.yaml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "ansible-practica/roles/wo... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 767,
"all_permissive": false
} |
ansible_role | Holm1997/prometheus | 0480a3968f31bbc9ffdcb696df28ee4e7acddf56 | 0 | ansible/roles/fluent_bit_role | 7,946 | [
"no_license"
] | [
{
"path": "ansible/roles/fluent_bit_role/templates/fluent-bit.j2",
"content": "[SERVICE]\n flush 1\n daemon Off\n log_level info\n parsers_file parsers.conf\n plugins_file plugins.conf\n http_server Off\n http_listen 0.0.0.0\n http_port 2020\n storage.metrics ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2904,
"all_permissive": false
} |
ansible_role | Holm1997/prometheus | 0480a3968f31bbc9ffdcb696df28ee4e7acddf56 | 0 | ansible/roles/loki_server_role | 7,946 | [
"no_license"
] | [
{
"path": "ansible/roles/loki_server_role/tasks/main.yml",
"content": "---\n- name: Create group\n group:\n name: loki\n state: present\n\n- name: Create system user\n user:\n name: loki\n shell: /sbin/nologin\n group: loki\n create_home: no\n\n- name: Move binary \n copy:\n src: lok... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | Holm1997/prometheus | 0480a3968f31bbc9ffdcb696df28ee4e7acddf56 | 0 | ansible/roles/node_exporter_linux_role | 7,946 | [
"no_license"
] | [
{
"path": "ansible/roles/node_exporter_linux_role/tasks/main.yml",
"content": "---\n- name: Create group\n group:\n name: prometheus\n state: present\n\n- name: Create user\n user:\n name: prometheus\n group: prometheus\n shell: /sbin/nologin\n create_home: false\n\n- name: Copy binary f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 601,
"all_permissive": false
} |
ansible_role | Holm1997/prometheus | 0480a3968f31bbc9ffdcb696df28ee4e7acddf56 | 0 | ansible/roles/prometheus_server_role | 7,946 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus_server_role/tasks/main.yml",
"content": "---\n- name: Update and install musl for Grafana\n apt:\n update_cache: true\n name: musl\n\n\n- name: Create group\n group:\n name: prometheus\n state: present\n\n\n- name: Create user\n user:\n user: prometheus\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3936,
"all_permissive": false
} |
ansible_role | NashTech-Labs/ansible-docker-dcos | d93bee434b5d687cda33dcbb454ba1d4371be4cc | 0 | roles/docker | 7,946 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/public_slave.yml",
"content": "---\n\n- name: Download marathon-lb docker tar\n get_url:\n url: \"http://{{ s3_endpoint }}/{{ artifacts_s3_bucket }}/packages/docker-tars/marathon-lb.tar\"\n dest: /tmp\n mode: 0644\n\n- name: Load marathon-lb docker tar\n command: 'do... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3400,
"all_permissive": false
} |
ansible_role | aaaahayami/Casile_PrelimExam | 68253620c2dababb1a225a5ba40dd8f06020909d | 0 | roles/change_motd | 7,946 | [
"no_license"
] | [
{
"path": "roles/change_motd/tasks/main.yml",
"content": "---\n# tasks file for change_motd\n- name: change message of the dat\n copy:\n content: \" \\n\"\n dest: /etc/motd\n\n- name: disable default motd\n file:\n dest: \"/etc/update-motd.d/\"\n mode: \"u-x,g-x,o-x\"\n state: directory\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | aaaahayami/Casile_PrelimExam | 68253620c2dababb1a225a5ba40dd8f06020909d | 0 | roles/create_user | 7,946 | [
"no_license"
] | [
{
"path": "roles/create_user/tasks/main.yml",
"content": "---\n# tasks file for create_user\n- name: creare a new user\n ansible.builtin.user:\n name: \"{{ username }}\"\n comment: \"{{ name }}\"\n uid: 1010\n group: sudo\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | aaaahayami/Casile_PrelimExam | 68253620c2dababb1a225a5ba40dd8f06020909d | 0 | roles/pythonrole | 7,946 | [
"no_license"
] | [
{
"path": "roles/pythonrole/defaults/main.yml",
"content": "---\n# defaults file for pythonrole",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/pythonrole/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | t937on/netologia-jenkins | bb6815775790a4a74a0c2f2ea0c0bffb8b8b800d | 0 | roles/lighthouse | 7,946 | [
"no_license"
] | [
{
"path": "roles/lighthouse/vars/main.yml",
"content": "---\nlighthouse_location_dir: \"/var/www/html/lighthouse\"\n\nlighthouse_config_template: \"lighthouse_config.j2\"\n\nlighthouse_conf: \"/etc/nginx/conf.d/lighthouse.conf\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1538,
"all_permissive": false
} |
ansible_role | t937on/netologia-jenkins | bb6815775790a4a74a0c2f2ea0c0bffb8b8b800d | 0 | roles/vector | 7,946 | [
"no_license"
] | [
{
"path": "roles/vector/tasks/main.yml",
"content": "---\n# pre_tasks\n- name: Change directory usr\n become: true\n ansible.builtin.file:\n path: \"/usr\"\n state: directory\n mode: '0775'\n- name: Change directory usr bin\n become: true\n ansible.builtin.file:\n path: \"/usr/bin\"\n sta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3869,
"all_permissive": false
} |
ansible_role | thoth-ky/simple-api | c523204502b42e20f59dfaf1773e7977b0281b72 | 0 | ansible/roles/cluster-setup | 7,946 | [
"no_license"
] | [
{
"path": "ansible/roles/cluster-setup/vars/main.yml",
"content": "---\n# vars file for cluster-setup\nproject_name: \"none\"\nservice_account_file: \"../credentials.json\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "ansible/roles/cluster-setup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1272,
"all_permissive": false
} |
ansible_role | Ilay1613/TestTaskForServionika | bcbd6f9195114d0778e6cbdc82a6c2067bf39df6 | 0 | roles/Ha | 7,946 | [
"no_license"
] | [
{
"path": "roles/Ha/defaults/main.yml",
"content": "---\n# defaults file for Ha\ndestin_haproxy_conf: /etc/haproxy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/Ha/tasks/main.yml",
"content": "---\n# tasks file for Ha\n- name: Instal... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | Ilay1613/TestTaskForServionika | bcbd6f9195114d0778e6cbdc82a6c2067bf39df6 | 0 | roles/keepalived | 7,946 | [
"no_license"
] | [
{
"path": "roles/keepalived/tasks/main.yml",
"content": "---\n# tasks file for keepalived\n- name: Install keepalived\n apt: name=keepalived state=latest\n\n\n- name: Generate keepalived.conf file\n template: src=keepalived.conf dest={{ destin_ka_folder }} mode=0555\n notify: Restart keepalived\n\n\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | Ilay1613/TestTaskForServionika | bcbd6f9195114d0778e6cbdc82a6c2067bf39df6 | 0 | roles/nginx | 7,946 | [
"no_license"
] | [
{
"path": "roles/nginx/defaults/main.yml",
"content": "---\n# defaults file for nginx\ndestin_html_folder: /var/www/html\ndestin_nginx_conf: /etc/nginx/sites-available/default\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "roles/nginx/tasks/mai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | t-v/xbmc-ansible | b40f153f52a8877a643466a76e9f9c1cc34fcfb1 | 0 | playbooks/roles/xbmc | 7,946 | [
"no_license"
] | [
{
"path": "playbooks/roles/xbmc/tasks/nvidia.yml",
"content": "---\n- name: install Nvidia driver\n apt: pkg=nvidia-current state=present\n\n#- name: Nvidia x-swat | add ppa\n# apt_repository: repo='{{ XSWAT_PPA }}' state=present\n\n#- name: Nvidia x-swat | installing driver\n# apt: pkg=nvidia-331 state=... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8359,
"all_permissive": false
} |
ansible_role | Podepod/CloudcomputingVagrantGilisLode | ebe9f2e45d6ff7c2a7b545560614f320fb7c293f | 0 | ansible_stuff/roles/install_apache | 7,946 | [
"no_license"
] | [
{
"path": "ansible_stuff/roles/install_apache/tasks/main.yml",
"content": "# https://coderwall.com/p/6zm8rq/how-to-create-a-lamp-stack-with-ansible\n\n---\n- name: 1. install Apache\n apt: name=apache2 state=present\n\n- name: 2. install PHP module for Apache\n apt: name=php state=present\n\n- name: 3. in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | Podepod/CloudcomputingVagrantGilisLode | ebe9f2e45d6ff7c2a7b545560614f320fb7c293f | 0 | ansible_stuff/roles/install_database | 7,946 | [
"no_license"
] | [
{
"path": "ansible_stuff/roles/install_database/files/dump.sql",
"content": "CREATE TABLE IF NOT EXISTS labo (\n message varchar(255) NOT NULL\n) ENGINE=MyISAM DEFAULT CHARSET=utf8;\n\nINSERT INTO labo (message) VALUES('Hello Cloud!');",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | Podepod/CloudcomputingVagrantGilisLode | ebe9f2e45d6ff7c2a7b545560614f320fb7c293f | 0 | ansible_stuff/roles/remove_apache | 7,946 | [
"no_license"
] | [
{
"path": "ansible_stuff/roles/remove_apache/tasks/main.yml",
"content": "- name: 1. stop Apache\n service: name=apache2 state=stopped enabled=no\n\n- name: 2. remove Apache\n apt: name=apache2 state=absent\n\n- name: 3. remove PHP module for Apache\n apt: name=php state=absent\n\n- name: 4. remove PHP m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | abaxo/openshift-etcd-disaster-recovery | 8296baaec8d65e67924c1ea023b6132708422e6b | 5 | roles/etcd_fallback | 7,946 | [
"no_license"
] | [
{
"path": "roles/etcd_fallback/tasks/main.yml",
"content": "---\r\n- set_fact:\r\n alive_nodes: \"{{ hostvars[groups['etcd-sec'][0]].etcd_healthy_nodes.stdout | int }}\"\r\n- debug:\r\n var: alive_nodes\r\n\r\n# Minory dead\r\n- name: If minority died, just restart them\r\n service:\r\n name: 'etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2278,
"all_permissive": false
} |
ansible_role | rajeshpp/ansible | c6e197b0ade80dff0b63f77b90c54bf8faecc6a4 | 0 | Install_tools/roles/ovftool | 7,945 | [
"no_license"
] | [
{
"path": "Install_tools/roles/ovftool/defaults/main.yml",
"content": "ovftool_download_url : https://repo1.uhc.com:443/artifactory/docker/imagefactory/tools/VMware-ovftool-4.4.0-15722219-lin.x86_64.zip\n\n# The temporary directory to use for storing downloaded and other temmporary file.\ntmp_dir: \"/tmp\"\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | tms-dos21-onl/igor-vanin | 8c620bcac78a751834c477fc30ab8d9150bc1427 | 0 | homework-18/roles/apache | 7,945 | [
"no_license"
] | [
{
"path": "homework-18/roles/apache/templates/apache.conf.j2",
"content": "# Listen {{ site_port }}\n\n<VirtualHost *:{{ site_port }}>\n DocumentRoot /var/www/{{ site_name }}\n DirectoryIndex index.php\n\n ErrorLog ${APACHE_LOG_DIR}/error.log\n CustomLog ${APACHE_LOG_DIR}/access.log combined\n</... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1492,
"all_permissive": false
} |
ansible_role | tms-dos21-onl/igor-vanin | 8c620bcac78a751834c477fc30ab8d9150bc1427 | 0 | homework-18/roles/memcached | 7,945 | [
"no_license"
] | [
{
"path": "homework-18/roles/memcached/tasks/main.yaml",
"content": "- name: Install memcached\n ansible.builtin.apt:\n name: memcached\n state: present\n\n- name: Start service memcached\n systemd:\n name: memcached\n state: started\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | tms-dos21-onl/igor-vanin | 8c620bcac78a751834c477fc30ab8d9150bc1427 | 0 | homework-18/roles/mysql | 7,945 | [
"no_license"
] | [
{
"path": "homework-18/roles/mysql/tasks/main.yaml",
"content": "- name: Install Mysql\n ansible.builtin.apt:\n name: mysql-server\n state: present\n\n- name: Create database user with all database privileges\n community.mysql.mysql_user:\n name: \"{{ database_user }}\"\n password: \"{{ <PASSW... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | tms-dos21-onl/igor-vanin | 8c620bcac78a751834c477fc30ab8d9150bc1427 | 0 | homework-18/roles/preconfig | 7,945 | [
"no_license"
] | [
{
"path": "homework-18/roles/preconfig/tasks/main.yaml",
"content": "- name: Install Packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - php\n - libapache2-mod-php\n - php-mysql\n - python3-pymysql\n - php-memcached\n\n- name: Download app package\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 484,
"all_permissive": false
} |
ansible_role | varsin/ucp-docker | 9381ee7a14d2e0be7cfa14429152af34f5756ec3 | 0 | roles/docker-engine | 7,945 | [
"no_license"
] | [
{
"path": "roles/docker-engine/tasks/main.yml",
"content": "- name: Initiate docker-ee pre-requisites\n command: echo \"https://storebits.docker.com/ee/rhel/sub-4befba2b-5143-4037-b3c3-7b1137b8b16a\" > /etc/yum/vars/dockerurl; echo \"7\" > /etc/yum/vars/dockerosversion\n- name: Install yum utils\n yum:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 705,
"all_permissive": false
} |
ansible_role | varsin/ucp-docker | 9381ee7a14d2e0be7cfa14429152af34f5756ec3 | 0 | roles/docker-ucp-primary | 7,945 | [
"no_license"
] | [
{
"path": "roles/docker-ucp-primary/tasks/ucp-primary.yml",
"content": "---\n\n- name: Adding lincense file\n copy: src=\"docker_subscription.lic\" dest=/tmp\n \n- name: Installing Primary UCP Controller\n command: docker container run --rm --name ucp -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/d... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1097,
"all_permissive": false
} |
ansible_role | varsin/ucp-docker | 9381ee7a14d2e0be7cfa14429152af34f5756ec3 | 0 | roles/docker-ucp-replica | 7,945 | [
"no_license"
] | [
{
"path": "roles/docker-ucp-replica/tasks/main.yml",
"content": "---\n\n- name: Pinging leader ucp-primary and perform health check\n uri:\n url: \"https://{{ hostvars[groups['ucp-primary-leader'][0]]['ansible_eth0']['ipv4']['address'] }}/_ping\"\n status_code: 200\n validate_certs: no\n register... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | varsin/ucp-docker | 9381ee7a14d2e0be7cfa14429152af34f5756ec3 | 0 | roles/docker-ucp-worker | 7,945 | [
"no_license"
] | [
{
"path": "roles/docker-ucp-worker/tasks/main.yml",
"content": "---\n\n- name: Pinging leader ucp-primary and check if it's up and running\n uri:\n url: \"https://{{ hostvars[groups['ucp-primary-leader'][0]]['ansible_eth0']['ipv4']['address'] }}/_ping\"\n validate_certs: no\n register: ucp_primary\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | lucendio/lecture-devops-code | 440a2b448b7bffeb4740430027180a3f2058e62a | 1 | exercises/automate-system-configuration/roles/webservice | 7,945 | [
"no_license"
] | [
{
"path": "exercises/automate-system-configuration/roles/webservice/meta/main.yml",
"content": "collections:\n - 'ansible.builtin'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "exercises/automate-system-configuration/roles/webservice/templates... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 2579,
"all_permissive": false
} |
ansible_role | lucendio/lecture-devops-code | 440a2b448b7bffeb4740430027180a3f2058e62a | 1 | scenarios/ansible/roles/example | 7,945 | [
"no_license"
] | [
{
"path": "scenarios/ansible/roles/example/tasks/configure.yml",
"content": "- name: creating configuration directory\n file:\n path: \"{{ conf_dir }}/{{ name }}\"\n state: directory\n mode: '755'\n\n- name: copying nginx configuration\n template:\n src: 'nginx.conf.j2'\n dest: \"{{ conf_di... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3248,
"all_permissive": false
} |
ansible_role | lucendio/lecture-devops-code | 440a2b448b7bffeb4740430027180a3f2058e62a | 1 | scenarios/ansible/roles/host_docker | 7,945 | [
"no_license"
] | [
{
"path": "scenarios/ansible/roles/host_docker/tasks/main.yml",
"content": "- name: installing dependencies\n import_tasks: install.yml\n\n- name: starting docker\n import_tasks: start.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "scenar... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1305,
"all_permissive": false
} |
ansible_role | lucendio/lecture-devops-code | 440a2b448b7bffeb4740430027180a3f2058e62a | 1 | scenarios/ansible/roles/host_reverse-proxy | 7,945 | [
"no_license"
] | [
{
"path": "scenarios/ansible/roles/host_reverse-proxy/tasks/main.yml",
"content": "- name: installing dependencies\n import_tasks: install.yml\n\n- name: configuring reverse proxy\n import_tasks: configure.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1243,
"all_permissive": false
} |
ansible_role | lucendio/lecture-devops-code | 440a2b448b7bffeb4740430027180a3f2058e62a | 1 | scenarios/ansible/roles/host_state-volume | 7,945 | [
"no_license"
] | [
{
"path": "scenarios/ansible/roles/host_state-volume/defaults/main.yml",
"content": "# can be overridden by inventory\n\ndata_dir: '/data'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "scenarios/ansible/roles/host_state-volume/tasks/install.yml... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 229,
"all_permissive": false
} |
ansible_role | lucendio/lecture-devops-code | 440a2b448b7bffeb4740430027180a3f2058e62a | 1 | scenarios/ansible/roles/jenkins | 7,945 | [
"no_license"
] | [
{
"path": "scenarios/ansible/roles/jenkins/tasks/install.yml",
"content": "- name: ensuring container availability - master\n docker_image:\n name: docker.io/jenkins/jenkins\n tag: \"{{ version }}\"\n state: present\n source: pull\n\n- name: ensuring container availability - agent\n docker_ima... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 9699,
"all_permissive": false
} |
ansible_role | lucendio/lecture-devops-code | 440a2b448b7bffeb4740430027180a3f2058e62a | 1 | scenarios/ansible/roles/redmine | 7,945 | [
"no_license"
] | [
{
"path": "scenarios/ansible/roles/redmine/tasks/configure.yml",
"content": "- name: creating data directory (redmine) on host\n file:\n path: \"{{ data_dir }}/{{ name }}/redmine_files\"\n state: directory\n mode: '755'\n\n- name: creating plugin directory (redmine) on host\n file:\n path: \"{... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4309,
"all_permissive": false
} |
ansible_role | michalhejd/svkul | 1d5ec61ecc28f031f6f59c079034543ccc2a18aa | 0 | ansible/roles/docker | 7,945 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: install Docker dependencies\n become: true\n apt:\n name:\n - apt-transport-https\n - curl\n - ca-certificates\n - python3-pip\n - lsb-release\n - python3-setuptools\n - gnupg\n state: latest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1284,
"all_permissive": false
} |
ansible_role | michalhejd/svkul | 1d5ec61ecc28f031f6f59c079034543ccc2a18aa | 0 | ansible/roles/mongodb | 7,945 | [
"no_license"
] | [
{
"path": "ansible/roles/mongodb/tasks/_3_run_container.yml",
"content": "---\n- name: Pull MongoDb image\n docker_image:\n name: '{{ mongodb_docker_image }}'\n tag: '{{ mongodb_docker_image_tag }}'\n source: pull\n\n- name: Run mongodb container\n docker_container:\n name: '{{ mongodb_contain... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | michalhejd/svkul | 1d5ec61ecc28f031f6f59c079034543ccc2a18aa | 0 | ansible/roles/nginx | 7,945 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n become: true\n apt:\n name: nginx\n state: present\n\n- name: Add cert key\n become: true\n copy:\n content: \"{{CERT_KEY}}\"\n dest: /etc/nginx/fancy\n\n- name: Nginx config\n become: true\n template:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | michalhejd/svkul | 1d5ec61ecc28f031f6f59c079034543ccc2a18aa | 0 | ansible/roles/server | 7,945 | [
"no_license"
] | [
{
"path": "ansible/roles/server/tasks/main.yml",
"content": "---\n- name: MongoDB data folder exists\n file:\n path: /home/ssps/mongo-data\n state: directory\n## Ansible failed. For first run, uncomment, then recomment this.\n# - name: MongoDB server\n# include_role:\n# name: mongodb\n# vars:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2190,
"all_permissive": false
} |
ansible_role | pericles-project/ERMR | 99e19c476c813632d0508cdef65b4683e36f8e43 | 0 | ermr-deploy/roles/allegrograph | 7,945 | [
"no_license"
] | [
{
"path": "ermr-deploy/roles/allegrograph/templates/agraph.cfg",
"content": "# AllegroGraph configuration file\nPort 10035\nSettingsDirectory {{ install_dir }}/ag5.1/data/settings\nLogDir {{ install_dir }}/ag5.1/log\nPidFile {{ install_dir }}/ag5.1/data/agraph.pid\nInstanceTimeout 604800\n\n<RootCatalog>\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3151,
"all_permissive": false
} |
ansible_role | pericles-project/ERMR | 99e19c476c813632d0508cdef65b4683e36f8e43 | 0 | ermr-deploy/roles/cassandra | 7,945 | [
"no_license"
] | [
{
"path": "ermr-deploy/roles/cassandra/tasks/main.yml",
"content": "---\n##############################################################################\n# Java\n# This must be Oracle's Java, and also should use libjna for performance.\n########################################################################... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4806,
"all_permissive": false
} |
ansible_role | pericles-project/ERMR | 99e19c476c813632d0508cdef65b4683e36f8e43 | 0 | ermr-deploy/roles/indigo-code | 7,945 | [
"no_license"
] | [
{
"path": "ermr-deploy/roles/indigo-code/tasks/main.yml",
"content": "\n\n- name: Ensures {{ install_dir }}/src dir exists\n file: path=\"{{ install_dir }}/src\" state=directory\n\n# Indigo\n\n- name: Copy indigo archive on the server\n unarchive: src=indigo-1.1.tar.gz dest=\"{{ install_dir }}/src\"\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1000,
"all_permissive": false
} |
ansible_role | pericles-project/ERMR | 99e19c476c813632d0508cdef65b4683e36f8e43 | 0 | ermr-deploy/roles/indigo-listener | 7,945 | [
"no_license"
] | [
{
"path": "ermr-deploy/roles/indigo-listener/files/Dockerfile",
"content": "FROM python:3.4.3-slim\nMAINTAINER GeoSpark <<EMAIL>>\n\nRUN pip install requests oauth2\n\nUSER nobody\nWORKDIR /scripts\nENTRYPOINT [\"/usr/local/bin/python\"]",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2628,
"all_permissive": false
} |
ansible_role | pericles-project/ERMR | 99e19c476c813632d0508cdef65b4683e36f8e43 | 0 | ermr-deploy/roles/indigo-node | 7,945 | [
"no_license"
] | [
{
"path": "ermr-deploy/roles/indigo-node/vars/main.yaml",
"content": "---\n\ncassandra_replication_factor: 3",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ermr-deploy/roles/indigo-node/tasks/main.yml",
"content": "---\n#######################... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1615,
"all_permissive": false
} |
ansible_role | pericles-project/ERMR | 99e19c476c813632d0508cdef65b4683e36f8e43 | 0 | ermr-deploy/roles/indigo-web | 7,945 | [
"no_license"
] | [
{
"path": "ermr-deploy/roles/indigo-web/templates/indigo-web.nginx",
"content": "upstream gunicorn {\n server 127.0.0.1:8000;\n}\n\nserver {\n listen 80;\n server_name indigo;\n\n client_max_body_size 100m;\n\n location /static {\n autoindex on;\n alias {{ install_dir }}/web/pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7489,
"all_permissive": false
} |
ansible_role | Puppet-Finland/ansible-collection-puppeteers-resolver | c606c31281564a377b5bfac3c773fee79972b402 | 0 | roles/resolvconf | 7,945 | [
"no_license"
] | [
{
"path": "roles/resolvconf/tasks/main.yml",
"content": "---\n- name: Validate parameters\n ansible.builtin.assert:\n that:\n - resolver_resolvconf_search is string\n - resolver_resolvconf_nameserver_1 is string\n - resolver_resolvconf_nameserver_2 is string\n- name: Disable management of... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 999,
"all_permissive": false
} |
ansible_role | rjshrjndrn/monitoring | 37ef1dd4cfe7fe10bb94bf9bafc623b1738f118e | 0 | ansible/roles/grafana | 7,945 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/templates/stack-grafana.yml",
"content": "version: '3.3'\n\nservices:\n grafana:\n image: grafana/grafana:6.1.4\n ports:\n - \"3001:3000\"\n networks:\n - application_default\n volumes:\n - /var/dockerdata/grafana:/var/lib/grafana\n environment... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1330,
"all_permissive": false
} |
ansible_role | sohamdighe14/COMP90024-A2 | e61c13c97880b6e3a61709d12c3975e708876b75 | 0 | MRC/roles/common | 7,945 | [
"no_license"
] | [
{
"path": "MRC/roles/common/tasks/main.yaml",
"content": "# COMP90024 - Assignment 2 - team 60\n#\n# <NAME> - Student ID: 1084997 - Melbourne\n# <NAME> - Student ID: 761885 - Melbourne\n# <NAME> - Student ID: 1009257 - Palmwoods\n# <NAME> - Student ID: 1219439 - Melbourne\n# <NAME> -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 953,
"all_permissive": false
} |
ansible_role | sohamdighe14/COMP90024-A2 | e61c13c97880b6e3a61709d12c3975e708876b75 | 0 | MRC/roles/couchDB_slave_nodes_setup | 7,945 | [
"no_license"
] | [
{
"path": "MRC/roles/couchDB_slave_nodes_setup/tasks/main.yaml",
"content": "# COMP90024 - Assignment 2 - team 60\n#\n# <NAME> - Student ID: 1084997 - Melbourne\n# <NAME> - Student ID: 761885 - Melbourne\n# <NAME> - Student ID: 1009257 - Palmwoods\n# <NAME> - Student ID: 1219439 - Melbourn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2228,
"all_permissive": false
} |
ansible_role | sohamdighe14/COMP90024-A2 | e61c13c97880b6e3a61709d12c3975e708876b75 | 0 | MRC/roles/docker | 7,945 | [
"no_license"
] | [
{
"path": "MRC/roles/docker/tasks/main.yaml",
"content": "# COMP90024 - Assignment 2 - team 60\n#\n# <NAME> - Student ID: 1084997 - Melbourne\n# <NAME> - Student ID: 761885 - Melbourne\n# <NAME> - Student ID: 1009257 - Palmwoods\n# <NAME> - Student ID: 1219439 - Melbourne\n# <NAME> -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1611,
"all_permissive": false
} |
ansible_role | sohamdighe14/COMP90024-A2 | e61c13c97880b6e3a61709d12c3975e708876b75 | 0 | MRC/roles/openstack-common | 7,945 | [
"no_license"
] | [
{
"path": "MRC/roles/openstack-common/tasks/main.yaml",
"content": "# COMP90024 - Assignment 2 - team 60\n#\n# <NAME> - Student ID: 1084997 - Melbourne\n# <NAME> - Student ID: 761885 - Melbourne\n# <NAME> - Student ID: 1009257 - Palmwoods\n# <NAME> - Student ID: 1219439 - Melbourne\n# <NA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 755,
"all_permissive": false
} |
ansible_role | sohamdighe14/COMP90024-A2 | e61c13c97880b6e3a61709d12c3975e708876b75 | 0 | MRC/roles/openstack-instance | 7,945 | [
"no_license"
] | [
{
"path": "MRC/roles/openstack-instance/tasks/main.yaml",
"content": "# COMP90024 - Assignment 2 - team 60\n#\n# <NAME> - Student ID: 1084997 - Melbourne\n# <NAME> - Student ID: 761885 - Melbourne\n# <NAME> - Student ID: 1009257 - Palmwoods\n# <NAME> - Student ID: 1219439 - Melbourne\n# <... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1379,
"all_permissive": false
} |
ansible_role | sohamdighe14/COMP90024-A2 | e61c13c97880b6e3a61709d12c3975e708876b75 | 0 | MRC/roles/openstack-security-group | 7,945 | [
"no_license"
] | [
{
"path": "MRC/roles/openstack-security-group/tasks/main.yaml",
"content": "# COMP90024 - Assignment 2 - team 60\n#\n# <NAME> - Student ID: 1084997 - Melbourne\n# <NAME> - Student ID: 761885 - Melbourne\n# <NAME> - Student ID: 1009257 - Palmwoods\n# <NAME> - Student ID: 1219439 - Melbourne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1126,
"all_permissive": false
} |
ansible_role | sohamdighe14/COMP90024-A2 | e61c13c97880b6e3a61709d12c3975e708876b75 | 0 | MRC/roles/openstack-volume | 7,945 | [
"no_license"
] | [
{
"path": "MRC/roles/openstack-volume/tasks/main.yaml",
"content": "# COMP90024 - Assignment 2 - team 60\n#\n# <NAME> - Student ID: 1084997 - Melbourne\n# <NAME> - Student ID: 761885 - Melbourne\n# <NAME> - Student ID: 1009257 - Palmwoods\n# <NAME> - Student ID: 1219439 - Melbourne\n# <NA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | sohamdighe14/COMP90024-A2 | e61c13c97880b6e3a61709d12c3975e708876b75 | 0 | MRC/roles/setupCouchDB | 7,945 | [
"no_license"
] | [
{
"path": "MRC/roles/setupCouchDB/tasks/main.yaml",
"content": "# COMP90024 - Assignment 2 - team 60\n#\n# <NAME> - Student ID: 1084997 - Melbourne\n# <NAME> - Student ID: 761885 - Melbourne\n# <NAME> - Student ID: 1009257 - Palmwoods\n# <NAME> - Student ID: 1219439 - Melbourne\n# <NAME> ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 879,
"all_permissive": false
} |
ansible_role | sohamdighe14/COMP90024-A2 | e61c13c97880b6e3a61709d12c3975e708876b75 | 0 | MRC/roles/setupTwitHarvester | 7,945 | [
"no_license"
] | [
{
"path": "MRC/roles/setupTwitHarvester/tasks/main.yaml",
"content": "# COMP90024 - Assignment 2 - team 60\n#\n# <NAME> - Student ID: 1084997 - Melbourne\n# <NAME> - Student ID: 761885 - Melbourne\n# <NAME> - Student ID: 1009257 - Palmwoods\n# <NAME> - Student ID: 1219439 - Melbourne\n# <... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1396,
"all_permissive": false
} |
ansible_role | sohamdighe14/COMP90024-A2 | e61c13c97880b6e3a61709d12c3975e708876b75 | 0 | MRC/roles/setupWebapp | 7,945 | [
"no_license"
] | [
{
"path": "MRC/roles/setupWebapp/tasks/nginx.conf",
"content": "worker_processes 2;\n\nevents { }\n\nhttp {\n\n keepalive_timeout 3600s;\n fastcgi_read_timeout 300;\n proxy_connect_timeout 300; \n proxy_send_timeout 300; \n proxy_read_timeout 300; \n send_timeout 300;\n\n server {\n\n listen 8... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2090,
"all_permissive": false
} |
ansible_role | sohamdighe14/COMP90024-A2 | e61c13c97880b6e3a61709d12c3975e708876b75 | 0 | MRC/roles/volumes | 7,945 | [
"no_license"
] | [
{
"path": "MRC/roles/volumes/tasks/main.yaml",
"content": "# COMP90024 - Assignment 2 - team 60\n#\n# <NAME> - Student ID: 1084997 - Melbourne\n# <NAME> - Student ID: 761885 - Melbourne\n# <NAME> - Student ID: 1009257 - Palmwoods\n# <NAME> - Student ID: 1219439 - Melbourne\n# <NAME> ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1234,
"all_permissive": false
} |
ansible_role | sergiordlr/non-admin-automation-poc | 215be0d100d8cb74598bf808a19871db5a9321c9 | 0 | roles/add_user_to_cam_cluster | 7,945 | [
"no_license"
] | [
{
"path": "roles/add_user_to_cam_cluster/defaults/main.yaml",
"content": "admin_cam_namespace: openshift-migration\nuser_cam_namespace: \"{{ user }}-cam\"\nrole_name: use-migration-controller\n\nuser: cam\npassword: <PASSWORD>\n# Name to create the identity provider if the user does not exist\nprovider_nam... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 8476,
"all_permissive": false
} |
ansible_role | sergiordlr/non-admin-automation-poc | 215be0d100d8cb74598bf808a19871db5a9321c9 | 0 | roles/build_inventory | 7,945 | [
"no_license"
] | [
{
"path": "roles/build_inventory/tasks/calculate_migcluster_facts.yml",
"content": "- name: Get secret\n k8s_info:\n kind: Secret\n namespace: \"{{ item.spec.serviceAccountSecretRef.namespace }}\"\n name: \"{{ item.spec.serviceAccountSecretRef.name }}\"\n register: secret\n retries: 3\n\n- name... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7422,
"all_permissive": false
} |
ansible_role | sergiordlr/non-admin-automation-poc | 215be0d100d8cb74598bf808a19871db5a9321c9 | 0 | roles/migration_cleanup | 7,945 | [
"no_license"
] | [
{
"path": "roles/migration_cleanup/tasks/remove_migration.yml",
"content": "# k8s field_selectors cannot be used for CRs, API only supports core resources\n- name: Check existing migrations for {{ migration_sample_name }}\n k8s_facts:\n host: \"{{ url }}\"\n api_key: \"{{ admin_token }}\"\n verify... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3333,
"all_permissive": false
} |
ansible_role | sergiordlr/non-admin-automation-poc | 215be0d100d8cb74598bf808a19871db5a9321c9 | 0 | roles/migration_run | 7,945 | [
"no_license"
] | [
{
"path": "roles/migration_run/defaults/main.yml",
"content": "---\nmig_velero_timeout: 10\n# If true, we will wait for a warning to be displayed before running the migration plan.\nwait_for_warnings: false\n\nmigration_sample_name: \"{{ namespace }}\"\nmigration_plan_name: \"{{ migration_sample_name }}-mig... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6106,
"all_permissive": false
} |
ansible_role | sergiordlr/non-admin-automation-poc | 215be0d100d8cb74598bf808a19871db5a9321c9 | 0 | roles/migration_track | 7,945 | [
"no_license"
] | [
{
"path": "roles/migration_track/tasks/track_stage.yml",
"content": "- name: \"Check if migration {{ migration_name_stage }} is completed\"\n k8s_facts:\n host: \"{{ url }}\"\n api_key: \"{{ token }}\"\n verify_ssl: no\n kind: MigMigration\n api_version: v1alpha1\n namespace: \"{{ user_ca... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 812,
"all_permissive": false
} |
ansible_role | sergiordlr/non-admin-automation-poc | 215be0d100d8cb74598bf808a19871db5a9321c9 | 0 | roles/ocp-cakephp | 7,945 | [
"no_license"
] | [
{
"path": "roles/ocp-cakephp/tasks/main.yml",
"content": "- name: Create resources\n import_tasks: deploy.yml\n when: with_deploy|bool\n\n- name: Validate source\n import_tasks: validate-source.yml\n when: with_validate_source|bool\n\n- name: Validate migration\n import_tasks: validate-target.yml\n wh... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1457,
"all_permissive": false
} |
ansible_role | sergiordlr/non-admin-automation-poc | 215be0d100d8cb74598bf808a19871db5a9321c9 | 0 | roles/ocp-confmap | 7,945 | [
"no_license"
] | [
{
"path": "roles/ocp-confmap/tasks/deploy.yml",
"content": "- name: Check namespace\n k8s_facts:\n host: \"{{ url }}\"\n api_key: \"{{ admin_token }}\"\n verify_ssl: no\n kind: Namespace\n name: \"{{ namespace }}\"\n register: ns\n\n- name: Create namespace\n shell: \"{{ oc_binary }} new-p... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1155,
"all_permissive": false
} |
ansible_role | sergiordlr/non-admin-automation-poc | 215be0d100d8cb74598bf808a19871db5a9321c9 | 0 | roles/ocp-cronjob | 7,945 | [
"no_license"
] | [
{
"path": "roles/ocp-cronjob/tasks/main.yml",
"content": "- name: Create resources\n import_tasks: deploy.yml\n when: with_deploy|bool\n\n- name: Validate migration\n import_tasks: validate.yml\n when: with_validate_source|bool or with_validate_target|bool\n",
"license_type": "no_license",
"dete... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2142,
"all_permissive": false
} |
ansible_role | sergiordlr/non-admin-automation-poc | 215be0d100d8cb74598bf808a19871db5a9321c9 | 0 | roles/ocp-django | 7,945 | [
"no_license"
] | [
{
"path": "roles/ocp-django/tasks/deploy.yml",
"content": "- name: Check namespace\n k8s_facts:\n host: \"{{ url }}\"\n api_key: \"{{ admin_token }}\"\n verify_ssl: no\n kind: Namespace\n name: \"{{ namespace }}\"\n register: ns\n\n- name: Create namespace\n shell: \"{{ oc_binary }} --serv... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 643,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.