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
joeshway/698-final-project
0b1466d9e92ef319b90d2a0aba6fa2e52d42ed2d
0
ansible/roles/docker
7,753
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/user.yml", "content": "---\n- name: Adding user to group docker\n user:\n name: \"{{ student_name }}\"\n group: docker\n append: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "ansible/roles/do...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 267, "all_permissive": false }
ansible_role
joeshway/698-final-project
0b1466d9e92ef319b90d2a0aba6fa2e52d42ed2d
0
ansible/roles/server
7,753
[ "no_license" ]
[ { "path": "ansible/roles/server/vars/main.yml", "content": "---\nserver_image: joeshway/698-final-project\nserver_command: python3 /src/flask_server.py\naws_ip: 192.168.127.12\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "ansible/roles/server/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 722, "all_permissive": false }
ansible_role
pragyasardana/grafana
88eec096d40f11864af61786efa14bde3b111ba1
0
modules/grafana/ansible/roles/grafana
7,753
[ "no_license" ]
[ { "path": "modules/grafana/ansible/roles/grafana/tasks/amazon.yml", "content": "---\n- name: add Grafana Repo\n copy: \n src: grafana.repo\n dest: /etc/yum.repos.d/grafana.repo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "modules/grafa...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2658, "all_permissive": false }
ansible_role
concord/getting-started
0f7d4f6b79b470be7f3e833814836e435e73b3a3
20
ansible/roles/concord-demo
7,753
[ "no_license" ]
[ { "path": "ansible/roles/concord-demo/tasks/main.yml", "content": "---\n\n- name: Install apt tools\n sudo: yes\n apt: state=present name={{item}}\n with_items:\n - apt-transport-https\n - software-properties-common\n\n- name: Register apt repos\n sudo: yes\n apt_repository: repo='{{item}}' updat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4382, "all_permissive": false }
ansible_role
concord/getting-started
0f7d4f6b79b470be7f3e833814836e435e73b3a3
20
ansible/roles/concord-py
7,753
[ "no_license" ]
[ { "path": "ansible/roles/concord-py/vars/main.yml", "content": "---\nconcord_cli_version: 0.2.8\nconcord_py_version: 0.3.5\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "ansible/roles/concord-py/tasks/main.yml", "content": "---\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 677, "all_permissive": false }
ansible_role
concord/getting-started
0f7d4f6b79b470be7f3e833814836e435e73b3a3
20
ansible/roles/concord-ruby
7,753
[ "no_license" ]
[ { "path": "ansible/roles/concord-ruby/tasks/main.yml", "content": "---\n\n- name: uninstall concord ruby2.0 gem\n sudo: yes\n gem:\n state=absent\n name='concord-ruby'\n executable=/usr/bin/gem2.0\n ignore_errors: yes\n\n- name: install concord ruby2.0 gem\n sudo: yes\n gem:\n state=present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 355, "all_permissive": false }
ansible_role
concord/getting-started
0f7d4f6b79b470be7f3e833814836e435e73b3a3
20
ansible/roles/kafka
7,753
[ "no_license" ]
[ { "path": "ansible/roles/kafka/tasks/main.yml", "content": "---\n- name: Add PPA Key\n apt_key: url=http://packages.confluent.io/deb/2.0/archive.key state=present\n sudo: yes\n\n- name: Add PPA\n apt_repository: repo='deb http://packages.confluent.io/deb/2.0 stable main'\n state=present\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1439, "all_permissive": false }
ansible_role
concord/getting-started
0f7d4f6b79b470be7f3e833814836e435e73b3a3
20
ansible/roles/zipkin
7,753
[ "no_license" ]
[ { "path": "ansible/roles/zipkin/tasks/web.yml", "content": "---\n- name: Download zipkin web service\n sudo: yes\n get_url: url={{zipkin_repo}}/io/zipkin/zipkin-web/{{zipkin_version}}/zipkin-web-{{zipkin_version}}-all.jar\n dest=/usr/share/zipkin-web.jar\n\n- name: Copy startup script to /etc/in...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3038, "all_permissive": false }
ansible_role
vihuvac/symfony-boilerplate
6ad8f320ad4b8398ccb9d37adee27cce3694e8ce
1
.ansible/roles/apache
7,753
[ "no_license" ]
[ { "path": ".ansible/roles/apache/templates/000-default.tpl", "content": "<VirtualHost *:80>\n\tServerAdmin {{ server_admin }}\n\tServerName {{ server_name }}\n\tServerAlias www.{{ server_name }}\n\n\tDocumentRoot \"{{ project_root }}\"\n\t<Directory \"{{ project_root }}\">\n\t\tOptions FollowSymLinks\n\t\tD...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1352, "all_permissive": false }
ansible_role
vihuvac/symfony-boilerplate
6ad8f320ad4b8398ccb9d37adee27cce3694e8ce
1
.ansible/roles/init
7,753
[ "no_license" ]
[ { "path": ".ansible/roles/init/tasks/main.yml", "content": "---\n- name: update apt\n become: yes\n apt: update_cache=yes\n\n- name: install system packages\n become: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - curl\n - wget\n - python-software-properties\n\n- name: add ppa reposi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1100, "all_permissive": false }
ansible_role
vihuvac/symfony-boilerplate
6ad8f320ad4b8398ccb9d37adee27cce3694e8ce
1
.ansible/roles/mysql
7,753
[ "no_license" ]
[ { "path": ".ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: install mysql packages\n become: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - mysql-server\n - mysql-client\n - python-mysqldb\n\n- name: update mysql root password for all root accounts\n mysql_user: name=roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 796, "all_permissive": false }
ansible_role
vihuvac/symfony-boilerplate
6ad8f320ad4b8398ccb9d37adee27cce3694e8ce
1
.ansible/roles/php-cli
7,753
[ "no_license" ]
[ { "path": ".ansible/roles/php-cli/tasks/main.yml", "content": "- name: install php{{ php_version }}-cli\n become: yes\n apt: pkg=php{{ php_version }}-cli state=latest\n\n- name: ensure timezone is set in cli php.ini\n lineinfile: dest=/etc/php/{{ php_version }}/cli/php.ini\n regexp=\"date.ti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
vihuvac/symfony-boilerplate
6ad8f320ad4b8398ccb9d37adee27cce3694e8ce
1
.ansible/roles/php-common
7,753
[ "no_license" ]
[ { "path": ".ansible/roles/php-common/tasks/main.yml", "content": "---\n- name: install php packages\n become: yes\n apt: pkg={{ item }} state=latest\n with_items: \"{{ php_packages }}\"\n\n#- name: switch php version from php7.1 to php5.6\n# shell: sudo a2enmod php5.6 && sudo service apache2 restart && ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1197, "all_permissive": false }
ansible_role
vihuvac/symfony-boilerplate
6ad8f320ad4b8398ccb9d37adee27cce3694e8ce
1
.ansible/roles/php-fpm
7,753
[ "no_license" ]
[ { "path": ".ansible/roles/php-fpm/tasks/main.yml", "content": "- name: install php{{ php_version }}-fpm\n become: yes\n apt: pkg=php{{ php_version }}-fpm state=latest\n\n- name: set permissions on socket - owner\n lineinfile: \"dest=/etc/php/{{ php_version }}/fpm/pool.d/www.conf state=present regexp='^;?...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 879, "all_permissive": false }
ansible_role
pataluc/k8s-ansible
b2ad3b36111cdbe9ecc2c82e0d99428c3cc42cd1
0
roles/create-cluster
7,753
[ "no_license" ]
[ { "path": "roles/create-cluster/tasks/main.yml", "content": "---\n- name: Generate kubeadm token\n ansible.builtin.shell: \"kubeadm token generate\"\n register: kubeadm_token\n\n- name: Init Kubernetes cluster\n when: reset_cluster is succeeded\n ansible.builtin.shell: |\n kubeadm init --service-cidr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1624, "all_permissive": false }
ansible_role
pataluc/k8s-ansible
b2ad3b36111cdbe9ecc2c82e0d99428c3cc42cd1
0
roles/deploy-zsh
7,753
[ "no_license" ]
[ { "path": "roles/deploy-zsh/tasks/main.yml", "content": "---\n- name: Install zsh\n ansible.builtin.apt:\n pkg:\n - zsh\n update_cache: yes\n become: true\n\n- name: Get my-conf\n ansible.builtin.git:\n repo: \"{{myConfGitUrl}}\"\n dest: /home/{{ the_user }}/my-conf\n\n- name: Install my...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 793, "all_permissive": false }
ansible_role
pataluc/k8s-ansible
b2ad3b36111cdbe9ecc2c82e0d99428c3cc42cd1
0
roles/install-containerd
7,753
[ "no_license" ]
[ { "path": "roles/install-containerd/tasks/main.yml", "content": "---\n- name: Enable overlay and br_netfilter modules\n copy:\n src: modules-k8s.conf\n dest: /etc/modules-load.d/k8s.conf\n mode: 0644\n\n- name: Probing overlay and br_netfilter modules\n ansible.builtin.command: modprobe overlay &...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 980, "all_permissive": false }
ansible_role
pataluc/k8s-ansible
b2ad3b36111cdbe9ecc2c82e0d99428c3cc42cd1
0
roles/install-kubeadm
7,753
[ "no_license" ]
[ { "path": "roles/install-kubeadm/vars/main.yml", "content": "k8s_url_apt_key: \"https://pkgs.k8s.io/core:/stable:/{{kube_version_minor}}/deb/Release.key\"\nk8s_gpgpath: /usr/share/keyrings/kubernetes-apt-keyring.gpg\nk8s_repository: \"https://pkgs.k8s.io/core:/stable:/{{kube_version_minor}}/deb/\"", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1303, "all_permissive": false }
ansible_role
pataluc/k8s-ansible
b2ad3b36111cdbe9ecc2c82e0d99428c3cc42cd1
0
roles/join-cluster
7,753
[ "no_license" ]
[ { "path": "roles/join-cluster/tasks/main.yml", "content": "---\n- name: Join Kubernetes cluster\n ansible.builtin.shell: |\n kubeadm join --token {{ hostvars[groups['master'][0]]['kubeadm_token'].stdout }} \\\n --cri-socket={{ cri_socket }} \\\n --discovery-token-ca-cert-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": false }
ansible_role
pataluc/k8s-ansible
b2ad3b36111cdbe9ecc2c82e0d99428c3cc42cd1
0
roles/reset-cluster
7,753
[ "no_license" ]
[ { "path": "roles/reset-cluster/tasks/main.yml", "content": "---\n- name: Reset Kubernetes component\n ansible.builtin.shell: \"kubeadm reset --force --cri-socket={{ cri_socket }}\"\n register: reset_cluster\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
pataluc/k8s-ansible
b2ad3b36111cdbe9ecc2c82e0d99428c3cc42cd1
0
roles/upgrade
7,753
[ "no_license" ]
[ { "path": "roles/upgrade/tasks/main.yml", "content": "---\n- name: Apt upgrade\n ansible.builtin.apt:\n update_cache: yes\n upgrade: yes\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
AmirKaseb/DEPI-Graduation-Project-AWS-Architecture
12251e7c4b002fe451c17464415fd2f807411fd7
0
Ansible/roles/aws_cli
7,753
[ "no_license" ]
[ { "path": "Ansible/roles/aws_cli/tasks/main.yml", "content": "- name: Ensure unzip is installed\n ansible.builtin.apt:\n name: unzip\n state: present\n\n- name: Download AWS CLI v2 zip file\n ansible.builtin.get_url:\n url: \"https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\"\n dest: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 954, "all_permissive": false }
ansible_role
AmirKaseb/DEPI-Graduation-Project-AWS-Architecture
12251e7c4b002fe451c17464415fd2f807411fd7
0
Ansible/roles/boto3
7,753
[ "no_license" ]
[ { "path": "Ansible/roles/boto3/tasks/main.yml", "content": "- name: Ensure Python3 is installed\n ansible.builtin.apt:\n name: python3\n state: present\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Ensure pip3 is installed\n ansible.builtin.apt:\n name: python3-pip\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }
ansible_role
AmirKaseb/DEPI-Graduation-Project-AWS-Architecture
12251e7c4b002fe451c17464415fd2f807411fd7
0
Ansible/roles/cloudwatch
7,753
[ "no_license" ]
[ { "path": "Ansible/roles/cloudwatch/tasks/main.yml", "content": "- name: Ensure Docker is running\n ansible.builtin.service:\n name: docker\n state: started\n enabled: true\n\n- name: Ensure the destination directory is empty\n ansible.builtin.file:\n path: /opt/cloudwatch-configs\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1910, "all_permissive": false }
ansible_role
AmirKaseb/DEPI-Graduation-Project-AWS-Architecture
12251e7c4b002fe451c17464415fd2f807411fd7
0
Ansible/roles/docker
7,753
[ "no_license" ]
[ { "path": "Ansible/roles/docker/tasks/main.yml", "content": "- name: Install prerequisite packages\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n when: ansible_distribution == \"Ubuntu\"\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1495, "all_permissive": false }
ansible_role
AmirKaseb/DEPI-Graduation-Project-AWS-Architecture
12251e7c4b002fe451c17464415fd2f807411fd7
0
Ansible/roles/hostname
7,753
[ "no_license" ]
[ { "path": "Ansible/roles/hostname/tasks/main.yml", "content": "- name: Set hostname based on Name tag\n ansible.builtin.hostname:\n name: \"{{ tags.Name }}\"\n when: tags.Name is defined\n\n- name: Ensure hostname is persisted in /etc/hostname\n ansible.builtin.lineinfile:\n path: /etc/hostname\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
AmirKaseb/DEPI-Graduation-Project-AWS-Architecture
12251e7c4b002fe451c17464415fd2f807411fd7
0
Ansible/roles/java
7,753
[ "no_license" ]
[ { "path": "Ansible/roles/java/tasks/main.yml", "content": "- name: Install fontconfig and openjdk-17-jre (Ubuntu)\n ansible.builtin.apt:\n name:\n - fontconfig\n - openjdk-17-jre\n state: present\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Verify Java installation\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 965, "all_permissive": false }
ansible_role
AmirKaseb/DEPI-Graduation-Project-AWS-Architecture
12251e7c4b002fe451c17464415fd2f807411fd7
0
Ansible/roles/jenkins
7,753
[ "no_license" ]
[ { "path": "Ansible/roles/jenkins/tasks/main.yml", "content": "- name: Ensure Docker is running\n ansible.builtin.service:\n name: docker\n state: started\n enabled: true\n\n- name: Pull Jenkins Docker image\n docker_image:\n name: \"{{ jenkins_image }}\"\n source: pull\n\n- name: Create Jen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1449, "all_permissive": false }
ansible_role
AmirKaseb/DEPI-Graduation-Project-AWS-Architecture
12251e7c4b002fe451c17464415fd2f807411fd7
0
Ansible/roles/terraform
7,753
[ "no_license" ]
[ { "path": "Ansible/roles/terraform/tasks/main.yml", "content": "- name: Add HashiCorp GPG key\n ansible.builtin.apt_key:\n url: https://apt.releases.hashicorp.com/gpg\n state: present\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Add HashiCorp repository\n ansible.builtin.apt_repository:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 668, "all_permissive": false }
ansible_role
madhubanda/ansiblenw
80d63c6ed1f2b77e286fabfe40ffdd32e2c5201d
0
roles/sw
7,753
[ "no_license" ]
[ { "path": "roles/sw/templates/leaf.j2", "content": "password\nenable\npassword\nconfigure terminal\n{% for link in item.interfaces%}\ninterface {{ link.port }}\n{{ link.state }}\nlldp {{ link.lldp }}\nswitchport mode {{ link.mode }}\ndescription {{ link.desc }}\nexit\n{% endfor %}\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 784, "all_permissive": false }
ansible_role
EthanAndreas/CloudAppDeployment
87b2db73158c08b51b9e4515167845a3fffee653
1
playbook/roles/consul
7,753
[ "no_license" ]
[ { "path": "playbook/roles/consul/tasks/main.yml", "content": "---\n- name: \"Add group 'consul'\"\n ansible.builtin.group:\n name: consul\n state: present\n\n- name: \"Add user 'consul'\"\n ansible.builtin.user:\n name: consul\n group: consul\n home: /opt/consul\n create_home: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2169, "all_permissive": false }
ansible_role
EthanAndreas/CloudAppDeployment
87b2db73158c08b51b9e4515167845a3fffee653
1
playbook/roles/docker
7,753
[ "no_license" ]
[ { "path": "playbook/roles/docker/tasks/main.yml", "content": "---\n- name: \"Add Nomad to Docker group\"\n ansible.builtin.user:\n name: \"nomad\"\n groups: \"docker\"\n append: \"yes\"\n\n- name: \"Ensure Docker config directory is present\"\n ansible.builtin.file:\n path: /etc/docker\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
EthanAndreas/CloudAppDeployment
87b2db73158c08b51b9e4515167845a3fffee653
1
playbook/roles/keepalived
7,753
[ "no_license" ]
[ { "path": "playbook/roles/keepalived/tasks/main.yml", "content": "---\n- name: Update repositories cache and install \"keepalived\" package\n ansible.builtin.apt:\n name: keepalived\n update_cache: yes\n\n- name: \"Create Keepalived configuration directory\"\n ansible.builtin.file:\n path: /etc/k...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1021, "all_permissive": false }
ansible_role
EthanAndreas/CloudAppDeployment
87b2db73158c08b51b9e4515167845a3fffee653
1
playbook/roles/nomad
7,753
[ "no_license" ]
[ { "path": "playbook/roles/nomad/templates/job.hcl", "content": "// Create a new job with the name \"cloud\" corresponding to the datacenter \"gare-centrale\" for the full project\njob \"cloud\" {\n datacenters = [\"{{ nomad_datacenter }}\"]\n\n // Create a new group for the frontend\n group \"front...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5621, "all_permissive": false }
ansible_role
EthanAndreas/CloudAppDeployment
87b2db73158c08b51b9e4515167845a3fffee653
1
playbook/roles/reset
7,753
[ "no_license" ]
[ { "path": "playbook/roles/reset/tasks/main.yml", "content": "---\n- name: \"Stop Nomad\"\n ansible.builtin.systemd:\n name: nomad.service\n state: stopped\n ignore_errors: true\n\n- name: \"Stop Consul\"\n ansible.builtin.systemd:\n name: consul.service\n state: stopped\n ignore_errors: true...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
eclipse-slm/slm-pr-webcams
6f0e9108f0700a9c39b80a04ca44d6c7a07b0101
0
roles/webcam
7,753
[ "no_license" ]
[ { "path": "roles/webcam/tasks/get_usb_camera_meta_info.yml", "content": "---\n- ansible.builtin.set_fact:\n webcam_path: \"{{ item }}\"\n\n- name: Get model info from v4l2-ctl (Model)\n shell: \"v4l2-ctl --device={{ webcam_path }} --all | grep Model\"\n register: cmd_v2l2_ctl_model_raw\n ignore_errors...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 16, "total_bytes": 13429, "all_permissive": false }
ansible_role
zhaopeng1995/cprs-war-playbook
3f8d7cc62dc631c4eaa7443f10443a632357ea2f
0
roles/eclp
7,753
[ "no_license" ]
[ { "path": "roles/eclp/defaults/main.yml", "content": "---\r\nsyscode: 1\r\nsysname: eclp\r\ntomcat_tarfile_path: \r\nroot_dir: /home/emall\r\nusers:\r\n - { name: test1, uid: 511, passwd: <PASSWORD>}\r\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 378, "all_permissive": false }
ansible_role
ankitkr034/ansible-drupal
56abfde60df4c4f5fb1a83bd3192fb4aa901ff15
0
roles/apache
7,753
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n\n - name: install apache2\n apt: name=apache2 update_cache=yes state=latest\n \n\n - name: Configure the haproxy cnf file with hosts\n template: src=000-default.conf.j2 dest=/etc/apache2/sites-enabled/000-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 473, "all_permissive": false }
ansible_role
ankitkr034/ansible-drupal
56abfde60df4c4f5fb1a83bd3192fb4aa901ff15
0
roles/drupal
7,753
[ "no_license" ]
[ { "path": "roles/drupal/playbook.yml", "content": "---\n\n- hosts: drupal_hosts\n\n sudo: yes\n\n vars:\n - db_name: drupal\n - db_user: drupal_user\n - db_password: <PASSWORD>\n\n roles:\n - update\n - apache\n - php\n - mysql\n - drupal\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1317, "all_permissive": false }
ansible_role
ankitkr034/ansible-drupal
56abfde60df4c4f5fb1a83bd3192fb4aa901ff15
0
roles/update
7,753
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "---\n# tasks file for update\n\n\n- name: apt-get update the server\n apt: update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
penguinjournals/ansible-101
8ff04ea0ea92c5ed7421ea316d23fc73ee874499
2
task4/roles/common
7,753
[ "no_license" ]
[ { "path": "task4/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: Install base software common to all nodes\n sudo: yes\n apt: name={{ item }} state=present update_cache=yes cache_valid_time=3600\n with_items:\n - git\n - htop\n - vim\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
penguinjournals/ansible-101
8ff04ea0ea92c5ed7421ea316d23fc73ee874499
2
task4/roles/nginx
7,753
[ "no_license" ]
[ { "path": "task4/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Install nginx from apt\n sudo: yes\n apt: name=nginx state=present update_cache=yes\n\n- name: Copy configuration file for nginx\n sudo: yes\n template: src=nginx-default dest=/etc/nginx/sites-enabled/default\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
penguinjournals/ansible-101
8ff04ea0ea92c5ed7421ea316d23fc73ee874499
2
task4/roles/telusdigital.apt-repository
7,753
[ "no_license" ]
[ { "path": "task4/roles/telusdigital.apt-repository/README.md", "content": "# apt-repository\n\nRole for handling apt repositories.\n\n[![Platforms](http://img.shields.io/badge/platforms-ubuntu-lightgrey.svg?style=flat)](#)\n\nNotes\n-----\nThis role is meant to be depended on for other roles, to reduce boil...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1790, "all_permissive": false }
ansible_role
penguinjournals/ansible-101
8ff04ea0ea92c5ed7421ea316d23fc73ee874499
2
task4/roles/telusdigital.java
7,753
[ "no_license" ]
[ { "path": "task4/roles/telusdigital.java/tests/test-install.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - role: telusdigital.apt-repository\n repository_key: \"0xeb9b1d8886f44e2a\"\n repository_url: \"deb http://ppa.launchpad.net/openjdk-r/ppa/ubuntu {{ ansible_di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1513, "all_permissive": false }
ansible_role
lkurkela/ansible-firewall
5bc56a2e6d1af81a179afa3d21fa5af449542c76
0
ansible-firewall-frontend/ansible-playbook/roles/common
7,763
[ "no_license" ]
[ { "path": "ansible-firewall-frontend/ansible-playbook/roles/common/tasks/main.yaml", "content": "---\n- name: configure hosts-file\n template: src=hosts.j2 dest=/etc/hosts force=yes\n tags: configuration\n\n- name: update package cache\n apt: update_cache=yes\n tags: package\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 681, "all_permissive": false }
ansible_role
lkurkela/ansible-firewall
5bc56a2e6d1af81a179afa3d21fa5af449542c76
0
ansible-firewall-frontend/ansible-playbook/roles/firewall-iptables
7,763
[ "no_license" ]
[ { "path": "ansible-firewall-frontend/ansible-playbook/roles/firewall-iptables/tasks/main.yaml", "content": "---\n- name: install iptables-persistent for Debian\n apt: pkg=iptables-persistent state=present\n tags: package\n\n- name: configure rules\n template: src=rules.iptables.j2 dest=/etc/iptables/rule...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1283, "all_permissive": false }
ansible_role
lkurkela/ansible-firewall
5bc56a2e6d1af81a179afa3d21fa5af449542c76
0
ansible-firewall-playbook/roles/firewall-nftables
7,763
[ "no_license" ]
[ { "path": "ansible-firewall-playbook/roles/firewall-nftables/templates/macros.j2", "content": "# This file contains Jinja2 macros which are imported in template.\n# Adopted from <NAME>'s ansible-role-iptables macros.j2\n# https://github.com/jirutka/ansible-role-iptables/blob/master/templates/macros.j2 \n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3947, "all_permissive": false }
ansible_role
vedoff/OTUS-ALP-postgres
3b162b08874519109ee8d6efcd036377c1aa191c
0
roles/postgre
7,763
[ "no_license" ]
[ { "path": "roles/postgre/tasks/main.yml", "content": "---\n# tasks file for postgre\n- name: import install-postgre.yml\n import_tasks: install-postgre.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/postgre/tasks/install-postgre.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 696, "all_permissive": false }
ansible_role
Serg2211/my_own_collection
ae47b5616a5c51b6cd6633671866e9fa3bb2a126
0
yandex_cloud_elk/roles/single_task_role
7,763
[ "no_license" ]
[ { "path": "yandex_cloud_elk/roles/single_task_role/tasks/main.yml", "content": "---\n# tasks file for single_task_role\n- name: Call my_own_module\n my_own_module:\n path: './test_file.txt'\n content: \"Module work\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 225, "all_permissive": false }
ansible_role
temporaerhaus/ansible-bbb-cluster
018b78d116f6710b61d31b12d0e739a839788c50
1
roles/scalelite
7,763
[ "no_license" ]
[ { "path": "roles/scalelite/templates/env.j2", "content": "RAILS_ENV=production\nRAILS_LOG_TO_STDOUT=1\nDISABLE_SPRING=1\nBIND=tcp://{{ scalelite_listen_address }}:{{ scalelite_listen_port }}\nDATABASE_URL={{ scalelite_database_url }}\nREDIS_URL={{ scalelite_redis_url }}\nSECRET_KEY_BASE={{ scalelite_secret_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4829, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/browsers
7,763
[ "no_license" ]
[ { "path": "roles/browsers/tasks/main.yml", "content": "---\n\n- name: Chromium | Install Chromium\n apt: pkg=chromium-browser state=installed\n tags: chromium\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/dotfiles
7,763
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n\n- name: Clone dotfile repo\n sudo: false\n git: repo=https://github.com/patrickocoffeyo/dotfiles.git dest=/home/{{ ansible_ssh_user }}/.dotfiles update=yes recursive=yes\n\n- name: Vim | Install vim\n apt: pkg=vim state=installed\n\n- name: Vi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1386, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/fourkitchens
7,763
[ "no_license" ]
[ { "path": "roles/fourkitchens/tasks/main.yml", "content": "---\n\n- name: HipChat | Add key\n apt_key: url=https://www.hipchat.com/keys/hipchat-linux.key state=present\n\n- name: HipChat | Add repository\n apt_repository: repo='deb http://downloads.hipchat.com/linux/apt stable main' state=present\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/frontend
7,763
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "---\n\n- name: CSS | Install SASS\n action: command gem install sass creates=/usr/local/bin/sass\n\n- name: CSS | Install Compass\n action: command gem install compass creates=/usr/local/bin/compass\n\n- name: CSS | Install Susy\n action: command gem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/go
7,763
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "---\n\n- name: Go | Install go\n apt: name=golang state=installed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 64, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/linux-dev
7,763
[ "no_license" ]
[ { "path": "roles/linux-dev/tasks/main.yml", "content": "---\n\n- name: Build Essentials | Install build-essentials pkg\n apt: name=build-essential state=installed\n\n- name: GCC | Install GNU Compiler Collection\n apt: name=gcc state=installed\n\n- name: Kernal | Install linux-headers-*-generic\n action:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/meteor
7,763
[ "no_license" ]
[ { "path": "roles/meteor/tasks/main.yml", "content": "---\n\n- name: Meteor | Install meteor\n shell: curl https://install.meteor.com | /bin/sh\n\n- name: Meteor | Install meteorite\n npm: name=meteorite global=yes state=present\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/misc
7,763
[ "no_license" ]
[ { "path": "roles/misc/tasks/main.yml", "content": "---\n\n- name: Spotify | Add key\n apt_key: keyserver=keyserver.ubuntu.com id=94558F59\n\n- name: Spotify | Add repository\n apt_repository: repo='deb http://repository.spotify.com stable non-free' state=present update_cache=yes\n\n- name: Spotify | Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 650, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/mysql
7,763
[ "no_license" ]
[ { "path": "roles/mysql/handlers/main.yml", "content": "---\n# List handlers for Mysql\n\n- name: Start mysql\n service: name=mysql state=started\n\n- name: Stop mysql\n service: name=mysql state=stoped\n\n- name: Restart mysql\n service: name=mysql state=restarted\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 373, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/nodejs
7,763
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Node.js | Install prerequisites\n action: apt pkg=python-software-properties state=installed\n\n- name: Node.js | Add the node.js PPA\n action: command add-apt-repository -y ppa:chris-lea/node.js creates=/etc/apt/sources.list.d/chris-lea-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/php
7,763
[ "no_license" ]
[ { "path": "roles/php/templates/var-www-html-index.php", "content": "<html>\n <head>\n <title>Index</title>\n </head>\n <body>\n <h1>Hi there.</h1>\n <p>There's nothing to see here, really. Please move along :)</p>\n </body>\n</html>\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1517, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/redis
7,763
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n\n- name: Redis | Install python-software-properties\n apt: name=python-software-properties state=latest\n\n- name: Redis | Add repository\n apt_repository: repo='ppa:rwky/redis' state=present update_cache=yes\n\n- name: Redis | Install redis\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/ruby
7,763
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n\n- name: Ruby | Install latest version of ruby\n apt: pkg={{ item }} state=latest\n with_items:\n - ruby2.0\n - ruby2.0-dev\n\n- name: Ruby | Symlink ruby\n file: src=/usr/bin/ruby2.0 dest=/usr/local/bin/ruby state=link\n\n- name: Ruby | Syml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 323, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/vm
7,763
[ "no_license" ]
[ { "path": "roles/vm/tasks/main.yml", "content": "---\n\n- name: Virtualbox | Add repository\n apt_repository: repo='deb http://download.virtualbox.org/virtualbox/debian saucy contrib' state=present\n\n- name: Virtualbox | Add key\n apt_key: url='http://download.virtualbox.org/virtualbox/debian/oracle_vbox...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 374, "all_permissive": false }
ansible_role
ofallonp/ubuntu-dev
dd6fd9ccb2d26cffde294fb8f1c7b1b87a5bd3fa
0
roles/web
7,763
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n\n- name: Apache2 | Install required packages\n apt: pkg=apache2 state=installed\n tags: apache2\n\n- name: Apache2 | Enable Rewrite Module\n command: a2enmod rewrite\n tags: apache2\n notify: Restart apache\n\n- name: Apache2 | Remove default conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 681, "all_permissive": false }
ansible_role
Galend-E/DevOps_trainings
b2688944a9bdc4fc476fd50b68270176e3cd7861
0
09/roles/webserver
7,763
[ "no_license" ]
[ { "path": "09/roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n- name: Ensure nginx presented\n apt: name=nginx state=present\n\n- name: Copy index.html\n copy: src=index.html dest={{dest_folder}}/index.html mode=0555\n notify: \n - restart nginx\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
ProfMalina/KipsPM_ProfMalina
bce10e0b972c58cea191c0a8f87dc839eb1f2e4b
0
gitlab-install/ansible/roles/ansible-role-gitlab
7,763
[ "no_license" ]
[ { "path": "gitlab-install/ansible/roles/ansible-role-gitlab/tasks/gitlab.yml", "content": "---\n- name: Download script.deb.sh\n get_url:\n url: \"https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh\"\n dest: \"/home/{{ deploy_user }}/gitlab.sh\"\n mode: \"0764\"\n o...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1018, "all_permissive": false }
ansible_role
veplotnikov/hw13
2283c8acdc009b2c82c06acc807338aaf8d224b0
0
roles/build
7,763
[ "no_license" ]
[ { "path": "roles/build/tasks/main.yml", "content": "---\n- name: Create a volume\n docker_volume: \n name: '{{ volume_name }}'\n\n- name: Creates directory\n file: \n path: '/{{ app_dir }}'\n state: directory\n\n- name: copy dockerfiles\n synchronize:\n src: '{{ app_name }}'\n dest: '/{{ a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1161, "all_permissive": false }
ansible_role
veplotnikov/hw13
2283c8acdc009b2c82c06acc807338aaf8d224b0
0
roles/create
7,763
[ "no_license" ]
[ { "path": "roles/create/tasks/create_ec2.yml", "content": "---\n- name: Create an ec2 instance\n ec2:\n key_name: \"{{ project_name }}-key\"\n group: \"{{ project_name }}_security_group\" # security group name\n instance_type: \"{{ instance_type }}\"\n image: \"{{ ami }}\"\n id: \"{{ projec...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2047, "all_permissive": false }
ansible_role
veplotnikov/hw13
2283c8acdc009b2c82c06acc807338aaf8d224b0
0
roles/prepair
7,763
[ "no_license" ]
[ { "path": "roles/prepair/tasks/main.yaml", "content": "---\n- name: Wait for system to become reachable over WinRM\n wait_for_connection:\n timeout: 900\n\n- name: Gather facts for first time\n setup:\n\n- name: install Docker\n apt: name={{ packages }} state=present update_cache=yes\n \n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
veplotnikov/hw13
2283c8acdc009b2c82c06acc807338aaf8d224b0
0
roles/prod
7,763
[ "no_license" ]
[ { "path": "roles/prod/tasks/main.yml", "content": "---\n- name: Run container tomcat\n docker_container:\n name: tomcat\n image: volodyaaggregion/hw13:latest\n ports:\n - \"80:8080\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
doughty247/EASY
da0aef91a5afceb9be4a2854c8b8344214e72555
1
ansible/roles/auto_updates
7,763
[ "no_license" ]
[ { "path": "ansible/roles/auto_updates/templates/easy-full-update.timer.j2", "content": "[Unit]\nDescription=EASY - Timer for Monthly Full System Update\n[Timer]\nOnCalendar=*-{{ full_update_day }} {{ full_update_time }}\nRandomizedDelaySec={{ full_update_randomize_delay }}\nPersistent=true\n[Install]\nWante...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 7129, "all_permissive": false }
ansible_role
doughty247/EASY
da0aef91a5afceb9be4a2854c8b8344214e72555
1
ansible/roles/guardian
7,763
[ "no_license" ]
[ { "path": "ansible/roles/guardian/defaults/main.yml", "content": "---\n# defaults file for guardian\nservice_to_monitor: \"easy-frontend\"\nport_to_monitor: \"8088\"\ncheck_interval_minutes: \"5\"\nguardian_check_script: \"/usr/local/sbin/easy-guardian-check.sh\"\nguardian_log_dir: \"/var/log/easy\"\nguardi...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3156, "all_permissive": false }
ansible_role
doughty247/EASY
da0aef91a5afceb9be4a2854c8b8344214e72555
1
ansible/roles/immich
7,763
[ "no_license" ]
[ { "path": "ansible/roles/immich/templates/.env.j2", "content": "# .env template for Immich\n\n# The location where your uploaded files are stored\nUPLOAD_LOCATION={{ immich_upload_dir }}\n\n# The database connection information\nDB_HOSTNAME=immich-db\nDB_USERNAME={{ db_user }}\nDB_PASSWORD={{ db_password }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2060, "all_permissive": false }
ansible_role
doughty247/EASY
da0aef91a5afceb9be4a2854c8b8344214e72555
1
ansible/roles/initial_setup
7,763
[ "no_license" ]
[ { "path": "ansible/roles/initial_setup/tasks/setup_logrotate.yml", "content": "---\n# tasks file for setting up log rotation\n\n- name: \"Rotate logs\"\n ansible.builtin.command:\n cmd: \"logrotate /etc/logrotate.conf\"\n become: \"yes\"\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3978, "all_permissive": false }
ansible_role
doughty247/EASY
da0aef91a5afceb9be4a2854c8b8344214e72555
1
ansible/roles/web_frontend
7,763
[ "no_license" ]
[ { "path": "ansible/roles/web_frontend/tasks/setup_permissions.yml", "content": "---\n# tasks file for setting up permissions\n\n- name: \"Ensure correct ownership for EASY directories\"\n ansible.builtin.file:\n path: \"{{ item }}\"\n owner: \"{{ service_user }}\"\n group: \"{{ service_user }}\"\n...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 4104, "all_permissive": false }
ansible_role
deanrock/server-manager
ae054cd3a6890cbbf2ef6a34e06fd8f0013b14fe
4
deployment/roles/apache
7,763
[ "no_license" ]
[ { "path": "deployment/roles/apache/tasks/main.yml", "content": "- name: add apache group\n group: name=apache state=present\n\n- name: add apache user\n user: name=apache group=apache\n\n- name: apache - add non-free wheezy repo\n apt_repository: repo='deb http://ftp.debian.org/debian/ wheezy non-free' u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2554, "all_permissive": false }
ansible_role
deanrock/server-manager
ae054cd3a6890cbbf2ef6a34e06fd8f0013b14fe
4
deployment/roles/docker
7,763
[ "no_license" ]
[ { "path": "deployment/roles/docker/handlers/main.yml", "content": "---\n- name: docker - start and enable\n service: name=docker enabled=yes state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "deployment/roles/docker/README.md", "c...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1548, "all_permissive": false }
ansible_role
deanrock/server-manager
ae054cd3a6890cbbf2ef6a34e06fd8f0013b14fe
4
deployment/roles/essentials
7,763
[ "no_license" ]
[ { "path": "deployment/roles/essentials/tasks/main.yml", "content": "---\n\n- name: add manager group\n group: name=manager state=present\n\n- name: add manager user\n user: name=manager group=manager\n\n- name: add manager user to docker\n user: name=manager append=true groups=docker\n\n- name: add manag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 965, "all_permissive": false }
ansible_role
deanrock/server-manager
ae054cd3a6890cbbf2ef6a34e06fd8f0013b14fe
4
deployment/roles/go1.4
7,763
[ "no_license" ]
[ { "path": "deployment/roles/go1.4/tasks/main.yml", "content": "- name: install build essential\n action: apt pkg={{item}} state=installed\n with_items:\n - build-essential\n - gcc\n \n- name: mkdir go1.4\n file: path=/usr/local/go1.4 state=directory\n\n- name: download go1.4\n get_url: url=http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
deanrock/server-manager
ae054cd3a6890cbbf2ef6a34e06fd8f0013b14fe
4
deployment/roles/manager
7,763
[ "no_license" ]
[ { "path": "deployment/roles/manager/handlers/main.yml", "content": "- name: reload systemd\n command: systemctl daemon-reload\n\n- name: restart cron\n command: systemctl restart manager-cron.service\n\n- name: restart ssh\n command: systemctl restart manager-ssh.service\n\n- name: restart proxy\n comma...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2101, "all_permissive": false }
ansible_role
deanrock/server-manager
ae054cd3a6890cbbf2ef6a34e06fd8f0013b14fe
4
deployment/roles/mariadb
7,763
[ "no_license" ]
[ { "path": "deployment/roles/mariadb/tasks/main.yml", "content": "- name: Set MariaDB root password\n command: \"debconf-set-selections <<< 'mysql-server-10.0 mysql-server/root_password password {{mysql_root_password}}'\"\n command: \"debconf-set-selections <<< 'mysql-server-10.0 mysql-server/root_password...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1123, "all_permissive": false }
ansible_role
deanrock/server-manager
ae054cd3a6890cbbf2ef6a34e06fd8f0013b14fe
4
deployment/roles/nginx
7,763
[ "no_license" ]
[ { "path": "deployment/roles/nginx/templates/nginx.conf", "content": "user nginx;\nworker_processes 4;\npid /run/nginx.pid;\n\nevents {\n\tworker_connections 768;\n\t# multi_accept on;\n}\n\nhttp {\n\n\t##\n\t# Basic Settings\n\t##\n\n\tdisable_symlinks if_not_owner;\n\tsendfile on;\n\ttcp_nopush on;\n\ttcp_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2308, "all_permissive": false }
ansible_role
deanrock/server-manager
ae054cd3a6890cbbf2ef6a34e06fd8f0013b14fe
4
deployment/roles/postgres
7,763
[ "no_license" ]
[ { "path": "deployment/roles/postgres/tasks/main.yml", "content": "- name: Add postgres apt key\n apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc\n\n- name: Add postgres apt repository\n apt_repository: repo='deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main'\n when: ansible_di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2585, "all_permissive": false }
ansible_role
mikoto2000/setup_k8s_by_ansible
120b796a00ac0776ba377070d7311f3cbe0cb82a
0
roles/common
7,763
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- import_tasks: iptablesがブリッジを通過するトラフィックを処理できるようにする.yaml\n- import_tasks: iptablesがnftablesバックエンドを使用しないようにする.yaml\n- import_tasks: ポート設定.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { "path": "r...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2041, "all_permissive": false }
ansible_role
mikoto2000/setup_k8s_by_ansible
120b796a00ac0776ba377070d7311f3cbe0cb82a
0
roles/containerdのインストール
7,763
[ "no_license" ]
[ { "path": "roles/containerdのインストール/tasks/containerdパッケージインストール.yaml", "content": "- name: containerdパッケージインストール\n block:\n - name: 必須パッケージインストール\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - name: Docker のリポジトリの ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1946, "all_permissive": false }
ansible_role
mikoto2000/setup_k8s_by_ansible
120b796a00ac0776ba377070d7311f3cbe0cb82a
0
roles/dockerのインストール
7,763
[ "no_license" ]
[ { "path": "roles/dockerのインストール/tasks/dockerパッケージインストール.yaml", "content": "- name: dockerパッケージインストール\n block:\n - name: 必須パッケージインストール\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - name: Docker のリポジトリの GPG 鍵を追加\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1582, "all_permissive": false }
ansible_role
mikoto2000/setup_k8s_by_ansible
120b796a00ac0776ba377070d7311f3cbe0cb82a
0
roles/helmのインストール
7,763
[ "no_license" ]
[ { "path": "roles/helmのインストール/tasks/main.yaml", "content": "- name: helmのインストール\n block:\n - name: apt-transport-https パッケージのインストール\n apt:\n name:\n - apt-transport-https\n - name: Helm のリポジトリの GPG 鍵を追加\n ansible.builtin.apt_key:\n url: https://helm.baltorepo.com/organization/signin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
mikoto2000/setup_k8s_by_ansible
120b796a00ac0776ba377070d7311f3cbe0cb82a
0
roles/ingressのインストール
7,763
[ "no_license" ]
[ { "path": "roles/ingressのインストール/tasks/main.yaml", "content": "- name: ingressのインストール\n block:\n - name: Add a Ingress repository\n become: no\n kubernetes.core.helm_repository:\n name: ingress-nginx\n repo_url: https://kubernetes.github.io/ingress-nginx\n - name: ingress のデプロイ\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
mikoto2000/setup_k8s_by_ansible
120b796a00ac0776ba377070d7311f3cbe0cb82a
0
roles/kubeadm、kubelet、kubectlパッケージのインストール
7,763
[ "no_license" ]
[ { "path": "roles/kubeadm、kubelet、kubectlパッケージのインストール/tasks/main.yaml", "content": "- import_tasks: kubeadm、kubelet、kubectlパッケージのインストール.yaml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/kubeadm、kubelet、kubectlパッケージのインストール/tasks/kubeadm、...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 882, "all_permissive": false }
ansible_role
mikoto2000/setup_k8s_by_ansible
120b796a00ac0776ba377070d7311f3cbe0cb82a
0
roles/kubeadmクラスターの作成
7,763
[ "no_license" ]
[ { "path": "roles/kubeadmクラスターの作成/tasks/マスターノード上でPodの起動を許可する設定.yaml", "content": "- name: マスターノード上で Pod の起動を許可する設定\n block:\n - name: マスターノード上で Pod の起動を許可する設定\n become: no\n shell: kubectl taint nodes --all node-role.kubernetes.io/master-\n ignore_errors: yes\n\n", "license_type": "no_license"...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1192, "all_permissive": false }
ansible_role
mikoto2000/setup_k8s_by_ansible
120b796a00ac0776ba377070d7311f3cbe0cb82a
0
roles/metallbのインストール
7,763
[ "no_license" ]
[ { "path": "roles/metallbのインストール/tasks/main.yaml", "content": "- name: metallbのインストール\n block:\n - name: MetalLb 用 ConfigMap 作成\n become: no\n shell: >-\n kubectl get configmap kube-proxy -n kube-system -o yaml | sed -e \"s/strictARP: false/strictARP: true/\" | kubectl apply -f - -n kube-system\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 754, "all_permissive": false }
ansible_role
mikoto2000/setup_k8s_by_ansible
120b796a00ac0776ba377070d7311f3cbe0cb82a
0
roles/minikubeクラスターの作成
7,763
[ "no_license" ]
[ { "path": "roles/minikubeクラスターの作成/tasks/マスターノードの初期化.yaml", "content": "- name: マスターノードの初期化\n block:\n - name: docker グループへ追加\n user:\n name: \"{{ ansible_env.SUDO_USER }}\"\n groups: docker\n append: yes\n - name: SSH コネクションをリセット(newgrp docker の代わり)\n ansible.builtin.meta:\n res...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2246, "all_permissive": false }
ansible_role
slape/ansiberry
b70cb2568e03eb39948968a6ff3a21b44b33a14a
0
provisioners/roles/DNS-Tunnel
7,763
[ "no_license" ]
[ { "path": "provisioners/roles/DNS-Tunnel/tasks/1-packages.yml", "content": "---\n- name: Install Packages and Iodine\n apt:\n update_cache: yes\n auto_update: yes\n pkg:\n - iodine \n - vim \n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 335, "all_permissive": false }
ansible_role
slape/ansiberry
b70cb2568e03eb39948968a6ff3a21b44b33a14a
0
provisioners/roles/DVWA
7,763
[ "no_license" ]
[ { "path": "provisioners/roles/DVWA/README.md", "content": "## Damn Vulnerable Web App (DVWA)\n\nThis role installs a Docker container of DVWA on a raspberry pi to practice pretesting. \n\nAfter the role runs, you can access DVWA at `raspberrypi.local/setup.php` (unless you change the host name using the sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1159, "all_permissive": false }
ansible_role
slape/ansiberry
b70cb2568e03eb39948968a6ff3a21b44b33a14a
0
provisioners/roles/Docker
7,763
[ "no_license" ]
[ { "path": "provisioners/roles/Docker/README.md", "content": "## Docker for Pi\nThis role installs the Docker engine.", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "provisioners/roles/Docker/tasks/main.yml", "content": "--- \n- name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 387, "all_permissive": false }
ansible_role
slape/ansiberry
b70cb2568e03eb39948968a6ff3a21b44b33a14a
0
provisioners/roles/Grafana
7,763
[ "no_license" ]
[ { "path": "provisioners/roles/Grafana/README.md", "content": "## Grafana\n\nThis role installs a Grafana web server to a raspberry pi. After the role completes, you can load the Grafana web interface at `raspberrypi.local:3000`", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6389, "all_permissive": false }
ansible_role
slape/ansiberry
b70cb2568e03eb39948968a6ff3a21b44b33a14a
0
provisioners/roles/InfluxDB
7,763
[ "no_license" ]
[ { "path": "provisioners/roles/InfluxDB/tasks/1-install.yml", "content": "---\n - name: Install influx key\n apt-key: https://repos.influxdata.com/influxdb.key\n\n - name: Add influx repo to sources\n apt_repository: \n repo: 'deb https://repos.influxdata.com/debian buster stable'\n sta...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1284, "all_permissive": false }
ansible_role
slape/ansiberry
b70cb2568e03eb39948968a6ff3a21b44b33a14a
0
provisioners/roles/LAMP
7,763
[ "no_license" ]
[ { "path": "provisioners/roles/LAMP/README.md", "content": "## Unifi Network Controller\nThis Role installs a mySQL", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "provisioners/roles/LAMP/tasks/1-pacakges.yml", "content": "---\n- name: Change Ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 880, "all_permissive": false }
ansible_role
slape/ansiberry
b70cb2568e03eb39948968a6ff3a21b44b33a14a
0
provisioners/roles/Nextcloud
7,763
[ "no_license" ]
[ { "path": "provisioners/roles/Nextcloud/tasks/1-pacakges.yml", "content": "---\n- name: Install Nextcloud server\n apt:\n update_cache: yes\n pkg: \n - jdk-jre\n - unifi", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "provisioners...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 171, "all_permissive": false }