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
roots/trellis
f848a0101341df85c660829aacfdd2833d6f7617
2,540
roles/users
4,038
[ "no_license" ]
[ { "path": "roles/users/tasks/connection-warnings.yml", "content": "---\n- name: Fail if root login will be disabled but admin_user cannot connect\n fail:\n msg: 'The admin_user `{{ admin_user }}` is unable to connect to the server. To prevent you from losing access to your server, the playbook has halte...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5496, "all_permissive": false }
ansible_role
roots/trellis
f848a0101341df85c660829aacfdd2833d6f7617
2,540
roles/wordpress-install
4,038
[ "no_license" ]
[ { "path": "roles/wordpress-install/tasks/main.yml", "content": "---\n- import_tasks: directories.yml\n tags: wordpress-install-directories\n\n- import_tasks: dotenv.yml\n tags: dotenv\n\n- name: Add known_hosts\n known_hosts:\n name: \"{{ item.name }}\"\n key: \"{{ item.key | default(omit) }}\"\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6304, "all_permissive": false }
ansible_role
roots/trellis
f848a0101341df85c660829aacfdd2833d6f7617
2,540
roles/wp-cli
4,038
[ "no_license" ]
[ { "path": "roles/wp-cli/tasks/main.yml", "content": "---\n- name: Ensure gpg2 is installed\n apt:\n name: \"{{ gpg2_package }}\"\n state: \"{{ gpg2_package_state | default(apt_security_package_state) }}\"\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n\n- name: Download WP-CLI Phar\n get_url...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2980, "all_permissive": false }
ansible_role
roots/trellis
f848a0101341df85c660829aacfdd2833d6f7617
2,540
roles/xdebug
4,038
[ "no_license" ]
[ { "path": "roles/xdebug/templates/xdebug.ini.j2", "content": "; {{ ansible_managed }}\n\n[XDebug]\nzend_extension=xdebug.so\n\n; Generic\nxdebug.output_dir={{ xdebug_output_dir }}\nxdebug.trigger_value={{ xdebug_trigger_value }}\n\n; Remote Debugging\nxdebug.mode={{ xdebug_mode }}\nxdebug.start_with_request...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3266, "all_permissive": false }
ansible_role
roots/trellis
f848a0101341df85c660829aacfdd2833d6f7617
2,540
roles/xdebug-tunnel
4,038
[ "no_license" ]
[ { "path": "roles/xdebug-tunnel/defaults/main.yml", "content": "xdebug_tunnel_remote_port: 9003\nxdebug_tunnel_host: localhost\nxdebug_tunnel_local_port: 9003\nxdebug_tunnel_control_socket: /tmp/trellis-xdebug-{{ xdebug_tunnel_inventory_host }}\nxdebug_tunnel_control_identity: \"{{ ansible_user_id }}\"\n\nxd...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1879, "all_permissive": false }
ansible_role
kashtan404/mongodb
8d31973133575cfff0192229d9db17322fdb272a
0
roles/common
4,038
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Install epel-repo\n yum:\n name: epel-release\n state: present\n\n- name: Disable firewalld\n service:\n name: firewalld\n state: stopped\n enabled: no\n\n- name: Disable selinux\n selinux:\n state: disabled\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 866, "all_permissive": false }
ansible_role
kashtan404/mongodb
8d31973133575cfff0192229d9db17322fdb272a
0
roles/mongoc
4,038
[ "no_license" ]
[ { "path": "roles/mongoc/templates/mongoc.conf.j2", "content": "systemLog:\n destination: file\n path: \"/var/log/mongodb/mongod-config.log\"\n logAppend: true\n\n# fork and run in background\nprocessManagement:\n fork: true\n pidFilePath: /var/run/mongodb/mongoc.pid\n\nnet:\n port: {{ mongoc_port }}\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2660, "all_permissive": false }
ansible_role
kashtan404/mongodb
8d31973133575cfff0192229d9db17322fdb272a
0
roles/mongod
4,038
[ "no_license" ]
[ { "path": "roles/mongod/templates/user.j2", "content": "db.dropUser('root')\ndb.createUser({\n user: \"{{ mongo_admin_username }}\",\n pwd: \"{{ <PASSWORD> }}\",\n roles: [ { role: \"root\", db: \"admin\" }, \n { role: \"userAdminAnyDatabase\", db: \"admin\" }]\n })", "lice...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2979, "all_permissive": false }
ansible_role
kashtan404/mongodb
8d31973133575cfff0192229d9db17322fdb272a
0
roles/mongos
4,038
[ "no_license" ]
[ { "path": "roles/mongos/templates/mongos.conf.j2", "content": "#where to log\nsystemLog:\n destination: file\n path: \"/var/log/mongodb/mongos.log\"\n logAppend: true\n\nprocessManagement:\n fork: true\n pidFilePath: /var/run/mongodb/mongos.pid\n\nnet:\n port: {{ mongos_port }}\n bindIp: 0.0.0.0\n\ns...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1216, "all_permissive": false }
ansible_role
kashtan404/mongodb
8d31973133575cfff0192229d9db17322fdb272a
0
roles/shard_test
4,038
[ "no_license" ]
[ { "path": "roles/shard_test/tasks/main.yml", "content": "- name: Copy the test script\n copy:\n src: shard_test.js\n dest: /tmp/shard_test.js\n\n- name: Run test script\n command: \"/usr/bin/mongo localhost:{{ mongos_port }}/admin -u admin -p {{ mongo_admin_pass }} /tmp/shard_test.js\"\n register: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
pando85/desktop-installer
222d5aee54f0689d9e76edf99f6c9a30e315c453
1
roles/aur
4,038
[ "no_license" ]
[ { "path": "roles/aur/defaults/main.yml", "content": "---\n# defaults file for pacaur\n\naur_user: installer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/aur/vars/main.yml", "content": "---\n# vars file for pacaur\n", "license_typ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 963, "all_permissive": false }
ansible_role
pando85/desktop-installer
222d5aee54f0689d9e76edf99f6c9a30e315c453
1
roles/base
4,038
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: check basic packages\n become: yes\n pacman:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - zsh\n - vim\n\n- name: check group\n become: yes\n group:\n name: \"{{ username }}\"\n state: p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 546, "all_permissive": false }
ansible_role
pando85/desktop-installer
222d5aee54f0689d9e76edf99f6c9a30e315c453
1
roles/vscode
4,038
[ "no_license" ]
[ { "path": "roles/vscode/meta/main.yml", "content": "---\ndependencies:\n - base\n - aur\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/vscode/tasks/main.yml", "content": "---\n\n- name: Install vscode package\n import_tasks: install...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 1730, "all_permissive": false }
ansible_role
Juniper/vqfx10k-vagrant
9dcad72322d4242fe155166ef0e76bf919aaa3f3
135
full-ipfabric-2S-3L/roles/junos-std-l3
4,038
[ "permissive" ]
[ { "path": "full-ipfabric-2S-3L/roles/junos-std-l3/tasks/main.yaml", "content": "---\n- name: Building Standard L3 configuration for Junos\n template: >\n src=main.conf.j2\n dest={{ build_dir }}/junos-std-l3.conf.part\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": true }
ansible_role
Juniper/vqfx10k-vagrant
9dcad72322d4242fe155166ef0e76bf919aaa3f3
135
full-ipfabric-2S-3L/roles/underlay-ebgp
4,038
[ "permissive" ]
[ { "path": "full-ipfabric-2S-3L/roles/underlay-ebgp/defaults/main.yaml", "content": "\n\n\nunderlay:\n mtu_phy_int: 9192\n mtu_logical_int: 9000\n network_size: 31\n bfd:\n min_interval: 350\n multiplier: 3\n mode: automatic\n networks:\n loopbacks: 1.1.0.0/16\n underlay: 172.16.0.0/16\n"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 347, "all_permissive": true }
ansible_role
Juniper/vqfx10k-vagrant
9dcad72322d4242fe155166ef0e76bf919aaa3f3
135
light-ipfabric-2S-3L/roles/build-config
4,038
[ "permissive" ]
[ { "path": "light-ipfabric-2S-3L/roles/build-config/tasks/main.yaml", "content": "---\n- name: Check if directory {{ junos_conf_dir }} is present\n file: path={{ junos_conf_dir }} state=directory\n run_once: true\n\n- name: Assembling configurations and copying to conf/\n assemble: src={{ build_dir }} des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": true }
ansible_role
Juniper/vqfx10k-vagrant
9dcad72322d4242fe155166ef0e76bf919aaa3f3
135
light-ipfabric-2S-3L/roles/vagrant-base
4,038
[ "permissive" ]
[ { "path": "light-ipfabric-2S-3L/roles/vagrant-base/tasks/main.yaml", "content": "---\n- name: Building vagrant-base configuration\n template: >\n src=main.conf.j2\n dest={{ build_dir }}/common.conf.part\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": true }
ansible_role
gwynp/ansible-playbooks
a2cf8822b8e0f153cc4d27f61df06694ac0352a0
0
roles/common
4,038
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: be sure ntp is installed\n apt: pkg=ntp state=installed\n tags: ntp\n\n- name: be sure ntp is configured\n template: src=ntp.conf.j2 dest=/etc/ntp.conf\n notify:\n - restart ntp\n tags: ntp\n\n- name: be sure ntpd is running and ena...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 575, "all_permissive": false }
ansible_role
gwynp/ansible-playbooks
a2cf8822b8e0f153cc4d27f61df06694ac0352a0
0
roles/mysql
4,038
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Install mysql and the perl library\n apt: pkg={{ item }} state=present\n with_items:\n - mysql-common\n - mysql-server\n - libdbi-perl\n - python-dev \n - libmysqlclient-dev\n - python-pip\n\n- name: install mysql python library\n pip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 959, "all_permissive": false }
ansible_role
gwynp/ansible-playbooks
a2cf8822b8e0f153cc4d27f61df06694ac0352a0
0
roles/nginx
4,038
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: be sure nginx is installed\n apt: pkg=nginx state=installed\n tags: nginx\n\n- name: write nginx.conf\n action: template src=nginx.conf.j2 dest=/etc/nginx/nginx.conf\n notify:\n - restart nginx\n tags: nginx\n\n- name: make sure the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 649, "all_permissive": false }
ansible_role
gwynp/ansible-playbooks
a2cf8822b8e0f153cc4d27f61df06694ac0352a0
0
roles/owncloud
4,038
[ "no_license" ]
[ { "path": "roles/owncloud/vars/main.yml", "content": "db_user: oc_gwynp\ndb_pass: <PASSWORD>\ndb_name: owncloud\nmysql_root_password: <PASSWORD>!!", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/owncloud/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1720, "all_permissive": false }
ansible_role
gwynp/ansible-playbooks
a2cf8822b8e0f153cc4d27f61df06694ac0352a0
0
roles/pitchfx
4,038
[ "no_license" ]
[ { "path": "roles/pitchfx/tasks/main.yml", "content": "---\n- name: be sure git is installed\n apt: pkg=git state=installed\n\n- name: create data directory\n file: path={{ pitchfx_data_dir }} owner=gwyn group=gwyn mode=0644 state=directory\n\n- name: create data directory\n file: path={{ pitchfx_code_dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1072, "all_permissive": false }
ansible_role
gwynp/ansible-playbooks
a2cf8822b8e0f153cc4d27f61df06694ac0352a0
0
roles/rabbitmq
4,038
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Add the rabbitmq repository\n action: lineinfile dest=/etc/apt/sources.list.d/rabbitmq.list regexp=\"rabbitmq.com\" line='deb http://www.rabbitmq.com/debian/ testing main' create=yes\n register: aptrepo\n\n- name: Apt key \n action: apt_key u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1434, "all_permissive": false }
ansible_role
gwynp/ansible-playbooks
a2cf8822b8e0f153cc4d27f61df06694ac0352a0
0
roles/sensu-checks
4,038
[ "no_license" ]
[ { "path": "roles/sensu-checks/files/check_disk.json", "content": " {\n \"checks\": {\"diskFree\": {\n \"handlers\": [\"default\"],\n \"command\": \"/etc/sensu/plugins/check_disk.rb -w 80 -c 90\",\n \"interval\": 60,\n \"subscribers\": [ \"servers\" ]\n }\n }\n}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 939, "all_permissive": false }
ansible_role
gwynp/ansible-playbooks
a2cf8822b8e0f153cc4d27f61df06694ac0352a0
0
roles/sensu-client
4,038
[ "no_license" ]
[ { "path": "roles/sensu-client/tasks/main.yml", "content": "- name: Add the snesuapp sensu repo\n action: lineinfile dest=/etc/apt/sources.list.d/sensu.list regexp=\"sensuapp.org\" line='deb http://repos.sensuapp.org/apt sensu main' create=yes\n register: sensurepo\n\n- name: and add the sensu aptkey\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1593, "all_permissive": false }
ansible_role
gwynp/ansible-playbooks
a2cf8822b8e0f153cc4d27f61df06694ac0352a0
0
roles/sensu-server
4,038
[ "no_license" ]
[ { "path": "roles/sensu-server/templates/config.json", "content": "{\n \"rabbitmq\": {\n \"ssl\": {\n \"private_key_file\": \"/etc/sensu/ssl/client_key.pem\",\n \"cert_chain_file\": \"/etc/sensu/ssl/client_cert.pem\"\n },\n \"port\": 5671,\n \"host\": \"{{ h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2765, "all_permissive": false }
ansible_role
gwynp/ansible-playbooks
a2cf8822b8e0f153cc4d27f61df06694ac0352a0
0
roles/statsd
4,038
[ "no_license" ]
[ { "path": "roles/statsd/tasks/main.yml", "content": "---\n\n- name: add node.js repo\n apt_repository: repo='ppa:chris-lea/node.js'\n\n- name: install requisite packages\n apt: pkg=$item state=present\n with_items: \n #- python-pycurl\n - git-core\n #- python-software-properties\n - nodej...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
gwynp/ansible-playbooks
a2cf8822b8e0f153cc4d27f61df06694ac0352a0
0
roles/websites
4,038
[ "no_license" ]
[ { "path": "roles/websites/tasks/git.yml", "content": "---\n- hosts: web\n user: gwyn\n tasks:\n - name: check blog contents out of github\n git: repo=ssh://git@github.com/gwynp/www.sportdocs.org.git dest=/opt/www\n tags: nginx\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4687, "all_permissive": false }
ansible_role
briancappello/django-react-redux-boilerplate
1580db78b96820d409518604d280fb350891fd24
1
ansible/roles/django
3,938
[ "no_license" ]
[ { "path": "ansible/roles/django/tasks/setup_django_app.yaml", "content": "---\n- name: sync project code from local dir\n synchronize:\n src: '{{ local_project_dir }}'\n dest: '{{ project_dir }}'\n recursive: yes\n delete: yes\n verify_host: yes\n rsync_opts:\n - \"--exclude=*.pyc\"\...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 11430, "all_permissive": false }
ansible_role
briancappello/django-react-redux-boilerplate
1580db78b96820d409518604d280fb350891fd24
1
ansible/roles/letsencrypt
3,938
[ "no_license" ]
[ { "path": "ansible/roles/letsencrypt/templates/uwsgi_django_https.nginx.jinja2", "content": "# {{ ansible_managed }}\n\n# Base Config Generator:\n# https://mozilla.github.io/server-side-tls/ssl-config-generator/\n\nupstream django {\n server unix:{{ uwsgi_socket_path }};\n}\n\nserver {\n listen 443 ssl ht...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 8755, "all_permissive": false }
ansible_role
hasindupma/ansibleex
60acb841702acb367c510ed589e30ca19a31a867
0
roles/nodejs
3,938
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main_bk_5-7-2016.yml", "content": "---\n#- name: Add nodejs 0.10.37 repo list \n# apt_repository: repo='ppa:chris-lea/node.js' state=present\n\n- name: Add nodejs 0.10.37 repo list\n shell: wget -qO- https://deb.nodesource.com/setup_4.x | sudo bash -\n\n- name: Apt Package Up...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1019, "all_permissive": false }
ansible_role
DrDrumm911/hw-14
4449684fd11b9b0e7d852333c16381ad4ab87743
0
main_directory/roles/common
3,938
[ "no_license" ]
[ { "path": "main_directory/roles/common/tasks/install_packages.yml", "content": "---\n- name: Install vim and zip\n package:\n name: \"{{ item }}\"\n state: present\n loop:\n - vim\n - zip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
DrDrumm911/hw-14
4449684fd11b9b0e7d852333c16381ad4ab87743
0
main_directory/roles/file_deploy
3,938
[ "no_license" ]
[ { "path": "main_directory/roles/file_deploy/tasks/main.yml", "content": "---\n- name: Deploy file to /tmp/test1\n copy:\n content: \"Hello world!\\n\"\n dest: \"/tmp/test1\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
DrDrumm911/hw-14
4449684fd11b9b0e7d852333c16381ad4ab87743
0
main_directory/roles/template_deploy
3,938
[ "no_license" ]
[ { "path": "main_directory/roles/template_deploy/tasks/main.yml", "content": "---\n- name: Deploy template to /tmp/test2\n template:\n src: \"server_info.j2\"\n dest: \"/tmp/test2\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
nick133371/oaiBBU
37e6f9f6ceefb82b37b0ac6a6491c21efb826ef7
0
xos/synchronizer/steps/roles/pre-requirement
3,938
[ "no_license" ]
[ { "path": "xos/synchronizer/steps/roles/pre-requirement/tasks/main.yml", "content": "- name: set host name of oaibbu\n hostname:\n name: \"oaibbu\"", "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
froberge/ansible-examples
b3fb61e06d643f8a1bdf2479d94c7fa0c8108e6b
0
aws_web_infra/roles/aws_ec2
3,938
[ "no_license" ]
[ { "path": "aws_web_infra/roles/aws_ec2/tasks/main.yml", "content": "---\n# tasks file for aws_ec2\n\n - name: \"Provision EC2 instance\"\n amazon.aws.ec2_instance:\n instance_type: \"{{ instance_type | default('t2.micro') }}\"\n region: \"{{ region }}\"\n image_id: \"{{ image_id }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 793, "all_permissive": false }
ansible_role
froberge/ansible-examples
b3fb61e06d643f8a1bdf2479d94c7fa0c8108e6b
0
aws_web_infra/roles/aws_vpc
3,938
[ "no_license" ]
[ { "path": "aws_web_infra/roles/aws_vpc/vars/main.yml", "content": "---\n# vars file for aws_vpc\n\nregion: \"us-east-2\"\nzone: \"us-east-2a\"\nvpc_cidr_block: \"10.0.0.0/16\"\nsubnet_cidr_block: \"10.0.0.0/16\"\ndestination_cidr_block: \"0.0.0.0/0\"\nsecurity_cidr_block: \"0.0.0.0/0\"", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2874, "all_permissive": false }
ansible_role
froberge/ansible-examples
b3fb61e06d643f8a1bdf2479d94c7fa0c8108e6b
0
aws_web_infra/roles/haproxy-config
3,938
[ "no_license" ]
[ { "path": "aws_web_infra/roles/haproxy-config/tasks/main.yml", "content": "---\n# tasks file for haproxy-config\n- name: Configure HA Load Balancer with haproxy\n\n block: \n # epel = Extra Packages for Enterprise Linux\n - name: Ensure the epel repo is present\n ansible.builtin.yum:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 874, "all_permissive": false }
ansible_role
froberge/ansible-examples
b3fb61e06d643f8a1bdf2479d94c7fa0c8108e6b
0
windows_server_aws/roles/create_ec2_vm_instance
3,938
[ "no_license" ]
[ { "path": "windows_server_aws/roles/create_ec2_vm_instance/tasks/main.yml", "content": "--- \n - name: Create {{ tag_environment }} EC2 instance name {{ item }}\n amazon.aws.ec2_instance:\n instance_type: \"{{ instance_type | default('t2.medium') }}\"\n region: \"{{ region }}\"\n image_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1612, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/airsonic
3,938
[ "no_license" ]
[ { "path": "roles/airsonic/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1738, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/alias
3,938
[ "no_license" ]
[ { "path": "roles/alias/templates/pgfork", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Maintainer: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed unde...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 10787, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/alltube
3,938
[ "no_license" ]
[ { "path": "roles/alltube/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & MBCorps\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1779, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/backup
3,938
[ "no_license" ]
[ { "path": "roles/backup/tasks/old.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU Ge...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 12872, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/backupwp
3,938
[ "no_license" ]
[ { "path": "roles/backupwp/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4359, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/bazarr
3,938
[ "no_license" ]
[ { "path": "roles/bazarr/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2065, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/clean
3,938
[ "no_license" ]
[ { "path": "roles/clean/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Cleaner]\n#\n# Further Enhanced by DesignGears, Admin9705 & Migz: https://plexguide.com\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n#\n# Licensed under GNU General Public License v3.0 GPL-3 (in short)\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1317, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/clean-encrypt
3,938
[ "no_license" ]
[ { "path": "roles/clean-encrypt/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Cloudbox Ansible Role - Cleaning Function Only]\n#\n# Author: l3uddz & Desimaniac\n# URL: https://cloudbox.rocks\n#\n# Licensed under GNU General Public License v3.0 GPL-3 (in short)\n#\n# You may copy, distribute and mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1608, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/cloudcmd
3,938
[ "no_license" ]
[ { "path": "roles/cloudcmd/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & MBCorps\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GN...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1945, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/cloudst2
3,938
[ "no_license" ]
[ { "path": "roles/cloudst2/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & MBCorps\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GN...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1880, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/couchpotato
3,938
[ "no_license" ]
[ { "path": "roles/couchpotato/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3510, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/deluge
3,938
[ "no_license" ]
[ { "path": "roles/deluge/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2044, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/delugevpn
3,938
[ "no_license" ]
[ { "path": "roles/delugevpn/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GN...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4741, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/deploy
3,938
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n- name: \"Establishing Variable\"\n shell: \"awk '{print $1}' /tmp/program_var\"\n register: program_var\n tags:\n - nocron\n\n- name: \"Establishing Random Number Variable\"\n shell: \"awk '{print $1}' /tmp/number_var\"\n register: number_va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1382, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/deploy2
3,938
[ "no_license" ]
[ { "path": "roles/deploy2/tasks/main.yml", "content": "---\n- name: \"Establishing Program Variable\"\n shell: \"awk '{print $1}' /tmp/program_var\"\n register: program_var\n ignore_errors: yes\n\n- name: \"Establishing Minute Variable\"\n shell: \"awk '{print $1}' /tmp/cron.minute\"\n register: minute\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1847, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/dns-gen
3,938
[ "no_license" ]
[ { "path": "roles/dns-gen/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Lowmach1ne\n#\n# Licensed under GNU General Public License v3.0 GPL-3 (in short)\n#\n# You may copy, distribute and modify ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1627, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/docker
3,938
[ "no_license" ]
[ { "path": "roles/docker/files/daemon.json", "content": "{\n \"storage-driver\": \"overlay2\",\n \"userland-proxy\": false,\n \"log-driver\": \"json-file\",\n \"log-opts\": {\"max-size\": \"12m\", \"max-file\": \"4\"}\n}\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3806, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/docker2
3,938
[ "no_license" ]
[ { "path": "roles/docker2/tasks/main.yml", "content": "#!/bin/bash\n#\n# [PlexGuide Ansible Role]\n#\n# By: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# Licensed under GNU General Public License v3.0 GPL-3 (in short)\n#\n# You may copy, distribute and modify the software as long as you track\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1522, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/dockerfix
3,938
[ "no_license" ]
[ { "path": "roles/dockerfix/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GN...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1782, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/drive
3,938
[ "no_license" ]
[ { "path": "roles/drive/tasks/main.yml", "content": "#!/bin/bash\n#\n# [RClone Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU General Publ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1589, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/drives
3,938
[ "no_license" ]
[ { "path": "roles/drives/tasks/main.yml", "content": "#!/bin/bash\n#\n# [RClone Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU General Pub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2292, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/duplicati
3,938
[ "no_license" ]
[ { "path": "roles/duplicati/templates/duplicati-cli.js2", "content": "#!/bin/bash\nINSTALLDIR=/usr/lib/duplicati\nexport LD_LIBRARY_PATH=\"${INSTALLDIR}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}\"\nexport MONO_PATH=$MONO_PATH:${INSTALLDIR}\n\nEXE_FILE=${INSTALLDIR}/Duplicati.CommandLine.exe\nAPP_NAME=Duplicati.Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5191, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/emby
3,938
[ "no_license" ]
[ { "path": "roles/emby/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1770, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/folders
3,938
[ "no_license" ]
[ { "path": "roles/folders/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5388, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/folders_solo
3,938
[ "no_license" ]
[ { "path": "roles/folders_solo/tasks/main.yml", "content": "---\n############ Directories\n - name: Create Basic Directories\n file: \"path={{item}} state=directory mode=0775 owner=1000 group=1000 recurse=true\"\n with_items:\n - /opt/appdata/plexguide\n - /mnt/unionfs/tv\n - /mnt/union...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/htpcmanager
3,938
[ "no_license" ]
[ { "path": "roles/htpcmanager/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# L...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1500, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/jdownloader2
3,938
[ "no_license" ]
[ { "path": "roles/jdownloader2/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: CyberGhost\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU Gen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1712, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/label
3,938
[ "no_license" ]
[ { "path": "roles/label/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# License...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1261, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/lazy
3,938
[ "no_license" ]
[ { "path": "roles/lazy/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU Gen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1920, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/lidarr
3,938
[ "no_license" ]
[ { "path": "roles/lidarr/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2363, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/lounge
3,938
[ "no_license" ]
[ { "path": "roles/lounge/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1573, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/medusa
3,938
[ "no_license" ]
[ { "path": "roles/medusa/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1765, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/mylar
3,938
[ "no_license" ]
[ { "path": "roles/mylar/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU Ge...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1876, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/netdata
3,938
[ "no_license" ]
[ { "path": "roles/netdata/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1902, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/network_tuning
3,938
[ "no_license" ]
[ { "path": "roles/network_tuning/tasks/main.yml", "content": "# https://cloudplatform.googleblog.com/2017/07/TCP-BBR-congestion-control-comes-to-GCP-your-Internet-just-got-faster.html\n# https://www.psc.edu/index.php/networking/641-tcp-tune\n#\n# [PlexGuide TCP Tuning]\n#\n# GitHub: https://github.com/Admi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8619, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/nextcloud
3,938
[ "no_license" ]
[ { "path": "roles/nextcloud/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GN...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2620, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/nzbget
3,938
[ "no_license" ]
[ { "path": "roles/nzbget/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7466, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/nzbhydra2
3,938
[ "no_license" ]
[ { "path": "roles/nzbhydra2/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2220, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/ombi4k
3,938
[ "no_license" ]
[ { "path": "roles/ombi4k/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2644, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/openvpn
3,938
[ "no_license" ]
[ { "path": "roles/openvpn/tasks/main.yml", "content": "#!/bin/bash\n#\n# [OpenVPN]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU Gener...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5040, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/pgcron
3,938
[ "no_license" ]
[ { "path": "roles/pgcron/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2887, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/pgdrive
3,938
[ "no_license" ]
[ { "path": "roles/pgdrive/templates/move_script.js2", "content": "#!/bin/bash\n\nif pidof -o %PPID -x \"$0\"; then\n exit 1\nfi\n\nsleep 30\nwhile true\ndo\n## Sync, Sleep 2 Minutes, Repeat. BWLIMIT 9 Prevents Google 750GB Google Upload Ban\nrclone move --bwlimit {{bandwidth.stdout}}M --tpslimit 6 --exclud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 8048, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/pgdrive_en
3,938
[ "no_license" ]
[ { "path": "roles/pgdrive_en/templates/move_script-next.js2", "content": "#!/bin/bash\n_Main() {\n if pidof -o %PPID -x \"$0\"; then\n exit 1\n fi\n\n sleep 30\n while\n true\n do\n # Intelligently adjusts chunk size of transfers with available memory value.\n local AvailableRam\n Availab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 13729, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/pgdupes
3,938
[ "no_license" ]
[ { "path": "roles/pgdupes/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Maintainer: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed unde...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2283, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/pgfork
3,938
[ "no_license" ]
[ { "path": "roles/pgfork/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Maintainer: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2716, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/pgmend
3,938
[ "no_license" ]
[ { "path": "roles/pgmend/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1157, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/pgmstart
3,938
[ "no_license" ]
[ { "path": "roles/pgmstart/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1587, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/pgscan
3,938
[ "no_license" ]
[ { "path": "roles/pgscan/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Maintainer: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2853, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/pgtrak
3,938
[ "no_license" ]
[ { "path": "roles/pgtrak/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Maintainer: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3278, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/plex
3,938
[ "no_license" ]
[ { "path": "roles/plex/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU Gen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7498, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/plexdrive
3,938
[ "no_license" ]
[ { "path": "roles/plexdrive/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3375, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/portainer
3,938
[ "no_license" ]
[ { "path": "roles/portainer/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1969, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/preinstall
3,938
[ "no_license" ]
[ { "path": "roles/preinstall/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2288, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/processor/roles/performance
3,938
[ "no_license" ]
[ { "path": "roles/processor/roles/performance/tasks/main.yml", "content": "## Notes: https://wiki.archlinux.org/index.php/CPU_frequency_scaling\n#!/bin/bash\n#\n# [Cloudbox Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: 13uddz & Desmonic\n# URL: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2192, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/pyload
3,938
[ "no_license" ]
[ { "path": "roles/pyload/tasks/main.yml", "content": " #!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1684, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/qbittorrent-vpn
3,938
[ "no_license" ]
[ { "path": "roles/qbittorrent-vpn/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed un...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2081, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/radarr4k
3,938
[ "no_license" ]
[ { "path": "roles/radarr4k/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licensed under GNU...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3021, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/rclone_en
3,938
[ "no_license" ]
[ { "path": "roles/rclone_en/tasks/main-old.yml", "content": "#!/bin/bash\n#\n# [RClone Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 14909, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/rclone_un
3,938
[ "no_license" ]
[ { "path": "roles/rclone_un/tasks/main.yml", "content": "#!/bin/bash\n#\n# [RClone Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4331, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/rcloneinstall
3,938
[ "no_license" ]
[ { "path": "roles/rcloneinstall/tasks/main.yml", "content": "---\n- debug: var=ansible_os_family\n- name: gather os specific variables\n include_vars: \"{{ item }}\"\n with_first_found:\n - '{{ ansible_distribution }}-{{ ansible_distribution_major_version}}.yml'\n - '{{ ansible_distribution }}.yml'\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5223, "all_permissive": false }
ansible_role
cargo12/plexguide
f9534d7e1eaba411c18eb570971e2e6c20f1684e
1
roles/restore
3,938
[ "no_license" ]
[ { "path": "roles/restore/tasks/main.yml", "content": "#!/bin/bash\n#\n# [Ansible Role]\n#\n# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server\n# Author: Admin9705 & Deiteq & FlickerRate\n# URL: https://plexguide.com\n#\n# PlexGuide Copyright (C) 2018 PlexGuide.com\n# Licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3198, "all_permissive": false }