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
eduardoefb/magma_openstack
e2a59817e14300825847bebade99801a0fa165bc
1
roles/01-update
212
[ "no_license" ]
[ { "path": "roles/01-update/tasks/main.yml", "content": "---\n# tasks file for 01-update\n - include_vars: \"{{ playbook_dir }}/vars.yml\" \n\n - name: Update \n become: true\n apt:\n name: '*'\n state: 'latest'\n update_cache: yes\n register: apt_res\n retries: 300\n delay: 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2866, "all_permissive": false }
ansible_role
eduardoefb/magma_openstack
e2a59817e14300825847bebade99801a0fa165bc
1
roles/02-image_builder
212
[ "no_license" ]
[ { "path": "roles/02-image_builder/tasks/main.yml", "content": "---\n# tasks file for 01-image_builder\n- name: Disable IPV6 \n become: true\n shell: \n echo \"net.bridge.bridge-nf-call-ip6tables = 1 \\nnet.bridge.bridge-nf-call-iptables = 1\" > /etc/sysctl.d/k8s.conf && sysctl --system\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2565, "all_permissive": false }
ansible_role
eduardoefb/magma_openstack
e2a59817e14300825847bebade99801a0fa165bc
1
roles/03-build_orchestrator
212
[ "no_license" ]
[ { "path": "roles/03-build_orchestrator/tasks/main.yml", "content": "---\n# tasks file for 01-image_builder\n- include_vars: \"{{ playbook_dir }}/vars.yml\" \n- include_vars: \"{{ playbook_dir }}/magma_config.yml\" \n\n- name: Remove directory\n file: \n path: /home/debian/magma\n state: absent\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1195, "all_permissive": false }
ansible_role
eduardoefb/magma_openstack
e2a59817e14300825847bebade99801a0fa165bc
1
roles/04-upload_images
212
[ "no_license" ]
[ { "path": "roles/04-upload_images/files/pyenv.sh", "content": "cat << EOF >> $HOME/.bashrc\n## pyenv configs\nexport PYENV_ROOT=\"\\$HOME/.pyenv\"\nexport PATH=\"\\$PYENV_ROOT/bin:\\$PATH\"\n\nif command -v pyenv 1>/dev/null 2>&1; then\n eval \"\\$(pyenv init -)\"\nfi\nEOF\n\nsource $HOME/.bashrc\n\npyenv...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1455, "all_permissive": false }
ansible_role
eduardoefb/magma_openstack
e2a59817e14300825847bebade99801a0fa165bc
1
roles/05-deploy
212
[ "no_license" ]
[ { "path": "roles/05-deploy/files/fluentd-forward.configmap.yaml", "content": "{{/*\nCopyright 2020 The Magma Authors.\n\nThis source code is licensed under the BSD-style license found in the\nLICENSE file in the root directory of this source tree.\n\nUnless required by applicable law or agreed to in writing...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 18184, "all_permissive": false }
ansible_role
eduardoefb/magma_openstack
e2a59817e14300825847bebade99801a0fa165bc
1
roles/06-check-agw
212
[ "no_license" ]
[ { "path": "roles/06-check-agw/tasks/main.yml", "content": "---\n# tasks file for 01-update \n - name: Wait for installation\n become: true\n wait_for:\n path: /root/installation_finished\n timeout: 7200\n\n - name: Reboot\n become: true\n reboot:\n msg: Reboot triggered\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
eduardoefb/magma_openstack
e2a59817e14300825847bebade99801a0fa165bc
1
roles/07-get_certs
212
[ "no_license" ]
[ { "path": "roles/07-get_certs/tasks/main.yml", "content": "---\n# tasks file for 01-image_builder\n- include_vars: \"{{ playbook_dir }}/vars.yml\" \n- include_vars: \"{{ playbook_dir }}/magma_config.yml\" \n\n- name: Delete temporary directory\n file:\n path: /tmp/certs\n state: absent\n\n- name: Cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 15982, "all_permissive": false }
ansible_role
eduardoefb/magma_openstack
e2a59817e14300825847bebade99801a0fa165bc
1
roles/08-configure_agw
212
[ "no_license" ]
[ { "path": "roles/08-configure_agw/handlers/main.yml", "content": "---\n# handlers file for 01-update\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/08-configure_agw/tasks/main.yml", "content": "---\n# tasks file for 01-update \n - inc...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1542, "all_permissive": false }
ansible_role
eduardoefb/magma_openstack
e2a59817e14300825847bebade99801a0fa165bc
1
roles/09-add_organization
212
[ "no_license" ]
[ { "path": "roles/09-add_organization/files/add_organization.py", "content": "#!/usr/bin/python\n\nfrom selenium import webdriver\nfrom selenium.webdriver import ActionChains\nfrom selenium.webdriver.common.keys import Keys\nfrom selenium.webdriver.support.ui import WebDriverWait\nfrom selenium.webdriver.sup...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 21353, "all_permissive": false }
ansible_role
eduardoefb/magma_openstack
e2a59817e14300825847bebade99801a0fa165bc
1
roles/10-integrate_agw
212
[ "no_license" ]
[ { "path": "roles/10-integrate_agw/tasks/main.yml", "content": "---\n# tasks file for 01-update \n - include_vars: \"{{ playbook_dir }}/vars.yml\" \n - include_vars: \"{{ playbook_dir }}/magma_config.yml\" \n - include_vars: \"{{ playbook_dir }}/names.yml\" \n\n - name: Get hostname\n shell: hostname\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1940, "all_permissive": false }
ansible_role
eduardoefb/magma_openstack
e2a59817e14300825847bebade99801a0fa165bc
1
roles/11-subscribers
212
[ "no_license" ]
[ { "path": "roles/11-subscribers/tasks/main.yml", "content": "---\n# tasks file for 01-image_builder\n- include_vars: \"{{ playbook_dir }}/vars.yml\" \n- include_vars: \"{{ playbook_dir }}/magma_config.yml\" \n\n \n- name: Clear directory\n file:\n path: /tmp/subscribers\n state: absent\n\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4119, "all_permissive": false }
ansible_role
eduardoefb/magma_openstack
e2a59817e14300825847bebade99801a0fa165bc
1
roles/12-openairinterface
212
[ "no_license" ]
[ { "path": "roles/12-openairinterface/defaults/main.yml", "content": "---\n# defaults file for 12-gnodeb_ue\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/12-openairinterface/vars/main.yml", "content": "---\n# vars file for 12-gnodeb_ue...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3555, "all_permissive": false }
ansible_role
eduardoefb/magma_openstack
e2a59817e14300825847bebade99801a0fa165bc
1
roles/13-enodeb
212
[ "no_license" ]
[ { "path": "roles/13-enodeb/vars/main.yml", "content": "---\n# vars file for 13-gnodeb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/13-enodeb/templates/enodeb.conf.j2", "content": "Active_eNBs = ( \"eNB-Eurecom-LTEBox\");\n# Asn1_verb...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 15080, "all_permissive": false }
ansible_role
eduardoefb/magma_openstack
e2a59817e14300825847bebade99801a0fa165bc
1
roles/14-ue
212
[ "no_license" ]
[ { "path": "roles/14-ue/templates/ue.sh.j2", "content": "#!/bin/bash\nfunction start(){\n gw_interface=`ip route | grep --color -P 'default\\svia\\s\\d+\\.' | awk '{print $5}'`\n iptables -t nat -F\n iptables -t nat -A POSTROUTING -o ${gw_interface} -j MASQUERADE\n echo 1 > /proc/sys/net/ipv4/ip_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4873, "all_permissive": false }
ansible_role
lremes/FlowingVotings
0fe9fdaf5a8a0283374af7155d16a7ab99c50e55
0
packer/roles/common
212
[ "no_license" ]
[ { "path": "packer/roles/common/tasks/install-extra-software.yml", "content": "---\n\n- name: Install epel repo\n package:\n name: epel-release\n state: latest\n become: yes\n\n \n- name: Install extra packages\n package:\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1854, "all_permissive": false }
ansible_role
lremes/FlowingVotings
0fe9fdaf5a8a0283374af7155d16a7ab99c50e55
0
packer/roles/rails-docker
212
[ "no_license" ]
[ { "path": "packer/roles/rails-docker/files/default_links.json", "content": "{\n \"mail\": {\n \"contacts_url\": \"http://www.lawly.fi/asiantuntijamme/\",\n \"request_quotation_url\": \"mailto:<EMAIL>\"\n },\n \"marketing\": {\n \"home\": \"https://www.lawly.fi\"\n },\n \"sales\": {\n \"orde...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4482, "all_permissive": false }
ansible_role
Noratrieb/vmlab
0b152a9001e0b1deadb2f31fc92f51ce87ed4cfe
0
ansible/roles/base-config
212
[ "no_license" ]
[ { "path": "ansible/roles/base-config/tasks/main.yml", "content": "- name: Change hostname\n ansible.builtin.hostname:\n name: \"{{ hostname }}\"\n- name: Install core packages\n ansible.builtin.apt:\n state: present\n name: \"{{ item }}\"\n with_items:\n - gpg\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
Noratrieb/vmlab
0b152a9001e0b1deadb2f31fc92f51ce87ed4cfe
0
ansible/roles/k8s-base
212
[ "no_license" ]
[ { "path": "ansible/roles/k8s-base/defaults/main.yml", "content": "cni_plugins_version: \"v1.4.0\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "ansible/roles/k8s-base/handlers/main.yml", "content": "- name: \"Containerd config changed\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2396, "all_permissive": false }
ansible_role
Noratrieb/vmlab
0b152a9001e0b1deadb2f31fc92f51ce87ed4cfe
0
ansible/roles/update
212
[ "no_license" ]
[ { "path": "ansible/roles/update/tasks/main.yml", "content": "- name: Update\n ansible.builtin.apt:\n update_cache: true\n- name: Upgrade\n ansible.builtin.apt:\n upgrade: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
jonathanagustin/ansible-harvester-rancher
31888fc3f584501d39dd5c52a8890833c26c45c2
0
roles/harvester_install
212
[ "no_license" ]
[ { "path": "roles/harvester_install/tasks/verify_cluster.yml", "content": "---\n# roles/harvester_install/tasks/verify_cluster.yml\n\n- name: Wait for Harvester API to be available\n uri:\n url: \"https://{{ pxe_harvester_vip }}/v1/version\"\n validate_certs: no\n register: result\n until: result.st...
{ "task_files": 13, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 21, "total_bytes": 48099, "all_permissive": false }
ansible_role
vpadala95/ansible_palybooks
a4bac1c321dd0148ca629d9ba73e77d8eadd96a7
0
roles/jenkins
212
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n- name: install wget\n yum:\n name: wget\n state: present\n\n- name: install git\n yum:\n name: git\n state: present\n\n- name: install openjdk\n yum:\n name: java-1.8.0-openjdk.aarch64\n state: present\n\n- name: download jenki...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1184, "all_permissive": false }
ansible_role
duy156/houston
cbf651510c225106c76f04739ed55c7ed5dbf622
0
ansible/roles/app
212
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "- name: Create app path\n file:\n path: \"{{ app_path }}\"\n state: directory\n mode: 0755\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n\n- name: Copy app to app directory\n copy:\n src: \"{{ item.src }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 690, "all_permissive": false }
ansible_role
duy156/houston
cbf651510c225106c76f04739ed55c7ed5dbf622
0
ansible/roles/aws
212
[ "no_license" ]
[ { "path": "ansible/roles/aws/vars/main.yml", "content": "---\nselinux_disabled: False\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/roles/aws/tasks/main.yml", "content": "- name: upgrade all packages\n yum:\n name: '*'\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 615, "all_permissive": false }
ansible_role
duy156/houston
cbf651510c225106c76f04739ed55c7ed5dbf622
0
ansible/roles/local
212
[ "no_license" ]
[ { "path": "ansible/roles/local/tasks/main.yml", "content": "- name: Put SELinux in permissive mode\n selinux:\n policy: targeted\n state: permissive\n when: selinux_disabled == False\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
duy156/houston
cbf651510c225106c76f04739ed55c7ed5dbf622
0
ansible/roles/proxy
212
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "- name: Ensure RPM official nginx key\n rpm_key: key=http://nginx.org/keys/nginx_signing.key\n environment: \"{{ nginx_env }}\"\n when: ansible_os_family == 'RedHat'\n\n- name: Ensure YUM official nginx repository\n template: src=nginx.repo.j2 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1375, "all_permissive": false }
ansible_role
duy156/houston
cbf651510c225106c76f04739ed55c7ed5dbf622
0
ansible/roles/ruby
212
[ "no_license" ]
[ { "path": "ansible/roles/ruby/tasks/main.yml", "content": "- name: Install ruby, rubygems, and development tools\n yum: \"name={{ item }} state=latest\"\n with_items:\n - ruby\n - ruby-devel\n - rubygems\n - '@development'\n when:\n - ruby_install_from_source == False\n\n- import_tasks: in...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1855, "all_permissive": false }
ansible_role
duy156/houston
cbf651510c225106c76f04739ed55c7ed5dbf622
0
ansible/roles/unicorn
212
[ "no_license" ]
[ { "path": "ansible/roles/unicorn/tasks/main.yml", "content": "- name: Install unicorn\n gem:\n name: unicorn\n state: latest\n become: true\n become_user: \"{{ ansible_user }}\"\n\n- name: Create dir for pids, socket, log\n file:\n path: \"{{ item.path }}\"\n state: directory\n mode: '075...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1235, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/backup
212
[ "no_license" ]
[ { "path": "roles/backup/defaults/main.yml", "content": "---\n\nbackup_user: backup\nbackup_user_pass: <PASSWORD>\nbackup_destination: /backup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/backup/tasks/main.yml", "content": "---\n\n- f...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1166, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/elk-basic
212
[ "no_license" ]
[ { "path": "roles/elk-basic/files/.gitignore", "content": "kibana-8.9.0-amd64.deb\nlogstash-8.9.0-amd64.deb\nelasticsearch-8.9.0-amd64.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/elk-basic/tasks/main.yml", "content": "---\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 713, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/elk-config
212
[ "no_license" ]
[ { "path": "roles/elk-config/tasks/main.yml", "content": "---\n\n- name: Указываем ip адрес для kibana\n lineinfile:\n path: \"{{ kibana_conf }}\"\n regexp: '#server.host:'\n line: 'server.host: \"{{ server_ip }}\"'\n\n- name: Запускаем kibana\n service:\n name: kibana\n state: started\n\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2205, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/filebeat-install
212
[ "no_license" ]
[ { "path": "roles/filebeat-install/tasks/main.yml", "content": "---\n\n\n- name: Обновить кэш репозитория Deb\n apt:\n update_cache: yes\n\n\n- name: Копируем файлы для установки Filebeat\n copy:\n src: \"{{ item }}\"\n dest: /tmp/\n mode: 0755\n with_items:\n - filebeat-8.9.0-amd64.deb\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 683, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/grafana
212
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n\n- name: устанавливаем grafana\n apt:\n deb: https://dl.grafana.com/oss/release/grafana_10.0.3_amd64.deb\n state: present\n\n- name: запускаем службу\n systemd:\n name: grafana-server\n enabled: yes\n state: started\n\n\n- name: Де...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 880, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/keepalived
212
[ "no_license" ]
[ { "path": "roles/keepalived/handlers/main.yml", "content": "---\n\n- name: Перезапускаем keepalived\n systemd:\n name: keepalived\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/keepalived/templates/keepalived.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1636, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/lsyncd
212
[ "no_license" ]
[ { "path": "roles/lsyncd/tasks/main.yml", "content": "---\n\n- name: Устанавливаем lsyncd\n package:\n name: lsyncd\n state: present\n\n- name: Запрещаем запуск lsyncd\n systemd:\n name: lsyncd\n enabled: false\n state: stopped\n\n- name: Генерируем ключи SSH\n openssh_keypair:\n path: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1991, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/mysql-first
212
[ "no_license" ]
[ { "path": "roles/mysql-first/vars/main.yml", "content": "---\nmysql_repl_password: \"<PASSWORD>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/mysql-first/tasks/main.yml", "content": "---\n\n- name: Задаем значение для опции server-i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2170, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/mysql-first-again
212
[ "no_license" ]
[ { "path": "roles/mysql-first-again/tasks/main.yml", "content": "---\n\n- name: Настраиваем репликацию на первой ноде\n mysql_query:\n query: '{{ item }}'\n login_unix_socket: /run/mysqld/mysqld.sock\n loop:\n - stop slave\n - 'change master to master_host = \"{{ hostvars.sqlslave.ansible_ssh_h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/mysql-install
212
[ "no_license" ]
[ { "path": "roles/mysql-install/tasks/main.yml", "content": "---\n\n#- name: Обновить кэш репозитория Deb\n# apt:\n# update_cache: yes\n\n- name: Установка MySQL-сервера\n package:\n name: mysql-server\n state: present\n\n- name: Запуск службы MySQL\n systemd:\n name: mysql\n state: started...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/mysql-second
212
[ "no_license" ]
[ { "path": "roles/mysql-second/tasks/main.yml", "content": "---\n\n- name: Задаем значения для некоторых опций mysqld.cnf\n lineinfile:\n path: /etc/mysql/mysql.conf.d/mysqld.cnf\n insertafter: \\[mysqld\\]\n line: \"{{ item }}\"\n loop:\n - server-id = 2\n - log_bin = mysql-bin\n - log_e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2196, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/nginx
212
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Создаем закрытый ключ (key)\n openssl_privatekey:\n path: '/etc/ssl/{{ site_name }}.key'\n size: 2048\n\n- name: Создаем файл запроса (csr)\n openssl_csr:\n path: '/etc/ssl/{{ site_name }}.csr'\n privatekey_path: '/etc/ssl/{{ s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2529, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/prom-basic
212
[ "no_license" ]
[ { "path": "roles/prom-basic/tasks/main.yml", "content": "---\n- name: create prometheus system group\n group:\n name: prometheus\n system: true\n state: present\n\n- name: create prometheus system user\n user:\n name: prometheus\n system: true\n shell: \"/usr/sbin/nologin\"\n group: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3336, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/ufw-install
212
[ "no_license" ]
[ { "path": "roles/ufw-install/tasks/main.yml", "content": "---\n#- name: Display all variables/facts known for a host\n# ansible.builtin.debug:\n# var: hostvars[inventory_hostname].ansible_ssh_host\n\n- name: Копируем описание служб для ufw\n copy:\n src: \"{{ item }}\"\n dest: /etc/ufw/applicatio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 831, "all_permissive": false }
ansible_role
adastraaero/OT_DIP
127f8470049ce6743c03c152d528f9990657ac11
0
roles/wordpress
212
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n\n- name: Распаковываем архив с дистрибутивом Wordpress\n unarchive:\n src: \"https://ru.wordpress.org/wordpress-{{ wordpress_ver }}-ru_RU.tar.gz\"\n dest: /var/www/{{ site_name }}/\n remote_src: yes\n extra_opts: [--strip-components=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4724, "all_permissive": false }
ansible_role
ellislm/infra
1e7ed12a45d5ed4b310725dff5925671de11a0eb
0
roles/docker
212
[ "no_license" ]
[ { "path": "roles/docker/tasks/rootless.yml", "content": "- name: install docker rootless\n become: false\n remote_user: \"{{ user_name }}\"\n shell:\n cmd: \"/usr/bin/dockerd-rootless-setuptool.sh install\"\n creates: \"{{ home_dir }}/.config/systemd/user/docker.service\"\n\n- name: switch to rootl...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4218, "all_permissive": false }
ansible_role
ellislm/infra
1e7ed12a45d5ed4b310725dff5925671de11a0eb
0
roles/freebsd_srv
212
[ "no_license" ]
[ { "path": "roles/freebsd_srv/defaults/main.yml", "content": "---\nsysrc_vars:\n- name: pf_enable\n value: YES\n- name: pflog_enable\n value: NO\n- name: gateway_enable\n value: YES\n- name: routed_enable\n value: NO\n- name: linux_enable\n value: YES\n- name: jail_enable\n value: YES\n- name: smartd_e...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1445, "all_permissive": false }
ansible_role
ellislm/infra
1e7ed12a45d5ed4b310725dff5925671de11a0eb
0
roles/fzf
212
[ "no_license" ]
[ { "path": "roles/fzf/files/fzf_shelper.sh", "content": "#!/usr/bin/sh\n\nfzh() {\n\tCMD=$(cat $HOME/.sh_history | cut -f2 | fzf)\n if [ -n \"$CMD\" ]\n then\n echo $CMD\n echo $CMD >> \"$HISTFILE\"\n sh -i -c \"$CMD\"\n fi\n}\n\n# alias fh='sh -i -c \"$(cat $HOME/.sh_history | ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2262, "all_permissive": false }
ansible_role
ellislm/infra
1e7ed12a45d5ed4b310725dff5925671de11a0eb
0
roles/home_layout
212
[ "no_license" ]
[ { "path": "roles/home_layout/tasks/main.yml", "content": "- name: Layout home dirs\n file:\n path: \"{{ home_dir }}/{{ item }}\"\n state: directory\n mode: 0700\n owner: \"{{ user_name }}\"\n group: \"{{ user_group }}\"\n with_items: \"{{ default_home_dirs }}\"\n when: \"{{ default_home_di...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 606, "all_permissive": false }
ansible_role
ellislm/infra
1e7ed12a45d5ed4b310725dff5925671de11a0eb
0
roles/install_pkgs
212
[ "no_license" ]
[ { "path": "roles/install_pkgs/tasks/install.yml", "content": "- name: install mac packages\n become: true\n macports:\n name: \"{{ packages }}\"\n when: ansible_facts['os_family'] == \"Darwin\"\n register: new_pkgs\n notify: new_packages\n\n- name: install *nix packages\n become: true\n package:\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1087, "all_permissive": false }
ansible_role
ellislm/infra
1e7ed12a45d5ed4b310725dff5925671de11a0eb
0
roles/ksh
212
[ "no_license" ]
[ { "path": "roles/ksh/tasks/main.yml", "content": "- name: install oksh\n import_tasks: install.yml\n tags:\n - ksh\n\n- name: update oksh configs\n import_tasks: update_configs.yml\n tags:\n - ksh\n - oksh_configs\n - dot_files\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2877, "all_permissive": false }
ansible_role
ellislm/infra
1e7ed12a45d5ed4b310725dff5925671de11a0eb
0
roles/sanoid
212
[ "no_license" ]
[ { "path": "roles/sanoid/tasks/main.yml", "content": "- name: install sanoid\n include_role:\n name: install_pkgs\n vars:\n packages: \"{{ sanoid_packages }}\"\n tags:\n - packages\n - sanoid\n\n- name: Update crontab\n become: true\n blockinfile:\n path: /etc/crontab\n block: |\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 813, "all_permissive": false }
ansible_role
ellislm/infra
1e7ed12a45d5ed4b310725dff5925671de11a0eb
0
roles/shelpers
212
[ "no_license" ]
[ { "path": "roles/shelpers/tasks/main.yml", "content": "- name: copy shelpers configs\n copy:\n src: \"{{ item }}\"\n dest: \"{{ home_dir }}/.shelpers/{{ item }}\"\n owner: \"{{ user_name }}\"\n group: \"{{ user_group }}\"\n with_items: \"{{ shelpers_files }}\"\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2202, "all_permissive": false }
ansible_role
ellislm/infra
1e7ed12a45d5ed4b310725dff5925671de11a0eb
0
roles/ssh
212
[ "no_license" ]
[ { "path": "roles/ssh/files/ssh_config", "content": "Include /etc/ssh/ssh_config.d/*.conf\n\nHost *\n PasswordAuthentication no\n Port 22\n VisualHostKey yes\n SendEnv LANG LC_*\n HashKnownHosts yes\n GSSAPIAuthentication yes\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 675, "all_permissive": false }
ansible_role
ellislm/infra
1e7ed12a45d5ed4b310725dff5925671de11a0eb
0
roles/tmux
212
[ "no_license" ]
[ { "path": "roles/tmux/handlers/main.yml", "content": "- name: configure and make tmux\n shell:\n chdir: \"{{ home_opt }}/tmux\"\n cmd: |\n ./configure --prefix={{ tmux_prefix }};\n make;\n make install\n listen: tmux_src_updated\n", "license_type": "no_license", "detected_lice...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2817, "all_permissive": false }
ansible_role
ellislm/infra
1e7ed12a45d5ed4b310725dff5925671de11a0eb
0
roles/vim
212
[ "no_license" ]
[ { "path": "roles/vim/tasks/update_configs.yml", "content": "- name: copy vimrc configs\n copy:\n src: \"{{ vim_rc }}\"\n dest: \"{{ home_dir }}/.vimrc\"\n owner: \"{{ user_name }}\"\n group: \"{{ user_group }}\"\n mode: 0600\n\n\n- name: add ENV var\n blockinfile:\n path: \"{{ shell_rc }...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3492, "all_permissive": false }
ansible_role
emrehannclk/Wireless-Communications-Project
17b7277e827ce7bef36c369aa41a5ff7703a130a
0
ansible/roles/grafana
212
[ "no_license" ]
[ { "path": "ansible/roles/grafana/library/grafana_datasource.py", "content": "#!/usr/bin/python\r\n# -*- coding: utf-8 -*-\r\nfrom ansible.module_utils.basic import AnsibleModule\r\nimport http.client\r\nimport ssl\r\nimport json\r\n\r\ndef create_ssl_context():\r\n \"\"\"\r\n Create an SSL context wit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 17976, "all_permissive": false }
ansible_role
emrehannclk/Wireless-Communications-Project
17b7277e827ce7bef36c369aa41a5ff7703a130a
0
ansible/roles/grafana-install
212
[ "no_license" ]
[ { "path": "ansible/roles/grafana-install/defaults/main.yml", "content": "---\r\n# Installation directory\r\ngrafana_install_dir: /opt/grafana\r\n\r\n# Network configuration\r\nnetwork_name: zabbix_zbx-net\r\n\r\n# Port configuration\r\ngrafana_port: 3000\r\n\r\n# Admin credentials\r\ngrafana_admin_user: adm...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1947, "all_permissive": false }
ansible_role
emrehannclk/Wireless-Communications-Project
17b7277e827ce7bef36c369aa41a5ff7703a130a
0
ansible/roles/snmp-sim-install
212
[ "no_license" ]
[ { "path": "ansible/roles/snmp-sim-install/templates/docker-compose.yml.j2", "content": "\r\n\r\nservices:\r\n snmp_switch:\r\n image: tandrup/snmpsim:latest\r\n container_name: snmp_switch\r\n ports:\r\n - \"161:161/udp\"\r\n environment:\r\n - SNMPSIM_SNMP_PORT=161\r\n networks:\r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3019, "all_permissive": false }
ansible_role
emrehannclk/Wireless-Communications-Project
17b7277e827ce7bef36c369aa41a5ff7703a130a
0
ansible/roles/zabbix-install
212
[ "no_license" ]
[ { "path": "ansible/roles/zabbix-install/templates/docker-compose.yml.j2", "content": "version: '3.5'\r\n\r\nservices:\r\n postgres:\r\n image: postgres:13\r\n environment:\r\n POSTGRES_USER: zabbix\r\n POSTGRES_PASSWORD: <PASSWORD>\r\n POSTGRES_DB: zabbix\r\n volumes:\r\n - pg_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2745, "all_permissive": false }
ansible_role
smoleyxd/RCOS-Cilium
1b0bcca432b84f236f9f6aa69ecd0a0a7bd3d074
3
old/ansible/roles/cilium-deploy
214
[ "no_license" ]
[ { "path": "old/ansible/roles/cilium-deploy/defaults/main.yml", "content": "# defaults/main.yml\ncilium_version: \"1.9.5\"\nhubble_enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "old/ansible/roles/cilium-deploy/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 648, "all_permissive": false }
ansible_role
smoleyxd/RCOS-Cilium
1b0bcca432b84f236f9f6aa69ecd0a0a7bd3d074
3
old/ansible/roles/helm-setup
214
[ "no_license" ]
[ { "path": "old/ansible/roles/helm-setup/tasks/main.yml", "content": "# roles/helm_setup/tasks/main.yml\n- name: Download Helm installation script\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3\n dest: \"/tmp/get_helm.sh\"\n mode: '0755'\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
smoleyxd/RCOS-Cilium
1b0bcca432b84f236f9f6aa69ecd0a0a7bd3d074
3
old/ansible/roles/kubernetes-setup
214
[ "no_license" ]
[ { "path": "old/ansible/roles/kubernetes-setup/tasks/main.yml", "content": "---\n- name: Install Docker\n ansible.builtin.package:\n name: docker\n state: present\n\n- name: Add Kubernetes apt repository\n ansible.builtin.apt_repository:\n repo: deb http://apt.kubernetes.io/ kubernetes-xenial main...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1838, "all_permissive": false }
ansible_role
mbartock/ocpvmware4.3
351cd82ab0ae27a0401e196579aa96bf0f9ba333
0
roles/clean_helpernode
214
[ "no_license" ]
[ { "path": "roles/clean_helpernode/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - clean", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/clean_helpernode/tasks/main.yml", "content": "---\n# tasks ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 827, "all_permissive": false }
ansible_role
mbartock/ocpvmware4.3
351cd82ab0ae27a0401e196579aa96bf0f9ba333
0
roles/clean_localhost
214
[ "no_license" ]
[ { "path": "roles/clean_localhost/tasks/main.yml", "content": "---\n# tasks file for clean\n\n- name: delete tmp folder\n shell: \"rm -rf /tmp/*\"\n\n- name: Delete known host a file\n file:\n path: /root/.ssh/known_hosts\n state: absent\n \n#- name: delete knows_host\n# shell: \"rm -rf /root/.ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1563, "all_permissive": false }
ansible_role
mbartock/ocpvmware4.3
351cd82ab0ae27a0401e196579aa96bf0f9ba333
0
roles/create_helper_vm
214
[ "no_license" ]
[ { "path": "roles/create_helper_vm/tasks/main.yml", "content": "- include: download_iso.yml\n- include: create_helper_node.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/create_helper_vm/templates/kickstart.cfg.j2", "content": "#ver...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 13435, "all_permissive": false }
ansible_role
mbartock/ocpvmware4.3
351cd82ab0ae27a0401e196579aa96bf0f9ba333
0
roles/get_ocp_vm_info
214
[ "no_license" ]
[ { "path": "roles/get_ocp_vm_info/tasks/main.yml", "content": "- include: get_mac_address.yml\n- include: stop_all_ocp_vms.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/get_ocp_vm_info/tasks/stop_all_ocp_vms.yml", "content": "- name:...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4282, "all_permissive": false }
ansible_role
mbartock/ocpvmware4.3
351cd82ab0ae27a0401e196579aa96bf0f9ba333
0
roles/pre_ocp_setup
214
[ "no_license" ]
[ { "path": "roles/pre_ocp_setup/defaults/main.yml", "content": "---\n# defaults file for ocp_setup_tasks", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/pre_ocp_setup/vars/main.yml", "content": "---\n# vars file for ocp_setup_tasks\n\nocp_...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 11454, "all_permissive": false }
ansible_role
mbartock/ocpvmware4.3
351cd82ab0ae27a0401e196579aa96bf0f9ba333
0
roles/update_helper_vm
214
[ "no_license" ]
[ { "path": "roles/update_helper_vm/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - update_helper_kvm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/update_helper_vm/tasks/update_www_html.yml", "c...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 13840, "all_permissive": false }
ansible_role
mbartock/ocpvmware4.3
351cd82ab0ae27a0401e196579aa96bf0f9ba333
0
roles/update_vcenter
214
[ "no_license" ]
[ { "path": "roles/update_vcenter/defaults/main.yml", "content": "---\n# defaults file for update_vcenter\n\ndatacenter_name: \"{{ vcenter_datacenter }}\"\n\ncluster_name: \"{{ vcenter_cluster }}\"\n\nvcenter_username: \"{{ vcenter_username }}\"\n\nvcenter_hostname: \"{{ vcenter_ip }}\"\n", "license_type"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1707, "all_permissive": false }
ansible_role
mbartock/ocpvmware4.3
351cd82ab0ae27a0401e196579aa96bf0f9ba333
0
roles/upload_ocp_template
214
[ "no_license" ]
[ { "path": "roles/upload_ocp_template/tasks/main.yml", "content": "---\n# tasks file for upload_ocp_template\n\n\n\n\n - name: ansible create directory with mode setting iso\n file:\n path: \"{{tmp_space}}\"\n state: directory\n mode: \"u=rw,g=wx,o=rwx\"\n\n \n\n - name: Check if ocp ova...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3373, "all_permissive": false }
ansible_role
mbartock/ocpvmware4.3
351cd82ab0ae27a0401e196579aa96bf0f9ba333
0
roles/vcsa-deploy
214
[ "no_license" ]
[ { "path": "roles/vcsa-deploy/tasks/deploy.yml", "content": "#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Un...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3971, "all_permissive": false }
ansible_role
aditya-manit/manage-snarkos-node
cf97966943a37a1f4e838db6056c23b2db552d24
0
roles/snarkos
214
[ "no_license" ]
[ { "path": "roles/snarkos/tasks/main.yml", "content": "---\n- import_tasks: install_dependencies.yml\n- import_tasks: configure_firewall.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/snarkos/tasks/upgrade_snarkos.yml", "content": "--...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3016, "all_permissive": false }
ansible_role
madalinignisca/drupal8experimentsvm
37e5ea8580a637cee6037e1c5cf48629d08bcfa2
0
provisioning/roles/geerlingguy.varnish
214
[ "no_license" ]
[ { "path": "provisioning/roles/geerlingguy.varnish/tasks/setup-RedHat.yml", "content": "---\n- name: Ensure Varnish dependencies are installed.\n yum: name={{ item }} state=present\n with_items:\n - gcc\n - libedit-devel\n - initscripts\n - redhat-rpm-config\n\n- name: Add Varnish repository.\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
gehad-hamdy/udacity-cloud-devops-project-3
28e8d8997caca201e3f90d0d4e90463037731bca
0
.circleci/ansible/roles/configure-server
214
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "- name: \"install node 13.X\"\n shell: |\n curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -\n sudo apt-get install -y nodejs\n sudo npm install -g n\n sudo n 13.8.0\n\n- name: \"install pm2 by npm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
jzarzycki/WordpressTerraformAnsible
33a8acb51e2ee97ac87fb3cfb5ab931f418500dd
0
ansible/roles/common
214
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: Create group for non root user\n ansible.builtin.group:\n name: \"{{ common_user_group }}\"\n gid: \"{{ common_gid }}\"\n state: present\n\n- name: Create non root user\n ansible.builtin.user:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2596, "all_permissive": false }
ansible_role
jzarzycki/WordpressTerraformAnsible
33a8acb51e2ee97ac87fb3cfb5ab931f418500dd
0
ansible/roles/docker
214
[ "no_license" ]
[ { "path": "ansible/roles/docker/defaults/main.yml", "content": "---\n# defaults file for docker\ndocker_requirements_list:\n - ca-certificates\n - curl\n - gnupg\n\ndocker_package_list:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n - docker-buildx-plugin\n - docker-compose-plugin\n\ndocker_ser...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2369, "all_permissive": false }
ansible_role
jzarzycki/WordpressTerraformAnsible
33a8acb51e2ee97ac87fb3cfb5ab931f418500dd
0
ansible/roles/swap
214
[ "no_license" ]
[ { "path": "ansible/roles/swap/tasks/main.yml", "content": "---\n# tasks file for swap\n\n- name: Create the swap file\n community.general.filesize:\n path: \"{{ swap_file_path }}\"\n size: \"{{ swap_file_size }}\"\n register: swap_file_create\n\n- name: Set permissions on swap file\n ansible.builti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 908, "all_permissive": false }
ansible_role
jzarzycki/WordpressTerraformAnsible
33a8acb51e2ee97ac87fb3cfb5ab931f418500dd
0
ansible/roles/volume_mount
214
[ "no_license" ]
[ { "path": "ansible/roles/volume_mount/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - volume_mount\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "ansible/roles/volume_mount/vars/main.yml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 695, "all_permissive": false }
ansible_role
jzarzycki/WordpressTerraformAnsible
33a8acb51e2ee97ac87fb3cfb5ab931f418500dd
0
ansible/roles/webserver
214
[ "no_license" ]
[ { "path": "ansible/roles/webserver/files/.env.example", "content": "# MySQL\nMYSQL_ROOT_PASSWORD = \"$<PASSWORD>\"\nMYSQL_DATABASE = \"$MYSQL_DATABASE\"\nMYSQL_USER = \"$MYSQL_USER\"\nMYSQL_PASSWORD = \"$<PASSWORD>\"\n\n# Wordpress\nWORDPRESS_DB_HOST = \"db\"\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 7748, "all_permissive": false }
ansible_role
chryslerpalomar/CPE232_PALOMAR_HOA7
4de83a7300bba3425e5e3ea00d2c589fff7134a4
0
roles/db_servers
214
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "---\n#- hosts: db_servers\n# become: true\n# tasks:\n\n - name: install mariadb package (CentOS)\n tags: centos,db,mariadb\n yum:\n name: mariadb-server\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n - name: \"Ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 511, "all_permissive": false }
ansible_role
rudrabiztech/rts-cicd-pipeline-deploy
209b99e56d1a25a7e96dcea8689d01a32f6d78a4
0
ansible/playbooks/roles/common
214
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/common/vars/main.yaml", "content": "---\ncommon_packages:\n - curl\n - nload\n - htop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible/playbooks/roles/common/tasks/main.yml", "content": "---\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 450, "all_permissive": false }
ansible_role
rudrabiztech/rts-cicd-pipeline-deploy
209b99e56d1a25a7e96dcea8689d01a32f6d78a4
0
ansible/playbooks/roles/docker
214
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/docker/tasks/main.yml", "content": "---\n- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: true\n\n- name: Install required system packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1118, "all_permissive": false }
ansible_role
rudrabiztech/rts-cicd-pipeline-deploy
209b99e56d1a25a7e96dcea8689d01a32f6d78a4
0
k8s-centos/roles/docker
214
[ "no_license" ]
[ { "path": "k8s-centos/roles/docker/tasks/main.yaml", "content": "---\n- name: get epel\n get_url:\n url: http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n dest: /tmp/epel-release-latest-7.noarch.rpm\n\n- name: install epel\n become: true\n yum:\n name: /tmp/epel-release-lat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 807, "all_permissive": false }
ansible_role
rudrabiztech/rts-cicd-pipeline-deploy
209b99e56d1a25a7e96dcea8689d01a32f6d78a4
0
k8s-centos/roles/hosts
214
[ "no_license" ]
[ { "path": "k8s-centos/roles/hosts/files/hosts", "content": "#localhost\n127.0.0.1 localhost localhost.localdomain\n\n# k8s-master-nodes\n10.148.0.6 master01.rtslab.sg master01\n10.148.0.4 master02.rtslab.sg master02\n10.148.0.5 master03.rtslab.sg master03\n\n# k8s-master-nodes\n10.148.0.7 worker01.rtslab.sg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 629, "all_permissive": false }
ansible_role
rudrabiztech/rts-cicd-pipeline-deploy
209b99e56d1a25a7e96dcea8689d01a32f6d78a4
0
k8s-centos/roles/ntp
214
[ "no_license" ]
[ { "path": "k8s-centos/roles/ntp/tasks/main.yaml", "content": "---\n- name: install ntpd\n become: true\n yum:\n name: ntp\n state: present\n register: ntpinstall\n\n- name: stop ntpd service\n become: true\n service:\n name: ntpd\n state: stopped\n when: ntpinstall.changed\n\n- name: sync ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
kota999/mackintosh_setup
38fb875a5eb60371102171a744306326b4bd346a
3
playbook/roles/dotfiles
214
[ "no_license" ]
[ { "path": "playbook/roles/dotfiles/vars/main.yml", "content": "git_url: \"git://github.com/kota999/dotfiles.git\"\nsymlink_confs:\n - src: ~/dotfiles/zshrc\n dest: ~/.zshrc\n - src: ~/dotfiles/zshenv\n dest: ~/.zshenv\n - src: ~/dotfiles/.tmux.conf\n dest: ~/.tmux.conf\n #- src: ~/dotfiles/vim/vimrc\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 500, "all_permissive": false }
ansible_role
kota999/mackintosh_setup
38fb875a5eb60371102171a744306326b4bd346a
3
playbook/roles/ghq
214
[ "no_license" ]
[ { "path": "playbook/roles/ghq/tasks/main.yml", "content": "---\n- name: ghq root\n shell: >-\n source ~/.zshenv ;\n git config --global ghq.root '~/work';\n\n- name: prepare ghq root dir\n file: path=~/work state=directory\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": 165, "all_permissive": false }
ansible_role
kota999/mackintosh_setup
38fb875a5eb60371102171a744306326b4bd346a
3
playbook/roles/mas
214
[ "no_license" ]
[ { "path": "playbook/roles/mas/vars/main.yml", "content": "mas_apps:\n - name: \"Amphetamine\"\n id: \"937984704\"\n - name: \"pocket\"\n id: \"568494494\"\n - name: \"runcat\"\n id: \"1429033973\"\n - name: \"LINE\"\n id: \"539883307\"\n - name: \"Magnet\"\n id: \"441258766\"\n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 681, "all_permissive": false }
ansible_role
kota999/mackintosh_setup
38fb875a5eb60371102171a744306326b4bd346a
3
playbook/roles/zsh
214
[ "no_license" ]
[ { "path": "playbook/roles/zsh/tasks/main.yml", "content": "---\n - name: change shell\n user:\n name: \"{{ ansible_env.USER }}\"\n shell: \"/bin/zsh\"\n become: yes\n\n - name: add PATH to .zshenv\n blockinfile:\n dest: ~/.zshenv\n block: |\n # for homebrew\n eval \"$(/opt/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
Lewiatan/angular-sandbox
dc3dca0f4ac6e59234424994384d7bbf91084686
0
dev/provisioning/roles/php
214
[ "no_license" ]
[ { "path": "dev/provisioning/roles/php/tasks/main.yml", "content": "- name: add php ppa\n apt_repository: repo='ppa:ondrej/php' state=present\n\n- name: update apt cache\n apt: update_cache=yes\n\n#- name: install php\n# apt: name=php{{ php.version }} state=present\n\n- name: install php modules\n apt: n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
skorches/Ansible_lab
84479a989cca5d55f4c3d71b75d616a65c84af64
0
roles/base
214
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "\n - name: add ssh key for st90\n tags: always\n authorized_key:\n user: st90\n key: \"<KEY>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
sinonkt/nstda-hpc-test-suite
0300e14571c171b13ac6467f1c495dca7bbf34cb
0
roles/common
214
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: ensure all common packages are installed\n yum: \n name:\n - openssh\n - openssh-server\n - ntp\n state: present\n check_mode: yes\n\n- name: ensure that...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
sinonkt/nstda-hpc-test-suite
0300e14571c171b13ac6467f1c495dca7bbf34cb
0
roles/slurm_common
214
[ "no_license" ]
[ { "path": "roles/slurm_common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: ensure all slurm plugins package dependecies are installed\n yum: \n name:\n - munge-devel\n - pam-devel\n - hwloc-devel\n - lua-devel\n - mysql-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 818, "all_permissive": false }
ansible_role
Dwok09/WindowsAnsibleTestingEnvironment
61aa713cc1c5f1a3f6299e765a9d846440d0ba55
0
playbooks/roles/windows_demo_role
214
[ "no_license" ]
[ { "path": "playbooks/roles/windows_demo_role/tasks/main.yml", "content": "---\n- name: Create directory if it doesn't exist\n ansible.windows.win_file:\n path: \"{{ demo_directory }}\"\n state: directory\n\n- name: Create test file\n ansible.windows.win_copy:\n content: \"This is a test file crea...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 354, "all_permissive": false }
ansible_role
dexpl/samson-test
6372b392d3e8c0567b8d0a1d626287ad7534ee85
0
roles/apache
214
[ "no_license" ]
[ { "path": "roles/apache/defaults/main.yml", "content": "apache_port: 8888\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "roles/apache/templates/apache2/ports.conf.j2", "content": "# {{ ansible_managed }}\n\nListen {{ apache_port }}\n\n# vim:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 760, "all_permissive": false }
ansible_role
dexpl/samson-test
6372b392d3e8c0567b8d0a1d626287ad7534ee85
0
roles/nginx
214
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- package:\n name:\n - nginx\n policy_rc_d: 101 # start no daemons right upon installation\n# nginx config directory layout in Debobuntu is specific; maybe I should've used a package from nginx.org repo - it'd be easier to maintain cross-disto (or...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 497, "all_permissive": false }
ansible_role
dexpl/samson-test
6372b392d3e8c0567b8d0a1d626287ad7534ee85
0
roles/php
214
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- include_tasks: '{{ ansible_os_family | lower }}.yml'\n# `package` is package manager agnostic, but some package names are in fact Debian-specific\n# would use some sort of `include {{ ansible_os_family }}` stuff if needed to be distro-agnostic\n- package:\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 542, "all_permissive": false }
ansible_role
ishajain140/ansible_aws_webserver
4df12b75a81fd69427b9b2462052812be870cc35
0
roles/ansi2
216
[ "no_license" ]
[ { "path": "roles/ansi2/defaults/main.yml", "content": "---\n# defaults file for ansi2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/ansi2/handlers/main.yml", "content": "---\n# handlers file for ansi2", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 682, "all_permissive": false }
ansible_role
ishajain140/ansible_aws_webserver
4df12b75a81fd69427b9b2462052812be870cc35
0
roles/web
216
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n# tasks file for webserver\n- name: installing httpd package\n package: \n name: \"httpd\"\n state: present\n # register: package_installed\n\n #- debug:\n #var: package_installed\n\n- name: Copying Web Page from github\n get_url:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 655, "all_permissive": false }
ansible_role
mahata/webnikki
717acd3151e0a5776b7c091f90b89cb18f29daf7
0
roles/common
216
[ "no_license" ]
[ { "path": "roles/common/files/.zshrc", "content": "# Color\ndefault=\"%{$(print '\\e[m\\e[1m')%}\"\ngrey=\"%{$(echo -n '\\e[1;30m')%}\"\nred=\"%{$(echo -n '\\e[1;31m')%}\"\ngreen=\"%{$(echo -n '\\e[1;32m')%}\"\nyellow=\"%{$(echo -n '\\e[1;33m')%}\"\nblue=\"%{$(echo -n '\\e[1;34m')%}\"\nmagenta=\"%{$(echo -n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2055, "all_permissive": false }
ansible_role
mahata/webnikki
717acd3151e0a5776b7c091f90b89cb18f29daf7
0
roles/playframework
216
[ "no_license" ]
[ { "path": "roles/playframework/tasks/main.yml", "content": "---\n- name: Install apt-packages\n apt: pkg={{item}} state=latest update_cache=yes\n with_items:\n - openjdk-7-jdk\n\n- name: Download Play Framework\n get_url: url=\"https://dl.dropboxusercontent.com/s/uu22h9j4u72jpz6/play-2.1.5.zip\" dest=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 691, "all_permissive": false }
ansible_role
mahata/webnikki
717acd3151e0a5776b7c091f90b89cb18f29daf7
0
roles/postgres
216
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: Install apt-packages\n apt: pkg={{item}} state=latest update_cache=yes\n with_items:\n - postgresql-9.1\n - postgresql-contrib-9.1\n - python-psycopg2\n\n- name: update postgres password\n command: sudo -u postgres psql -c \"ALT...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 933, "all_permissive": false }