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
fadewalk/pressure
e50e96e1236e9fcfa8c0305e24c29f46e5f80f8d
0
roles/disk_pressure
7,602
[ "no_license" ]
[ { "path": "roles/disk_pressure/tasks/main.yml", "content": "---\n- include: disk_manage.yml\n- include: disk_pressure.yml\n tags: disk_pressure\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/disk_pressure/templates/pressure_test_all.sh", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4998, "all_permissive": false }
ansible_role
fadewalk/pressure
e50e96e1236e9fcfa8c0305e24c29f46e5f80f8d
0
roles/mem_pressure
7,602
[ "no_license" ]
[ { "path": "roles/mem_pressure/tasks/clear_mem_pressure.yml", "content": "---\n- name: Run clear mem pressure command\n shell: '{{ item }}'\n with_items:\n - 'pkill -9 memtester || exit 0'\n - 'pkill -9 memtester || exit 0'\n - 'pkill -9 memtester || exit 0'\n - 'pkill -9 memtester || exit 0'\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1944, "all_permissive": false }
ansible_role
fadewalk/pressure
e50e96e1236e9fcfa8c0305e24c29f46e5f80f8d
0
roles/net_pressure
7,602
[ "no_license" ]
[ { "path": "roles/net_pressure/site.yml", "content": "- hosts: '{{ nodes }}'\n gather_facts: false\n roles:\n - net_pressure\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/net_pressure/tasks/net_pressure.yml", "content": "---\n- n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6316, "all_permissive": false }
ansible_role
Hurr1son/TerraformAws
5de6862c7e29762935ee59d0c5ecff587569349b
0
roles/java
7,602
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n\n - name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n \n - name: Install required software\n apt:\n update_cache: yes\n name: openjdk-8-jre \n state: present\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
Hurr1son/TerraformAws
5de6862c7e29762935ee59d0c5ecff587569349b
0
roles/nginx
7,602
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n#- name: Update apt cache\n# apt: update_cache=yes cache_valid_time=3600\n\n- name: Install required software\n apt: name={{ item }} state=present\n with_items:\n - apt-transport-https\n - nginx\n\n- name: Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
aztecprod/Diploma-project
7db8da23bc778b0c56f062d5b96dee0c6c05a72e
0
ansible/roles/elasticsearch
7,600
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/handlers/main.yml", "content": "--- \n- name: Systemctl enable elasticsearch\n systemd:\n name: elasticsearch.service\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1018, "all_permissive": false }
ansible_role
aztecprod/Diploma-project
7db8da23bc778b0c56f062d5b96dee0c6c05a72e
0
ansible/roles/filebeat
7,600
[ "no_license" ]
[ { "path": "ansible/roles/filebeat/handlers/main.yml", "content": "---\n - name: Systemctl enable filebeat\n ansible.builtin.service:\n name: filebeat.service\n enabled: yes\n\n - name: restarted nginx\n service:\n name: nginx\n state: restarted\n\n - name: rest...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1085, "all_permissive": false }
ansible_role
aztecprod/Diploma-project
7db8da23bc778b0c56f062d5b96dee0c6c05a72e
0
ansible/roles/kibana
7,600
[ "no_license" ]
[ { "path": "ansible/roles/kibana/tasks/main.yml", "content": "---\n- name: Install filebeat\n hosts: web\n become: yes\n\n tasks:\n - name: Update apt cache\n apt:\n update_cache: yes\n\n - name: Install gnupg, apt-transport-https\n apt:\n name:\n - apt-transport-htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 942, "all_permissive": false }
ansible_role
aztecprod/Diploma-project
7db8da23bc778b0c56f062d5b96dee0c6c05a72e
0
ansible/roles/zabbix-agent
7,600
[ "no_license" ]
[ { "path": "ansible/roles/zabbix-agent/tasks/main.yml", "content": "---\n - name: Install required packages\n apt:\n name: [\"zabbix-agent\"]\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
paullmangundayao/Activity7_MANGUNDAYAO
6de23c57bd5a1f1688c8f368cb267d001a929eda
0
roles/workstations
7,600
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yml", "content": "---\n- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/0.12.28/terraform_0.12.28_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
Vladddd46/automation_configuration
2dff2bf34af2ea2d6f6bb7c734e438ea46f7c8dd
0
roles/postgres
7,600
[ "no_license" ]
[ { "path": "roles/postgres/templates/pg_hba.conf.j2", "content": "local all postgres peer\nhost all all 127.0.0.1/32 md5\nhost replication replica_user {{ hostvars['master']['ansible_host'] }}/32 md5\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1086, "all_permissive": false }
ansible_role
sidharrell/dockerized-mysql-replication
a4a319896f97bc2a4d4eb15b75708602bcc14b54
0
roles/common
7,600
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# This role contains common plays that will run on all nodes.\n\n- name: Install python bindings for SE Linux\n yum: name={{ item }} state=present\n with_items:\n - libselinux-python\n - libsemanage-python\n\n- name: Disable selinux\n selinux:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1755, "all_permissive": false }
ansible_role
sidharrell/dockerized-mysql-replication
a4a319896f97bc2a4d4eb15b75708602bcc14b54
0
roles/haproxy
7,600
[ "no_license" ]
[ { "path": "roles/haproxy/defaults/main.yml", "content": "---\n# The defaults for the haproxy role\n\nadminpassword: <PASSWORD>\nsite1: xyz-com\nlistener1: site-{{ site1 }}-3307\nbackend1: site-{{ site1 }}-on-db03\nbackend2: site-{{ site1 }}-on-db04\nbackend1_ip: 172.20.0.11\nbackend2_ip: 172.20.0.12\nhost_s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3113, "all_permissive": false }
ansible_role
dennis-tsvetkov/ansible
6c4b858bd9ccb0b0ec8bc364994456d7e6813d01
0
roles/kafka
7,600
[ "no_license" ]
[ { "path": "roles/kafka/tasks/main.yml", "content": "---\n- name: deploy kafka binary\n import_tasks: deploy.yml\n tags:\n - deploy\n\n- name: render configs\n import_tasks: config.yml\n tags:\n - config\n\n- name: format data dirs\n import_tasks: data_dirs.yml\n tags:\n - data\n when: kafka_...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5125, "all_permissive": false }
ansible_role
dennis-tsvetkov/ansible
6c4b858bd9ccb0b0ec8bc364994456d7e6813d01
0
roles/strongswan
7,600
[ "no_license" ]
[ { "path": "roles/strongswan/templates/tunnels.conf.j2", "content": "connections {\n{% for tunnel in strongswan_tunnels %}\n{% if inventory_hostname == tunnel.left.inventory_hostname %}\n{% set local, remote = tunnel.left, tunnel.right %}\n{% endif %}\n{% if inventory_hostname == tunnel.right.inventory_hostn...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 14442, "all_permissive": false }
ansible_role
jtudelag/ansible-quay
130d0f8734a58e1be45d70b30e5a978911ba1974
0
roles/config-clair
7,600
[ "no_license" ]
[ { "path": "roles/config-clair/tasks/clair.yml", "content": "---\n\n- name: Configure Configuration Directory\n file:\n state: directory\n owner: root\n group: root\n mode: g+rw\n path: \"{{ clair_config_dir }}\"\n\n- name: Setup Clair configuration file\n template:\n src: \"config.{{ cla...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3371, "all_permissive": false }
ansible_role
jtudelag/ansible-quay
130d0f8734a58e1be45d70b30e5a978911ba1974
0
roles/config-docker
7,600
[ "no_license" ]
[ { "path": "roles/config-docker/defaults/main.yml", "content": "---\ndocker_dev: /dev/vdb\ndocker_vg: docker-vol\ndocker_data_size: 100%VG\ndocker_dm_basesize: \"10G\"\ncontainer_root_lv_name: dockerlv\ncontainer_root_lv_mount_path: /var/lib/docker\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1695, "all_permissive": false }
ansible_role
jtudelag/ansible-quay
130d0f8734a58e1be45d70b30e5a978911ba1974
0
roles/config-postgresql
7,600
[ "no_license" ]
[ { "path": "roles/config-postgresql/tasks/install_containerized.yml", "content": "---\n- name: Generate Random DB Username\n set_fact:\n postgresql_username: \"{{ lookup('password', '/dev/null length=5 chars=ascii_letters') | lower }}\"\n when: postgresql_username is undefined and postgresql_username|tr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2110, "all_permissive": false }
ansible_role
jtudelag/ansible-quay
130d0f8734a58e1be45d70b30e5a978911ba1974
0
roles/config-quay-enterprise
7,600
[ "no_license" ]
[ { "path": "roles/config-quay-enterprise/tasks/container_credentials.yml", "content": "---\n\n- name: Configure quay.io credentials\n shell: docker login -u=\"redhat+quay\" -p=\"<KEY>\" quay.io", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4044, "all_permissive": false }
ansible_role
jtudelag/ansible-quay
130d0f8734a58e1be45d70b30e5a978911ba1974
0
roles/config-redis
7,600
[ "no_license" ]
[ { "path": "roles/config-redis/tasks/main.yml", "content": "---\n\n- name: Install Containerized Redis\n include_tasks: install_containerized.yml\n when: mode == \"containerized\"\n\n- name: Flush Handlers (Redis)\n meta: flush_handlers\n\n# TODO: Test redis is up 'exec 3<>/dev/tcp/localhost/6379 && echo ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 685, "all_permissive": false }
ansible_role
SergSha/project
f4a49841147af2fdecbec8c72921480b49eee516
0
ansible/roles/audit
7,600
[ "no_license" ]
[ { "path": "ansible/roles/audit/tasks/mysql.yml", "content": "---\n# tasks file for audit\n\n# Добавим правило, которое будет отслеживать изменения в конфигруации mysql\n- name: Add rules for tracking mysql config\n lineinfile: \n path: /etc/audit/rules.d/audit.rules\n insertafter: EOF\n line: \"-w...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3080, "all_permissive": false }
ansible_role
SergSha/project
f4a49841147af2fdecbec8c72921480b49eee516
0
ansible/roles/iptables
7,600
[ "no_license" ]
[ { "path": "ansible/roles/iptables/tasks/routers.yml", "content": "---\n# tasks file for iptables\n\n- name: fw | set up forward packages across routers\n lineinfile:\n path: /etc/sysctl.d/01-forwarding.conf\n line: net.ipv4.conf.all.forwarding=1\n owner: root\n group: root\n mode: '0644'\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7193, "all_permissive": false }
ansible_role
SergSha/project
f4a49841147af2fdecbec8c72921480b49eee516
0
ansible/roles/mysql
7,600
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/replica.yml", "content": "---\n# tasks file for mysql\n\n- name: replica | Export temp mysql dump 'master.sql' for {{ ansible_hostname }} server\n shell: mysqldump -h {{ ip_address['data'] }} --all-databases --triggers --routines --master-data > /data/master.sql\n igno...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8617, "all_permissive": false }
ansible_role
SergSha/project
f4a49841147af2fdecbec8c72921480b49eee516
0
ansible/roles/nfs
7,600
[ "no_license" ]
[ { "path": "ansible/roles/nfs/templates/set_data_owner.service.j2", "content": "# /etc/systemd/system/set_data_owner.service\n\n[Unit]\nDescription=oneshot systemd service to chown mysql:mysql /data\nAfter=data.mount\nRequires=data.mount\n\n[Service]\nType=oneshot\n#Using -v (verbose) to produce message that...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2045, "all_permissive": false }
ansible_role
SergSha/project
f4a49841147af2fdecbec8c72921480b49eee516
0
ansible/roles/nginx
7,600
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: Install EPEL repo\n yum:\n name:\n - epel-release\n state: latest\n\n- name: Install nginx\n yum:\n name:\n - nginx\n state: latest\n\n- name: Template nginx config file\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1699, "all_permissive": false }
ansible_role
SergSha/project
f4a49841147af2fdecbec8c72921480b49eee516
0
ansible/roles/php
7,600
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n\n- name: Install EPEL repo\n yum:\n name:\n - epel-release\n state: latest\n\n#- name: Instal EPEL repo\n# command: rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n# ignore_er...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5932, "all_permissive": false }
ansible_role
SergSha/project
f4a49841147af2fdecbec8c72921480b49eee516
0
ansible/roles/prometheus
7,600
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/tasks/main.yml", "content": "---\n# tasks file for prometheus\n\n#- name: Gather variables for each operating system\n# include_vars: \"{{ item }}\"\n# with_first_found:\n# - \"{{ ansible_distribution | lower }}-{{ ansible_distribution_major_version }}.yml\"\n# - ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8879, "all_permissive": false }
ansible_role
SergSha/project
f4a49841147af2fdecbec8c72921480b49eee516
0
ansible/roles/rsyslog
7,600
[ "no_license" ]
[ { "path": "ansible/roles/rsyslog/tasks/nginx.yml", "content": "---\n# tasks file for rsyslog\n\n- name: fw | Edit nginx config file /etc/nginx/nginx.conf\n lineinfile: \n path: /etc/nginx/nginx.conf\n insertafter: \"{{ item.afterline }}\"\n line: \"{{ item.line }}\"\n loop:\n - { afterline: \"...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3380, "all_permissive": false }
ansible_role
Tony36051/ubuntu-kvm
9cd81aa8ca799b8f7ecab8ea00d3e60af30f3e3e
0
roles/common
7,600
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "username: tony\npassword: '123'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Make sure we have a 'wheel' group\n group:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1003, "all_permissive": false }
ansible_role
Tony36051/ubuntu-kvm
9cd81aa8ca799b8f7ecab8ea00d3e60af30f3e3e
0
roles/frp
7,600
[ "no_license" ]
[ { "path": "roles/frp/files/frps.ini", "content": "# add by ansible file\n# vhost_http_port = 8080 # already existed in tasks\n# subdomain_host = example.com\n\n\ndashboard_port = 7500\n\n# dashboard user and pwd for basic auth protect, if not set, both default value is admin\ndashboard_user = admin\ndashbo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1653, "all_permissive": false }
ansible_role
rickprice/EricMachine
c00d6c20a64156858c22446fa8fa465be1f49959
0
playbooks/roles/RemapCapsLockToCtrl
7,600
[ "no_license" ]
[ { "path": "playbooks/roles/RemapCapsLockToCtrl/tasks/main.yml", "content": "---\n- name: Remap CapsLock to be another Ctrl key\n ansible.builtin.lineinfile:\n path: /etc/default/keyboard\n regexp: 'XKBOPTIONS=\"\"'\n line: 'XKBOPTIONS=\"ctrl:nocaps\"'\n when: ansible_os_family == 'Debian' or ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
rickprice/EricMachine
c00d6c20a64156858c22446fa8fa465be1f49959
0
playbooks/roles/chrome
7,600
[ "no_license" ]
[ { "path": "playbooks/roles/chrome/tasks/main.yml", "content": "---\n# Install & Configure Chrome\n\n- name: Add Google signing key\n ansible.builtin.apt_key:\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n state: present\n when: ansible_pkg_mgr == 'apt'\n tags: [ chrome ]\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 646, "all_permissive": false }
ansible_role
rickprice/EricMachine
c00d6c20a64156858c22446fa8fa465be1f49959
0
playbooks/roles/docker
7,600
[ "no_license" ]
[ { "path": "playbooks/roles/docker/tasks/main.yml", "content": "---\n# Install & Configure Docker\n\n- name: Add Docker signing key\n ansible.builtin.apt_key:\n url: \"{{ docker_ppa_key }}\"\n id: \"{{ docker_ppa_id }}\"\n state: present\n when: ansible_pkg_mgr == 'apt'\n tags: [ docker ]\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 571, "all_permissive": false }
ansible_role
rickprice/EricMachine
c00d6c20a64156858c22446fa8fa465be1f49959
0
playbooks/roles/e2guardian
7,600
[ "no_license" ]
[ { "path": "playbooks/roles/e2guardian/tasks/main.yml", "content": "---\n- name: Install e2guardian\n apt:\n pkg:\n - e2guardian\n # We need squid for things to work easily\n - squid\n become: yes\n when: ansible_pkg_mgr == 'apt'\n tags: [ e2guardian ]\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
rickprice/EricMachine
c00d6c20a64156858c22446fa8fa465be1f49959
0
playbooks/roles/git
7,600
[ "no_license" ]
[ { "path": "playbooks/roles/git/tasks/main.yml", "content": "---\n- name: Add Git PPA\n ansible.builtin.apt_repository:\n repo: ppa:git-core/ppa\n state: present\n filename: git\n when: ansible_pkg_mgr == 'apt'\n tags: [ git ]\n\n- name: Install git\n apt:\n pkg:\n - git\n - git-lfs\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
rickprice/EricMachine
c00d6c20a64156858c22446fa8fa465be1f49959
0
playbooks/roles/neovim
7,600
[ "no_license" ]
[ { "path": "playbooks/roles/neovim/tasks/main.yml", "content": "---\n- name: Add NeoVim PPA (I'm using unstable to get newest NeoVim)\n ansible.builtin.apt_repository:\n repo: 'ppa:neovim-ppa/unstable'\n state: present\n filename: neovim\n when: ansible_pkg_mgr == 'apt'\n tags: [ neovim ]\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1154, "all_permissive": false }
ansible_role
rickprice/EricMachine
c00d6c20a64156858c22446fa8fa465be1f49959
0
playbooks/roles/nodejs
7,600
[ "no_license" ]
[ { "path": "playbooks/roles/nodejs/vars/main.yml", "content": "---\n\n# This should be set in your main vars\n#nodejs_version: node_15.x\n\nnodejs_ppa: deb https://deb.nodesource.com/{{ nodejs_version }} groovy main\nnodejs_ppa_key: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\nnodejs_ppa_id: 1655A0A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 810, "all_permissive": false }
ansible_role
rickprice/EricMachine
c00d6c20a64156858c22446fa8fa465be1f49959
0
playbooks/roles/python
7,600
[ "no_license" ]
[ { "path": "playbooks/roles/python/tasks/main.yml", "content": "---\n\n- name: Install python\n apt:\n pkg:\n - python3\n - python3-pip\n - python-is-python3\n# I don't want to use Python2\n# - python\n# - python-pip\n become: yes\n when: ansible_pkg_mgr == 'apt'\n tags: [ python ]\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
rickprice/EricMachine
c00d6c20a64156858c22446fa8fa465be1f49959
0
playbooks/roles/ruby
7,600
[ "no_license" ]
[ { "path": "playbooks/roles/ruby/tasks/main.yml", "content": "---\n# Install & Configure Ruby\n- name: Install ruby packages\n apt:\n pkg:\n - ruby\n - ruby-dev\n - rubygems\n become: yes\n when: ansible_pkg_mgr == 'apt'\n tags: [ ruby ]\n \n# Install Ruby Gems\n- include_tasks: ruby_gems.yml...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 514, "all_permissive": false }
ansible_role
rickprice/EricMachine
c00d6c20a64156858c22446fa8fa465be1f49959
0
playbooks/roles/spotify
7,600
[ "no_license" ]
[ { "path": "playbooks/roles/spotify/vars/main.yml", "content": "---\n\nspotify_ppa: \"deb http://repository.spotify.com stable non-free\"\n\nspotify_ppa_key_url: https://download.spotify.com/debian/pubkey_0D811D58.gpg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 723, "all_permissive": false }
ansible_role
rickprice/EricMachine
c00d6c20a64156858c22446fa8fa465be1f49959
0
playbooks/roles/vagrant
7,600
[ "no_license" ]
[ { "path": "playbooks/roles/vagrant/tasks/main.yml", "content": "---\n# Install & Configure Vagrant\n- name: Add Hashicorp signing key\n ansible.builtin.apt_key:\n url: https://apt.releases.hashicorp.com/gpg\n state: present\n when: ansible_pkg_mgr == 'apt'\n tags: [ vagrant ]\n\n- name: Add Hashic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 630, "all_permissive": false }
ansible_role
rickprice/EricMachine
c00d6c20a64156858c22446fa8fa465be1f49959
0
playbooks/roles/vscode
7,600
[ "no_license" ]
[ { "path": "playbooks/roles/vscode/tasks/main.yml", "content": "---\n# Install & Configure Sublime Text\n\n- name: Add VSCode signing key\n ansible.builtin.apt_key:\n url: \"{{ vscode_ppa_key }}\"\n id: \"{{ vscode_ppa_id }}\"\n state: present\n when: ansible_pkg_mgr == 'apt'\n tags: [ vscode ]\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
stefanvanwouw/knutseldag-maart-2015
88164f811e4deb9a28cc5eb5cf2c25637ca50a04
0
ansible-provisioning/roles/consul_server
7,601
[ "no_license" ]
[ { "path": "ansible-provisioning/roles/consul_server/defaults/main.yml", "content": "---\nconsul_bind_ip: \"0.0.0.0\"\nconsul_docker0_ip: \"{{ansible_docker0.ipv4.address}}\"\nconsul_advertise_ip: \"{{ansible_default_ipv4.address}}\"\nconsul_first_host: False", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2210, "all_permissive": false }
ansible_role
stefanvanwouw/knutseldag-maart-2015
88164f811e4deb9a28cc5eb5cf2c25637ca50a04
0
ansible-provisioning/roles/docker_engine
7,601
[ "no_license" ]
[ { "path": "ansible-provisioning/roles/docker_engine/tasks/main.yml", "content": "---\n- name: Add Docker Repository Key\n apt_key: keyserver=keyserver.ubuntu.com id=36A1D7869245C8950F966E92D8576A8BA88D21E9\n tags: docker_install\n\n- name: Add Docker Repository\n apt_repository: repo='deb https://get.doc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1137, "all_permissive": false }
ansible_role
stefanvanwouw/knutseldag-maart-2015
88164f811e4deb9a28cc5eb5cf2c25637ca50a04
0
ansible-provisioning/roles/docker_swarm
7,601
[ "no_license" ]
[ { "path": "ansible-provisioning/roles/docker_swarm/templates/docker_swarm_agent_upstart.conf.j2", "content": "description \"Docker Swarm Master\"\nauthor \"<NAME>\"\nconsole log\nstart on filesystem\nstop on runlevel [!2345]\nscript\n/usr/local/bin/swarm join --addr={{ansible_default_ipv4.address}}:2375 con...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1854, "all_permissive": false }
ansible_role
stefanvanwouw/knutseldag-maart-2015
88164f811e4deb9a28cc5eb5cf2c25637ca50a04
0
ansible-provisioning/roles/redmine
7,601
[ "no_license" ]
[ { "path": "ansible-provisioning/roles/redmine/tasks/build.yml", "content": "---\n- name: Copy Docker Image Sources\n copy: src=docker-images dest=/tmp/\n tags:\n - build_docker_images\n - build_redmine\n\n- name: Build Redmine Docker Image\n docker_image: path=\"/tmp/docker-images/redmine\" name=\"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2739, "all_permissive": false }
ansible_role
elyesbenamor/Ansible-Kubernetes-On-Multipass
497cb4a37bf58c959b8d9685c3add80451872c1c
0
roles/dependencies
7,601
[ "no_license" ]
[ { "path": "roles/dependencies/tasks/main.yml", "content": "- name: install system packages\n become: true\n become_method: sudo \n apt:\n name: \"{{ item }}\"\n state: latest\n when:\n - ansible_facts['distribution'] ==\"Ubuntu\"\n loop:\n - apt-transport-https\n - ca-certificates\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 323, "all_permissive": false }
ansible_role
elyesbenamor/Ansible-Kubernetes-On-Multipass
497cb4a37bf58c959b8d9685c3add80451872c1c
0
roles/elyess.docker
7,601
[ "no_license" ]
[ { "path": "roles/elyess.docker/tasks/setup-Debian.yml", "content": "---\n- name: Ensure old versions of Docker are not installed.\n package:\n name:\n - docker\n - docker-engine\n\n state: absent\n\n- name: Ensure dependencies are installed.\n become: yes\n become_method: sudo\n apt:\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6366, "all_permissive": false }
ansible_role
elyesbenamor/Ansible-Kubernetes-On-Multipass
497cb4a37bf58c959b8d9685c3add80451872c1c
0
roles/upgrades
7,601
[ "no_license" ]
[ { "path": "roles/upgrades/tasks/main.yml", "content": "---\n - name: updating OS\n block:\n - name: update apt cache\n become: true\n become_method: sudo \n apt:\n update_cache: yes\n\n\n - name: upgrade OS\n block:\n - name: Upgrade the OS (apt-get dist-upgra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
elyesbenamor/Ansible-Kubernetes-On-Multipass
497cb4a37bf58c959b8d9685c3add80451872c1c
0
roles/user-system
7,601
[ "no_license" ]
[ { "path": "roles/user-system/vars/default.yml", "content": "new_user: ubuntu", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "roles/user-system/tasks/main.yml", "content": "- name: create the 'ubuntu' user\n become: yes\n become_method: sudo\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 802, "all_permissive": false }
ansible_role
sreepathysois/Cafe_Dynamic_Website
1e8973b4d55ce6a56062a256cfa1a07167dc7fdc
1
Deploy/cafe_app_ansible_bare_metal_deploy/roles/cafeweb
7,601
[ "no_license" ]
[ { "path": "Deploy/cafe_app_ansible_bare_metal_deploy/roles/cafeweb/tasks/main.yml", "content": "---\n# Update the apt cache\n- name: Update apt cache\n apt:\n update_cache: yes\n\n# Install necessary packages\n- name: Install Apache and PHP packages\n apt:\n name: \"{{ item }}\"\n state: present\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3337, "all_permissive": false }
ansible_role
sreepathysois/Cafe_Dynamic_Website
1e8973b4d55ce6a56062a256cfa1a07167dc7fdc
1
Deploy/cafe_app_ansible_bare_metal_deploy/roles/mysql
7,601
[ "no_license" ]
[ { "path": "Deploy/cafe_app_ansible_bare_metal_deploy/roles/mysql/handlers/main.yml", "content": "---\n- name: Enable and start MySQL server\n service:\n name: mysql\n state: started\n enabled: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4974, "all_permissive": false }
ansible_role
sreepathysois/Cafe_Dynamic_Website
1e8973b4d55ce6a56062a256cfa1a07167dc7fdc
1
Deploy/cafe_app_ansible_docker_deploy/roles/cafeweb
7,601
[ "no_license" ]
[ { "path": "Deploy/cafe_app_ansible_docker_deploy/roles/cafeweb/defaults/main.yml", "content": "db_url: \"mysql\"\ndb_name: \"mom_pop_db\"\ndb_user: \"root\"\ndb_password: \"<PASSWORD>\"\ncafeweb_image: \"sreedocker123/mompopcafeapp:v1\"\ncafeweb_container_name: \"cafeweb\"\ntime_zone: \"America/New_York\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1512, "all_permissive": false }
ansible_role
sreepathysois/Cafe_Dynamic_Website
1e8973b4d55ce6a56062a256cfa1a07167dc7fdc
1
Deploy/cafe_app_ansible_docker_deploy/roles/mysql
7,601
[ "no_license" ]
[ { "path": "Deploy/cafe_app_ansible_docker_deploy/roles/mysql/defaults/main.yml", "content": "mysql_image: \"mysql:latest\"\nmysql_container_name: \"mysql\"\nmysql_root_password: \"<PASSWORD>\"\nmysql_database: \"mom_pop_db\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1037, "all_permissive": false }
ansible_role
yashamayurov/diplom
6918b416255df8f9a871f8b7b901f767d0c5fee2
0
ansible/roles/install-gitlab-runner
7,601
[ "no_license" ]
[ { "path": "ansible/roles/install-gitlab-runner/defaults/main.yml", "content": "---\n# defaults file for install-gitlab-runner\ngitlab_runner_url: https://gitlab-runner-downloads.s3.amazonaws.com/latest/deb/gitlab-runner_amd64.deb # URL для загрузки пакетп gitlab-runner", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1526, "all_permissive": false }
ansible_role
yashamayurov/diplom
6918b416255df8f9a871f8b7b901f767d0c5fee2
0
ansible/roles/install-gitlab-server
7,601
[ "no_license" ]
[ { "path": "ansible/roles/install-gitlab-server/tasks/main.yml", "content": "---\n# tasks file for install-gitlab-server\n- name: install docker packeges\n become: true\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n loop: \"{{ gitlab_packages }}\"\n- name: run...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1887, "all_permissive": false }
ansible_role
yashamayurov/diplom
6918b416255df8f9a871f8b7b901f767d0c5fee2
0
ansible/roles/install-mysql
7,601
[ "no_license" ]
[ { "path": "ansible/roles/install-mysql/defaults/main.yml", "content": "---\n# defaults file for install-mysql\nmysql_slave_user: slave_user\nmysql_slave_password: <PASSWORD>\n#host_master: mysql1\nmysql_wp_database: wordpress\nmysql_wp_user: wordpress\nmysql_wp_password: <PASSWORD>\n#mysql_slave_ip: not\nmy...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4201, "all_permissive": false }
ansible_role
yashamayurov/diplom
6918b416255df8f9a871f8b7b901f767d0c5fee2
0
ansible/roles/install-wordpress
7,601
[ "no_license" ]
[ { "path": "ansible/roles/install-wordpress/README.md", "content": "install-wordpress\n=========\n\nРоль производит установку и конфигурацию nginx для работы с сайтом Wordpress\n\nRequirements\n------------\n\nОперационная система: Ubuntu 20.04\n\nRole Variables\n--------------\n\nВозможно переопределить сде...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3260, "all_permissive": false }
ansible_role
yashamayurov/diplom
6918b416255df8f9a871f8b7b901f767d0c5fee2
0
ansible/roles/intall-nginx-letsencrypt
7,601
[ "no_license" ]
[ { "path": "ansible/roles/intall-nginx-letsencrypt/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - intall-nginx-letsencrypt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "ansible/roles/intall-nginx-letse...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3129, "all_permissive": false }
ansible_role
laurent-perrin/rpi-swarm
9256e1d222920177079724871ce282a3a96304ca
0
roles/common
7,601
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- include: config_system.yml\n- include: update_apt.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/common/tasks/config_system.yml", "content": "- name: set hostname\n hostname:\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 522, "all_permissive": false }
ansible_role
laurent-perrin/rpi-swarm
9256e1d222920177079724871ce282a3a96304ca
0
roles/docker
7,601
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker-optimizations.yml", "content": "- name: Add cgroup for CPU limits to bootparams\n lineinfile:\n dest: /boot/cmdline.txt\n regexp: '^(.*?)(\\s*cgroup_enable=cpuset cgroup_enable=memory\\s*)?$'\n line: '\\1 cgroup_enable=cpuset cgroup_enable=memory'\n backrefs...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 710, "all_permissive": false }
ansible_role
laurent-perrin/rpi-swarm
9256e1d222920177079724871ce282a3a96304ca
0
roles/glusterfs
7,601
[ "no_license" ]
[ { "path": "roles/glusterfs/defaults/main.yml", "content": "glusterfs_transport_type: tcp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/glusterfs/tasks/glusterfs.yml", "content": "- name: install glusterfs-server package\n apt:\n na...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2260, "all_permissive": false }
ansible_role
laurent-perrin/rpi-swarm
9256e1d222920177079724871ce282a3a96304ca
0
roles/nfs
7,601
[ "no_license" ]
[ { "path": "roles/nfs/tasks/nfs.yml", "content": "- name: install nfs-common package\n apt:\n name: nfs-common\n state: present\n update_cache: yes\n tags: nfs\n\n- name: create Movie NFS directory\n file:\n path: '{{ NFS_MOVIES_PATH }}'\n state: directory\n tags: nfs,mount\n\n- name: crea...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 736, "all_permissive": false }
ansible_role
laurent-perrin/rpi-swarm
9256e1d222920177079724871ce282a3a96304ca
0
roles/swarm
7,601
[ "no_license" ]
[ { "path": "roles/swarm/tasks/main.yml", "content": "- include: init_cluster.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/swarm/tasks/init_cluster.yml", "content": "- name: check if swarm cluster is created\n shell: \"docker swar...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1062, "all_permissive": false }
ansible_role
Marquesledivan/Estudos
f2e98f3c4fffaff199640f0c0b61d4f28ff7b818
0
ansible/roles/dns
7,601
[ "no_license" ]
[ { "path": "ansible/roles/dns/tasks/configure.yml", "content": "---\n- name: Define os arquivos de configuracao do servidor DNS\n when: bind9_installed|success\n copy: src={{item}} dest=/etc/bind/ owner=root group=root mode=0644\n with_items:\n - named.conf.local\n - named.conf.options\n notify...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 791, "all_permissive": false }
ansible_role
Marquesledivan/Estudos
f2e98f3c4fffaff199640f0c0b61d4f28ff7b818
0
ansible/roles/memcached
7,601
[ "no_license" ]
[ { "path": "ansible/roles/memcached/handlers/main.yml", "content": "---\n- name: Start Memcached\n service: name=memcached state=started\n- name: Reload Memcached\n service: name=memcached state=reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 595, "all_permissive": false }
ansible_role
Marquesledivan/Estudos
f2e98f3c4fffaff199640f0c0b61d4f28ff7b818
0
ansible/roles/mysql
7,601
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/configure.yml", "content": "---\n- name: Define o arquivo de configuracao do servidor MySQL\n when: mysql_installed|success\n copy: src=my.cnf dest=/etc/mysql/my.cnf owner=root group=root mode=0644\n notify:\n - Restart MySQL\n", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1609, "all_permissive": false }
ansible_role
Marquesledivan/Estudos
f2e98f3c4fffaff199640f0c0b61d4f28ff7b818
0
ansible/roles/postfix
7,601
[ "no_license" ]
[ { "path": "ansible/roles/postfix/tasks/main.yml", "content": "---\n- include: install.yml\n- include: configure.yml\n- include: maildir.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/roles/postfix/tasks/maildir.yml", "content": "...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1939, "all_permissive": false }
ansible_role
Marquesledivan/Estudos
f2e98f3c4fffaff199640f0c0b61d4f28ff7b818
0
ansible/roles/postgresql
7,601
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/meta/main.yml", "content": "---\ndependencies:\n - {role: dns}\n - {role: webserver}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "ansible/roles/postgresql/tasks/configure.yml", "content": "---\n- name:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2173, "all_permissive": false }
ansible_role
Marquesledivan/Estudos
f2e98f3c4fffaff199640f0c0b61d4f28ff7b818
0
ansible/roles/rsyslog
7,601
[ "no_license" ]
[ { "path": "ansible/roles/rsyslog/meta/main.yml", "content": "---\ndependencies:\n - {role: dns} \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/rsyslog/tasks/install.yml", "content": "---\n- name: Instala servidor de Logs da e...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 923, "all_permissive": false }
ansible_role
Marquesledivan/Estudos
f2e98f3c4fffaff199640f0c0b61d4f28ff7b818
0
ansible/roles/rsyslog-client
7,601
[ "no_license" ]
[ { "path": "ansible/roles/rsyslog-client/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - rsyslog-client", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "ansible/roles/rsyslog-client/vars/main.yml", "cont...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 524, "all_permissive": false }
ansible_role
Marquesledivan/Estudos
f2e98f3c4fffaff199640f0c0b61d4f28ff7b818
0
ansible/roles/webserver
7,601
[ "no_license" ]
[ { "path": "ansible/roles/webserver/handlers/main.yml", "content": "---\n- name: Start Apache\n service: name=apache2 state=started\n- name: Start Httpd\n service: name=httpd state=started\n- name: Reload Apache\n service: name=apache2 state=reloaded\n- name: Reload Httpd\n service: name=httpd state=relo...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5143, "all_permissive": false }
ansible_role
opendaylight/integration-packaging-ansible-opendaylight
4a9217ed0fe9078152435daaa2d3f45b81021b3a
5
roles/common
7,601
[ "no_license" ]
[ { "path": "roles/common/tasks/start_stacking.yml", "content": "---\n- name: Set devstack to 'OFFLINE' mode for compute nodes\n tags:\n - openstack\n - stack\n shell: |\n docker exec --user stack \"{{ container_name }}\" sed -i 's:^# \\(OFFLINE=True\\):\\1:g' /home/stack/compute.odl.local.conf\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 12314, "all_permissive": false }
ansible_role
opendaylight/integration-packaging-ansible-opendaylight
4a9217ed0fe9078152435daaa2d3f45b81021b3a
5
roles/compute
7,601
[ "no_license" ]
[ { "path": "roles/compute/tasks/pull_compute.yml", "content": "---\n- name: Pull compute-node docker image from the registry\n tags:\n - pull\n - docker\n - containers\n vars:\n node_type: compute\n container_tag: \"{{ compute_version }}\"\n include: ../../common/tasks/pull_image.yml\n\n# v...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2782, "all_permissive": false }
ansible_role
opendaylight/integration-packaging-ansible-opendaylight
4a9217ed0fe9078152435daaa2d3f45b81021b3a
5
roles/infra
7,601
[ "no_license" ]
[ { "path": "roles/infra/vars/main.yml", "content": "---\n\n# apparmor info\nprofile_path: /root/workspace/docker-unconfined\n\n# docker configuration (daemon.json)\nsystemd_docker_dropin_dir: '/etc/systemd/system/docker.service.d/'\n\n# docker registry in common/vars/main.yml\ndebug_docker: 'true'\ndocker_st...
{ "task_files": 14, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 6559, "all_permissive": false }
ansible_role
opendaylight/integration-packaging-ansible-opendaylight
4a9217ed0fe9078152435daaa2d3f45b81021b3a
5
roles/network
7,601
[ "no_license" ]
[ { "path": "roles/network/vars/main.yml", "content": "---\nHOST_ID: \"{{ rackpos }}\"\ncontainer_netns_name: \"netns-{{ container_name }}\"\n\n# third octet of ip address for containers & host bridge\nSUBNET_SEGMENT: \"{{ rackpos }}\"\n\n# H_IXd == integer host index (within rack/datacenter)\nH_IXd: \"{{ rac...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7348, "all_permissive": false }
ansible_role
opendaylight/integration-packaging-ansible-opendaylight
4a9217ed0fe9078152435daaa2d3f45b81021b3a
5
roles/service
7,601
[ "no_license" ]
[ { "path": "roles/service/tasks/run_service.yml", "content": "---\n- name: Print debug info\n tags:\n - service\n - debug\n debug:\n msg: \"Spawning service node '{{ container_name }}' with COMP_ID={{ COMP_ID }}\"\n verbosity: 2\n\n- name: Spawn Service/control node\n remote_user: root\n beco...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2326, "all_permissive": false }
ansible_role
andreafaith/Final_Exam_Alimorong
62c8457497ae41c841222abdd88bc8f259d891d5
0
roles/banner
7,601
[ "no_license" ]
[ { "path": "roles/banner/tasks/main.yml", "content": "- name: Creating Banner Motd in Ubuntu\n debug:\n msg: \"Ansible Managed node by Alimorong\"\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Creating Banner Motd in CentOS\n debug:\n msg: \"Ansible Managed node by Alimorong\"\n when: ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
yishuihun001/kubernetes
d9ddeab6f39d3e50e1876a08761f2861e040a26a
0
roles/calico
7,601
[ "no_license" ]
[ { "path": "roles/calico/tasks/main.yml", "content": "- name: 创建calico 相关目录\n file: name={{ item }} state=directory\n with_items:\n - /etc/calico/ssl\n - /etc/cni/net.d\n\n- name: 复制CA 证书和etcd 证书\n copy: src={{ item }} dest=/etc/calico/ssl/{{ item }}\n with_items:\n - ca.pem\n - etcd.pem\n - etcd-ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 921, "all_permissive": false }
ansible_role
secsecsec/lildipper
0d14ad10c20abcc608613c4f23edfc74b8b86ee3
0
ansible/roles/glauth
7,601
[ "no_license" ]
[ { "path": "ansible/roles/glauth/tasks/main.yml", "content": "---\n- name: install packages needed for glauth\n sudo: true\n apt: pkg={{item}} state=installed\n with_items:\n - ldap-auth-client\n - nscd\n# - ldap-utils\n# - netcat\n\n- name: configure nsswitch passwd\n sudo: true\n lineinfile: 'dest=/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2960, "all_permissive": false }
ansible_role
philfry/ansiblemitogentest
3a2f21262593bb70b8c6b03065522caa58f9cc03
0
roles/dummy
7,601
[ "no_license" ]
[ { "path": "roles/dummy/meta/main.yml", "content": "---\ncollections:\n - philfry.test\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/dummy/tasks/main.yml", "content": "---\n- name: \"print hello world\"\n hello:\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 75, "all_permissive": false }
ansible_role
philfry/ansiblemitogentest
3a2f21262593bb70b8c6b03065522caa58f9cc03
0
roles/dummy_noshort
7,601
[ "no_license" ]
[ { "path": "roles/dummy_noshort/tasks/main.yml", "content": "---\n- name: \"print hello world\"\n philfry.test.hello:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 54, "all_permissive": false }
ansible_role
ed-asriyan/rkn-server-deploy
405c480e69ff188cf09400c418c37e02c002ed51
1
roles/frontman
7,601
[ "no_license" ]
[ { "path": "roles/frontman/tasks/main.yml", "content": "- name: Ensure required variables are defined\n assert:\n that:\n - frontman_title is string\n - frontman_cloudflare_project_name is string\n - frontman_cloudflare_account_id is string\n - frontman_cloudflare_api_token is string\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 11311, "all_permissive": false }
ansible_role
ed-asriyan/rkn-server-deploy
405c480e69ff188cf09400c418c37e02c002ed51
1
roles/metrics-exporter
7,601
[ "no_license" ]
[ { "path": "roles/metrics-exporter/defaults/main.yml", "content": "# one(!) server item as secribed in /servers-example.yml\nmetrics_exporter_server:\n\n# localhost port xray metrics are available on\nmetrics_exporter_xray_metrics_port:\n\n# localhost port node_exporter metrics are available on\nmetrics_expo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5116, "all_permissive": false }
ansible_role
ed-asriyan/rkn-server-deploy
405c480e69ff188cf09400c418c37e02c002ed51
1
roles/xray
7,601
[ "no_license" ]
[ { "path": "roles/xray/meta/main.yml", "content": "dependencies:\n # - role: kernel-optimizations\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/xray/templates/xray.service.j2", "content": "[Unit]\nDescription=xray\nAfter=network.servi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7399, "all_permissive": false }
ansible_role
ed-asriyan/rkn-server-deploy
405c480e69ff188cf09400c418c37e02c002ed51
1
roles/xray-exporter
7,601
[ "no_license" ]
[ { "path": "roles/xray-exporter/vars/main.yml", "content": "# linus user to run node-exporter as\nxray_exporter_user: xray-exporter\n\n# name of node-exporter executable file\nxray_exporter_executable_name: xray_exporter.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3196, "all_permissive": false }
ansible_role
ninghao/playbook
c66d1e9f9946ef86992720aef3e4babf03fd7e28
11
playbooks/roles/drupal
7,601
[ "no_license" ]
[ { "path": "playbooks/roles/drupal/tasks/main.yml", "content": "---\n\n## Drupal\n\n- name: mariadb | 创建数据库\n mysql_db: name={{ Drupal.database_name }} state=present login_user=root login_password={{ Mariadb.root_password }}\n\n- name: mariadb | 创建用户\n mysql_user: name={{ Drupal.database_user }} password={...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3278, "all_permissive": false }
ansible_role
ninghao/playbook
c66d1e9f9946ef86992720aef3e4babf03fd7e28
11
playbooks/roles/drupal_contrib
7,601
[ "no_license" ]
[ { "path": "playbooks/roles/drupal_contrib/tasks/main.yml", "content": "---\n## Drupal 模块\n\n- name: 下载常用模块\n command: /usr/bin/drush dl {{ item }} -y chdir={{ Drupal.root }}\n with_items:\n - views\n - module_filter\n - token-7.x-1.x-dev\n - pathauto-7.x-1.x-dev\n - l10n_update\n - featu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 605, "all_permissive": false }
ansible_role
ninghao/playbook
c66d1e9f9946ef86992720aef3e4babf03fd7e28
11
playbooks/roles/init
7,601
[ "no_license" ]
[ { "path": "playbooks/roles/init/tasks/main.yml", "content": "## 初始化\n\n- name: 把系统时区设置成上海\n shell: timedatectl set-timezone Asia/Shanghai\n\n### 添加仓库\n\n- stat: path=/etc/yum.repos.d/epel.repo\n register: epel\n\n- stat: path=/etc/yum.repos.d/ius.repo\n register: ius\n\n- name: 复制 epel\n copy: src=files...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
ninghao/playbook
c66d1e9f9946ef86992720aef3e4babf03fd7e28
11
playbooks/roles/mariadb
7,601
[ "no_license" ]
[ { "path": "playbooks/roles/mariadb/tasks/main.yml", "content": "---\n\n## mariadb\n\n- name: 删除默认的 mariadb-libs\n yum: name=mariadb-libs-5.5.35-3.el7 state=absent\n\n- name: 安装新的 mariadb\n yum: name=mariadb100u\n\n- name: 安装新的 mariadb-server\n yum: name=mariadb100u-server\n\n- name: 启动 mariadb\n service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1178, "all_permissive": false }
ansible_role
ninghao/playbook
c66d1e9f9946ef86992720aef3e4babf03fd7e28
11
playbooks/roles/nginx
7,601
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/main.yml", "content": "---\n\n## nginx\n\n- name: 安装 nginx\n yum: name=nginx\n\n- name: 启动 nginx\n service: name=nginx state=started enabled=yes\n\n- name: 修改 /var/lib/nginx 的拥有者\n file: path=/var/lib/nginx owner={{ App.user }} recurse=yes\n\n- name: 修改 nginx 用户\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
ninghao/playbook
c66d1e9f9946ef86992720aef3e4babf03fd7e28
11
playbooks/roles/php-fpm
7,601
[ "no_license" ]
[ { "path": "playbooks/roles/php-fpm/tasks/main.yml", "content": "---\n\n## php\n\n- name: 安装 php-fpm\n yum: name=php56u-fpm\n\n- name: 启动 php-fpm\n service: name=php-fpm state=started enabled=yes\n\n- name: 安装 php 扩展\n yum: pkg={{ item }} state=latest\n with_items:\n - php56u-gd\n - php56u-mysqlnd\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1280, "all_permissive": false }
ansible_role
ninghao/playbook
c66d1e9f9946ef86992720aef3e4babf03fd7e28
11
playbooks/roles/phpmyadmin
7,601
[ "no_license" ]
[ { "path": "playbooks/roles/phpmyadmin/tasks/main.yml", "content": "---\n\n## phpMyAdmin\n\n- stat: path=/tmp/phpMyAdmin-4.3.10-all-languages.tar.bz2\n register: phpMyAdmin_tar\n\n- stat: path=/tmp/phpMyAdmin-4.3.10-all-languages\n register: phpMyAdmin_untar\n\n- stat: path={{ phpmyadmin.root }}/index.php\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 966, "all_permissive": false }
ansible_role
ninghao/playbook
c66d1e9f9946ef86992720aef3e4babf03fd7e28
11
playbooks/roles/tool
7,601
[ "no_license" ]
[ { "path": "playbooks/roles/tool/tasks/main.yml", "content": "---\n\n## 工具\n\n- stat: path=/usr/local/bin/composer\n register: composer\n\n- name: 安装 Sendmail\n yum: name=sendmail\n\n- name: 启动 Sendmail\n service: name=sendmail state=started enabled=yes \n\n- name: 安装 Vim\n yum: name=vim\n\n- name: 安装 G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1552, "all_permissive": false }
ansible_role
jmcmanzanilla/ansible
908adc2d1ff565d2fc737ed71124d6ab070849b3
0
roles/tomcat
7,601
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n- name: build Dockerfile\n shell: docker build -t tomascatalina .\n\n- name: start tomcat\n docker_container:\n name: tomcatalina\n image: tomascatalina \n state: started\n ports:\n - \"80:8080\"", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
Arsenikki/kuberseni-gitops
dc54ab01f418cfa873a5e406a1adafedb435c5e2
1
bootstrapping/roles/cilium
7,601
[ "no_license" ]
[ { "path": "bootstrapping/roles/cilium/defaults/main.yaml", "content": "---\ncilium_version: 1.14.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "bootstrapping/roles/cilium/templates/cilium-helm-config.yaml.j2", "content": "apiVersion: helm....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1011, "all_permissive": false }
ansible_role
Arsenikki/kuberseni-gitops
dc54ab01f418cfa873a5e406a1adafedb435c5e2
1
bootstrapping/roles/flux
7,601
[ "no_license" ]
[ { "path": "bootstrapping/roles/flux/templates/sops-age.yaml.j2", "content": "---\napiVersion: v1\nkind: Secret\nmetadata:\n name: sops-age\n namespace: flux-system\ndata:\n age.agekey: {{ secret_agekey_base64 }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 },...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1607, "all_permissive": false }
ansible_role
Arsenikki/kuberseni-gitops
dc54ab01f418cfa873a5e406a1adafedb435c5e2
1
bootstrapping/roles/kube-vip
7,601
[ "no_license" ]
[ { "path": "bootstrapping/roles/kube-vip/defaults/main.yaml", "content": "---\nkube_vip_tag_version: v0.6.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "bootstrapping/roles/kube-vip/tasks/main.yaml", "content": "---\n- name: Get RBAC manife...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2741, "all_permissive": false }
ansible_role
Arsenikki/kuberseni-gitops
dc54ab01f418cfa873a5e406a1adafedb435c5e2
1
bootstrapping/roles/longhorn
7,601
[ "no_license" ]
[ { "path": "bootstrapping/roles/longhorn/tasks/main.yaml", "content": "---\n- name: Create Longhorn default disk directory if it does not exist\n ansible.builtin.file:\n path: \"{{ longhorn_default_disk_path }}\"\n state: directory\n mode: '0755'\n\n- name: Verify that worker nodes exist and are re...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2785, "all_permissive": false }
ansible_role
Arsenikki/kuberseni-gitops
dc54ab01f418cfa873a5e406a1adafedb435c5e2
1
bootstrapping/roles/pve_acme
7,601
[ "no_license" ]
[ { "path": "bootstrapping/roles/pve_acme/defaults/main.yaml", "content": "---\npve_acme_account_name: cloudflare\npve_acme_account_directory: \"https://acme-v02.api.letsencrypt.org/directory\"\n\npve_acme_validation_delay: 30\npve_acme_plugin_name: cloudflare\npve_acme_plugin_api: \"cf\"\npve_acme_plugin_dat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1898, "all_permissive": false }