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
pycontribs/selinux
fc8cd42814645a6eaf5eddbbc5ec4456b69e78cc
20
tests/roles/ensure_ansible
26
[ "no_license" ]
[ { "path": "tests/roles/ensure_ansible/meta/main.yml", "content": "---\ngalaxy_info:\n namespace: acme\n author: <NAME>\n description: Role that bootstrap host to be managed via Ansible\n license: MIT\n\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: Fedora\n versions:\n - all\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 9293, "all_permissive": false }
ansible_role
femiosinowo/ansible-cp
7a3a0aad7c8d1769337d40038451054be3422f21
0
roles/clamav
26
[ "no_license" ]
[ { "path": "roles/clamav/tasks/main.yml", "content": "---\n\n- name: CLAMAV | Install all required\n yum: name={{ item }} state=present\n with_items:\n - clamav-server\n - clamav-data\n - clamav-update\n - clamav-filesystem\n - clamav\n - clamav-scanner-systemd\n - clamav-devel\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2046, "all_permissive": false }
ansible_role
femiosinowo/ansible-cp
7a3a0aad7c8d1769337d40038451054be3422f21
0
roles/common
26
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Install common packages\n yum: name={{item}} state=present\n with_items:\n - unzip\n - rsync\n\n- name: Install libselinux-python\n yum: name=libselinux-python state=present\n when: ansible_os_family == \"RedHat\" and {{ ansible_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1602, "all_permissive": false }
ansible_role
femiosinowo/ansible-cp
7a3a0aad7c8d1769337d40038451054be3422f21
0
roles/couchbase
26
[ "no_license" ]
[ { "path": "roles/couchbase/templates/etc_sysctl.d_couchbase-server.conf.j2", "content": "# File: templates/etc_sysctl.d/couchbase-server.conf.j2\n# Kernel tunables for Couchbase Server set by Ansbile\n\n###\n### STANDARD TUNING\n###\n\n# Instructs the kernel to swap only as a last resort\nvm.swappiness = 0\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4870, "all_permissive": false }
ansible_role
femiosinowo/ansible-cp
7a3a0aad7c8d1769337d40038451054be3422f21
0
roles/elasticsearch
26
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n\n- name: Import public signing key\n rpm_key: state=present key=http://packages.elasticsearch.org/GPG-KEY-elasticsearch\n\n- name: Install elasticsearch\n yum: name={{ elasticsearch_download_url }} state=present\n\n- name: Configuring user ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5017, "all_permissive": false }
ansible_role
femiosinowo/ansible-cp
7a3a0aad7c8d1769337d40038451054be3422f21
0
roles/nginx
26
[ "no_license" ]
[ { "path": "roles/nginx/templates/compilation_flags.j2", "content": "{{nginx_source_version}}\n{{nginx_source_configure_flags}}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/nginx/tasks/source.yml", "content": "---\n- name: Install nginx...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3238, "all_permissive": false }
ansible_role
femiosinowo/ansible-cp
7a3a0aad7c8d1769337d40038451054be3422f21
0
roles/nodejs
26
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Install nodesource repo\n shell: curl --silent --location {{ nodejs_installation_script_url }} | bash -\n become: true\n args:\n creates: /usr/bin/npm\n\n- name: Install tools\n yum: name={{ item }} state=present\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 684, "all_permissive": false }
ansible_role
femiosinowo/ansible-cp
7a3a0aad7c8d1769337d40038451054be3422f21
0
roles/nxt_data
26
[ "no_license" ]
[ { "path": "roles/nxt_data/files/NXT_TASKS/Function/upsert_task.sql", "content": "-- Function: upsert_task(character varying, character varying, character varying, character varying, bytea, character varying, timestamp with time zone)\n\n-- DROP FUNCTION upsert_task(character varying, character varying, cha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 8130, "all_permissive": false }
ansible_role
femiosinowo/ansible-cp
7a3a0aad7c8d1769337d40038451054be3422f21
0
roles/nxt_index
26
[ "no_license" ]
[ { "path": "roles/nxt_index/tasks/main.yml", "content": "---\n\n- name: Set index_mapping_path\n set_fact:\n index_mapping_path: \"../../../../{{ target_source }}-dist-app/database/elastic-search/mapping/ehr\"\n when: \"{{ target_source == 'nxt' }}\"\n- set_fact:\n index_mapping_path: \"../../../../{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5156, "all_permissive": false }
ansible_role
femiosinowo/ansible-cp
7a3a0aad7c8d1769337d40038451054be3422f21
0
roles/nxt_init
26
[ "no_license" ]
[ { "path": "roles/nxt_init/templates/config.js.j2", "content": "\"use strict\";\nvar config = {};\n\nconfig.couchbaseUrl = '{{ groups['dbmaster'][0] }}:8091';\nconfig.couchbaseBucket = 'fhir';\nconfig.couchbaseAuditBucket = 'audit';\nconfig.couchbaseInitTimeout = 20000; //20s timeout on initiating connectio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 8803, "all_permissive": false }
ansible_role
femiosinowo/ansible-cp
7a3a0aad7c8d1769337d40038451054be3422f21
0
roles/nxtapi
26
[ "no_license" ]
[ { "path": "roles/nxtapi/templates/nxtoperations.service.j2", "content": "[Unit]\nDescription=NXTOperations ehr Service Unit\n\n[Service]\nWorkingDirectory={{ nxt_api_home_path }}\nExecStartPre=/usr/bin/sleep 5\nExecStart=/usr/bin/node {{ nxt_api_home_path }}/workers/operations/operations-worker.js\nRestart=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 43053, "all_permissive": false }
ansible_role
femiosinowo/ansible-cp
7a3a0aad7c8d1769337d40038451054be3422f21
0
roles/nxtapi-post
26
[ "no_license" ]
[ { "path": "roles/nxtapi-post/tasks/main.yml", "content": "---\n\n- name: Enable checkAuthorization\n become: true\n lineinfile: dest={{ nxt_api_home_path }}/config.js\n regexp='^config.checkAuthorization = false;'\n line=\"config.checkAuthorization = true;\"\n state=present\n\n- name: Enable xsrf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
femiosinowo/ansible-cp
7a3a0aad7c8d1769337d40038451054be3422f21
0
roles/nxtui
26
[ "no_license" ]
[ { "path": "roles/nxtui/tasks/main.yml", "content": "---\n\n- name: Create UI directory\n file: path=/usr/local/www/nxt state=directory\n\n- name: Deploy UI files\n # copy: src=../../../../{{ target_source }}-dist-ui/ dest=/usr/local/www/nxt\n synchronize: src=../../../../{{ target_source }}-dist-ui/ dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4741, "all_permissive": false }
ansible_role
femiosinowo/ansible-cp
7a3a0aad7c8d1769337d40038451054be3422f21
0
roles/postgresql
26
[ "no_license" ]
[ { "path": "roles/postgresql/templates/pgpass.j2", "content": "{{groups['dbmaster'][0]}}:5432:replication:replication:{{ postgres_replication_password }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/postgresql/templates/recovery.conf.j2", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4230, "all_permissive": false }
ansible_role
philbert/django-playground
d074f10b070855923143545ad98586aea98225ee
0
deployment/roles/base
26
[ "no_license" ]
[ { "path": "deployment/roles/base/tasks/main.yml", "content": "---\n - name: update everything\n yum: name=* state=latest\n\n - name: install epel\n yum: name={{ item }}\n with_items: \n - epel-release\n\n - name: install pip \n yum: name={{ item }}\n with_items: \n - python-pip\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
philbert/django-playground
d074f10b070855923143545ad98586aea98225ee
0
deployment/roles/django
26
[ "no_license" ]
[ { "path": "deployment/roles/django/tasks/main.yml", "content": "---\n - name: setup application directory structure\n file: path=\"{{ item }}\" state=directory\n with_items:\n - ~/sites/production.philbert.io/database\n - \"{{ source_path }}\"\n - ~/sites/production.philbert.io/static\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1830, "all_permissive": false }
ansible_role
philbert/django-playground
d074f10b070855923143545ad98586aea98225ee
0
deployment/roles/gunicorn
26
[ "no_license" ]
[ { "path": "deployment/roles/gunicorn/tasks/main.yml", "content": "---\n - name: create log and pid directories for gunicorn\n file: \n path: \"{{ item }}\"\n owner: \"{{ django_user }}\"\n group: \"{{ django_user }}\"\n mode: 755\n state: directory\n with_items:\n - /var...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 605, "all_permissive": false }
ansible_role
philbert/django-playground
d074f10b070855923143545ad98586aea98225ee
0
deployment/roles/nginx
26
[ "no_license" ]
[ { "path": "deployment/roles/nginx/templates/nginx.conf.j2", "content": "# For more information on configuration, see:\n# * Official English Documentation: http://nginx.org/en/docs/\n# * Official Russian Documentation: http://nginx.org/ru/docs/\n\nuser centos;\nworker_processes 1;\nerror_log /var/log/ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2949, "all_permissive": false }
ansible_role
philbert/django-playground
d074f10b070855923143545ad98586aea98225ee
0
deployment/roles/selinux
26
[ "no_license" ]
[ { "path": "deployment/roles/selinux/tasks/main.yml", "content": "---\n - name: copy selinux rules to current dir\n copy: src=selinux_allow dest=./\n\n - name: convert selinux rules to policy with audit2allow\n shell: audit2allow -a -M selinux_allow\n\n - name: apply selinux rules\n shell: semodu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
udacity-gctrevino/nd9991-3-sandbox
5272703ef0b6549d283bf88dd97dcd3fa0e8dec3
1
ansible/prometheus/roles/configure-prometheus-node-exporter
26
[ "no_license" ]
[ { "path": "ansible/prometheus/roles/configure-prometheus-node-exporter/tasks/main.yml", "content": "---\n- name: Add Node Exporter user\n user:\n name: node_exporter\n state: present\n create_home: no\n\n- name: Download Node Exporter and Unarchive\n unarchive:\n src: https://github.com/promet...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1204, "all_permissive": false }
ansible_role
udacity-gctrevino/nd9991-3-sandbox
5272703ef0b6549d283bf88dd97dcd3fa0e8dec3
1
ansible/prometheus/roles/install-prometheus
26
[ "no_license" ]
[ { "path": "ansible/prometheus/roles/install-prometheus/tasks/main.yml", "content": "---\n- name: Add Prometheus user\n user:\n name: prometheus\n state: present\n create_home: no\n\n- name: Download Prometheus and Unarchive\n unarchive:\n src: https://github.com/prometheus/prometheus/releases/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1765, "all_permissive": false }
ansible_role
trurlem/trurlem-dev
1bcfef04868b7168139a1fd9b25ade3674716660
0
roles/dotfiles
26
[ "no_license" ]
[ { "path": "roles/dotfiles/README.md", "content": "Ansible Role - dotfiles\n=========\n\nA role for automating dotfiles deployment.\n\n\nRole Variables\n--------------\n\n| Variable | Meaning |\n|--|--|\n| git_files| List of git configuration files|\n| git_path | Path to folder containing git configuration f...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2623, "all_permissive": false }
ansible_role
trurlem/trurlem-dev
1bcfef04868b7168139a1fd9b25ade3674716660
0
roles/sudoers
26
[ "no_license" ]
[ { "path": "roles/sudoers/tasks/main.yml", "content": "---\n- name: Add sudoers custom configuration.\n ansible.builtin.copy:\n content: \"{{ sudoers_custom_content }}\"\n dest: \"{{ sudoers_custom_file }}\"\n mode: 0440\n validate: 'visudo -csf %s'\n become: true\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 683, "all_permissive": false }
ansible_role
trurlem/trurlem-dev
1bcfef04868b7168139a1fd9b25ade3674716660
0
roles/symlinks
26
[ "no_license" ]
[ { "path": "roles/symlinks/tasks/main.yml", "content": "---\n- name: Ensure items in orig are links in dest.\n ansible.builtin.file:\n src: \"{{ orig }}/{{ item }}\"\n dest: \"{{ dest }}/{{ item }}\"\n state: link\n force: true\n become: false\n with_items: \"{{ items }}\"\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 571, "all_permissive": false }
ansible_role
slde-rorschach/workshop-box
7c1b32da9a4d49ea24e52f0c9449d3a48f94cceb
0
ansible/roles/phpserver
28
[ "no_license" ]
[ { "path": "ansible/roles/phpserver/tasks/vhost.yml", "content": "---\n\n- name: install vhost template\n become: true\n template: src=simple_vhost.conf.j2 dest=/etc/apache2/sites-enabled/{{ hostname }}.conf\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, {...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2106, "all_permissive": false }
ansible_role
slde-rorschach/workshop-box
7c1b32da9a4d49ea24e52f0c9449d3a48f94cceb
0
ansible/roles/user
28
[ "no_license" ]
[ { "path": "ansible/roles/user/files/dotfiles/.gitignore", "content": ".vagrant/\npacker_cache/\n*.box\n.idea/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "ansible/roles/user/templates/zshrc.j2", "content": "# Path to your oh-my-zsh install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1469, "all_permissive": false }
ansible_role
sam-hosseini/dotfiles
cb00f53a561a3e8a58393e271e256856377d69bc
82
roles/git
28
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- name: Create git config directory\n ansible.builtin.file:\n path: ~/.config/git\n state: directory\n\n- name: Setup git config symlink\n ansible.builtin.file:\n src: '{{ DOTFILES_REPO }}/roles/git/files/config.ini'\n path: ~/.config/git/confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 686, "all_permissive": false }
ansible_role
sam-hosseini/dotfiles
cb00f53a561a3e8a58393e271e256856377d69bc
82
roles/homebrew
28
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "- name: Setup homebrew environment\n ansible.builtin.file:\n src: '{{ DOTFILES_REPO }}/roles/homebrew/files/environment.fish'\n path: ~/.config/fish/autoload/homebrew.fish\n state: link\n\n- name: Get installed homebrew formulae\n register: i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3324, "all_permissive": false }
ansible_role
sam-hosseini/dotfiles
cb00f53a561a3e8a58393e271e256856377d69bc
82
roles/hosts
28
[ "no_license" ]
[ { "path": "roles/hosts/tasks/main.yml", "content": "- name: Check if curated_hosts exists\n register: curated_hosts\n ansible.builtin.stat:\n path: '{{ DOTFILES_REPO }}/roles/hosts/files/curated_hosts'\n\n- name: Check if curated_hosts is outdated\n register: curated_hosts_is_outdated\n ansible.built...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1725, "all_permissive": false }
ansible_role
sam-hosseini/dotfiles
cb00f53a561a3e8a58393e271e256856377d69bc
82
roles/iterm
28
[ "no_license" ]
[ { "path": "roles/iterm/tasks/main.yml", "content": "- name: Set iterm to load preferences from custom folder\n community.general.osx_defaults:\n domain: com.googlecode.iterm2\n key: LoadPrefsFromCustomFolder\n type: int\n value: 1\n state: present\n\n- name: Set iterm preferences custom fold...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
sam-hosseini/dotfiles
cb00f53a561a3e8a58393e271e256856377d69bc
82
roles/karabiner
28
[ "no_license" ]
[ { "path": "roles/karabiner/files/rules/delete.json", "content": "{\n \"description\": \"delete\",\n \"manipulators\": [\n {\n \"from\": {\n \"key_code\": \"delete_or_backspace\",\n \"modifiers\": {\n \"mandatory\": [\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6102, "all_permissive": false }
ansible_role
sam-hosseini/dotfiles
cb00f53a561a3e8a58393e271e256856377d69bc
82
roles/macos
28
[ "no_license" ]
[ { "path": "roles/macos/tasks/system.yml", "content": "- name: Setup system preferences\n changed_when: false\n ansible.builtin.shell:\n cmd: |\n {% for item in preferences %}\n defaults write {{ item.domain }} {{ item.key }} -{{ item.type }} {{ item.value }} {% if not loop.last %} && {% endif...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7409, "all_permissive": false }
ansible_role
sam-hosseini/dotfiles
cb00f53a561a3e8a58393e271e256856377d69bc
82
roles/rectangle
28
[ "no_license" ]
[ { "path": "roles/rectangle/tasks/main.yml", "content": "- name: Copy rectangle config\n ansible.builtin.copy:\n src: '{{ DOTFILES_REPO }}/roles/rectangle/files/config.plist'\n dest: ~/Library/Preferences/com.knollsoft.Rectangle.plist\n force: no\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
sam-hosseini/dotfiles
cb00f53a561a3e8a58393e271e256856377d69bc
82
roles/starship
28
[ "no_license" ]
[ { "path": "roles/starship/files/config.toml", "content": "\"$schema\" = \"https://starship.rs/config-schema.json\"\n\nadd_newline = false\ncommand_timeout = 5000\n\n[battery]\ndisabled = true\n\n[character]\nsuccess_symbol = \"[ꫝ](bold green)\"\nerror_symbol = \"[ꫝ](bold red)\"\n\n[directory]\ntruncation_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 826, "all_permissive": false }
ansible_role
sam-hosseini/dotfiles
cb00f53a561a3e8a58393e271e256856377d69bc
82
roles/vscode
28
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "- name: Create vscode directories\n ansible.builtin.file:\n path: '{{ item.path }}'\n state: directory\n loop:\n - { path: ~/Library/Application Support/Code/User }\n - { path: ~/.vscode/extensions }\n\n- name: Setup vscode symlinks\n ansibl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 9023, "all_permissive": false }
ansible_role
melekbenammar/ansible_cluster_kubeadm
a643e12fcd8649073b0ef327ac90894421d746ea
0
roles/common
28
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n#tasks:\n - name: Update package lists\n apt:\n update_cache: yes\n\n\n - name: Install multiple packages\n apt:\n name:\n - vim\n - htop\n - curl\n - wget\n - net-tools\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
melekbenammar/ansible_cluster_kubeadm
a643e12fcd8649073b0ef327ac90894421d746ea
0
roles/kubeadm
28
[ "no_license" ]
[ { "path": "roles/kubeadm/tasks/main.yml", "content": "---\n# tasks file for kubeadm\n#tasks:\n - name: Update package lists\n apt:\n update_cache: yes\n\n \n - name: Install multiple packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates \n - gpg\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1104, "all_permissive": false }
ansible_role
wahid08034/ansible-bigginers
56cb6916b65f6e36105fa0a6fde0bfe5cf5cde91
0
roles/mongodb
28
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n- name: MongoDB - Import public key\n apt_key: \n keyserver: http://keyserver.ubuntu.com:80\n id: EA312927\n\n- name: MongoDB - Add repository\n apt_repository: \n filename: '/etc/apt/sources.list.d/mongodb-org-3.2.list'\n repo: 'deb h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 528, "all_permissive": false }
ansible_role
ysicing/play-ansible
a1285d0955ee3794b5a1e7b5861d22ae9c5ee47d
0
roles/docker
28
[ "permissive" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: install docker\n shell: \"curl -fsSL https://ysicing.me/hack/docker/install.sh | bash \"\n register: docker_install\n until: docker_install is succeeded\n retries: 3\n\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": true }
ansible_role
ysicing/play-ansible
a1285d0955ee3794b5a1e7b5861d22ae9c5ee47d
0
roles/prepare
28
[ "permissive" ]
[ { "path": "roles/prepare/defaults/main.yml", "content": "---\n# Install epel repo on Centos/RHEL\ncentos_epel_enabled: false\n# Use the fastestmirror yum plugin\ncentos_fastestmirror_enabled: false\n\n# proxy\n#http_proxy: \"http://172.16.16.55:3142\"\n#https_proxy: \"http://172.16.16.55:3142\"", "licen...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5237, "all_permissive": true }
ansible_role
sipopo/FreeBSD-ports
fb7e99603edfd79ee90f45495224526d2428dc0f
0
ansible/roles/ports
28
[ "no_license" ]
[ { "path": "ansible/roles/ports/files/stolon/files/stolonkeeper.in", "content": "#!/bin/sh\n\n#\n# PROVIDE: stolonkeeper\n# REQUIRE: stolonsentinel\n# KEYWORD: <PASSWORD>\n#\n# Add the following line to /etc/rc.conf to enable stolon-keeper:\n#\n# stolonkeeper_enable=\"YES\"\n#\n. /etc/rc.subr\n\nname=stolon...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 8110, "all_permissive": false }
ansible_role
masahiro-morita-1019/mac-setup
5a24f52dbeb1fbf7af6e2ce5cb3ef058667277a4
0
roles/homebrew
28
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "- name: update homebrew\n community.general.homebrew:\n update_homebrew: true\n\n- name: install homebrew packages\n community.general.homebrew:\n name:\n - ansible\n - anyenv\n - bat\n - fd\n - fzf\n - gh\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 511, "all_permissive": false }
ansible_role
masahiro-morita-1019/mac-setup
5a24f52dbeb1fbf7af6e2ce5cb3ef058667277a4
0
roles/homebrew_cask
28
[ "no_license" ]
[ { "path": "roles/homebrew_cask/tasks/main.yml", "content": "# We can search packages by \"brew search or website:https://formulae.brew.sh/cask/\"\n- name: install homebrew cask packages\n community.general.homebrew_cask:\n name:\n - 1password\n - alfred\n - appcleaner\n - bettertouch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 533, "all_permissive": false }
ansible_role
F2b59/bitcoin-events
e7f2c2420f936a9bd7fa418a7dc6ec90348a283d
0
roles/data
30
[ "no_license" ]
[ { "path": "roles/data/files/update_data.py", "content": "import json\nimport os\n\n\nBRANCH = \"main\"\n\nos.chdir(\"..\")\nROOT_PATH = os.getcwd()\nprint(\"[debug] PWD = \" + os.getcwd()) # debug\n\n\n# Download data from the repository\n\nif not (os.path.exists(\"bitcoin-events/json_data\") and os.path.i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2391, "all_permissive": false }
ansible_role
F2b59/bitcoin-events
e7f2c2420f936a9bd7fa418a7dc6ec90348a283d
0
roles/docker
30
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "- name: Install Docker\n ansible.builtin.apt:\n name:\n - docker.io\n - python3-docker\n\n- name: Start and enable service\n ansible.builtin.service:\n name: docker\n state: started\n enabled: yes\n\n- name: Create Docker user\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
F2b59/bitcoin-events
e7f2c2420f936a9bd7fa418a7dc6ec90348a283d
0
roles/init
30
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yaml", "content": "- name: APT update and upgrade\n apt:\n cache_valid_time: 3600 #86400\n upgrade: yes\n\n- name: Setup\n setup:\n\n- name: Install basic tools\n apt:\n name:\n - acl # for Ansible `become_user` with unprivileged user\n - cron\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
F2b59/bitcoin-events
e7f2c2420f936a9bd7fa418a7dc6ec90348a283d
0
roles/swag
30
[ "no_license" ]
[ { "path": "roles/swag/files/www/app.js", "content": "// Consts and Helper function definitions //\n\nlet url = \"/all_data.json\";\nlet initView = {\n \"lat\": 49.436,\n \"lng\": 11.050,\n \"zoom\": 5\n}\n\n\n// fetch events\nasync function fetchJson(url) {\n const response = await fetch(url...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 10521, "all_permissive": false }
ansible_role
F2b59/bitcoin-events
e7f2c2420f936a9bd7fa418a7dc6ec90348a283d
0
roles/test_connection
30
[ "no_license" ]
[ { "path": "roles/test_connection/tasks/main.yaml", "content": "- name: Ansible ping module\n ansible.builtin.ping:\n\n- name: ip addr debug\n debug: msg=\"{{ item }}\"\n with_items:\n - \"{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}\"\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
F2b59/bitcoin-events
e7f2c2420f936a9bd7fa418a7dc6ec90348a283d
0
roles/tileserver-gl
30
[ "no_license" ]
[ { "path": "roles/tileserver-gl/tasks/main.yaml", "content": "- name: Create data directory\n file:\n path: \"{{ homedir_path }}/tileserver-gl_data\"\n state: directory\n\n- name: Copy styles and fonts\n ansible.posix.synchronize:\n src: \"{{ item }}\"\n dest: \"{{ homedir_path }}/tileserver-gl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1463, "all_permissive": false }
ansible_role
aanwark/streisand-simple-obfs
075560f3a27f21bfbb62cc535e757ae12bfb0483
2
playbooks/roles/test-client
30
[ "no_license" ]
[ { "path": "playbooks/roles/test-client/tasks/main.yml", "content": "---\n- name: \"Include the common vars\"\n include_vars: \"../../common/vars/main.yml\"\n\n- name: \"Include the Shadowsocks default vars\"\n include_vars: \"../../shadowsocks/defaults/main.yml\"\n\n- name: \"Copy gateway password file to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4359, "all_permissive": false }
ansible_role
roniepaolo/kafka-platform
2e8c21373786254bdbfc067408d353461f0647b1
1
ansible/roles/deploy-connect
30
[ "no_license" ]
[ { "path": "ansible/roles/deploy-connect/tasks/main.yml", "content": "- name: Create a directory if it does not exist\n file:\n path: \"{{ item }}\"\n state: directory\n owner: 1001\n group: 1001\n loop:\n - \"{{ app_dir }}\"\n - \"{{ storage_dir }}\"\n - \"{{ connect_data_dir }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 869, "all_permissive": false }
ansible_role
roniepaolo/kafka-platform
2e8c21373786254bdbfc067408d353461f0647b1
1
ansible/roles/deploy-kafka
30
[ "no_license" ]
[ { "path": "ansible/roles/deploy-kafka/tasks/main.yml", "content": "- name: Create a directory if it does not exist\n file:\n path: \"{{ item }}\"\n state: directory\n owner: 1001\n group: 1001\n loop:\n - \"{{ app_dir }}\"\n - \"{{ storage_dir }}\"\n - \"{{ kafka_data_dir }}\"\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 863, "all_permissive": false }
ansible_role
roniepaolo/kafka-platform
2e8c21373786254bdbfc067408d353461f0647b1
1
ansible/roles/deploy-sr
30
[ "no_license" ]
[ { "path": "ansible/roles/deploy-sr/tasks/main.yml", "content": "- name: Create a directory if it does not exist\n file:\n path: \"{{ item }}\"\n state: directory\n owner: 1001\n group: 1001\n loop:\n - \"{{ app_dir }}\"\n - \"{{ storage_dir }}\"\n - \"{{ log_dir }}\"\n\n- name: Push S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 889, "all_permissive": false }
ansible_role
roniepaolo/kafka-platform
2e8c21373786254bdbfc067408d353461f0647b1
1
ansible/roles/init
30
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/main.yml", "content": "- name: Assign hostname\n hostname:\n name: \"{{ hostname }}\"\n when: not (ansible_hostname == hostname)\n \n- name: Update & upgrade system\n apt:\n update_cache: yes\n upgrade: dist\n cache_valid_time: 86400\n\n- name: Create group...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
Ingvar78/clickhouse-role
b39836e3401b43db1e8b42d7c0d7948bbbee1a13
0
roles/nginx-role
30
[ "no_license" ]
[ { "path": "roles/nginx-role/tasks/main.yml", "content": "---\n# tasks file for nginx-role\n- name: Install epel + Nginx\n become: true\n block:\n - name: Nginx | Install eper-release\n ansible.builtin.yum:\n name:\n - epel-release\n state: present\n - name: Nginx | Instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1543, "all_permissive": false }
ansible_role
Ingvar78/clickhouse-role
b39836e3401b43db1e8b42d7c0d7948bbbee1a13
0
roles/vector-role
30
[ "no_license" ]
[ { "path": "roles/vector-role/tasks/main.yml", "content": "---\n# tasks file for vector-role\n- name: Install Vector\n become: true\n block:\n - name: Vector | Add clickhouse addresses to /etc/hosts\n lineinfile:\n dest: /etc/hosts\n regexp: '.*{{ item }}$'\n line: \"{{ hostvars[item].an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1613, "all_permissive": false }
ansible_role
kubepy/mg-node-id-playbook
0eaee23f462523a5fb6d779e8c28e3dcbcabde10
0
roles/get-machine-id
30
[ "no_license" ]
[ { "path": "roles/get-machine-id/defaults/main.yml", "content": "---\n# defaults file for get-machine-id\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/get-machine-id/tasks/main.yml", "content": "---\n# tasks file for get-machine-id\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1114, "all_permissive": false }
ansible_role
eduardz/terraform-playbook
30937f141807ad498f07e78218fc85b95ca796ae
0
roles/terraform-role
30
[ "no_license" ]
[ { "path": "roles/terraform-role/tasks/main.yml", "content": "---\n- name: apply\n community.general.terraform:\n project_path: \"{{ project_dir }}\"\n state: present\n force_init: true\n backend_config:\n ssh_user: \"terraform\"\n\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
yifei-xue/multi-cluster
88881d8513919e8ed11921558697744bcc2c749d
0
deploy/adapters/ansible/roles/post-osa
30
[ "no_license" ]
[ { "path": "deploy/adapters/ansible/roles/post-osa/vars/main.yml", "content": "---\n\nsfc_plugins:\n src: sfc.conf\n dst: /opt/sfc.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "deploy/adapters/ansible/roles/post-osa/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 811, "all_permissive": false }
ansible_role
arisath/Hardened-Tomcat-Ansible-Playbook
73a572477d6f7b9a7273964d7206c21aedcc19a6
0
roles/cleanTomcat
30
[ "no_license" ]
[ { "path": "roles/cleanTomcat/tasks/main.yaml", "content": "---\n\n - name: Remove Tomcat\n command: rm -rf \"{{ item }}\"\n become: yes\n become_user: root\n with_items: \n - \"/opt/apache-tomcat\"\n - \"/tmp/*\"\n - \"/etc/init.d/tomcat*\"\n\n\n - name: Kill tomcat process\n command: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 728, "all_permissive": false }
ansible_role
arisath/Hardened-Tomcat-Ansible-Playbook
73a572477d6f7b9a7273964d7206c21aedcc19a6
0
roles/infraProvisioning
30
[ "no_license" ]
[ { "path": "roles/infraProvisioning/tasks/main.yaml", "content": "---\n\n - name: Provision a set of instances\n ec2:\n aws_access_key: \"{{aws_access_key}}\"\n aws_secret_key: \"{{aws_secret_key}}\"\n key_name: personal-aws-london\n instance_type: t2.medium\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 497, "all_permissive": false }
ansible_role
arisath/Hardened-Tomcat-Ansible-Playbook
73a572477d6f7b9a7273964d7206c21aedcc19a6
0
roles/installTomcat
30
[ "no_license" ]
[ { "path": "roles/installTomcat/tasks/main.yaml", "content": "---\n\n - include_vars: \"inv/aws/vars.yaml\"\n\n - name: Install unzip\n yum: \n name: unzip\n state: latest\n become: yes\n become_user: root\n\n - name: Download JDK\n yum: \n name: java-1.8.0-openjdk\n state: latest\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2543, "all_permissive": false }
ansible_role
arisath/Hardened-Tomcat-Ansible-Playbook
73a572477d6f7b9a7273964d7206c21aedcc19a6
0
roles/webapp
30
[ "no_license" ]
[ { "path": "roles/webapp/tasks/main.yaml", "content": "---\n\n - include_vars: \"inv/aws/vars.yaml\"\n\n - name: Create Web Application folder\n file:\n path: \"/var/apache-tomcat/webapps/demo\"\n state: directory\n owner: \"{{tomcat_user}}\"\n group: \"{{tomcat_group}}\"\n become: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 663, "all_permissive": false }
ansible_role
Otus-DevOps-2020-02/vsvlasov_infra
6dfc887c0b3c3a20b071d9af1d3f725e87a6f0da
0
ansible/roles/db
33
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/install_mongo.yml", "content": "- name: Add APT key\n apt_key:\n url: https://www.mongodb.org/static/pgp/server-3.2.asc\n state: present\n tags: install\n\n- name: Add APT repository\n apt_repository:\n repo: 'deb http://repo.mongodb.org/apt/ubuntu xenial/mongod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 494, "all_permissive": false }
ansible_role
gitletian/ansible
810aecb48fb45e72968cb972538a2247f95cd112
0
roles/anaconda
33
[ "no_license" ]
[ { "path": "roles/anaconda/tasks/main.yml", "content": "---\n- name: create the soft dir\n file:\n path: \"{{ soft_dir }}\"\n state: \"directory\"\n mode: 0755\n\n- name: set the anaconda home\n set_fact:\n anaconda_home: '/root/{{ anaconda_name.split(\"-\")[0] | lower }}'\n\n- name: download a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1502, "all_permissive": false }
ansible_role
gitletian/ansible
810aecb48fb45e72968cb972538a2247f95cd112
0
roles/localRepo
33
[ "no_license" ]
[ { "path": "roles/localRepo/tests/test.yml", "content": "# ansible-playbook -i /Users/guoyuanpei/workspace/pworkspace/ansible/hosts /Users/guoyuanpei/workspace/pworkspace/ansible/roles/localRepo/tests/test.yml\n---\n- hosts: test03\n connection: ssh\n become: yes\n become_user: root\n vars:\n - testva...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 1669, "all_permissive": false }
ansible_role
gitletian/ansible
810aecb48fb45e72968cb972538a2247f95cd112
0
roles/mysql
33
[ "no_license" ]
[ { "path": "roles/mysql/README.md", "content": "mysql 的 安装\n1、需要配置 自己的 mysql yum 源\n2、暂时仅测试实现了\n centos6:\n - mysql5.5\n - mysql5.6\n - mysql5.7\n - mysql8.0\n的安装, centos7 待续。\n\n使用示例:\n# ansible-playbook -i /Users/guoyuanpei/workspace/pworkspace/ansible/hosts /Users/guoyuanpei/workspace/pworksp...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 13492, "all_permissive": false }
ansible_role
gitletian/ansible
810aecb48fb45e72968cb972538a2247f95cd112
0
roles/nginx
33
[ "no_license" ]
[ { "path": "roles/nginx/tasks/setup-RedHat.yml", "content": "---\n- name: Ensure nginx is installed.\n yum:\n name: \"{{ nginx_package_name }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/nginx/meta/main.yml", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7555, "all_permissive": false }
ansible_role
gitletian/ansible
810aecb48fb45e72968cb972538a2247f95cd112
0
roles/robertdebock.git
33
[ "no_license" ]
[ { "path": "roles/robertdebock.git/molecule/ec2/molecule.yml", "content": "---\ndependency:\n name: galaxy\n options:\n role-file: requirements.yml\nlint:\n name: yamllint\ndriver:\n name: ec2\nplatforms:\n - name: git-rhel-7\n image: ami-c86c3f23\n instance_type: t2.micro\n vpc_subnet_id: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 11248, "all_permissive": false }
ansible_role
QuentG/Ansible-wordpress
2d4ce57390ad4f073414b44d5ac908c62dcac78f
0
roles/apache-php-ftp
33
[ "no_license" ]
[ { "path": "roles/apache-php-ftp/templates/vhost.conf.j2", "content": "<VirtualHost *:80>\n ServerAdmin webmaster@localhost\n DocumentRoot {{ path }}\n\n ErrorLog ${APACHE_LOG_DIR}/error.log\n CustomLog ${APACHE_LOG_DIR}/access.log combined\n\n</VirtualHost>", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2109, "all_permissive": false }
ansible_role
QuentG/Ansible-wordpress
2d4ce57390ad4f073414b44d5ac908c62dcac78f
0
roles/mysql
33
[ "no_license" ]
[ { "path": "roles/mysql/tasks/install.yml", "content": "---\n\n# Install mysql && dependencies\n- name: Mysql - Install libs\n apt: \n pkg: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - python3.6\n - python-mysqldb\n - mysql-server\n - mysql-client\n - libmys...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1246, "all_permissive": false }
ansible_role
QuentG/Ansible-wordpress
2d4ce57390ad4f073414b44d5ac908c62dcac78f
0
roles/wordpress
33
[ "no_license" ]
[ { "path": "roles/wordpress/defaults/main.yml", "content": "---\n\n# Config WP\nwp_version: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/wordpress/tasks/main.yml", "content": "---\n\n# Get Wordpress\n- name: Download Wordpress\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 710, "all_permissive": false }
ansible_role
bmsauer/bigcgi
4c3fca2ec0de82474b86c74fffb5326362ceaf25
4
serversetup/ansible/roles/bigcgi_node
33
[ "no_license" ]
[ { "path": "serversetup/ansible/roles/bigcgi_node/handlers/main.yml", "content": "---\n- name: Restart FreeBSD\n reboot:", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "serversetup/ansible/roles/bigcgi_node/tasks/main.yml", "content": "---\n#--...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 5196, "all_permissive": false }
ansible_role
bmsauer/bigcgi
4c3fca2ec0de82474b86c74fffb5326362ceaf25
4
serversetup/ansible/roles/mongodb_node
33
[ "no_license" ]
[ { "path": "serversetup/ansible/roles/mongodb_node/files/update_useradmin.js", "content": "conn = new Mongo();\ndb = conn.getDB(\"admin\");\ndb.runCommand( {\n updateUser: \"useradmin\",\n pwd: <PASSWORD>,\n roles: [\n { role: \"userAdminAnyDatabase\", db: \"admin\" },\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2638, "all_permissive": false }
ansible_role
bmsauer/bigcgi
4c3fca2ec0de82474b86c74fffb5326362ceaf25
4
serversetup/ansible/roles/pound_node
33
[ "no_license" ]
[ { "path": "serversetup/ansible/roles/pound_node/tasks/main.yml", "content": "---\n- name: Install pound via pkg\n community.general.pkgng:\n name: pound\n state: present\n\n- name: Enable pound in /etc/rc.conf\n community.general.sysrc:\n name: pound_enable\n value: \"YES\"\n\n- name: Create p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 402, "all_permissive": false }
ansible_role
Ahmsagar401/Ansible-backup-repo
d1a088e2ebf7f55e9afd8195654c70c79780092a
0
roles/grafana_roles
33
[ "no_license" ]
[ { "path": "roles/grafana_roles/tasks/main.yml", "content": "---\n# tasks file for grafana\n#- name: installing_pacakge\n #apt:\n #name: gnupg,software-properties-common\n #state: present\n #update_ cache: yes \n\n- name: adding_key\n apt_key:\n url: \"https://packages.grafana.com/gpg.key\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
Ahmsagar401/Ansible-backup-repo
d1a088e2ebf7f55e9afd8195654c70c79780092a
0
roles/prometheus_roles
33
[ "no_license" ]
[ { "path": "roles/prometheus_roles/defaults/main.yml", "content": "---\n# defaults file for prometheus_roles\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/prometheus_roles/tests/test.yml", "content": "---\n- hosts: localhost\n remote_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 498, "all_permissive": false }
ansible_role
Ahmsagar401/Ansible-backup-repo
d1a088e2ebf7f55e9afd8195654c70c79780092a
0
roles/sample
33
[ "no_license" ]
[ { "path": "roles/sample/tasks/main.yml", "content": "---\n# tasks file for sample\n- name: copying_file\n copy: \n src: sample1.txt\n dest: /home/ubuntu\n- name: dynamic_file\n template:\n src: templates/1.j2\n dest: /home/ubuntu \n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 288, "all_permissive": false }
ansible_role
jbiehl88/ansibleproj
26db18641eed3d7ed518b89457fc4cfa1faa5af2
0
roles/pg_db
33
[ "no_license" ]
[ { "path": "roles/pg_db/vars/main.yml", "content": "---\n# vars file for pg_db\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/pg_db/tasks/main.yml", "content": "---\n- name: Install PostgreSQL packages\n apt:\n name: \"{{ item }}\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1160, "all_permissive": false }
ansible_role
jbiehl88/ansibleproj
26db18641eed3d7ed518b89457fc4cfa1faa5af2
0
roles/proxy_server
33
[ "no_license" ]
[ { "path": "roles/proxy_server/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - proxy_server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/proxy_server/tasks/main.yml", "content": "---\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3046, "all_permissive": false }
ansible_role
jbiehl88/ansibleproj
26db18641eed3d7ed518b89457fc4cfa1faa5af2
0
roles/python
33
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: Install Python dependencies\n become: yes\n apt: name={{ item }} state=latest force=yes\n with_items:\n - python3\n - python3-setuptools\n - python3-dev\n - build-essential\n - python3-pip\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
jbiehl88/ansibleproj
26db18641eed3d7ed518b89457fc4cfa1faa5af2
0
roles/web_server
33
[ "no_license" ]
[ { "path": "roles/web_server/tasks/main.yml", "content": "---\n- name: Install Git\n apt:\n name: git\n state: present\n update_cache: yes\n\n- name: Install UFW\n apt:\n name: ufw\n state: present\n update_cache: yes\n\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4154, "all_permissive": false }
ansible_role
2tom/3tier
ee46b00394bfe26cb6accbc9b1993e2da7d92c88
0
roles/common
33
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: os upgrade\n apt: upgrade=dist\n\n- name: common pkg install\n apt: name={{ item }} state=latest update_cache=yes\n with_items:\n - wget\n - git\n - curl\n - unzip\n - build-essential\n - libcurl4-openssl-dev\n - pytho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
2tom/3tier
ee46b00394bfe26cb6accbc9b1993e2da7d92c88
0
roles/docker
33
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: docker install\n shell: curl -sSL https://get.docker.io/ubuntu/ | sudo sh\n\n- name: sysv-rc-conf install\n apt: name=sysv-rc-conf state=latest update_cache=yes\n\n- name: docker on\n shell: sysv-rc-conf docker on\n\n- name: docker service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
2tom/3tier
ee46b00394bfe26cb6accbc9b1993e2da7d92c88
0
roles/docker-compose
33
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n- name: docker compose install\n pip: name=docker-compose\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 62, "all_permissive": false }
ansible_role
josephchapman/means
aba78306f8f45175169f0547434ecd9253b96e94
0
roles/means_base
33
[ "no_license" ]
[ { "path": "roles/means_base/tasks/repositories.yml", "content": "---\n\n- name: 'Backup existing /etc/apt/sources.list'\n become: true\n copy:\n remote_src: yes\n src: /etc/apt/sources.list\n dest: \"{{ backup_dir }}/sources.list\"\n changed_when: false\n\n- name: 'Deploy new /etc/apt/sources.li...
{ "task_files": 14, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 14042, "all_permissive": false }
ansible_role
josephchapman/means
aba78306f8f45175169f0547434ecd9253b96e94
0
roles/means_cam_local
33
[ "no_license" ]
[ { "path": "roles/means_cam_local/handlers/main.yml", "content": "---\n\n- name: 'Restart Motion'\n become: true\n systemd:\n name: motion.service\n state: restarted\n listen:\n - 'Restart Motion'\n\n- name: 'Restart Apache'\n become: true\n service:\n name: apache2.service\n state: restart...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 7990, "all_permissive": false }
ansible_role
josephchapman/means
aba78306f8f45175169f0547434ecd9253b96e94
0
roles/means_container
33
[ "no_license" ]
[ { "path": "roles/means_container/tasks/docker.yml", "content": "---\n\n- name: '`docker-ce` and `docker-compose-plugin` packages (latest)'\n become: true\n apt:\n name:\n - docker-ce\n - docker-compose-plugin\n force_apt_get: yes\n update_cache: yes\n state: latest\n when: docker_versio...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3528, "all_permissive": false }
ansible_role
josephchapman/means
aba78306f8f45175169f0547434ecd9253b96e94
0
roles/means_desktop
33
[ "no_license" ]
[ { "path": "roles/means_desktop/tasks/dconf.yml", "content": "---\n\n- name: '`python3-psutil` dependency for `dconf` module'\n become: true\n apt:\n name: python3-psutil\n force_apt_get: yes\n update_cache: yes\n state: latest\n\n- name: 'dconf settings'\n dconf:\n key: \"{{ item.key }}\"\...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 25478, "all_permissive": false }
ansible_role
josephchapman/means
aba78306f8f45175169f0547434ecd9253b96e94
0
roles/means_kubernetes
33
[ "no_license" ]
[ { "path": "roles/means_kubernetes/tasks/main.yml", "content": "---\n\n- name: 'Include Kubernetes common tasks'\n ansible.builtin.include_tasks: kubernetes_common.yml\n\n- name: 'Include Kubernetes Master tasks'\n ansible.builtin.include_tasks: kubernetes_master.yml\n when: kubernetes_role == 'master'\n\...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 10282, "all_permissive": false }
ansible_role
josephchapman/means
aba78306f8f45175169f0547434ecd9253b96e94
0
roles/means_minecraft_server
33
[ "no_license" ]
[ { "path": "roles/means_minecraft_server/defaults/main.yml", "content": "---\n\nminecraft_user: minecraft\n\nminecraft_eula: false\n\nminecraft_max_mem: '1024'\nminecraft_initial_mem: '1024'\n\nminecraft_server_properties:\n server_port:\n key: 'server-port'\n value: '25565'\n# allow_nether:\n# ke...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6173, "all_permissive": false }
ansible_role
josephchapman/means
aba78306f8f45175169f0547434ecd9253b96e94
0
roles/means_server
33
[ "no_license" ]
[ { "path": "roles/means_server/tasks/sysstat.yml", "content": "---\n\n- name: 'Enable sysstat logging'\n become: true\n copy:\n src: sysstat\n dest: /etc/default/sysstat\n owner: root\n group: root\n mode: 0644\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2203, "all_permissive": false }
ansible_role
josephchapman/means
aba78306f8f45175169f0547434ecd9253b96e94
0
roles/means_workstation
33
[ "no_license" ]
[ { "path": "roles/means_workstation/tasks/vscode.yml", "content": "---\n\n- name: 'Microsoft''s signing key'\n become: true\n apt_key:\n # Downloads an asc but needs to be stored as gpg\n url: https://packages.microsoft.com/keys/microsoft.asc\n keyring: /etc/apt/trusted.gpg.d/microsoft.gpg\n st...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7577, "all_permissive": false }
ansible_role
cvanh/henny
337e0a1669d7e66536cb9ea9263099bae34d8fed
0
roles/cockpit
33
[ "no_license" ]
[ { "path": "roles/cockpit/tasks/main.yml", "content": "--- \n# https://cockpit-project.org/running#debian\n- name: add backport repo \n copy:\n dest: /etc/apt/sources.list.d/backports.list\n content: |\n deb http://deb.debian.org/debian bookworm-backports main\n\n- name: install cockpilot \n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
cvanh/henny
337e0a1669d7e66536cb9ea9263099bae34d8fed
0
roles/firewall
33
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- name: install ufw\n apt:\n name: ufw\n state: latest \n\n- name: allow ssh\n community.general.ufw:\n rule: allow\n name: OpenSSH\n\n- name: Allow port 25665(mc) \n community.general.ufw:\n rule: allow\n port: 25665\n prot...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
cvanh/henny
337e0a1669d7e66536cb9ea9263099bae34d8fed
0
roles/minecraft
33
[ "no_license" ]
[ { "path": "roles/minecraft/defaults/main.yml", "content": "mc_docker_dir: /docker/minecraft", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/minecraft/tasks/main.yml", "content": "---\n- name: create minecraft folder\n file:\n path: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1793, "all_permissive": false }
ansible_role
cgElias/ansible-vmsetup
991083d6663604e09573fb7c87fbf330542cb112
0
roles/atom
33
[ "no_license" ]
[ { "path": "roles/atom/tasks/main.yml", "content": "---\n- name: Download Atom (Debian)\n get_url: url=\"{{ atom_git_url }}{{ atom_version }}/{{ atom_git_file }}\" dest={{ download_directory }}\n tags: [\"packages\", \"atom\"]\n\n- name: Install Atom (Debian)\n apt: deb={{ download_directory }}\n tags: [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 696, "all_permissive": false }
ansible_role
cgElias/ansible-vmsetup
991083d6663604e09573fb7c87fbf330542cb112
0
roles/clair
33
[ "no_license" ]
[ { "path": "roles/clair/image/Dockerfile", "content": "FROM quay.io/coreos/clair:v2.0.0\nRUN apk update\nRUN apk upgrade\nRUN apk add curl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/clair/tasks/main.yml", "content": "---\n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 252, "all_permissive": false }
ansible_role
cgElias/ansible-vmsetup
991083d6663604e09573fb7c87fbf330542cb112
0
roles/deploy
33
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n- name: Create this VMs local directories\n file: path={{ item }} \n state=directory \n mode=\"u=rwx,g=rwx,o=rx\"\n with_items: \"{{ vm_directories}}\"\n\n- name: Copy clair config.yaml to /srv/clair/config\n copy:\n src: ../../cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6564, "all_permissive": false }
ansible_role
cgElias/ansible-vmsetup
991083d6663604e09573fb7c87fbf330542cb112
0
roles/docker
33
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "---\n- name: enable autostart docker\n systemd:\n name: docker\n enabled: yes\n\n- name: disable autostart docker\n systemd:\n name: docker\n enabled: no\n\n- name: start docker container service\n systemd:\n name: docker\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3192, "all_permissive": false }