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 | znz/ansible-playbook-passenger | 41686b37d66700738db953efc77b367439f9464d | 0 | provisioning/roles/fail2ban | 7,938 | [
"no_license"
] | [
{
"path": "provisioning/roles/fail2ban/tasks/fail2ban.yml",
"content": "---\n- apt: pkg=fail2ban\n- copy: src=apache-myadmin.conf dest=/etc/fail2ban/filter.d/apache-myadmin.conf\n notify:\n - reload fail2ban\n- template: src=jail.local.j2 dest=/etc/fail2ban/jail.local\n notify:\n - reload fail2ban\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | znz/ansible-playbook-passenger | 41686b37d66700738db953efc77b367439f9464d | 0 | provisioning/roles/ja_jp | 7,938 | [
"no_license"
] | [
{
"path": "provisioning/roles/ja_jp/tasks/locale.yml",
"content": "---\n- template: src=default-locale.j2 dest=/etc/default/locale owner=root group=root mode=0644\n- apt: name=language-pack-ja\n when: ansible_distribution == \"Ubuntu\"\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | znz/ansible-playbook-passenger | 41686b37d66700738db953efc77b367439f9464d | 0 | provisioning/roles/passenger | 7,938 | [
"no_license"
] | [
{
"path": "provisioning/roles/passenger/templates/passenger.conf.j2",
"content": "PassengerMaxPoolSize 3\nPassengerPoolIdleTime 300\nPassengerMaxRequests 1000\nPassengerStatThrottleRate 10\n#PassengerHighPerformance on\n\n{{ passenger_install_apache2_module__snippet.stdout }}\n\n# vim:set ft=apache:\n",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2375,
"all_permissive": false
} |
ansible_role | znz/ansible-playbook-passenger | 41686b37d66700738db953efc77b367439f9464d | 0 | provisioning/roles/postgresql | 7,938 | [
"no_license"
] | [
{
"path": "provisioning/roles/postgresql/vars/main.yml",
"content": "---\npostgresql_users:\n- name: rails\n password: <PASSWORD>\n- name: vagrant\n password: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "provisioning/roles/postgre... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 908,
"all_permissive": false
} |
ansible_role | znz/ansible-playbook-passenger | 41686b37d66700738db953efc77b367439f9464d | 0 | provisioning/roles/rbenv | 7,938 | [
"no_license"
] | [
{
"path": "provisioning/roles/rbenv/tasks/rbenv.yml",
"content": "---\n- git: dest={{ rbenv_root }} repo=https://github.com/sstephenson/rbenv depth=1\n- git: dest={{ rbenv_root }}/plugins/ruby-build repo=https://github.com/sstephenson/ruby-build depth=1\n- template: src=rbenv.sh.j2 dest=/etc/profile.d/rbenv... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1202,
"all_permissive": false
} |
ansible_role | jcperezamin/HDap | 22646a8414e34e33d9f9e1b960bb414cb5eaf75e | 0 | roles/biginsight | 7,938 | [
"no_license"
] | [
{
"path": "roles/biginsight/tasks/main.yml",
"content": "---\n#############################################################################################\n# #\n# This will install Biginsights cluster on the nodes. Th... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 38825,
"all_permissive": false
} |
ansible_role | jcperezamin/HDap | 22646a8414e34e33d9f9e1b960bb414cb5eaf75e | 0 | roles/cloudera | 7,938 | [
"no_license"
] | [
{
"path": "roles/cloudera/templates/hadoop_hosts.j2",
"content": "{% for host in groups['hadoop_hosts'] %}\"{{ host }}\"{% if not loop.last %},{% endif %}{% endfor %}\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/cloudera/tasks/install... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 20781,
"all_permissive": false
} |
ansible_role | jcperezamin/HDap | 22646a8414e34e33d9f9e1b960bb414cb5eaf75e | 0 | roles/hdp | 7,938 | [
"no_license"
] | [
{
"path": "roles/hdp/tasks/host_mapping_counter3.yml",
"content": "---\n######################################################\n# Preparation of blueprint as per user defined hosts #\n######################################################\n\n - name: Test line exists namenode\n lineinfile:\n dest... | {
"task_files": 14,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 35300,
"all_permissive": false
} |
ansible_role | jcperezamin/HDap | 22646a8414e34e33d9f9e1b960bb414cb5eaf75e | 0 | roles/pre_requisites | 7,938 | [
"no_license"
] | [
{
"path": "roles/pre_requisites/tasks/configure-os.yml",
"content": "---\n################################################################################\n# Configuring repository of operating system on which cluster will be deployed #\n######################################################################... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4586,
"all_permissive": false
} |
ansible_role | octopus-post/otuslinuxprof | fd2eaf5f3432fe712a4606ae6fadd7cd7814c6a9 | 1 | 44-MySQL_Backup/vagrant44/provision/roles/mysql | 7,938 | [
"no_license"
] | [
{
"path": "44-MySQL_Backup/vagrant44/provision/roles/mysql/tasks/install.yml",
"content": "---\n# Installation tasks for Ubuntu\n# https://www.percona.com/doc/percona-server/5.7/installation/apt_repo.html\n# https://www.percona.com/doc/percona-server/8.0/installation/apt_repo.html\n\n# - name: \"Install gnu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3053,
"all_permissive": false
} |
ansible_role | m4reshal/ansible-egitim | 197198658d9b2fdf4cc0e145c5ae0697efae9f03 | 0 | roles/install_apache | 7,938 | [
"no_license"
] | [
{
"path": "roles/install_apache/tasks/main.yml",
"content": "---\n# tasks file for install_apache\n - name: Install block\n block:\n - name: Install httpd package\n yum:\n name: httpd\n state: latest\n\n\n - name: Copy index file\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | 3ch01c/ansible | 078f6a5ed6b39b60309db83df83edce4f96643ad | 0 | roles/calico | 7,938 | [
"no_license"
] | [
{
"path": "roles/calico/tasks/main.yml",
"content": "---\n- name: Install Tigera operator (calico)\n command: kubectl create -f https://docs.projectcalico.org/manifests/tigera-operator.yaml\n tags:\n - calico\n\n- name: Install calico CRD\n command: kubectl create -f https://docs.projectcalico.org/man... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | 3ch01c/ansible | 078f6a5ed6b39b60309db83df83edce4f96643ad | 0 | roles/dashboard | 7,938 | [
"no_license"
] | [
{
"path": "roles/dashboard/tasks/main.yml",
"content": "- name: Deploy kubernetes dashboard into cluster\n when: init_cluster is succeeded and enable_dashboard\n command: |\n kubectl --kubeconfig={{ kubeadmin_config }} \\\n apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 378,
"all_permissive": false
} |
ansible_role | 3ch01c/ansible | 078f6a5ed6b39b60309db83df83edce4f96643ad | 0 | roles/docker | 7,938 | [
"no_license"
] | [
{
"path": "roles/docker/templates/daemon.j2",
"content": "{\n \"exec-opts\": [\"native.cgroupdriver=systemd\"],\n \"log-driver\": \"json-file\",\n \"log-opts\": {\n \"max-size\": \"100m\"\n },\n \"data-root\": \"/var/lib/docker\",\n \"storage-driver\": \"overlay2\"\n}\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2640,
"all_permissive": false
} |
ansible_role | 3ch01c/ansible | 078f6a5ed6b39b60309db83df83edce4f96643ad | 0 | roles/helm | 7,938 | [
"no_license"
] | [
{
"path": "roles/helm/tasks/main.yml",
"content": "---\n- block:\n - name: Get Helm installer\n get_url:\n url: https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3\n dest: ./get_helm.sh\n mode: 0755\n \n - name: Install Helm\n shell: ./get_helm.sh\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 264,
"all_permissive": false
} |
ansible_role | 3ch01c/ansible | 078f6a5ed6b39b60309db83df83edce4f96643ad | 0 | roles/kubeadm | 7,938 | [
"no_license"
] | [
{
"path": "roles/kubeadm/tasks/init.yml",
"content": "# kubeadm/tasks/init.yml\n---\n- name: Reset Kubernetes cluster\n shell: \"kubeadm reset --force\"\n register: reset_cluster\n tags:\n - kubeadm\n become: true\n\n- name: Initialize Kubernetes cluster\n when: reset_cluster is succeeded\n command... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2402,
"all_permissive": false
} |
ansible_role | 3ch01c/ansible | 078f6a5ed6b39b60309db83df83edce4f96643ad | 0 | roles/kubectl | 7,938 | [
"no_license"
] | [
{
"path": "roles/kubectl/tasks/main.yml",
"content": "---\n- name: Install kubectl\n block:\n - when: ansible_os_family == \"Debian\" and ansible_pkg_mgr == \"apt\"\n block:\n - name: Add Kubernetes APT GPG key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 730,
"all_permissive": false
} |
ansible_role | 3ch01c/ansible | 078f6a5ed6b39b60309db83df83edce4f96643ad | 0 | roles/kubelet | 7,938 | [
"no_license"
] | [
{
"path": "roles/kubelet/tasks/main.yml",
"content": "---\n- include_tasks: preinstall.yml\n tags:\n - kubelet\n\n- name: Install kubelet\n block:\n - when: ansible_os_family == \"Debian\" and ansible_pkg_mgr == \"apt\"\n block:\n - name: Add Kubernetes APT GPG key\n apt_key:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1582,
"all_permissive": false
} |
ansible_role | 3ch01c/ansible | 078f6a5ed6b39b60309db83df83edce4f96643ad | 0 | roles/nvidia-gpu-operator | 7,938 | [
"no_license"
] | [
{
"path": "roles/nvidia-gpu-operator/tasks/main.yml",
"content": "---\n- name: Run preinstall tasks\n include_tasks: preinstall.yml\n tags:\n - nvidia-gpu-operator\n\n- name: Add Helm repository\n command: \"helm repo add nvidia https://nvidia.github.io/gpu-operator\"\n tags:\n - nvidia-gpu-operat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2566,
"all_permissive": false
} |
ansible_role | aws-samples/aws-edge-native-nomad | ba3b0c732a5af86b7d85e578a5bb3bad4f9183fd | 10 | nomad-client/roles/credential-process | 7,938 | [
"no_license"
] | [
{
"path": "nomad-client/roles/credential-process/tasks/main.yml",
"content": "---\n- name: Create directory if it does not exist\n ansible.builtin.file:\n path: /root/aws\n state: directory\n mode: '0755'\n- name: Upload signing helper bin\n ansible.builtin.copy:\n src: files/credential-proces... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1005,
"all_permissive": false
} |
ansible_role | aws-samples/aws-edge-native-nomad | ba3b0c732a5af86b7d85e578a5bb3bad4f9183fd | 10 | nomad-client/roles/docker | 7,938 | [
"no_license"
] | [
{
"path": "nomad-client/roles/docker/tasks/main.yml",
"content": "---\n- include: roles/docker/tasks/docker_debian.yml\n name: Docker debian switch\n when: ansible_distribution == 'Debian'\n tags: package\n- include: roles/docker/tasks/docker_ubuntu.yml\n name: Docker ubuntu switch\n when: ansible_dist... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 858,
"all_permissive": false
} |
ansible_role | aws-samples/aws-edge-native-nomad | ba3b0c732a5af86b7d85e578a5bb3bad4f9183fd | 10 | nomad-client/roles/init | 7,938 | [
"no_license"
] | [
{
"path": "nomad-client/roles/init/tasks/debian_init.yml",
"content": "---\n- name: Update repositories cache and install package\n become: true\n ansible.builtin.apt:\n pkg:\n - unzip\n - python3-pip\n state: latest\n update_cache: yes",
"license_type": "no_license",
"detected_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | aws-samples/aws-edge-native-nomad | ba3b0c732a5af86b7d85e578a5bb3bad4f9183fd | 10 | nomad-client/roles/nomad | 7,938 | [
"no_license"
] | [
{
"path": "nomad-client/roles/nomad/tasks/ecr_login_debian.yml",
"content": "---\n- name: Install docker credential helper for ECR via apt\n apt:\n name: amazon-ecr-credential-helper\n state: latest\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6834,
"all_permissive": false
} |
ansible_role | jhagdu/ansible-loadbalancer | a777646a27101dea9217d0575d20b2aff4c7ecbc | 0 | roles/aws | 7,938 | [
"no_license"
] | [
{
"path": "roles/aws/tasks/main.yml",
"content": "- name: Creating Key-Pair\n ec2_key:\n name: webenvkey\n state: present\n register: webkp\n notify: Save Key PEM File\n\n- name: Create a security group for Webserver Instances\n ec2_group:\n name: websg\n description: Security Group for EC2 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3632,
"all_permissive": false
} |
ansible_role | jhagdu/ansible-loadbalancer | a777646a27101dea9217d0575d20b2aff4c7ecbc | 0 | roles/loadbalancer | 7,938 | [
"no_license"
] | [
{
"path": "roles/loadbalancer/README.md",
"content": "LoadBalancer\n============\n\nAnsible Role to configure HAProxy LoadBalancer\n\nRequirements\n------------\n\nNo Such Requirements\n\nRole Variables\n--------------\n\nNo Variables Included\n\nDependencies\n------------\n\nNo Dependencies on other roles ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 889,
"all_permissive": false
} |
ansible_role | jhagdu/ansible-loadbalancer | a777646a27101dea9217d0575d20b2aff4c7ecbc | 0 | roles/webserver | 7,938 | [
"no_license"
] | [
{
"path": "roles/webserver/README.md",
"content": "WebServer\n=========\n\nAnsible Role to configure Apache HTTPD Webserver\n\nRequirements\n------------\n\nNo Such Requirements\n\nRole Variables\n--------------\n\nNo Variables Included\n\nDependencies\n------------\n\nNo Dependencies on other roles or coll... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1390,
"all_permissive": false
} |
ansible_role | endthestart/anderbooks | e395041a48a2c972aaf6d58b7603632073cbc26d | 0 | roles/ansible | 7,938 | [
"no_license"
] | [
{
"path": "roles/ansible/tasks/main.yml",
"content": "# 2. Configure /etc/hosts\n# 3. Configure ssh keys\n---\n\n# -----\n# Dependencies\n# -----\n\n#dependencies:\n# - { role: base }\n\n# -----\n# Prerequisites\n# -----\n\n- name: Unsupported package manager\n fail: msg='This playbook requites either yum... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1146,
"all_permissive": false
} |
ansible_role | endthestart/anderbooks | e395041a48a2c972aaf6d58b7603632073cbc26d | 0 | roles/base | 7,938 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: Ensure bash, OpenSSL, and libssl are the latest versions\n apt:\n name: \"{{ item }}\"\n update_cache: \"{{ update_apt_cache }}\"\n state: latest\n with_items:\n - bash\n - openssl\n - libssl-dev\n - libssl-doc\n tags: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 972,
"all_permissive": false
} |
ansible_role | endthestart/anderbooks | e395041a48a2c972aaf6d58b7603632073cbc26d | 0 | roles/newrelic | 7,938 | [
"no_license"
] | [
{
"path": "roles/newrelic/tasks/main.yml",
"content": "---\n- name: Ensure newrelic directory exists\n apt:\n name: \"{{ item }}\"\n update_cache: \"{{ update_apt_cache }}\"\n state: latest\n with_items:\n - bash\n - openssl\n - libssl-dev\n - libssl-doc\n tags: packages\n\n- name: C... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 414,
"all_permissive": false
} |
ansible_role | endthestart/anderbooks | e395041a48a2c972aaf6d58b7603632073cbc26d | 0 | roles/rabbitmq | 7,938 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "---\n- name: Install depending for rabbitmq\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - erlang-nox\n\n- name: Install rabbitmq-server\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - rabbitmq-se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 972,
"all_permissive": false
} |
ansible_role | endthestart/anderbooks | e395041a48a2c972aaf6d58b7603632073cbc26d | 0 | roles/redis | 7,938 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n- name: Install Redis\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - redis-server\n\n- name: Ensure Redis has selected state and enabled on boot.\n service:\n name: \"redis-server\"\n state: \"started\"\n enabled... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | endthestart/anderbooks | e395041a48a2c972aaf6d58b7603632073cbc26d | 0 | roles/sensu | 7,938 | [
"no_license"
] | [
{
"path": "roles/sensu/tasks/main.yml",
"content": "---\n- name: Create Sensu vhost in RabbitMQ\n rabbitmq_vhost:\n name: /sensu\n state: present\n when: sensu_server == 'true'\n\n- name: Create Sensu user in RabbitMQ\n rabbitmq_user:\n user: \"{{ sensu_user }}\"\n password: \"{{ <PASSWORD> }... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2946,
"all_permissive": false
} |
ansible_role | endthestart/anderbooks | e395041a48a2c972aaf6d58b7603632073cbc26d | 0 | roles/web | 7,938 | [
"no_license"
] | [
{
"path": "roles/web/templates/nginx_site_config.j2",
"content": "upstream wsgi_server {\n server unix:{{ project_path }}/run/gunicorn.sock fail_timeout=0;\n}\n\nserver {\n listen 80;\n server_name {{ nginx_server_name }};\n return 301 http://www.{{ nginx_server_name }}$request_uri;\n}\n\n\nserv... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6074,
"all_permissive": false
} |
ansible_role | sezerkahraman/flaskappwithvagrant | 908b437ee1405fd6ff0ab9acc2606a1b1629f4de | 0 | provisioners/roles/common | 7,938 | [
"no_license"
] | [
{
"path": "provisioners/roles/common/vars/main.yml",
"content": "# vars dosyası altında kullancağımız değişkenlerin tanımını yaparız\n\n#proje_ismi\nproject_name: flask-app\n\n#proje için home dizini\nhome_path: /{{user_name}}\n\n#projenin sistemi kurulacağı path bilgisi\nproject_path: \"{{home_path}}/{{pro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 850,
"all_permissive": false
} |
ansible_role | sezerkahraman/flaskappwithvagrant | 908b437ee1405fd6ff0ab9acc2606a1b1629f4de | 0 | provisioners/roles/gunicorn | 7,938 | [
"no_license"
] | [
{
"path": "provisioners/roles/gunicorn/tasks/main.yml",
"content": "---\n\n- name: Install Supervisor\n apt:\n name:\n - supervisor\n state: present\n\n- name: Create the gunicorn config directory #Gunicorn config dosyası oluşturuyoruz\n file:\n path: /etc/gunicorn #dosyanın oluşturulacağı p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1352,
"all_permissive": false
} |
ansible_role | sezerkahraman/flaskappwithvagrant | 908b437ee1405fd6ff0ab9acc2606a1b1629f4de | 0 | provisioners/roles/nginx | 7,938 | [
"no_license"
] | [
{
"path": "provisioners/roles/nginx/tasks/main.yml",
"content": "---\n\n- name: Install Nginx\n apt:\n name:\n - nginx\n state: present\n\n- name: Create the Nginx configuration file for SSL # SSL için nginx yapılandırma dosyasını oluşturuyoruz\n template:\n src: ../templates/site_ssl.conf.j2 #... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2132,
"all_permissive": false
} |
ansible_role | RehabAbdelWahab/ELK-with-Ansible-and-Docker | 0fc89b48a11ad4bc5a9d60c7a8d666b6a9714ce7 | 1 | roles/elasticsearch | 7,938 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "- name: Create elastic search volume\n docker_volume:\n name: esdata\n driver: local\n\n- name: Start elastic search container\n docker_container:\n name: \"{{ elasticsearch_hostname }}\"\n image: \"{{ elasticsearch_image }}\"\n en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1032,
"all_permissive": false
} |
ansible_role | RehabAbdelWahab/ELK-with-Ansible-and-Docker | 0fc89b48a11ad4bc5a9d60c7a8d666b6a9714ce7 | 1 | roles/kibana | 7,938 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "- name: Start kibana container\n docker_container:\n name: \"{{ kibana_hostname }}\"\n image: \"{{ kibana_image }}\"\n env:\n servername: \"{{ server_name }}\"\n ELASTICSEARCH_HOSTS: \"http://{{ elasticsearch_hostname }}:9200\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | RehabAbdelWahab/ELK-with-Ansible-and-Docker | 0fc89b48a11ad4bc5a9d60c7a8d666b6a9714ce7 | 1 | roles/nginx | 7,938 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf",
"content": "http {\n server {\n # Hide nginx version information.\n server_tokens off;\n\n listen 80;\n root /usr/share/nginx/html;\n include /etc/nginx/mime.types;\n\n location / {\n try_files $uri $ur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1095,
"all_permissive": false
} |
ansible_role | gaeriss/mergin-maps | 5fe6e4c62ee347294141ea20694c767458019b32 | 0 | roles/base | 7,938 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: create mergin user\n become: true\n user:\n name: mergin\n\n- name: add python PPA\n become: true\n command:\n cmd: add-apt-repository ppa:deadsnakes/ppa\n\n- name: Install dependancies\n become: true\n package:\n name: \"{{ item }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 512,
"all_permissive": false
} |
ansible_role | gaeriss/mergin-maps | 5fe6e4c62ee347294141ea20694c767458019b32 | 0 | roles/celery | 7,938 | [
"no_license"
] | [
{
"path": "roles/celery/handlers/main.yaml",
"content": "- name: Daemon reload\n become: true\n systemd_service:\n daemon_reload: true\n\n- name: celery restart\n become: true\n service:\n name: \"{{ item }}\"\n state: restarted\n loop:\n - celery\n - celerybeat\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 782,
"all_permissive": false
} |
ansible_role | gaeriss/mergin-maps | 5fe6e4c62ee347294141ea20694c767458019b32 | 0 | roles/gunicorn | 7,938 | [
"no_license"
] | [
{
"path": "roles/gunicorn/tasks/main.yaml",
"content": "- name: create /etc/conf.d/\n become: true\n file:\n path: /etc/conf.d/\n state: directory\n\n- name: gunicorn configuration\n become: true\n copy:\n src: gunicorn.conf\n dest: /etc/conf.d/gunicorn\n\n- name: gunicorn service\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | gaeriss/mergin-maps | 5fe6e4c62ee347294141ea20694c767458019b32 | 0 | roles/mergin_maps | 7,938 | [
"no_license"
] | [
{
"path": "roles/mergin_maps/meta/main.yaml",
"content": "dependencies:\n - base\n - postgresql\n - celery\n - gunicorn\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/mergin_maps/tasks/main.yaml",
"content": "- name: Clone mergin m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 867,
"all_permissive": false
} |
ansible_role | gaeriss/mergin-maps | 5fe6e4c62ee347294141ea20694c767458019b32 | 0 | roles/postgresql | 7,938 | [
"no_license"
] | [
{
"path": "roles/postgresql/handlers/main.yaml",
"content": "- name: Daemon reload\n systemd_service:\n daemon_reload: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/postgresql/tasks/main.yaml",
"content": "- name: install pos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 638,
"all_permissive": false
} |
ansible_role | gaeriss/mergin-maps | 5fe6e4c62ee347294141ea20694c767458019b32 | 0 | roles/redis | 7,938 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yaml",
"content": "- name: install redis\n become: true\n package:\n name: redis\n state: present\n\n- name: start redis\n become: true\n service:\n name: redis\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | ejson03/bigchaindb-network-setup | 1f5e8a7437e911b3eaef16b20b959fe5cb2d7ba7 | 0 | configuration/roles/bigchaindb | 7,938 | [
"no_license"
] | [
{
"path": "configuration/roles/bigchaindb/tasks/start.yml",
"content": "# Copyright © 2020 Interplanetary Database Association e.V.,\n# BigchainDB and IPDB software contributors.\n# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)\n# Code is Apache-2.0 and docs are CC-BY-4.0\n\n---\n- name: Building Bigc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1720,
"all_permissive": false
} |
ansible_role | ejson03/bigchaindb-network-setup | 1f5e8a7437e911b3eaef16b20b959fe5cb2d7ba7 | 0 | configuration/roles/git | 7,938 | [
"no_license"
] | [
{
"path": "configuration/roles/git/tasks/main.yml",
"content": "---\r\n- name: Instal bigchaindb repo\r\n git:\r\n repo: \"{{ repo_name }}\"\r\n dest: /usr/app",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "configuration/roles/git/defaults/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | ejson03/bigchaindb-network-setup | 1f5e8a7437e911b3eaef16b20b959fe5cb2d7ba7 | 0 | configuration/roles/mongodb | 7,938 | [
"no_license"
] | [
{
"path": "configuration/roles/mongodb/tasks/start.yml",
"content": "\n---\n- name: Running MongoDB Docker\n docker_container:\n name: \"{{ mongodb_docker_name }}{{ item }}\"\n hostname: \"{{ mongodb_docker_name }}{{ item }}\"\n image: \"mongo:{{ mongo_version }}\"\n detach: true\n network_m... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1604,
"all_permissive": false
} |
ansible_role | ejson03/bigchaindb-network-setup | 1f5e8a7437e911b3eaef16b20b959fe5cb2d7ba7 | 0 | configuration/roles/tendermint | 7,938 | [
"no_license"
] | [
{
"path": "configuration/roles/tendermint/tasks/start.yml",
"content": "\n---\n- name: Building Tendermint Docker\n docker_image:\n name: \"{{ tendermint_image_name }}\"\n state: present\n tag: \"{{tendermint_image_tag }}\"\n source: build\n build:\n dockerfile: Dockerfile\n path: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2359,
"all_permissive": false
} |
ansible_role | sherwinwangs/devops | 2e80ee27f5ed74025c8e02f0a5786826e404e472 | 0 | ansible/playbook/roles/common | 7,938 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/common/tasks/main.yml",
"content": "---\n# file: roles/common/tasks/main.yml\n\n- name: rmdir /etc/yum.repos.d\n file: dest=/etc/yum.repos.d state=absent\n- name: mkdir /etc/yum.repos.d\n file: dest=/etc/yum.repos.d state=directory owner=root group=root mode=0755\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 685,
"all_permissive": false
} |
ansible_role | sherwinwangs/devops | 2e80ee27f5ed74025c8e02f0a5786826e404e472 | 0 | ansible/playbook/roles/jdk | 7,938 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/jdk/tasks/main.yml",
"content": "---\n- name: Extract java7\n unarchive: src=files/jdk17.zip dest=/usr/local/ copy=yes\n- name: config profile\n copy: src=files/profile dest=/etc/profile owner=root group=root mode=0644\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2764,
"all_permissive": false
} |
ansible_role | sherwinwangs/devops | 2e80ee27f5ed74025c8e02f0a5786826e404e472 | 0 | ansible/playbook/roles/lvs | 7,938 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/lvs/templates/keepalived.conf.j2",
"content": "# {{ ansible_managed }}\n! Configuration File for keepalived\n\nglobal_defs {\n notification_email {\n <EMAIL>\n <EMAIL>\n <EMAIL>\n }\n notification_email_from <EMAIL>\n smtp_server 127.0.0.1\n smtp_conne... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4284,
"all_permissive": false
} |
ansible_role | sherwinwangs/devops | 2e80ee27f5ed74025c8e02f0a5786826e404e472 | 0 | ansible/playbook/roles/nginx | 7,938 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/nginx/tasks/vip.yml",
"content": "- name: Configure vip\n template: src={{ item.src }} dest={{ item.dest }}\n with_items:\n - { src: \"ifcfg-eth0:0.j2\", dest: \"/etc/sysconfig/network-scripts/ifcfg-eth0:0\"}\n - { src: \"ifcfg-eth0:1.j2\", dest: \"/etc/sysconfig/ne... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8733,
"all_permissive": false
} |
ansible_role | sherwinwangs/devops | 2e80ee27f5ed74025c8e02f0a5786826e404e472 | 0 | ansible/playbook/roles/nginx_delete | 7,938 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/nginx_delete/README.md",
"content": "DELETE NGINX\n-----------------------------------------------------------------------------\n\n\n### Initial Site Setup\n\nFirst we configure the entire stack by listing our hosts in the 'hosts'\ninventory file, grouped by their purpose:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2621,
"all_permissive": false
} |
ansible_role | ErnstHaagsman/blackjack-django | 423ab00d330e6cd41de7cebce0824eaefe32d6c0 | 0 | roles/base | 7,938 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: Install Python 3 and pip\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - python3\n - python3-dev\n - python3-pip\n - libpq-dev\n\n\n- name: Update pip and virtualenv\n pip:\n name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | clustership/openshift-baremetal-on-virt | 928fdd933d0fdedb014bb65bbbae138c99a6ad4d | 0 | roles/dnsmasq-for-ocp | 7,938 | [
"no_license"
] | [
{
"path": "roles/dnsmasq-for-ocp/tasks/main.yml",
"content": "---\n# tasks file for system-initial-setup\n\n- include_tasks: install-packages.yml\n tags:\n - dnsmasq\n\n- include_tasks: configure-dnsmasq.yml\n tags:\n - dnsmasq\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2047,
"all_permissive": false
} |
ansible_role | clustership/openshift-baremetal-on-virt | 928fdd933d0fdedb014bb65bbbae138c99a6ad4d | 0 | roles/ocp4_baremetalhost_kvm | 7,938 | [
"no_license"
] | [
{
"path": "roles/ocp4_baremetalhost_kvm/vars/main.yml",
"content": "---\n# vars file for ocp4_baremetalhost_kvm",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/ocp4_baremetalhost_kvm/tasks/generate_bmh.yaml",
"content": "# ---\n# tasks fi... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3345,
"all_permissive": false
} |
ansible_role | clustership/openshift-baremetal-on-virt | 928fdd933d0fdedb014bb65bbbae138c99a6ad4d | 0 | roles/ocp4_bm_kvm_provisionining | 7,938 | [
"no_license"
] | [
{
"path": "roles/ocp4_bm_kvm_provisionining/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ocp4_bm_kvm_provisionining",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/ocp4_bm_kvm_provisionining/templ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6351,
"all_permissive": false
} |
ansible_role | clustership/openshift-baremetal-on-virt | 928fdd933d0fdedb014bb65bbbae138c99a6ad4d | 0 | roles/sushy-tools | 7,938 | [
"no_license"
] | [
{
"path": "roles/sushy-tools/tasks/configure.yml",
"content": "---\n# tasks file for system-initial-setup\n\n- name: Create /etc/sushy directory\n ansible.builtin.file:\n path: /etc/sushy\n state: directory\n mode: '0755'\n tags:\n - sushy-tools\n\n- ansible.builtin.include: setup-certs.yaml\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4689,
"all_permissive": false
} |
ansible_role | clustership/openshift-baremetal-on-virt | 928fdd933d0fdedb014bb65bbbae138c99a6ad4d | 0 | roles/system-initial-setup | 7,938 | [
"no_license"
] | [
{
"path": "roles/system-initial-setup/defaults/main.yml",
"content": "---\n# defaults file for system-initial-setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/system-initial-setup/vars/main.yml",
"content": "---\n# vars file for sy... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1490,
"all_permissive": false
} |
ansible_role | martydingo/ansible-create-tls-esxi | f63f44e81c052b0d6a7d18b0d82acd150f0b7bc8 | 0 | roles/dingo.esxi_tls | 7,938 | [
"no_license"
] | [
{
"path": "roles/dingo.esxi_tls/vars/main.yml",
"content": "---\n# vars file for dingo.esxi_tls\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/dingo.esxi_tls/handlers/main.yml",
"content": "---\n# handlers file for dingo.esxi_tls\n",
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3607,
"all_permissive": false
} |
ansible_role | LaurinStreng/proper_pull_lab | 59ed560300373c617992fa082e54fb1d645dff40 | 1 | ansible/roles/adguard | 7,938 | [
"no_license"
] | [
{
"path": "ansible/roles/adguard/tasks/main.yml",
"content": "---\n# TODO Add logic to check if AdGuardHome is already installed\n- name: Download AdGuardHome install script\n ansible.builtin.get_url:\n url: \"https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh\"\n des... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | LaurinStreng/proper_pull_lab | 59ed560300373c617992fa082e54fb1d645dff40 | 1 | ansible/roles/nut | 7,938 | [
"no_license"
] | [
{
"path": "ansible/roles/nut/handlers/main.yml",
"content": "---\r\n- name: Restart nut\r\n ansible.builtin.service:\r\n name: \"{{ item }}\"\r\n state: restarted\r\n with_items: \"{{ nut_services }}\"\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1032,
"all_permissive": false
} |
ansible_role | LaurinStreng/proper_pull_lab | 59ed560300373c617992fa082e54fb1d645dff40 | 1 | ansible/roles/unanted_upgrades | 7,938 | [
"no_license"
] | [
{
"path": "ansible/roles/unanted_upgrades/tasks/main.yml",
"content": "---\n- name: \"Install unattended-upgrades\"\n ansible.builtin.apt:\n pkg: \"unattended-upgrades\"\n state: \"present\"\n\n- name: \"Ensure APT periodic updates are configured\"\n ansible.builtin.copy:\n dest: /etc/apt/apt.con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | pyeye/md-infrastructure | f9c403cb4c02c95193dd03875a42884d6db0165d | 0 | Ansible/roles/base | 7,941 | [
"no_license"
] | [
{
"path": "Ansible/roles/base/tasks/docker.yml",
"content": "---\n- name: pip | install | docker-py\n pip: name=docker-py state=latest\n tags:\n - install_docker\n - base\n\n- name: repository key | add | Docker \n apt_key: keyserver=hkp://p80.pool.sks-keyservers.net:80 id=58118E89F3A912897C070ADBF... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2761,
"all_permissive": false
} |
ansible_role | pyeye/md-infrastructure | f9c403cb4c02c95193dd03875a42884d6db0165d | 0 | Ansible/roles/digitalocean | 7,941 | [
"no_license"
] | [
{
"path": "Ansible/roles/digitalocean/tasks/main.yml",
"content": "---\n#Add file2ban, logwatch, logstash?\n- name: apt | install | ntp and ufw\n apt: name={{ item }} update_cache=yes state=latest\n with_items:\n - ntp\n - ufw\n\n\n- name: group | exists | wheel\n group:\n name: wheel\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1024,
"all_permissive": false
} |
ansible_role | pyeye/md-infrastructure | f9c403cb4c02c95193dd03875a42884d6db0165d | 0 | Ansible/roles/django | 7,941 | [
"no_license"
] | [
{
"path": "Ansible/roles/django/tasks/main.yml",
"content": "- name: docker | container | django\n docker_container:\n name: django\n image: pyeye/md-django:latest\n pull: true\n state: started\n restart: yes\n restart_policy: always\n command: \"gunicorn core.wsgi:application -w 3 -b ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1034,
"all_permissive": false
} |
ansible_role | pyeye/md-infrastructure | f9c403cb4c02c95193dd03875a42884d6db0165d | 0 | Ansible/roles/nginx | 7,941 | [
"no_license"
] | [
{
"path": "Ansible/roles/nginx/tasks/main.yml",
"content": "- name: docker | container | nginx\n docker_container:\n name: nginx\n image: pyeye/md-nginx-amplify:latest\n pull: true\n state: started\n restart: yes\n restart_policy: always\n networks:\n - name: maddog\n ports:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | pyeye/md-infrastructure | f9c403cb4c02c95193dd03875a42884d6db0165d | 0 | Ansible/roles/postgres | 7,941 | [
"no_license"
] | [
{
"path": "Ansible/roles/postgres/tasks/main.yml",
"content": "- name: docker| volume | exists\n command: docker volume inspect pgdata\n register: volume_exists\n failed_when: false\n\n- name: docker| volume | create\n command: docker volume create --name pgdata\n when: volume_exists|failed\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | pyeye/md-infrastructure | f9c403cb4c02c95193dd03875a42884d6db0165d | 0 | Ansible/roles/redis | 7,941 | [
"no_license"
] | [
{
"path": "Ansible/roles/redis/tasks/main.yml",
"content": "- name: docker| redis volume | exists\n command: docker volume inspect redisdata\n register: redis_volume_exists\n failed_when: false\n\n- name: docker| redis volume | create\n command: docker volume create --name redisdata\n when: redis_volum... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | rnitame/birgrantfile | c6b8cff839bf229edf81d0453d59981985018945 | 1 | provisioning/roles/dotfiles | 7,941 | [
"no_license"
] | [
{
"path": "provisioning/roles/dotfiles/tasks/main.yml",
"content": "- name: Checkout my dotfiles\n git: \n repo: https://github.com/rnitame/birdots.git\n dest: /home/vagrant/birdots\n\n- name: install dotfiles\n shell: cd /home/vagrant/birdots && /bin/bash ./land.sh\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | rnitame/birgrantfile | c6b8cff839bf229edf81d0453d59981985018945 | 1 | provisioning/roles/golang | 7,941 | [
"no_license"
] | [
{
"path": "provisioning/roles/golang/tasks/main.yml",
"content": "---\n- name: enable add golang repository\n shell: add-apt-repository ppa:longsleep/golang-backports\n become: yes\n\n- name: install golang\n apt: pkg=golang-go state=present\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | rnitame/birgrantfile | c6b8cff839bf229edf81d0453d59981985018945 | 1 | provisioning/roles/java | 7,941 | [
"no_license"
] | [
{
"path": "provisioning/roles/java/tasks/main.yml",
"content": "---\n- name: install java packages\n apt: pkg={{ item }} state=present\n with_items:\n - openjdk-8-jdk\n - openjdk-8-doc\n - openjdk-8-jre\n - openjdk-8-jre-headless\n\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | rnitame/birgrantfile | c6b8cff839bf229edf81d0453d59981985018945 | 1 | provisioning/roles/mysql | 7,941 | [
"no_license"
] | [
{
"path": "provisioning/roles/mysql/tasks/main.yml",
"content": "---\n- name: install mysql server \n apt: pkg={{ item }} state=present\n with_items:\n - mysql-client\n - mysql-server\n\n- name: start mysql\n service: name=mysql state=started enabled=true\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | rnitame/birgrantfile | c6b8cff839bf229edf81d0453d59981985018945 | 1 | provisioning/roles/nginx | 7,941 | [
"no_license"
] | [
{
"path": "provisioning/roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx \n apt: pkg=nginx state=present\n\n- name: start nginx\n service: name=nginx state=started enabled=true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 128,
"all_permissive": false
} |
ansible_role | rnitame/birgrantfile | c6b8cff839bf229edf81d0453d59981985018945 | 1 | provisioning/roles/nodejs | 7,941 | [
"no_license"
] | [
{
"path": "provisioning/roles/nodejs/tasks/main.yml",
"content": "---\n- name: enable use nodejs 6\n shell: curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -\n\n- name: install nodejs\n apt: pkg=nodejs state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | rnitame/birgrantfile | c6b8cff839bf229edf81d0453d59981985018945 | 1 | provisioning/roles/php | 7,941 | [
"no_license"
] | [
{
"path": "provisioning/roles/php/tasks/main.yml",
"content": "---\n- name: install php packages\n apt: pkg={{ item }} state=present\n with_items:\n - php7.0\n - php7.0-cgi\n - php7.0-cli\n - php7.0-common\n - php7.0-curl\n - php7.0-json\n - php7.0-ldap\n - php7.0-m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | rnitame/birgrantfile | c6b8cff839bf229edf81d0453d59981985018945 | 1 | provisioning/roles/system | 7,941 | [
"no_license"
] | [
{
"path": "provisioning/roles/system/tasks/main.yml",
"content": "---\n- name: apt-get update before installing\n apt: update_cache=yes\n\n # upgrade する前にインストールする必要あり\n- name: install aptitude\n apt: pkg=aptitude\n\n- name: apt-get upgrade before installing\n apt: upgrade=full\n become: yes\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1146,
"all_permissive": false
} |
ansible_role | jtoppins/beaker-in-a-box | f89652031d306f59a652ccfd8860d620a25028a6 | 0 | roles/libvirt | 7,941 | [
"no_license"
] | [
{
"path": "roles/libvirt/tasks/main.yml",
"content": "---\n- name: ensure libvirt is installed\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - libvirt-daemon-kvm\n - virt-manager\n - libvirt-client\n\n- name: ensure libvirt and virtlogd are enabled/started\n service:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1320,
"all_permissive": false
} |
ansible_role | jtoppins/beaker-in-a-box | f89652031d306f59a652ccfd8860d620a25028a6 | 0 | roles/local | 7,941 | [
"no_license"
] | [
{
"path": "roles/local/tasks/main.yml",
"content": "---\n- name: ensure local packages are installed for the playbook\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - libselinux-python\n - python-lxml\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": 174,
"all_permissive": false
} |
ansible_role | jtoppins/beaker-in-a-box | f89652031d306f59a652ccfd8860d620a25028a6 | 0 | roles/serverlc | 7,941 | [
"no_license"
] | [
{
"path": "roles/serverlc/templates/beaker.ks.j2",
"content": "# Beaker is developed and tested on Red Hat Enterprise Linux 6, but any\n# compatible distro should work as well.\nurl --url={{ netinstall_url }}\n{% for name, url in kickstart_repos.items() %}\nrepo --name={{ name }} --baseurl={{ url }}\n{% end... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3479,
"all_permissive": false
} |
ansible_role | jtoppins/beaker-in-a-box | f89652031d306f59a652ccfd8860d620a25028a6 | 0 | roles/test-systems | 7,941 | [
"no_license"
] | [
{
"path": "roles/test-systems/templates/domain.xml.j2",
"content": "<domain type='kvm'>\n <name>{{ item.name }}</name>\n <memory unit='KiB'>2097152</memory>\n <vcpu>{{ item.cpu }}</vcpu>\n <os>\n <type arch='x86_64'>hvm</type>\n <boot dev='network'/>\n <boot dev='hd'/>\n <bootmenu enable='no... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1940,
"all_permissive": false
} |
ansible_role | jtoppins/beaker-in-a-box | f89652031d306f59a652ccfd8860d620a25028a6 | 0 | roles/tests | 7,941 | [
"no_license"
] | [
{
"path": "roles/tests/tasks/main.yml",
"content": "---\n- name: check if HTTP server is alive\n uri:\n url: \"http://{{ network.hosts[0].name }}/bkr\"\n method: GET\n status_code: 200\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | falconcr/terraform-workshop | 2bb01f15f8f56ad34e29b35053b4e84464a1e0c9 | 0 | lab8/roles/nginx | 7,941 | [
"no_license"
] | [
{
"path": "lab8/roles/nginx/templates/nginx.conf.j2",
"content": "user www-data;\nworker_processes auto;\npid /run/nginx.pid;\n\nevents {\n worker_connections 768;\n}\n\nhttp {\n server {\n listen 80;\n server_name {{ nginx_server_name }};\n \n location / {\n roo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1857,
"all_permissive": false
} |
ansible_role | The-Last-Name/easyk8s | 5071e6fb36c893a1131f5dab8b469623460d21e7 | 3 | roles/Addon | 7,941 | [
"no_license"
] | [
{
"path": "roles/Addon/templates/scp_addon_kubeadm_join.sh.j2",
"content": "#!/bin/bash\n# Time:2020.7.16\n# BY: The <NAME>\naddon_host_ip=`echo {{ addon_host_ip }} | sed 's/\\[//g' | sed 's/\\]//g' | sed 's/,//g'`\nfor ip in $addon_host_ip;\ndo\n if [[ $ip != \"{{ ansible_default_ipv4.address }}\" ]];\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2473,
"all_permissive": false
} |
ansible_role | The-Last-Name/easyk8s | 5071e6fb36c893a1131f5dab8b469623460d21e7 | 3 | roles/Install_Base | 7,941 | [
"no_license"
] | [
{
"path": "roles/Install_Base/tasks/main.yml",
"content": "- name: Yum Instll Base\n yum:\n name: \"{{item}}\"\n disable_gpg_check: yes\n loop:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n - docker-ce\n - nfs-utils\n - telnet\n - net-tools\n - bash-completion\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5235,
"all_permissive": false
} |
ansible_role | The-Last-Name/easyk8s | 5071e6fb36c893a1131f5dab8b469623460d21e7 | 3 | roles/Kubeadm_Init | 7,941 | [
"no_license"
] | [
{
"path": "roles/Kubeadm_Init/templates/copy_kubeadm_join.sh.j2",
"content": "#!/bin/bash\n# Time: 2020.7.3\n# BY: The <NAME>\nall_host_ip=`echo {{ all_host_ip }} | sed 's/\\[//g' | sed 's/\\]//g' | sed 's/,//g'`\nfor ip in $all_host_ip;\ndo\n if [[ $ip != \"{{ ansible_default_ipv4.address }}\" ]];\n then... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7231,
"all_permissive": false
} |
ansible_role | The-Last-Name/easyk8s | 5071e6fb36c893a1131f5dab8b469623460d21e7 | 3 | roles/Node_Join | 7,941 | [
"no_license"
] | [
{
"path": "roles/Node_Join/tasks/main.yaml",
"content": "- name: kubeadm reset (1/3)\n shell:\n ls /etc/kubernetes/pki\n ignore_errors: True\n register: result\n \n- name: kubeadm reset (2/3)\n copy:\n src: ../files/kubeadm_reset.sh\n mode: 0755\n dest: /tmp/kubeadm_reset.sh\n \n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1243,
"all_permissive": false
} |
ansible_role | The-Last-Name/easyk8s | 5071e6fb36c893a1131f5dab8b469623460d21e7 | 3 | roles/Set_Base | 7,941 | [
"no_license"
] | [
{
"path": "roles/Set_Base/templates/copy_yum.sh.j2",
"content": "#!/bin/bash\nmaster_host_ip=`echo {{ all_host_ip }} | sed 's/\\[//g' | sed 's/\\]//g' | sed 's/,//g'`\nnode_host_ip=`echo {{ node_host_ip }} | sed 's/\\[//g' | sed 's/\\]//g' | sed 's/,//g'`\nfor ip in $master_host_ip $node_host_ip;\ndo\n if ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5070,
"all_permissive": false
} |
ansible_role | The-Last-Name/easyk8s | 5071e6fb36c893a1131f5dab8b469623460d21e7 | 3 | roles/keepalived | 7,941 | [
"no_license"
] | [
{
"path": "roles/keepalived/tasks/main.yml",
"content": "- name: Keepalived install\n yum:\n name: keepalived\n when:\n - HA == \"yes\"\n \n- name: if_net_name (1/2)\n template:\n src: net_name.sh.j2\n dest: /tmp/net_name.sh\n when:\n - HA == \"yes\"\n \n- name: if_net_name (2/2)\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1771,
"all_permissive": false
} |
ansible_role | areyro/ansible_tutorial | de27b1952c03138ea72e51ce9fe899fde5fb96ff | 0 | roles/base | 7,941 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key to simone\n authorized_key:\n user: simone\n key: \"<KEY>\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 81,
"all_permissive": false
} |
ansible_role | areyro/ansible_tutorial | de27b1952c03138ea72e51ce9fe899fde5fb96ff | 0 | roles/web_servers | 7,941 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main_v1.yml",
"content": "- name: install apache and php for Ubuntu servers\n tags: apache,apache2,ubuntu\n apt:\n name: \n - apache2\n - libapache2-mod-php\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n# ---- TASKS FOR CENTOS\n- name: i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1141,
"all_permissive": false
} |
ansible_role | areyro/ansible_tutorial | de27b1952c03138ea72e51ce9fe899fde5fb96ff | 0 | roles/workstations | 7,941 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/0.13.5/terraform_0.13.5_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | wikitops/ansible_ssh | 77c81da11f3d54dd19683962bd3b5761aa2bdd82 | 0 | roles/ssh | 7,941 | [
"no_license"
] | [
{
"path": "roles/ssh/handlers/main.yml",
"content": "---\n\n- name: Reload ssh\n systemd:\n name: ssh\n state: reloaded\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n\n- name: SSH | Update ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2507,
"all_permissive": false
} |
ansible_role | monickemontenegro/ansible-examplos | 3b5ec1e407e4b77042630cfaa453718cf76e168b | 0 | create-aws-instance/roles/create | 7,941 | [
"no_license"
] | [
{
"path": "create-aws-instance/roles/create/tasks/provisioning.yml",
"content": "- name: Novo grupo de segurança\n local_action:\n module: ec2_group\n name: \"{{ security_group }}\"\n description: guga_sg\n region: \"{{ region }}\"\n rules:\n - proto: tcp\n from_port: 22\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 695,
"all_permissive": false
} |
ansible_role | johnokwajebi/udacity-project3 | 577d9e2f8c7140e4c98a09bad797d5127da93e55 | 0 | .circleci/ansible/roles/configure-server | 7,941 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name: \"show remote environment\"\n shell: env\n \n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: true\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: true\n\n- name: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | johnokwajebi/udacity-project3 | 577d9e2f8c7140e4c98a09bad797d5127da93e55 | 0 | .circleci/ansible/roles/deploy | 7,941 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: Accept EC2 SSH host keys\n connection: local\n become: false\n shell: |\n ssh-keygen -F {{ inventory_hostname }} ||\n ssh-keyscan -H {{ inventory_hostname }} >> ~/.ssh/known_hosts\n register: known_hosts_script\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 980,
"all_permissive": false
} |
ansible_role | killerwolf/symfony2-sandbox | 5e9dbc315d3be21894271a7bf0868866d1b3dff0 | 0 | ansible/roles/init | 7,940 | [
"no_license"
] | [
{
"path": "ansible/roles/init/tasks/main.yml",
"content": "---\n- name: Update apt\n sudo: yes\n apt: update_cache=yes\n\n- name: add timezone to /etc/timezone\n template: src=timezone dest=/etc/timezone owner=root group=root mode=0644\n when: ansible_date_time.tz != \"CEST\"\n notify: update timezone\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 823,
"all_permissive": false
} |
ansible_role | killerwolf/symfony2-sandbox | 5e9dbc315d3be21894271a7bf0868866d1b3dff0 | 0 | ansible/roles/php | 7,940 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n\n - name: Add php56 Repository\n sudo: yes\n apt_repository: repo='ppa:ondrej/php5-5.6' update_cache=yes\n\n - name: php install\n action: apt name={{ item }} state=latest\n with_items:\n - php5-fpm\n\n - name: php module i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 648,
"all_permissive": false
} |
ansible_role | killerwolf/symfony2-sandbox | 5e9dbc315d3be21894271a7bf0868866d1b3dff0 | 0 | ansible/roles/sf2 | 7,940 | [
"no_license"
] | [
{
"path": "ansible/roles/sf2/tasks/main.yml",
"content": "---\n - name: img vhost setup\n template: src='sf2.conf' dest='/etc/nginx/sites-available/sf2'\n\n - name: img vhost enabled\n file: src=/etc/nginx/sites-available/sf2 dest=/etc/nginx/sites-enabled/sf2 state=link\n notify: restart ngi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 391,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.