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
mblomdahl/o3
e260c4771d19230fba7abe3c4b0d6a52e2d85d3e
0
roles/common
3,698
[ "permissive" ]
[ { "path": "roles/common/tasks/firewall-update.yml", "content": "---\n\n- name: find subnet cidr\n set_fact:\n host_subnet_cidr: \"{{ (ansible_default_ipv4.network + '/' + ansible_default_ipv4.netmask) | ipaddr('net') }}\"\n\n- name: allow all traffic from subnet {{ host_subnet_cidr }}\n firewalld:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 13338, "all_permissive": true }
ansible_role
mblomdahl/o3
e260c4771d19230fba7abe3c4b0d6a52e2d85d3e
0
roles/docker
3,698
[ "permissive" ]
[ { "path": "roles/docker/templates/daemon.json.j2", "content": "{\n \"iptables\": false,\n \"ipv6\": false,\n \"log-driver\": \"json-file\",\n \"log-level\": \"info\",\n \"log-opts\": {\n \"max-size\": \"16m\",\n \"max-file\": \"4\"\n },\n \"max-concurrent-downloads\": 7,\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2559, "all_permissive": true }
ansible_role
mblomdahl/o3
e260c4771d19230fba7abe3c4b0d6a52e2d85d3e
0
roles/hadoop
3,698
[ "permissive" ]
[ { "path": "roles/hadoop/templates/slaves.j2", "content": "{{ groups['slave-nodes'] | join('\\n') }}\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 41 }, { "path": "roles/hadoop/tasks/main.yml", "content": "---\n\n- name: configure hado...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4260, "all_permissive": true }
ansible_role
mblomdahl/o3
e260c4771d19230fba7abe3c4b0d6a52e2d85d3e
0
roles/hive
3,698
[ "permissive" ]
[ { "path": "roles/hive/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Provisioning of Hive.\n\n min_ansible_version: 2.7\n\n platforms:\n - name: EL\n versions:\n - 7\n - name: Ubuntu\n versions:\n - Bionic\n\n galaxy_tags:\n - hive\n\ndependenc...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4875, "all_permissive": true }
ansible_role
mblomdahl/o3
e260c4771d19230fba7abe3c4b0d6a52e2d85d3e
0
roles/jupyter
3,698
[ "permissive" ]
[ { "path": "roles/jupyter/handlers/main.yml", "content": "---\n\n- name: restart jupyter\n service:\n name: jupyter\n state: restarted\n check_mode: no\n\n...\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 101 }, { "path": "roles/ju...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 7298, "all_permissive": true }
ansible_role
mblomdahl/o3
e260c4771d19230fba7abe3c4b0d6a52e2d85d3e
0
roles/python
3,698
[ "permissive" ]
[ { "path": "roles/python/meta/main.yml", "content": "\ngalaxy_info:\n author: <NAME>\n description: Provisioning of Python 3 pip and virtualenv capabilities.\n\n min_ansible_version: 2.7\n\n platforms:\n - name: EL\n versions:\n - 7\n - name: Ubuntu\n versions:\n - Bionic\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2499, "all_permissive": true }
ansible_role
DenAV/ansible-teamspeak-docker
6077a4d8916f9d0f2a65e512c1eee465a35420ff
0
roles/docker_teamspeak
3,698
[ "no_license" ]
[ { "path": "roles/docker_teamspeak/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - docker_teamspeak\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/docker_teamspeak/handlers/main.yml", "content"...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 6009, "all_permissive": false }
ansible_role
proxima-git/ansible_webserver
cbf1c00bcd2b98c52c70ce4dcf734b73398e1600
0
roles/common
3,698
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: Install epel-repo\n dnf:\n name: epel-release\n state: latest\n\n- name: Enable 80 port\n firewalld:\n zone: public\n port: 80/tcp\n permanent: yes\n state: enabled\n immediate: yes\n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
proxima-git/ansible_webserver
cbf1c00bcd2b98c52c70ce4dcf734b73398e1600
0
roles/web_nginx
3,698
[ "no_license" ]
[ { "path": "roles/web_nginx/vars/main.yml", "content": "---\n# vars file for web_nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/web_nginx/tasks/main.yml", "content": "---\n# tasks file for web_nginx\n\n- name: Install nginx\n dnf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1174, "all_permissive": false }
ansible_role
mzdyb/event-driven-ansible-for-networks
4ead5b9ec607f5ac12ae35a727e7eae264306015
4
roles/apply_configuration_from_sot
3,698
[ "no_license" ]
[ { "path": "roles/apply_configuration_from_sot/tasks/main.yml", "content": "---\n- name: Backup running config before changes\n arista.eos.eos_config:\n backup: true\n backup_options:\n dir_path: /tmp/backups/{{ inventory_hostname }}/pre_changes\n\n- name: Apply configuration from SoT\n arista.e...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1107, "all_permissive": false }
ansible_role
mzdyb/event-driven-ansible-for-networks
4ead5b9ec607f5ac12ae35a727e7eae264306015
4
roles/create_infrastructure
3,698
[ "no_license" ]
[ { "path": "roles/create_infrastructure/tasks/main.yml", "content": "---\n- name: Validate mode parameter\n ansible.builtin.assert:\n that: mode in [\"deploy\", \"destroy\"]\n fail_msg: \"Mode must be deploy or destroy\"\n\n- name: Copy topology file to {{ inventory_hostname }}\n ansible.builtin.copy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1361, "all_permissive": false }
ansible_role
mzdyb/event-driven-ansible-for-networks
4ead5b9ec607f5ac12ae35a727e7eae264306015
4
roles/set_sot_variables
3,698
[ "no_license" ]
[ { "path": "roles/set_sot_variables/tasks/main.yml", "content": "---\n- name: Include SoT variables\n ansible.builtin.include_vars:\n file: \"{{ item }}\"\n with_fileglob:\n - ../topologies/net01/{{ inventory_hostname }}/config_vars/*\n register: results\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
barkbay/hadoop-ansible
6a08d52eebbf4dac550d6cfb286e3b9bd0564b63
0
roles/ipa-client
3,698
[ "no_license" ]
[ { "path": "roles/ipa-client/tasks/main.yml", "content": "---\n- name: Install IPA client\n yum: name=ipa-client state=latest\n\n- name: Install OpenLDAP client\n yum: name=openldap-clients state=latest\n\n- name: Build IPA setup and enrollment script\n template: src=join.sh dest=/tmp/join.sh mode=0700 ow...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 737, "all_permissive": false }
ansible_role
jsmonkey/provision
f47db94c256e2ffea436b904a04daece6b2468fc
0
roles/nvim
3,698
[ "no_license" ]
[ { "path": "roles/nvim/templates/ftplugin/yaml.vim", "content": "let b:ale_linters = ['yamllint']\n\nsetlocal ts=2 sts=2 sw=2 expandtab indentkeys-=0# indentkeys-=<:>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/nvim/templates/ftplugin/j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 18, "total_bytes": 13141, "all_permissive": false }
ansible_role
jsmonkey/provision
f47db94c256e2ffea436b904a04daece6b2468fc
0
roles/python
3,698
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: Make sure python is installed\n homebrew:\n name:\n - python\n\n- name: Make sure pipenv is installed\n pip:\n name: pipenv\n executable: /usr/local/bin/pip3\n state: latest\n\n- name: Make sure virtualenv is installed\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
jsmonkey/provision
f47db94c256e2ffea436b904a04daece6b2468fc
0
roles/zsh
3,698
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Make sure zsh and zplug are present\n homebrew:\n name:\n - zsh\n - zplug\n state: present\n\n- name: Make sure variables are included\n include_vars:\n file: \"{{ ansible_distribution }}.yml\"\n\n- name: Make sure directori...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 3229, "all_permissive": false }
ansible_role
gundalow-org/ansible-zuul-jobs
361deab08ddf373ea8aa3aafbb0f394c4d387189
0
roles/linters
3,698
[ "no_license" ]
[ { "path": "roles/linters/defaults/main.yaml", "content": "---\nlinters:\n - pep8\n - doc8\n - bashate\n - yamllint\n - golint\n - ansible-lint\n\nansible_lint_roles_dir: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/linters/ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 498, "all_permissive": false }
ansible_role
rikfaith/ansible
5b80184a7bcd9784f5e5a03b2f80f917c23c7ebb
0
roles/common
3,698
[ "no_license" ]
[ { "path": "roles/common/tasks/files.yml", "content": "---\n- name: Install /etc/keymap.local\n copy:\n dest: /etc/keymap.local\n content: |\n keymaps 0-127\n keycode 58 = Control\n keycode 125 = grave\n shift keycode 125 = asciitilde\n keycode 41 = Escape\n keycode 29 = ...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 15256, "all_permissive": false }
ansible_role
rikfaith/ansible
5b80184a7bcd9784f5e5a03b2f80f917c23c7ebb
0
roles/early
3,698
[ "no_license" ]
[ { "path": "roles/early/tasks/main.yml", "content": "---\n- include_tasks: ssh.yml\n when: install_laptop_ssh is defined and install_laptop_ssh == True\n\n- include_tasks: check.yml\n- include_tasks: gather_facts.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 161 ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2509, "all_permissive": false }
ansible_role
rikfaith/ansible
5b80184a7bcd9784f5e5a03b2f80f917c23c7ebb
0
roles/laptop
3,698
[ "no_license" ]
[ { "path": "roles/laptop/tasks/network.yml", "content": "- name: Configure network interfaces\n vars:\n grubline: GRUB_CMDLINE_LINUX=\"audit=0 net.ifnames=0 biosdevname=0\"\n block:\n\n - name: Install bridge utilities\n apt:\n pkg: bridge-utils\n state: present\n\n - name: Determine if g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1101, "all_permissive": false }
ansible_role
rikfaith/ansible
5b80184a7bcd9784f5e5a03b2f80f917c23c7ebb
0
roles/rpi
3,698
[ "no_license" ]
[ { "path": "roles/rpi/tasks/main.yml", "content": "---\n- include_tasks: user.yml\n- include_tasks: tools.yml\n\n\n# ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime\n# rm /etc/timezone\n# Add to /boot/config.txt: dtoverlay=i2c-rtc,ds3231\n# /usr/share/mdadm/mkconf | fgrep ARRAY | sed 's,/dev/[^ ]...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1760, "all_permissive": false }
ansible_role
rikfaith/ansible
5b80184a7bcd9784f5e5a03b2f80f917c23c7ebb
0
roles/unified
3,698
[ "no_license" ]
[ { "path": "roles/unified/tasks/check.yml", "content": "---\n- name: Determine local username\n become: false\n local_action: command whoami\n register: localuser\n\n- name: Remove possibly old host key by name\n become: true\n become_user: \"{{ localuser.stdout }}\"\n local_action: command ssh-keygen ...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 15732, "all_permissive": false }
ansible_role
rikfaith/ansible
5b80184a7bcd9784f5e5a03b2f80f917c23c7ebb
0
roles/yum
3,698
[ "no_license" ]
[ { "path": "roles/yum/tasks/faith.yml", "content": "---\n- name: Copy .ssh files\n copy:\n src: \"/home/faith/.ssh/{{ item }}\"\n dest: \"/home/{{ default.ubvm_user }}/.ssh\"\n owner: \"{{ default.ubvm_user }}\"\n group: Domain.Users\n mode: 0600\n with_items:\n - config\n - github\n ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3780, "all_permissive": false }
ansible_role
testingtony/jenkinspi
e1e8f24820c2cd7304c1b7bee345cab1a098dfac
0
roles/application_commons
3,698
[ "no_license" ]
[ { "path": "roles/application_commons/tasks/main.yml", "content": "---\r\n- name: Get virtual env binaries\r\n package:\r\n name: \"{{package}}\"\r\n with_items:\r\n - python3\r\n - python3-venv\r\n - python3-dev\r\n - python3-pip\r\n - python3-setuptools\r\n loop_control:\r\n loop_va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
testingtony/jenkinspi
e1e8f24820c2cd7304c1b7bee345cab1a098dfac
0
roles/blinkt
3,698
[ "no_license" ]
[ { "path": "roles/blinkt/tasks/main.yml", "content": "---\r\n- name: Install BLINKT libraries\r\n package:\r\n name: \"{{item}}\"\r\n with_items:\r\n - raspi-gpio\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
testingtony/jenkinspi
e1e8f24820c2cd7304c1b7bee345cab1a098dfac
0
roles/mqtt
3,698
[ "no_license" ]
[ { "path": "roles/mqtt/tasks/main.yml", "content": "---\r\n- name: Install Mosquitto MQTT\r\n package:\r\n name: \"{{item}}\"\r\n with_items:\r\n - mosquitto\r\n - mosquitto-clients\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
testingtony/jenkinspi
e1e8f24820c2cd7304c1b7bee345cab1a098dfac
0
roles/samba
3,698
[ "no_license" ]
[ { "path": "roles/samba/handlers/main.yml", "content": "---\r\n- name: Restart Samba\r\n service:\r\n name: \"{{item}}\"\r\n enabled: yes\r\n state: restarted\r\n with_items:\r\n - nmbd\r\n - smbd\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1397, "all_permissive": false }
ansible_role
deyaa-m/cd-html
b1a7d9f9de57f5e8298a22e6d31688dffdcf0636
0
roles/setup
3,698
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: wait for server to be reachable\n wait_for_connection:\n delay: 10\n sleep: 10\n #connect_timeout: 3\n timeout: 300\n \n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: install apache\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 654, "all_permissive": false }
ansible_role
ub-digit/ubn-server-config
3e9aa2547535556a33077634f62245f7dc520e5d
0
provisioning/roles/aegir-master
3,698
[ "no_license" ]
[ { "path": "provisioning/roles/aegir-master/meta/main.yml", "content": "---\ndependencies:\n - { role: aegir-slave }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "provisioning/roles/aegir-master/tasks/main.yml", "content": "---\n- name: dow...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 924, "all_permissive": false }
ansible_role
ub-digit/ubn-server-config
3e9aa2547535556a33077634f62245f7dc520e5d
0
provisioning/roles/aegir-slave
3,698
[ "no_license" ]
[ { "path": "provisioning/roles/aegir-slave/meta/main.yml", "content": "---\ndependencies:\n - { role: drush }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "provisioning/roles/aegir-slave/tasks/main.yml", "content": "---\n- name: add aegir g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1038, "all_permissive": false }
ansible_role
ub-digit/ubn-server-config
3e9aa2547535556a33077634f62245f7dc520e5d
0
provisioning/roles/common
3,698
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: update apt cache\n apt: update_cache=true cache_valid_time=3600\n\n- name: install common packages\n apt: pkg={{ item }} state=latest\n with_items:\n - python-pycurl\n - curl\n - unzip\n\n# - name: ensure ntpd is at t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1066, "all_permissive": false }
ansible_role
ub-digit/ubn-server-config
3e9aa2547535556a33077634f62245f7dc520e5d
0
provisioning/roles/composer
3,698
[ "no_license" ]
[ { "path": "provisioning/roles/composer/tasks/main.yml", "content": "---\n- name: install composer globally\n shell:\n curl -sS https://getcomposer.org/installer | /usr/bin/php && /bin/mv -f composer.phar /usr/local/bin/composer\n creates=/usr/local/bin/composer\n\n- name: add composer bin to /etc/env...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 604, "all_permissive": false }
ansible_role
ub-digit/ubn-server-config
3e9aa2547535556a33077634f62245f7dc520e5d
0
provisioning/roles/drush
3,698
[ "no_license" ]
[ { "path": "provisioning/roles/drush/tasks/main.yml", "content": "---\n- name: install drush\n shell:\n composer global require drush/drush:6.*\n creates=/usr/local/lib/composer/vendor/bin/drush\n environment:\n COMPOSER_HOME: /usr/local/lib/composer\n register: drush\n\n- name: symlink drush to ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
ub-digit/ubn-server-config
3e9aa2547535556a33077634f62245f7dc520e5d
0
provisioning/roles/mariadb
3,698
[ "no_license" ]
[ { "path": "provisioning/roles/mariadb/tasks/main.yml", "content": "---\n- name: add mariadb gpg key\n apt_key: url='http://keyserver.ubuntu.com/pks/lookup?op=get&search=0<KEY>'\n\n- name: add mariadb apt repository\n apt_repository: repo='deb http://ftp.ddg.lth.se/mariadb/repo/5.5/ubuntu {{ ansible_distri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 769, "all_permissive": false }
ansible_role
ub-digit/ubn-server-config
3e9aa2547535556a33077634f62245f7dc520e5d
0
provisioning/roles/nginx
3,698
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/files/nginx.conf", "content": "user www-data;\nworker_processes 1;\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n include /etc/nginx/mime.types;\n default_type applicati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1435, "all_permissive": false }
ansible_role
ub-digit/ubn-server-config
3e9aa2547535556a33077634f62245f7dc520e5d
0
provisioning/roles/php
3,698
[ "no_license" ]
[ { "path": "provisioning/roles/php/tasks/main.yml", "content": "---\n- name: add php5 gpg key\n apt_key: url='http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x4F4EA0AAE5267A6C' state=present\n\n- name: add php5 deb repository\n apt_repository: repo='deb http://ppa.launchpad.net/ondrej/php5/ubun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
sayden/ansible-playbooks
7c16dc80070270cd0bff83d8e12280d1c2c2736c
2
roles/common-mesos-centos
3,698
[ "no_license" ]
[ { "path": "roles/common-mesos-centos/files/main.yml", "content": "# roles/common-mesos-centos/files/main.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/common-mesos-centos/meta/main.yml", "content": "# roles/common-mesos-centos/met...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 924, "all_permissive": false }
ansible_role
Filipp0vAP/my_own_collection
af8b330a8659f7adcbe39483feb133967405330c
0
my_own_namespace/my_own_collection/roles/my_role
3,698
[ "no_license" ]
[ { "path": "my_own_namespace/my_own_collection/roles/my_role/tasks/main.yml", "content": "---\n- name: Copy file task\n my_own_module:\n path: \"{{ path_default }}\"\n content: \"{{ content_default }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 254, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/ansible
3,698
[ "no_license" ]
[ { "path": "roles/ansible/templates/ansible.cfg.j2", "content": "[defaults]\nretry_files_save_path = ~/.ansible/retry-files\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/ansible/tasks/main.yml", "content": "---\n\n- name: Create ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/bat
3,698
[ "no_license" ]
[ { "path": "roles/bat/templates/config.j2", "content": "--map-syntax='/Users/*/.ssh/conf.d/*:SSH Config'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/bat/vars/main.yml", "content": "---\n\nbat_config_directory: ~/.config/bat", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 386, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/check_sudo_access
3,698
[ "no_license" ]
[ { "path": "roles/check_sudo_access/tasks/main.yml", "content": "---\n\n- block:\n - name: Check if sudo password is correct\n command: echo \"Password is correct\"\n changed_when: False\n become: yes\n no_log: True\n\n rescue:\n - name: Fails\n debug: msg='Wrong password'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/cleanup
3,698
[ "no_license" ]
[ { "path": "roles/cleanup/tasks/main.yml", "content": "---\n- name: Cleanup homebrew\n command: brew cleanup -s\n register: clean_homebrew_result\n changed_when: \"clean_homebrew_result.stdout != ''\"\n ignore_errors: true\n\n- name: Cleanup homebrew services for user\n command: brew services cleanup\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 746, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/common
3,698
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Tap homebrew repositories\n homebrew_tap:\n tap: \"{{ item }}\"\n state: present\n loop: \"{{ homebrew_tap }}\"\n\n- name: Update homebrew\n homebrew:\n update_homebrew: yes\n when: upgrade_all_packages|bool\n\n- name: Install ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1276, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/composer
3,698
[ "no_license" ]
[ { "path": "roles/composer/vars/main.yml", "content": "---\n\ncomposer2_path: \"{{ brew_prefix }}/bin/composer\"\ncomposer1_path: \"{{ brew_prefix }}/bin/composer1\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/composer/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1104, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/dev_bin
3,698
[ "no_license" ]
[ { "path": "roles/dev_bin/templates/autocomplete.j2", "content": "#compdef dev\n\n__dev() {\n local curcontext=\"$curcontext\" fileopts diropts cur prev\n typeset -A opt_args\n cur=$words[CURRENT]\n _arguments \"*: :($(grep -E '^[a-zA-Z_-]+:.*?## .*$$' {{ playbook_dev_path }}/Makefile | sort | aw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 883, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/dnsmasq
3,698
[ "no_license" ]
[ { "path": "roles/dnsmasq/templates/dnsmasq.conf.j2", "content": "{{ ansible_managed | comment }}\n\n{% for domain in dnsmasq_domains %}\naddress=/.{{ domain }}/127.0.0.1\n{% endfor %}\n\n# Listen only on loopback interface, on non-privileged port\n# 5253 as an homage to Multicast DNS (mDNS) using 5353 UDP\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1314, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/dotfiles
3,698
[ "no_license" ]
[ { "path": "roles/dotfiles/templates/zsh_aliases.j2", "content": "{{ ansible_managed | comment }}\n\n{% for alias in zsh_aliases %}\nalias {{ alias }}\n{% endfor %}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/dotfiles/templates/ssh_config....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3811, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/git
3,698
[ "no_license" ]
[ { "path": "roles/git/files/gitignore_global", "content": "# macOS\n.DS_Store\n.DS_Store?\n._*\n.Spotlight-V100\n.Trashes\n.com.apple.timemachine.supported\n\n# Windows\nehthumbs.db\nThumbs.db\n\n# Icon must end with two \\r\nIcon\n\n# Jetbrains\n.idea\n.fleet\n\n# Visual Studio Code\n.vscode\n\n# Ansible\n*...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1677, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/logrotate
3,698
[ "no_license" ]
[ { "path": "roles/logrotate/vars/main.yml", "content": "---\n\nlogrotate_config_directory: \"{{ brew_prefix }}/etc/logrotate.d\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/logrotate/handlers/main.yml", "content": "---\n\n- name: Resta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 657, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/mailpit
3,698
[ "no_license" ]
[ { "path": "roles/mailpit/templates/local-homepage/config.php.j2", "content": "<?php\n\n{{ ansible_managed | comment('c') }}\n\n$mailpitUi = '{{ mailpit_ui_bind_addr }}';\n$mailpitSmtp = '{{ mailpit_smtp_bind_addr }}';\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1654, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/manage_services
3,698
[ "no_license" ]
[ { "path": "roles/manage_services/tasks/main.yml", "content": "---\n\n- name: Get currently started brew services\n shell: \"brew services list | grep -E 'started|error' | awk '{ print $1 }'\"\n register: started_brew_services\n changed_when: false\n\n- name: Add brew services for PHP\n set_fact: \n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1503, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/mariadb
3,698
[ "no_license" ]
[ { "path": "roles/mariadb/templates/load_mariadb.j2", "content": "export PATH=\"{{ mariadb_bin_path }}:$PATH\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/mariadb/handlers/main.yml", "content": "---\n- name: Restart mariadb\n command:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4057, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/mkcert
3,698
[ "no_license" ]
[ { "path": "roles/mkcert/tasks/main.yml", "content": "---\n\n- name: Install mkcert and nss\n homebrew:\n name:\n - mkcert\n - nss\n state: \"{{ homebrew_package_state }}\"\n\n- name: Setup mkcert\n shell: mkcert -install\n become: true\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/nginx
3,698
[ "no_license" ]
[ { "path": "roles/nginx/templates/conf/laravel.j2", "content": "location / {\n try_files $uri $uri/ /index.php?$query_string;\n}\n\nlocation = /favicon.ico { access_log off; log_not_found off; }\nlocation = /robots.txt { access_log off; log_not_found off; }\n\nerror_page 404 /index.php;\n\nlocation ~ \\....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 10143, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/nodejs
3,698
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Install nvm\n ansible.builtin.shell: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash\n args:\n creates: \"~/.nvm/nvm.sh\"\n\n- name: Deploy .load_node\n template:\n src: load_node.j2\n dest: ~/.lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 954, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/php
3,698
[ "no_license" ]
[ { "path": "roles/php/vars/main.yml", "content": "---\nphp_custom_config_file: \"{{ brew_prefix }}/etc/php/{{ php_current_version }}/conf.d/custom.ini\"\n\nxdebug_package: \"xdebug\"\n\nphp_homebrew_tap: \"shivammathur/php\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6720, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/postgresql
3,698
[ "no_license" ]
[ { "path": "roles/postgresql/templates/load_postgresql.j2", "content": "export PATH=\"{{ postgresql_bin_path }}:$PATH\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/postgresql/handlers/main.yml", "content": "---\n- name: Restart Postgre...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2147, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/sudoers
3,698
[ "no_license" ]
[ { "path": "roles/sudoers/tasks/main.yml", "content": "---\n\n- name: Disable sudoers lecture\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^Defaults lecture \\='\n line: 'Defaults lecture = never'\n validate: 'visudo -cf %s'\n become: yes\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/symfony_cli
3,698
[ "no_license" ]
[ { "path": "roles/symfony_cli/tasks/main.yml", "content": "---\n\n- name: Install Symfony\n homebrew:\n name: symfony-cli/tap/symfony-cli\n state: \"{{ homebrew_package_state }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
Dalokae/mac-playbook
5f2f7c26a56d6dd2d4281e657889259f4a562b88
6
roles/upgrade
3,698
[ "no_license" ]
[ { "path": "roles/upgrade/tasks/main.yml", "content": "---\n- name: Upgrade all mas apps (if configured)\n command: mas upgrade\n when: mas_upgrade_all_apps|bool\n\n- name: Upgrade all binaries\n homebrew:\n update_homebrew: yes\n upgrade_all: yes\n when: upgrade_all_packages|bool\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
adamclark/homelab-vsphere
e16387c1b25c3a3042a566dd69c138368760f173
0
openshift-automation/roles/create-ocp4-manifests
3,698
[ "no_license" ]
[ { "path": "openshift-automation/roles/create-ocp4-manifests/templates/install-config.yaml.j2", "content": "apiVersion: v1\nbaseDomain: {{ cluster_domain }}\ncompute:\n- hyperthreading: Enabled \n name: worker\n replicas: 2\ncontrolPlane:\n hyperthreading: Enabled \n name: master \n replicas: 3 \nme...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2861, "all_permissive": false }
ansible_role
adamclark/homelab-vsphere
e16387c1b25c3a3042a566dd69c138368760f173
0
openshift-automation/roles/create-pv
3,698
[ "no_license" ]
[ { "path": "openshift-automation/roles/create-pv/tasks/main.yml", "content": "---\n- block:\n - include: setup.yml\n\n - name: Create the NFS PV yaml\n template:\n src: ../templates/nfs-pv.yaml.j2\n dest: \"{{ tmpdir }}/nfs-pv.yaml\"\n\n - name: Create the NFS PV\n shell: \"o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 554, "all_permissive": false }
ansible_role
romanvilu/terraform-module-one-rke
567e2efbcb6101bf0eb337a3165a3ba97b2e2f53
0
ansible/roles/crio
3,718
[ "no_license" ]
[ { "path": "ansible/roles/crio/tasks/main.yaml", "content": "---\n- name: Add libcontainers apt gpg key\n ansible.builtin.apt_key:\n url: https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_22.04/Release.key\n keyring: /usr/share/keyrings/libcontainers-archive-keyrin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1458, "all_permissive": false }
ansible_role
romanvilu/terraform-module-one-rke
567e2efbcb6101bf0eb337a3165a3ba97b2e2f53
0
ansible/roles/docker
3,718
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yaml", "content": "---\n- name: Add docker apt gpg key\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n keyring: /etc/apt/keyrings/docker.gpg\n\n- name: Add docker apt repository\n ansible.builtin.apt_repository:\n repo: >...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1233, "all_permissive": false }
ansible_role
romanvilu/terraform-module-one-rke
567e2efbcb6101bf0eb337a3165a3ba97b2e2f53
0
ansible/roles/init
3,718
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/main.yaml", "content": "---\n- name: Wait for hosts to be reachable\n ansible.builtin.wait_for_connection:\n timeout: 300\n\n- name: Gather hosts facts\n ansible.builtin.setup:\n\n- name: Update apt cache and dist-upgrade packages\n ansible.builtin.apt:\n upgrade...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 747, "all_permissive": false }
ansible_role
romanvilu/terraform-module-one-rke
567e2efbcb6101bf0eb337a3165a3ba97b2e2f53
0
ansible/roles/keepalived
3,718
[ "no_license" ]
[ { "path": "ansible/roles/keepalived/tasks/main.yaml", "content": "---\n- name: Setup keepalived service\n ansible.builtin.import_tasks:\n file: keepalived.yaml\n\n- name: Setup keepalived exporter service\n ansible.builtin.import_tasks:\n file: keepalived_exporter.yaml\n", "license_type": "no_li...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2563, "all_permissive": false }
ansible_role
romanvilu/terraform-module-one-rke
567e2efbcb6101bf0eb337a3165a3ba97b2e2f53
0
ansible/roles/lvm
3,718
[ "no_license" ]
[ { "path": "ansible/roles/lvm/tasks/main.yaml", "content": "---\n- name: Create data directory\n ansible.builtin.file:\n path: /data\n state: directory\n\n- name: Discover unused block devices\n no_log: true\n ansible.builtin.set_fact:\n disks: \"{{ disks | default([]) + ['/dev/' + item.key] }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 912, "all_permissive": false }
ansible_role
romanvilu/terraform-module-one-rke
567e2efbcb6101bf0eb337a3165a3ba97b2e2f53
0
ansible/roles/nginx
3,718
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf.j2", "content": "load_module modules/ngx_stream_module.so;\n\nuser www-data;\npid /run/nginx.pid;\nworker_processes auto;\n\nerror_log /var/log/nginx/error.log;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2713, "all_permissive": false }
ansible_role
romanvilu/terraform-module-one-rke
567e2efbcb6101bf0eb337a3165a3ba97b2e2f53
0
ansible/roles/node_exporter
3,718
[ "no_license" ]
[ { "path": "ansible/roles/node_exporter/tasks/main.yaml", "content": "---\n- name: Install Prometheus Node Exporter package\n ansible.builtin.apt:\n name: prometheus-node-exporter\n\n- name: Start and enable Prometheus Node Exporter service\n ansible.builtin.service:\n name: prometheus-node-exporter\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
romanvilu/terraform-module-one-rke
567e2efbcb6101bf0eb337a3165a3ba97b2e2f53
0
ansible/roles/post
3,718
[ "no_license" ]
[ { "path": "ansible/roles/post/tasks/main.yaml", "content": "---\n- name: Remove obsolete apt packages\n ansible.builtin.apt:\n autoremove: true\n autoclean: true\n\n- name: Check if reboot file exists\n ansible.builtin.stat:\n path: /var/run/reboot-required\n register: reboot_file\n\n- name: Reb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
romanvilu/terraform-module-one-rke
567e2efbcb6101bf0eb337a3165a3ba97b2e2f53
0
ansible/roles/swap
3,718
[ "no_license" ]
[ { "path": "ansible/roles/swap/tasks/main.yaml", "content": "---\n- name: Disable swap\n ansible.builtin.shell: swapoff -a\n changed_when: ansible_swaptotal_mb > 0\n\n- name: Disable swap in fstab\n ansible.builtin.replace:\n path: /etc/fstab\n regexp: '^([^#].*?\\sswap\\s+sw\\s+.*)$'\n replace: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
perfecto25/ansible-splunk
c00b82420dd382109bb33277c3be7829661d750a
0
splunk/roles/indexer
3,718
[ "no_license" ]
[ { "path": "splunk/roles/indexer/vars/main.yaml", "content": "version: \"6.6.3\"\nrpm_name: \"splunk-6.6.3-e21ee54bc796-linux-2.6-x86_64.rpm\"\ndownload_url: >\n \"https://www.splunk.com/page/download_track?file={{ version }}/linux/{{ rpm_name }}&platform=Linux&architecture=x86_64&version={{ version }}&prod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1100, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-apache2
3,718
[ "no_license" ]
[ { "path": "roles/ansible-apache2/tasks/php.yml", "content": "---\n- name: php | installing php5 for apache2\n apt:\n name: \"libapache2-mod-php5\"\n state: present\n notify: restart apache2\n when: >\n ansible_os_family == \"Debian\" and\n apache2_php_version == \"5\"\n\n- name: php |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2738, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-apt-mirror
3,718
[ "no_license" ]
[ { "path": "roles/ansible-apt-mirror/defaults/main.yml", "content": "---\n# defaults file for ansible-apt-mirror\napache2_default_root: /var/www/html\napt_mirror_apache_links: #defines the uri of each repository used in apt_mirror_repos..ex. http://{{ apt_mirror_ubuntu_mirror }} will be archive.ubuntu.com/u...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 17346, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-bind
3,718
[ "no_license" ]
[ { "path": "roles/ansible-bind/tasks/config_bind.yml", "content": "---\n- name: bind_config | configuring bind\n template:\n src: \"etc/bind/named.conf.options.j2\"\n dest: \"/etc/bind/named.conf.options\"\n owner: root\n group: root\n mode: 0644\n notify:\n - restart bind\n", "licens...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3475, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-bootstrap
3,718
[ "no_license" ]
[ { "path": "roles/ansible-bootstrap/tasks/redhat_security.yml", "content": "---\n- name: redhat_security | adding EPEL repo\n yum:\n name: \"epel-release\"\n state: \"present\"\n become: true\n when: >\n ansible_distribution != \"Fedora\"\n", "license_type": "no_license", "detected_li...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1607, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-cassandra
3,718
[ "no_license" ]
[ { "path": "roles/ansible-cassandra/tasks/main.yml", "content": "---\n# tasks file for ansible-cassandra\n- include: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- include: config.yml\n when: cassandra_config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8269, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-change-hostname
3,718
[ "no_license" ]
[ { "path": "roles/ansible-change-hostname/tasks/main.yml", "content": "---\n# tasks file for ansible-change-hostname\n- name: main | changing hostname to match inventory_hostname_short\n hostname:\n name: \"{{ inventory_hostname_short }}\"\n register: \"hostname_status\"\n become: true\n when: ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 874, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-chrony
3,718
[ "no_license" ]
[ { "path": "roles/ansible-chrony/tasks/debian.yml", "content": "---\n- name: debian | Installing Chrony\n apt:\n name: \"chrony\"\n state: \"present\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/ansible-chrony/defaults/main.yml", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1000, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-clone-git-repos
3,718
[ "no_license" ]
[ { "path": "roles/ansible-clone-git-repos/README.md", "content": "Role Name\n=========\n\nClone a Users Git Repo in full.\n\nRequirements\n------------\n\nDefine a user in defaults/main.yml to clone all of their repos from.\n\nI created this as I had a need to ensure that all of my GitHub repos were always c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3670, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-config-interfaces
3,718
[ "no_license" ]
[ { "path": "roles/ansible-config-interfaces/defaults/main.yml", "content": "---\n# defaults file for ansible-config-interfaces\n\n# Defines if network bonds should be configured as defined\nconfig_network_bonds: false\n\n# Defines if network bridges should be configured as defined\nconfig_network_bridges: fa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6302, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-consul
3,718
[ "no_license" ]
[ { "path": "roles/ansible-consul/tasks/app_services.yml", "content": "---\n- name: app_services | installing pre-reqs\n apt:\n name: \"{{ item }}\"\n state: \"present\"\n become: true\n with_items:\n - 'python-dev'\n - 'python-pip'\n when: ansible_os_family == \"Debian\"\n\n- name: app_servic...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 38, "total_bytes": 61198, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-consul/Vagrant/roles/ansible-consul
3,718
[ "no_license" ]
[ { "path": "roles/ansible-consul/Vagrant/roles/ansible-consul/templates/etc/consul_acl_master_token.j2", "content": "{{ consul_acl_master_token }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/ansible-consul/Vagrant/roles/ansible-consul/Va...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 30, "total_bytes": 48498, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-consul/Vagrant/roles/ansible-consul/Vagrant/roles/ansible-consul
3,718
[ "no_license" ]
[ { "path": "roles/ansible-consul/Vagrant/roles/ansible-consul/Vagrant/roles/ansible-consul/tasks/set_facts.yml", "content": "---\n- name: set_facts | Setting Facts\n set_fact:\n consul_bind_address: \"{{ hostvars[inventory_hostname]['ansible_' + consul_bind_interface]['ipv4']['address'] }}\"\n\n- name: s...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 18310, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-consul/Vagrant/roles/ansible-consul/Vagrant/roles/ansible-redis
3,718
[ "no_license" ]
[ { "path": "roles/ansible-consul/Vagrant/roles/ansible-consul/Vagrant/roles/ansible-redis/tasks/set_facts.yml", "content": "---\n- name: set_facts | Setting Debian Facts\n set_fact:\n redis_bin_path: \"{{ redis_install_dir }}/bin\"\n redis_conf: \"/etc/redis/redis.conf\"\n redis_log_file: \"/var/lo...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 7548, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-django
3,718
[ "no_license" ]
[ { "path": "roles/ansible-django/tasks/install.yml", "content": "---\n- name: install | installing python modules\n pip:\n name: \"{{ item }}\"\n state: present\n with_items:\n - virtualenv\n - virtualenvwrapper\n \n- name: install | installing django\n pip:\n name: \"django\"\n state...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2563, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-docker
3,718
[ "no_license" ]
[ { "path": "roles/ansible-docker/tasks/debian.yml", "content": "---\n- name: debian | updating apt-cache\n apt:\n update_cache: yes\n cache_valid_time: 86400\n become: true\n\n- name: debian | installing pre-reqs\n apt:\n name: \"{{ item }}\"\n state: present\n become: true\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6695, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-dropbox-nsot
3,718
[ "no_license" ]
[ { "path": "roles/ansible-dropbox-nsot/tasks/install.yml", "content": "---\n- name: install | installing python pip\n easy_install:\n name: \"pip\"\n state: \"present\"\n\n- name: install | installing nsot\n pip:\n name: \"nsot\"\n state: \"present\"\n\n- name: install | installing additional p...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1204, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-elk-pre-processor
3,718
[ "no_license" ]
[ { "path": "roles/ansible-elk-pre-processor/tasks/main.yml", "content": "---\n# tasks file for ansible-elk-pre-processor\n- include: set_facts.yml\n\n- include: config_hosts_file.yml\n when: >\n config_hosts_file is defined and\n config_hosts_file\n\n- include: debian_rsyslog.yml\n tags:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 8245, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-elk-processor
3,718
[ "no_license" ]
[ { "path": "roles/ansible-elk-processor/playbook.yml", "content": "---\n- hosts: all\n become: true\n vars:\n logstash_inputs:\n - type: redis\n batch_count: 1000\n host: redis\n threads: 2\n logstash_outputs:\n - output: elasticsearch\n hosts: 'elasticsearch:920...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7721, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-es-packetbeat
3,718
[ "no_license" ]
[ { "path": "roles/ansible-es-packetbeat/README.md", "content": "Role Name\n=========\n\nAn [Ansible] role to install/configure [Packetbeat]\n\nRequirements\n------------\n\nNone\n\nVagrant\n-------\nSpin up and test \nSpins up 3 nodes to test with following: \npacketbeat - client \nes - elasticsearch \...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5980, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-fluentd
3,718
[ "no_license" ]
[ { "path": "roles/ansible-fluentd/tasks/ulimits.yml", "content": "---\n- name: ulimits | setting ulimit values\n pam_limits:\n domain: \"{{ item.domain }}\"\n limit_type: \"{{ item.limit_type }}\"\n limit_item: \"{{ item.limit_item }}\"\n value: \"{{ item.value }}\"\n with_items: '{{ fluentd_ul...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1843, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-gerrit
3,718
[ "no_license" ]
[ { "path": "roles/ansible-gerrit/tasks/debian.yml", "content": "---\n- name: debian | installing pre-reqs\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - default-jre-headless\n - git\n - gitweb\n - python-mysqldb\n\n#- name: debian | installing gitweb (if enabled)\n# apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-gitlab-runner
3,718
[ "no_license" ]
[ { "path": "roles/ansible-gitlab-runner/tasks/debian.yml", "content": "---\n- name: debian | Installing Pre-Reqs\n apt:\n name: \"{{ item }}\"\n state: \"present\"\n with_items:\n - 'debian-archive-keyring'\n - 'apt-transport-https'\n\n- name: debian | Adding GitLab Runner GPG Key\n apt_key:\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1877, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-glusterfs
3,718
[ "no_license" ]
[ { "path": "roles/ansible-glusterfs/defaults/main.yml", "content": "---\n# defaults file for ansible-glusterfs\nconfig_glusterfs: false #defines if glusterfs should be configured\nconfig_hosts: false #defines if /etc/hosts should be updated with nodes\nglusterfs_arbiter_group: glusterfs-arbiter-nodes #def...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6028, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-gocd
3,718
[ "no_license" ]
[ { "path": "roles/ansible-gocd/README.md", "content": "Role Name\n=========\n\nInstalls GoCD (Go Continuous Delivery) https://www.go.cd\n\n[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-gocd.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-gocd)\n\nRequirements\n------------\n\nNone\...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4390, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-graylog
3,718
[ "no_license" ]
[ { "path": "roles/ansible-graylog/tasks/redhat.yml", "content": "---\n- name: redhat | Setting Up EPEL\n yum:\n name: \"epel-release\"\n state: \"present\"\n when: ansible_distribution != \"Fedora\"\n\n- name: redhat | Installing Pre-Reqs\n yum:\n name: \"{{ item }}\"\n state: \"present\"\n w...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 11003, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-hashicorp-toolbox
3,718
[ "no_license" ]
[ { "path": "roles/ansible-hashicorp-toolbox/playbook.yml", "content": "---\n- name: Installs Various HashiCorp apps/tools\n hosts: all\n sudo: true\n vars:\n roles:\n - role: ansible-hashicorp-toolbox\n tasks:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5898, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-jenkins
3,718
[ "no_license" ]
[ { "path": "roles/ansible-jenkins/tasks/plugins.yml", "content": "---\n- name: plugins | Ensuring Jenkins Is Running\n service:\n name: \"jenkins\"\n state: \"started\"\n\n- name: plugins | Waiting For Jenkins To Start\n wait_for:\n port: 8080\n delay: 20\n\n- name: plugins | Downloading jenkin...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7938, "all_permissive": false }
ansible_role
bjmingyang/ansible-mod
6c2477f4044e1d1bd363649c862df2f8607594b3
0
roles/ansible-k8s
3,718
[ "no_license" ]
[ { "path": "roles/ansible-k8s/tasks/main.yml", "content": "---\n# tasks file for ansible-k8s\n\n- include: set_facts.yml\n tags:\n - 'k8s_cluster_ip'\n - 'k8s_cluster_nodes'\n - 'k8s_cluster_services'\n - 'k8s_dashboard'\n - 'k8s_helm'\n - 'k8s_pods'\n\n- include: debian.yml\n when: ansib...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 25452, "all_permissive": false }