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
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
libvirt/roles/setup_work_dir
7,356
[ "no_license" ]
[ { "path": "libvirt/roles/setup_work_dir/tasks/main.yaml", "content": "# setup work directory\n- name: Setup work directory for {{stage}}\n file:\n state: directory\n path: \"{{work_dir}}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
libvirt/roles/shutdown_vm
7,356
[ "no_license" ]
[ { "path": "libvirt/roles/shutdown_vm/tasks/main.yaml", "content": "# Shutdown each VM\n- name: Shutdown VM\n include_tasks: vm_loop.yaml\n loop: \"{{vm_types}}\"\n loop_control:\n loop_var: vm_type\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 849, "all_permissive": false }
ansible_role
shu-mutou/k8s-hands-on-with-kubeadm
dd31b138dca6f46b2b36e3ad106be7e98ca7513b
0
libvirt/roles/start_vm
7,356
[ "no_license" ]
[ { "path": "libvirt/roles/start_vm/tasks/start_vm-tasks.yaml", "content": "# Start each VM\n- name: Get status for VM {{stage}}-{{cluster_type}}-{{vm_type.type}}-{{vm.name}}\n virt:\n uri: \"{{libvirt_uri}}\"\n name: \"{{stage}}-{{cluster_type}}-{{vm_type.type}}-{{vm.name}}\"\n command: status\n r...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 824, "all_permissive": false }
ansible_role
TechRinger/BYOS
a6b7e14b891373a7ef2c127d73fa15d04b241c53
0
roles/certificate_authority
7,356
[ "permissive" ]
[ { "path": "roles/certificate_authority/tasks/client_certificate.yml", "content": "---\n\n- name: Create client key\n command: >\n openssl genrsa -out ./client_key.pem 4096\n\n- name: Create client csr\n command: >\n openssl req -subj '/CN=client' -new -key ./client_key.pem -out ./client.csr\n\n- nam...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3545, "all_permissive": true }
ansible_role
TechRinger/BYOS
a6b7e14b891373a7ef2c127d73fa15d04b241c53
0
roles/common
7,356
[ "permissive" ]
[ { "path": "roles/common/tasks/windows.yml", "content": "---\n \n- name: Update Windows machines\n when: inventory_hostname in groups[\"windows\"]\n win_updates:\n category_names:\n - SecurityUpdates\n - CriticalUpdates\n reboot: yes\n register: update_result\n\n- name: Reboot Windows mac...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1640, "all_permissive": true }
ansible_role
TechRinger/BYOS
a6b7e14b891373a7ef2c127d73fa15d04b241c53
0
roles/docker
7,356
[ "permissive" ]
[ { "path": "roles/docker/tasks/restart_docker.yml", "content": "---\n# From https://github.com/cromarty/ansible-role-docker-tls\n\n- name: Create docker service override directory\n file:\n path: /etc/systemd/system/docker.service.d\n state: directory\n owner: root\n group: root\n recurse: ye...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3155, "all_permissive": true }
ansible_role
dtest/ansible
2d605a03a120eb0f1a3526d1b6da921086bbb2e5
0
roles/dtest.amazon-common
7,356
[ "no_license" ]
[ { "path": "roles/dtest.amazon-common/defaults/main.yml", "content": "---\n\nec2_regions: us-east-1\nec2_cache_age: 300", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/dtest.amazon-common/README.md", "content": "# Description\n\nThis role ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1543, "all_permissive": false }
ansible_role
dtest/ansible
2d605a03a120eb0f1a3526d1b6da921086bbb2e5
0
roles/dtest.mysql-server
7,356
[ "no_license" ]
[ { "path": "roles/dtest.mysql-server/tasks/configure-replication.yml", "content": "---\n- debug: msg=\"Configure replication\"\n# Variables needed:\n# - master_host\n# - slave hosts (list)\n# - Replication user\n# - Replication password\n\n# TODO: If configure_type = setup\n # TODO: Create replication user ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8035, "all_permissive": false }
ansible_role
dtest/ansible
2d605a03a120eb0f1a3526d1b6da921086bbb2e5
0
roles/dtest.vagrant
7,356
[ "no_license" ]
[ { "path": "roles/dtest.vagrant/files/gen_ssh_config.sh", "content": "#!/bin/bash\n\nVAGRANT_DIR=$1\n\nHEADER_BLOCK_REGEX=\"# START VAGRANT:.*$(basename $VAGRANT_DIR)\"\nEND_BLOCK_REGEX=\"# END VAGRANT:.*$(basename $VAGRANT_DIR)\"\n\nHEADER_BLOCK=\"# START VAGRANT: $VAGRANT_DIR\"\nEND_BLOCK=\"# END VAGRANT: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1213, "all_permissive": false }
ansible_role
ThomasRubini/ansible-hello-world
9d55690bb02e3606cd310d1a3a7f1226927b0e36
0
roles/libvirt
7,356
[ "no_license" ]
[ { "path": "roles/libvirt/tasks/main.yml", "content": "---\n- name: Install libvirt packages\n ansible.builtin.package:\n name:\n - libvirt-daemon\n - libvirt-clients\n - libvirt-daemon-system\n state: present\n\n- name: Ensure libvirtd service is running\n ansible.builtin.service:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 452, "all_permissive": false }
ansible_role
ThomasRubini/ansible-hello-world
9d55690bb02e3606cd310d1a3a7f1226927b0e36
0
roles/vm_setup
7,356
[ "no_license" ]
[ { "path": "roles/vm_setup/tasks/main.yml", "content": "---\n- name: Get VMs list\n community.libvirt.virt:\n command: list_vms\n register: existing_vms\n changed_when: false\n\n- name: Setup VM\n when: \"vm_name not in existing_vms.list_vms\"\n block:\n - name: Upload VM disk to the server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1285, "all_permissive": false }
ansible_role
devops4tunji/ansible-learn
6d9c06a8bcb258f0ecd4f2a488a67047b75efb75
0
roles/demo
7,356
[ "no_license" ]
[ { "path": "roles/demo/vars/main.yml", "content": "URL: WWW.ARSENAL.COM", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/demo/tasks/main.yml", "content": "- name: demo of roles\n ansible.builtin.debug:\n msg: \"URL = {{URL}}\"\n\n\n\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 95, "all_permissive": false }
ansible_role
celliott/ansible-aws-operator
f3be69beddaba6624d608f5c51a55c81ba2a524c
0
roles/KinesisStream
7,436
[ "no_license" ]
[ { "path": "roles/KinesisStream/vars/main.yml", "content": "---\n# vars file for kinesis_stream\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/KinesisStream/README.md", "content": "# Ansible KinesisStream Role\n\nManage KinesisStream re...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 796, "all_permissive": false }
ansible_role
valerybun/ab-webui
415969214ff334048d14bf3e282a91ea0684ec76
0
roles/ini
7,436
[ "no_license" ]
[ { "path": "roles/ini/tasks/main.yml", "content": "- shell: ps -e | grep \"VBox\" | awk 'NR==1{print $1}'\n register: unique_id\n\n- ini_file: dest=/etc/ini_ab-webui section=general option=uniqueID value={{unique_id.stdout}} mode=0600\n sudo: true\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
valerybun/ab-webui
415969214ff334048d14bf3e282a91ea0684ec76
0
roles/kibana
7,436
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n- name: download...\n get_url: >-\n url={{kibana_tgz_url}}\n dest=/tmp/{{kibana_tgz}}\n owner=root\n group=root\n mode=0644\n sudo: true\n\n- name: unarchive...\n unarchive: >-\n copy=no\n src=/tmp/{{kibana_tgz}}\n dest=/op...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 971, "all_permissive": false }
ansible_role
valerybun/ab-webui
415969214ff334048d14bf3e282a91ea0684ec76
0
roles/nginx
7,436
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: installing nginx\n apt: pkg=nginx\n sudo: yes\n\n- name: Configuring nginx Default\n sudo: yes\n template: src=main.conf dest=/etc/nginx/sites-enabled/default owner=root group=root mode=0644\n notify: restart nginx", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
farshadzamanirad-projects/hostsinfo
7e40382e5968cf7f5a92fbcfc007049b65883ac8
1
roles/info
7,436
[ "no_license" ]
[ { "path": "roles/info/tasks/main.yaml", "content": "- name: get the facts\n setup:\n gather_subset=all\n register: facts\n- name: Make sure we have output folder\n local_action:\n module: file\n path: \"./{{ansible_date_time.date}}\"\n state: directory\n- name: uid bigger than 999\n shell: |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 872, "all_permissive": false }
ansible_role
farshadzamanirad-projects/hostsinfo
7e40382e5968cf7f5a92fbcfc007049b65883ac8
1
roles/local
7,436
[ "no_license" ]
[ { "path": "roles/local/tasks/main.yaml", "content": "- name: create xlsx file locally\n local_action:\n module: shell\n cmd: python3 convert.py \"./{{ansible_date_time.date}}/{{ansible_date_time.date}}.csv\"\n- name: Mail the result\n local_action:\n module: shell\n cmd: |\n cd {{ansible_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
rameshbaskar/ansible_practice
56c50271ba37e4a2bbf8bfdc0ad3f7028cefdba6
0
ansible/roles/common
7,436
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/common.yml", "content": "---\n- name: ensure the app group exists\n group: name=app state=present\n\n- name: ensure the app user exists\n user: name=app groups=app,nobody state=present append=yes\n\n- name: add hostname\n lineinfile: dest=/etc/hosts regexp=\"^127\\.0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 884, "all_permissive": false }
ansible_role
rameshbaskar/ansible_practice
56c50271ba37e4a2bbf8bfdc0ad3f7028cefdba6
0
ansible/roles/mysql
7,436
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/mysql.yml", "content": "---\n- name: ensure the mariadb (aka) mysql packages are installed\n yum: name={{ item }} state=present\n with_flattened:\n - mariadb-server\n - mariadb\n\n- name: ensure the mariadb service is started and enabled\n service: name=mariadb ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1195, "all_permissive": false }
ansible_role
SimonSMH1015/TweetVisualization
dfbf31fe9442fa3a27b1550235a0cb71e37edbad
0
deploy/ansible/backend_ansible/roles/backend-files
7,436
[ "no_license" ]
[ { "path": "deploy/ansible/backend_ansible/roles/backend-files/tasks/main.yaml", "content": "---\n - name: create backend files directory\n become: yes\n file:\n path: /home/ubuntu/projects\n state: directory\n\n - name: create backend-logs directory\n become: yes\n file:\n path: /home/ub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 650, "all_permissive": false }
ansible_role
SimonSMH1015/TweetVisualization
dfbf31fe9442fa3a27b1550235a0cb71e37edbad
0
deploy/ansible/couchdb_ansible/roles/couch-cluster
7,436
[ "no_license" ]
[ { "path": "deploy/ansible/couchdb_ansible/roles/couch-cluster/tasks/main.yaml", "content": "---\n\n- name: create cluser curl1\n shell: >\n curl -XPOST \"http://{{item.user}}:{{item.pass}}@{{groups['masternode'][0]}}:5984/_cluster_setup\"\n --header \"Content-Type: application/json\"\n --data \"{\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1347, "all_permissive": false }
ansible_role
SimonSMH1015/TweetVisualization
dfbf31fe9442fa3a27b1550235a0cb71e37edbad
0
deploy/ansible/couchdb_ansible/roles/couch-cluster-create
7,436
[ "no_license" ]
[ { "path": "deploy/ansible/couchdb_ansible/roles/couch-cluster-create/tasks/main.yaml", "content": "---\n\n- name: create cluster curl3\n shell: curl -XGET \"http://{{item.user}}:{{item.pass}}@{{groups['masternode'][0]}}:5984/\"\n loop: '{{couchdb}}'\n\n- name: create cluster curl4\n shell: >\n curl -X...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
SimonSMH1015/TweetVisualization
dfbf31fe9442fa3a27b1550235a0cb71e37edbad
0
deploy/ansible/couchdb_ansible/roles/couch-container
7,436
[ "no_license" ]
[ { "path": "deploy/ansible/couchdb_ansible/roles/couch-container/tasks/main.yaml", "content": "---\n- name: pull coudb image\n shell: docker pull ibmcom/couchdb3:'{{item.version}}'\n loop: '{{ couchdb }}'\n\n# - name: export couchdb params\n# become: yes\n# shell: |\n# export user='{{item.user}}'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1023, "all_permissive": false }
ansible_role
SimonSMH1015/TweetVisualization
dfbf31fe9442fa3a27b1550235a0cb71e37edbad
0
deploy/ansible/couchdb_ansible/roles/create-test-db
7,436
[ "no_license" ]
[ { "path": "deploy/ansible/couchdb_ansible/roles/create-test-db/tasks/main.yaml", "content": "---\n\n- name: create test database\n shell: curl -XPUT \"http://{{item.user}}:{{item.pass}}@{{ansible_default_ipv4['address']}}:5984/twitter\"\n loop: '{{couchdb}}'", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
SimonSMH1015/TweetVisualization
dfbf31fe9442fa3a27b1550235a0cb71e37edbad
0
deploy/ansible/crawlers_ansible/roles/deploy-crawler
7,436
[ "no_license" ]
[ { "path": "deploy/ansible/crawlers_ansible/roles/deploy-crawler/tasks/main.yaml", "content": "---\n - name: create crawler files directory\n become: yes\n file:\n path: /home/ubuntu/scrapy\n state: directory\n\n - name: copy crawler files to instance\n become: yes\n copy:\n src: ../../.....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
SimonSMH1015/TweetVisualization
dfbf31fe9442fa3a27b1550235a0cb71e37edbad
0
deploy/ansible/frontend_ansible/roles/frontend-files
7,436
[ "no_license" ]
[ { "path": "deploy/ansible/frontend_ansible/roles/frontend-files/tasks/main.yaml", "content": "---\n- name: create frontend files directory\n become: yes\n file:\n path: /home/ubuntu/frontendDeploy\n state: directory\n\n- name: copy frontend files to instance\n become: yes\n copy:\n src: ../../....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 849, "all_permissive": false }
ansible_role
SimonSMH1015/TweetVisualization
dfbf31fe9442fa3a27b1550235a0cb71e37edbad
0
deploy/ansible/frontend_ansible/roles/open-port
7,436
[ "no_license" ]
[ { "path": "deploy/ansible/frontend_ansible/roles/open-port/tasks/main.yaml", "content": "---\n\n# Create security group rules\n- name: Append security group rules\n os_security_group_rule:\n security_group: 'he_tui_tui_pei'\n protocol: '{{ item.protocol }}'\n port_range_min: '{{ item.port_range_mi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
SimonSMH1015/TweetVisualization
dfbf31fe9442fa3a27b1550235a0cb71e37edbad
0
deploy/ansible/instance_prepare_ansible/roles/append-proxy
7,436
[ "no_license" ]
[ { "path": "deploy/ansible/instance_prepare_ansible/roles/append-proxy/tasks/main.yaml", "content": "---\n\n- name: append_proxy\n become: yes\n lineinfile:\n dest: /etc/environment\n line: '{{proxy}}'\n\n- name: reboot_3min\n become: yes\n become_user: root\n reboot:\n reboot_timeout: 180 #3mi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
SimonSMH1015/TweetVisualization
dfbf31fe9442fa3a27b1550235a0cb71e37edbad
0
deploy/ansible/instance_prepare_ansible/roles/install-dependencies
7,436
[ "no_license" ]
[ { "path": "deploy/ansible/instance_prepare_ansible/roles/install-dependencies/tasks/main.yaml", "content": "---\n\n- name: update_upgrade\n become: yes\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400 #One day\n\n- name: install_dependency\n become: yes\n apt:\n name: ['vi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 365, "all_permissive": false }
ansible_role
SimonSMH1015/TweetVisualization
dfbf31fe9442fa3a27b1550235a0cb71e37edbad
0
deploy/ansible/instance_prepare_ansible/roles/install-docker
7,436
[ "no_license" ]
[ { "path": "deploy/ansible/instance_prepare_ansible/roles/install-docker/tasks/main.yaml", "content": "---\n\n- name: curl docker install shell\n become: yes\n shell: curl -fsSL https://get.docker.com -o /home/ubuntu/data/get-docker.sh\n\n- name: sh install docker\n become: yes\n shell: sh /home/ubuntu/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1100, "all_permissive": false }
ansible_role
SimonSMH1015/TweetVisualization
dfbf31fe9442fa3a27b1550235a0cb71e37edbad
0
deploy/ansible/instance_prepare_ansible/roles/mount-volums
7,436
[ "no_license" ]
[ { "path": "deploy/ansible/instance_prepare_ansible/roles/mount-volums/tasks/main.yaml", "content": " - name: \"mkdir /data\"\n file:\n path: \"{{ item.value }}\"\n state: directory\n mode: 0644\n with_dict: \"{{ disks }}\"\n\n - name: umount datanode disks\n mount:\n path: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 606, "all_permissive": false }
ansible_role
jabenne/home_lab
dfa8570d88cca504d09164c2f6e58f3eed2edeb1
0
ansible/roles/base
7,436
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yaml", "content": "- name: update apt cach and upgrade distro\n apt:\n update_cache: true\n upgrade: dist\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
jabenne/home_lab
dfa8570d88cca504d09164c2f6e58f3eed2edeb1
0
ansible/roles/gravity_master
7,436
[ "no_license" ]
[ { "path": "ansible/roles/gravity_master/tasks/main.yaml", "content": "---\n\n- name: install gravity-sync for master\n become: true\n become_user: pihole-adm \n shell: export GS_INSTALL=primary && curl -sSL https://gravity.vmstan.com | bash\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
jabenne/home_lab
dfa8570d88cca504d09164c2f6e58f3eed2edeb1
0
ansible/roles/gravity_slave
7,436
[ "no_license" ]
[ { "path": "ansible/roles/gravity_slave/tasks/main.yaml", "content": "---\n\n- name: clone gravity sync repository \n become: true\n become_user: pihole-adm\n git:\n repo: 'https://github.com/vmstan/gravity-sync.git'\n dest: ~/gravity-sync\n\n- name: copy gravity sync config\n become: true\n becom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4670, "all_permissive": false }
ansible_role
jabenne/home_lab
dfa8570d88cca504d09164c2f6e58f3eed2edeb1
0
ansible/roles/pihole
7,436
[ "no_license" ]
[ { "path": "ansible/roles/pihole/tasks/main.yaml", "content": "- name: install git\n apt:\n name: git\n\n- name: install ssh\n apt:\n name: ssh\n\n- name: install sqlite3\n apt:\n name: sqlite3\n\n- name: install rsync\n apt:\n name: rsync\n\n- name: install curl\n apt:\n name: curl\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1893, "all_permissive": false }
ansible_role
youssefChergaoui/Ansible-WSO2-IS
bec7f212e0b73db7ade84d5b680ed898c98e2e8a
0
roles/common
7,436
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n - block:\n - name: Create group\n group: name=wso2 state=present gid=802\n\n - name: Add wso2carbon user\n user: name=\"{{ wso2_user }}\" shell=/bin/bash group=wso2 state=present uid=802\n\n - name: System performance tuning\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1615, "all_permissive": true }
ansible_role
iainharfield/dockerMyPi
8d5b8843cf83e39ee2f3d9ee42e74b916a7357c0
0
roles/docker-install-raspbian
7,436
[ "no_license" ]
[ { "path": "roles/docker-install-raspbian/tasks/main.yml", "content": "# Install Docker onto raspbian lite\n---\n - name: apt-get update\n become: true\n become_method: sudo\n apt: update-cache=yes\n\n - name: apt-get install git\n become: true\n become_method: sudo\n apt: name=git updat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1933, "all_permissive": false }
ansible_role
iainharfield/dockerMyPi
8d5b8843cf83e39ee2f3d9ee42e74b916a7357c0
0
roles/portainer
7,436
[ "no_license" ]
[ { "path": "roles/portainer/tasks/main.yml", "content": "# Install Portainer container Docker\n# Access to portainer:\n# ip addr:9000\n---\n - name: Create a volume\n docker_volume:\n name: portainer_data\n\n - name: Ensures portainer dir exists\n file: path=~/portainer state=directory \n\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1028, "all_permissive": false }
ansible_role
iainharfield/dockerMyPi
8d5b8843cf83e39ee2f3d9ee42e74b916a7357c0
0
roles/sshcpy
7,436
[ "no_license" ]
[ { "path": "roles/sshcpy/tasks/main.yml", "content": "# usage ansible-playbook -v sshcpy.yml -u ${USER} -k\n#\n# ${USER} is the management or controlling host\n# authorised_key is the target managed user. Note: use ALL in the task to deploy key in all managed hosts\n\n--- \n - name: Copy key to target machi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
iainharfield/dockerMyPi
8d5b8843cf83e39ee2f3d9ee42e74b916a7357c0
0
roles/sudoers
7,436
[ "no_license" ]
[ { "path": "roles/sudoers/tasks/main.yml", "content": "# usage ansible-playbook -v sudoers.yml --ask-become-pass\n# enter password of the openstack user on managed host\n\n\n--- \n\n - name: Ensure users in the sudo group can sudo passwordless\n become: true\n become_method: sudo\n lineinfile:\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
thinko/garden-tiller
cdbd3a6f52227c9a46783728034453f8f2c3ccba
1
roles/common
7,416
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yaml", "content": "---\n# Default variables for common role\n\n# Directories\nresults_directory: \"{{ playbook_dir }}/../results\"\nlogs_directory: \"{{ playbook_dir }}/../logs\"\n\n# List of required tools\ntools_list:\n - ping\n - ip\n - ssh\n - cat\n - grep\n -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1806, "all_permissive": false }
ansible_role
maxamillion/ansible-bug-reproducers
fb8d46705d3e66805fd7f7542d2aadac1bcaa148
1
34319-include-tasks-variable-overrides/roles/role1
7,416
[ "no_license" ]
[ { "path": "34319-include-tasks-variable-overrides/roles/role1/tasks/main.yml", "content": "---\n\n- name: debug1\n debug:\n msg:\n - \"{{ somevar }}\"\n\n- name: \"Include inc.yml\"\n include_tasks: \"inc.yml\"\n\n- name: debug3\n debug:\n msg:\n - \"{{ somevar }}\"", "license_type": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 234, "all_permissive": false }
ansible_role
NJMarquez/CPE_MIDEXAM_MARQUEZ
ee9886af73e9300ae3899807952a54623a65bf6f
0
roles/CentOS_Influx
7,416
[ "no_license" ]
[ { "path": "roles/CentOS_Influx/tasks/main.yml", "content": " - name: Add the InfluxDB executables to the PATH\n become: yes\n command: |\n cd /tmp\n wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.4.0-linux-amd64.tar.gz\n tar -xzvf influxdb2-2.4.0-linux-amd64.tar.gz\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
NJMarquez/CPE_MIDEXAM_MARQUEZ
ee9886af73e9300ae3899807952a54623a65bf6f
0
roles/Ubuntu_Grafana
7,416
[ "no_license" ]
[ { "path": "roles/Ubuntu_Grafana/tasks/main.yml", "content": " - name: Install Dependencies\n apt:\n name:\n - apt-transport-https\n - software-properties-common\n - wget\n state: latest\n\n - name: Add Grafana APT Repository Key\n apt_key:\n url: https://packages....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 623, "all_permissive": false }
ansible_role
shintech/coreos-ansible
d03477466c5279dcff6387c06629acc628fbb669
0
roles/docker
7,416
[ "no_license" ]
[ { "path": "roles/docker/vars/main.yml", "content": "network_name: shintech\nenvironment_file: $HOME/docker.env\ndomain: shintech.ninja\nssl_key: /etc/letsencrypt/live/shintech.ninja/fullchain.pem\nssl_crt: /etc/letsencrypt/live/shintech.ninja/privkey.pem", "license_type": "no_license", "detected_lic...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 777, "all_permissive": false }
ansible_role
shintech/coreos-ansible
d03477466c5279dcff6387c06629acc628fbb669
0
roles/install
7,416
[ "no_license" ]
[ { "path": "roles/install/files/runner", "content": "#!/bin/bash\nLD_LIBRARY_PATH=/opt/python/pypy/lib:$LD_LIBRARY_PATH /opt/python/pypy/bin/$(basename $0) $@\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/install/files/docker.env", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3699, "all_permissive": false }
ansible_role
shintech/coreos-ansible
d03477466c5279dcff6387c06629acc628fbb669
0
roles/nginx
7,416
[ "no_license" ]
[ { "path": "roles/nginx/templates/certbot.j2", "content": "location /.well-known/acme-challenge {\n default_type \"text/plain\";\n root /acme-challenge;\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/nginx/templates/nginx.j2", "con...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 4195, "all_permissive": false }
ansible_role
JanithPanditharathne/ansible_practice
8859dc69f9168629b45886b3aa60a1ff892d4cec
0
roles/web_servers
7,416
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: install web server packages\n tags: apache,apache2,centos,httpd,ubuntu\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n \n- name: change e-mail address for admin\n tags: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 618, "all_permissive": false }
ansible_role
JanithPanditharathne/ansible_practice
8859dc69f9168629b45886b3aa60a1ff892d4cec
0
roles/workstations
7,416
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yml", "content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.2.5/terraform_1.2.5_linux_386.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
MassFrat/Ansible4_NGINX-Jinja2-based-Server-Monitoring-Dashboard
8f2677c27669a3efa32402da45bd89bb728d1dc2
0
roles/nginx
7,416
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yml", "content": "---\n# vars file for roles/nginx\n\ntitle: \"System Monitor Dashboard\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/nginx/templates/index.html.j2", "content": "!DOCTYPE html>\n<html...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4753, "all_permissive": false }
ansible_role
cid-harvard/atlas-playbooks
255fb1f1d94665c06b6646945af9ef8dbb5310b6
10
roles/aidxp
7,416
[ "no_license" ]
[ { "path": "roles/aidxp/tasks/main.yml", "content": "---\n- name: install system packages\n apt: pkg={{item}} state=present\n with_items: \"{{system_packages}}\"\n- name: install virtualenv\n pip: name=virtualenv\n- name: create srv dir\n file: dest={{aidxp_prefix}} owner={{aidxp_webuser}} group={{aidxp_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1734, "all_permissive": false }
ansible_role
cid-harvard/atlas-playbooks
255fb1f1d94665c06b6646945af9ef8dbb5310b6
10
roles/db
7,416
[ "no_license" ]
[ { "path": "roles/db/handlers/hacks.yml", "content": "---\n- name: workaround1 for mate bug\n shell: echo \"update new_observatory_hs4 set name_en = 'Mate' where id=79;\" | mysql -u{{atlas_db_user}} -p{{atlas_db_password}} {{atlas_db_name}}\n- name: workaround2 for mate bug\n shell: echo \"update new_obser...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3622, "all_permissive": false }
ansible_role
cid-harvard/atlas-playbooks
255fb1f1d94665c06b6646945af9ef8dbb5310b6
10
roles/web
7,416
[ "no_license" ]
[ { "path": "roles/web/templates/settings_local.py", "content": "DATABASES = {\n 'default': {\n 'ENGINE': 'django.db.backends.mysql',\n 'NAME': 'atlas',\n 'USER': '{{atlas_db_user}}',\n 'PASSWORD': '{{atlas_db_password}}',\n 'HOST': '{{atlas_db_host}}',\n 'PORT': '...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 7256, "all_permissive": false }
ansible_role
chepix10/platziverse
d39848e8a4142af57f9c973dea4092dce83c772c
1
platziverse-deploy/roles/platziverse-db
7,416
[ "no_license" ]
[ { "path": "platziverse-deploy/roles/platziverse-db/files/platziverse-db/setup.js", "content": "'use strict'\n\nconst inquirer = require('inquirer')\nconst chalk = require('chalk')\nconst db = require('./')\nconst minimist = require('minimist')\nconst config = require('./config')()\n\nconst prompt = inquirer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7436, "all_permissive": false }
ansible_role
praveenops/nagios
0320a42d67db5e0808d8e5a3b9d8fc401e51f7b4
0
roles/nagios-server
7,416
[ "no_license" ]
[ { "path": "roles/nagios-server/tasks/main.yml", "content": "---\n# tasks file for nagios\n\n- name: Ensure download directory is present\n file: path={{ download_dir }} state=directory\n\n\n- include: setup-ubuntu-family-prerequisites.yml\n when: ansible_os_family == 'Ubuntu'\n\n- name: Create nagcmd grou...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1798, "all_permissive": false }
ansible_role
OSU-IAM/ansible-mariadb
ec3fb13a6672b4b22a034a8da363ef9c2d6a8024
0
roles/database
7,416
[ "no_license" ]
[ { "path": "roles/database/tasks/pre_install.yml", "content": "---\n- name: create primary partition for data\n parted:\n device: /dev/sdb\n number: 1\n flags: [ lvm ]\n state: present\n\n- name: create db_data volume group\n lvg:\n vg: db_data\n pvs: /dev/sdb1\n\n- name: create new logic...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2222, "all_permissive": false }
ansible_role
OSU-IAM/ansible-mariadb
ec3fb13a6672b4b22a034a8da363ef9c2d6a8024
0
roles/midpoint
7,416
[ "no_license" ]
[ { "path": "roles/midpoint/tasks/setup_db.yml", "content": "---\n- name: set 'create_db' flag to default value\n set_fact:\n create_db: true\n\n- name: check if database already exists\n command: mysql -e 'use {{ midpoint.db_name }}'\n register: db_check\n ignore_errors: yes\n changed_when: false\n\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1899, "all_permissive": false }
ansible_role
anrystate86/ansible_janusgraph
6139fbaeaf9a847b3eb535aa0f2bc77c3ad551eb
0
roles/janusgraph
7,476
[ "no_license" ]
[ { "path": "roles/janusgraph/templates/janusgraph.service.j2", "content": "[Unit]\nDescription=Apache TinkerPop Gremlin Server daemon\nDocumentation=http://tinkerpop.apache.org/\nAfter=network.target\n\n[Service]\nType=forking\nWorkingDirectory={{ install_path }}/janusgraph\nExecStart={{ install_path }}/janu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2498, "all_permissive": false }
ansible_role
anrystate86/ansible_janusgraph
6139fbaeaf9a847b3eb535aa0f2bc77c3ad551eb
0
roles/prereqisites
7,476
[ "no_license" ]
[ { "path": "roles/prereqisites/vars/main.yml", "content": "---\nreq_packages:\n - epel-release\n - ntp\n - wget\n - unzip\n - java-1.8.0-openjdk\n - java-1.8.0-openjdk-devel\npre_dns: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 501, "all_permissive": false }
ansible_role
sweetcorn7/ansible_tutorial
75e4755740df20823b17f9b45e44d06959596e88
1
roles/base
7,476
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for simone\n tags: always\n authorized_key:\n user: simone\n key: \"ssh-ed25519 A9e5c9e2a85ff920ba4b7451cc85066838337fc88b5ff314886b225f2d4b921be ansible\"\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
sweetcorn7/ansible_tutorial
75e4755740df20823b17f9b45e44d06959596e88
1
roles/db_servers
7,476
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: install mariadb package (CentOS)\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"CentOS\"\n \n- name: install maridb package (Ubuntu)\n apt:\n name: mariadb-server\n state: latest\n when: ansible_distr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
sweetcorn7/ansible_tutorial
75e4755740df20823b17f9b45e44d06959596e88
1
roles/file_servers
7,476
[ "no_license" ]
[ { "path": "roles/file_servers/tasks/main.yml", "content": "- name: install samba package\n package: \n name: samba\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 76, "all_permissive": false }
ansible_role
sweetcorn7/ansible_tutorial
75e4755740df20823b17f9b45e44d06959596e88
1
roles/web_servers
7,476
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: install apache and php for Ubuntu servers\n apt:\n name: \n - apache2\n - libapache2-mod-php\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install apache and php for CentOS servers\n dnf:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1051, "all_permissive": false }
ansible_role
sweetcorn7/ansible_tutorial
75e4755740df20823b17f9b45e44d06959596e88
1
roles/workstations
7,476
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yml", "content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.4.4/terraform_1.4.4_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
aleemmalik1986/Ansible_Lampstack_Installer
583d73c9aafa5f2c79e794ee1f887905865865ff
0
roles/apache
7,476
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: APACHE | Install util packages\n package: name={{ item }} state=present\n with_items:\n - python-apt\n\n- name: APACHE | Install apache2\n package: name=apache2 state=present\n\n- name: APACHE | Move wordpress.conf from templates\n tem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 532, "all_permissive": false }
ansible_role
aleemmalik1986/Ansible_Lampstack_Installer
583d73c9aafa5f2c79e794ee1f887905865865ff
0
roles/database
7,476
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n- name: DATABASE | Install Mariadb server\n package: name=mariadb-server state=present\n\n- name: DATABASE | Add .my.cnf\n template: src=my.cnf.j2 dest=/root/.my.cnf owner=root group=root mode=0600\n\n- name: DATABASE | Install Mariadb Client\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2146, "all_permissive": false }
ansible_role
aleemmalik1986/Ansible_Lampstack_Installer
583d73c9aafa5f2c79e794ee1f887905865865ff
0
roles/php
7,476
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: PHP | Install software-properties-common\n package: name=software-properties-common state=present\n\n- name: PHP | Add PHP repo\n apt_repository:\n repo: ppa:ondrej/php\n state: present\n\n- name: PHP | Update apt repo\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 806, "all_permissive": false }
ansible_role
aleemmalik1986/Ansible_Lampstack_Installer
583d73c9aafa5f2c79e794ee1f887905865865ff
0
roles/wordpress
7,476
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n#- name: WordPress | Create wordpress directory\n# raw: \"mkdir /var/www/html/wordpress -p\"\n\n- name: Wordpress | Download and unarchive\n unarchive:\n src: https://wordpress.org/latest.tar.gz\n dest: /var/www/html\n remote_src: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 639, "all_permissive": false }
ansible_role
aguther/deployment-nomad
3e29b2c5605f82e00f1b468230899133884d0667
0
roles/cpuloadgen
7,476
[ "permissive" ]
[ { "path": "roles/cpuloadgen/tasks/main.yml", "content": "---\n- name: copy\n copy:\n src: cpuloadgen\n dest: /bin/cpuloadgen\n owner: root\n group: root\n mode: 0755\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 118 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": true }
ansible_role
DonDebonair/pythonserver-ansible
41350505d2887fb9620befbc1f7708eeebbd45a3
1
roles/monitored
7,476
[ "no_license" ]
[ { "path": "roles/monitored/tasks/main.yml", "content": "---\n\n- name: Install prerequisites\n apt:\n name={{ item }}\n state=present\n sudo: yes\n with_items:\n - collectd\n\n- name: Create collectd config files\n template:\n dest=\"/etc/collectd/collectd.conf.d/{{ item }}\"\n src=\"{{ i...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1617, "all_permissive": false }
ansible_role
DonDebonair/pythonserver-ansible
41350505d2887fb9620befbc1f7708eeebbd45a3
1
roles/nginx
7,476
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- include: install.yml\n sudo: yes\n\n# - include: certificate.yml\n# sudo: yes\n\n- include: sites.yml\n sudo: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/nginx/tasks/...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4707, "all_permissive": false }
ansible_role
DonDebonair/pythonserver-ansible
41350505d2887fb9620befbc1f7708eeebbd45a3
1
roles/postgres
7,476
[ "no_license" ]
[ { "path": "roles/postgres/tasks/databases.yml", "content": "---\n\n- name: Enable postgres access\n postgresql_user: name=postgres password={{ <PASSWORD> }}\n\n- name: Create databases\n postgresql_db:\n name={{ item }}\n encoding=UTF-8\n login_password={{ <PASSWORD> }}\n with_items: databases\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1823, "all_permissive": false }
ansible_role
DonDebonair/pythonserver-ansible
41350505d2887fb9620befbc1f7708eeebbd45a3
1
roles/python
7,476
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: install python-related packages debian/ubuntu\n apt: name={{ item }} state=latest\n with_items:\n - python\n - python-dev\n - python-setuptools\n\n- name: install pip\n easy_install: name=pip\n\n- name: install virtualenv\n pip: name=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
DonDebonair/pythonserver-ansible
41350505d2887fb9620befbc1f7708eeebbd45a3
1
roles/secure-vps
7,476
[ "no_license" ]
[ { "path": "roles/secure-vps/README.md", "content": "ansible-secure\n==============\n\nAnsible role for securing a VPS, based on [<NAME>'s blog post](http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers).\n\nBy default, it does the following:\n\n- Install `fail2ban`\n- ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2383, "all_permissive": false }
ansible_role
DonDebonair/pythonserver-ansible
41350505d2887fb9620befbc1f7708eeebbd45a3
1
roles/supervisor
7,476
[ "no_license" ]
[ { "path": "roles/supervisor/tasks/main.yml", "content": "- name: install supervisor\n pip: name=supervisor state=latest\n\n- name: ensure supervisor conf.d directory exists\n file:\n path: /etc/supervisor/conf.d\n state: directory\n\n- name: ensure supervisor log directory exists\n file:\n path:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 605, "all_permissive": false }
ansible_role
DonDebonair/pythonserver-ansible
41350505d2887fb9620befbc1f7708eeebbd45a3
1
roles/ubuntu
7,476
[ "no_license" ]
[ { "path": "roles/ubuntu/tasks/sudo.yml", "content": "---\n\n- name: Ensure password-less sudo\n lineinfile: >\n dest=/etc/sudoers\n line=\"%sudo ALL = (ALL) NOPASSWD: ALL\"\n regexp=\"^%sudo\"\n notify:\n - Reload sudo\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1174, "all_permissive": false }
ansible_role
mubn/ansible-kubernetes
5c2bc4e28601f164ad658caa0d4fb4562662d879
1
roles/access
7,476
[ "no_license" ]
[ { "path": "roles/access/tasks/main.yml", "content": "---\n# file: roles/access/tasks/main.yml\n\n- name: Add cluster user\n user:\n name: '{{ cluster_user }}'\n system: yes\n shell: /bin/bash\n\n- name: Add cluster user .ssh directory\n file:\n path: '/home/{{ cluster_user }}/.ssh'\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 569, "all_permissive": false }
ansible_role
mubn/ansible-kubernetes
5c2bc4e28601f164ad658caa0d4fb4562662d879
1
roles/cert-manager
7,476
[ "no_license" ]
[ { "path": "roles/cert-manager/tasks/main.yml", "content": "---\n# file: roles/cert-manager/tasks/main.yml\n\n- name: Add jetstack helm repo\n command: helm repo add jetstack https://charts.jetstack.io\n\n- name: Update jetstack helm repo\n command: helm repo update\n\n- name: Check if namespace cert-manag...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 795, "all_permissive": false }
ansible_role
mubn/ansible-kubernetes
5c2bc4e28601f164ad658caa0d4fb4562662d879
1
roles/docker
7,476
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# file: roles/docker/tasks/main.yml\n- name: Determine docker installation status\n command: \"dpkg-query --showformat='${db:Status-Status}' --show docker-ce\"\n register: docker_installed_status\n ignore_errors: true\n changed_when: false\n\n- s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1986, "all_permissive": false }
ansible_role
mubn/ansible-kubernetes
5c2bc4e28601f164ad658caa0d4fb4562662d879
1
roles/helm
7,476
[ "no_license" ]
[ { "path": "roles/helm/defaults/main.yml", "content": "---\n# file: roles/helm/defaults/main.yml\n\nhelm_version: v3.5.2\nhelm_checksum: sha256:01b317c506f8b6ad60b11b1dc3f093276bb703281cb1ae01132752253ec706a2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 714, "all_permissive": false }
ansible_role
mubn/ansible-kubernetes
5c2bc4e28601f164ad658caa0d4fb4562662d879
1
roles/longhorn
7,476
[ "no_license" ]
[ { "path": "roles/longhorn/tasks/main.yml", "content": "---\n- name: Install Longhorn Requirements\n become: yes\n become_user: root\n apt: \n name: open-iscsi\n state: latest\n update_cache: yes\n\n- name: Check if longhorn namespace exists\n command: kubectl get namespace longhorn-system\n ig...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1398, "all_permissive": false }
ansible_role
mubn/ansible-kubernetes
5c2bc4e28601f164ad658caa0d4fb4562662d879
1
roles/os
7,476
[ "no_license" ]
[ { "path": "roles/os/defaults/main.yml", "content": "os_reboot_after_upgrade: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/os/tasks/main.yml", "content": "---\n# file: roles/os/tasks/main.yml\n\n- name: Upgrade packages\n apt: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 874, "all_permissive": false }
ansible_role
mubn/ansible-kubernetes
5c2bc4e28601f164ad658caa0d4fb4562662d879
1
roles/rke
7,476
[ "no_license" ]
[ { "path": "roles/rke/templates/cluster.yml", "content": "---\n# file: roles/rke/templates/cluster.yml\n\ncluster_name: \"{{ rke_cluster_name }}\"\n\nkubernetes_version: \"{{ rke_kubernetes_version }}\"\n\nnodes:\n{% for host in groups['kubernetes'] %}\n - address: {{ hostvars[host]['ansible_' + cluster_int...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2257, "all_permissive": false }
ansible_role
Websoft9Archive/ansible-grafana
d246f544b1689a6d733166b2b0b76bebde4c1e42
2
roles/grafana
7,476
[ "no_license" ]
[ { "path": "roles/grafana/tasks/RedHat.yml", "content": "- block: \n - name: Add Grafana repositories\n yum_repository:\n name: grafana\n file: grafana\n description: Grafana RPM Repository\n baseurl: https://packages.grafana.com/oss/rpm\n gpgcheck: yes\n gpgke...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2584, "all_permissive": false }
ansible_role
pollinaria-zz/ansible
3185caaaef0296256c97c1753a47abaa1325c7b6
0
roles/ovpn_client
7,476
[ "no_license" ]
[ { "path": "roles/ovpn_client/tasks/main.yml", "content": "---\n- name: Install openvpn\n package:\n name: openvpn\n state: latest\n\n- name: Add OpenVPN in UFW\n ufw:\n rule: allow\n src: '{{ vpnnetwork_full }}'\n\n- name: Copy full config file from local host\n copy:\n src: vpn_files/{{ h...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1244, "all_permissive": false }
ansible_role
pollinaria-zz/ansible
3185caaaef0296256c97c1753a47abaa1325c7b6
0
roles/ovpn_server
7,476
[ "no_license" ]
[ { "path": "roles/ovpn_server/files/build-ca", "content": "#!/bin/sh\n\n#\n# Build a root certificate\n#\n\n#export EASY_RSA=\"${EASY_RSA:-.}\"\n\"/root/openvpn-ca/pkitool\" --initca $*\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/ovpn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4577, "all_permissive": false }
ansible_role
pollinaria-zz/ansible
3185caaaef0296256c97c1753a47abaa1325c7b6
0
roles/ufw_basic
7,476
[ "no_license" ]
[ { "path": "roles/ufw_basic/tasks/main.yml", "content": "---\n- name: Install ufw\n apt: package=ufw state=present\n\n- name: Allow zabbix-agent connections in firewall\n ufw:\n rule: allow\n src: '{{ zabbix_ip }}'\n port: \"10050:10051\"\n proto: tcp\n\n- name: Allow backup connections in fir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 576, "all_permissive": false }
ansible_role
pollinaria-zz/ansible
3185caaaef0296256c97c1753a47abaa1325c7b6
0
roles/zabbix_agent
7,476
[ "no_license" ]
[ { "path": "roles/zabbix_agent/tasks/main.yml", "content": "\n---\n- name: Get zabbix repository configuration package\n shell: wget -P /tmp http://repo.zabbix.com/zabbix/3.2/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.2-1+xenial_all.deb\n\n- name: Install zabbix repository configuration package\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1512, "all_permissive": false }
ansible_role
pollinaria-zz/ansible
3185caaaef0296256c97c1753a47abaa1325c7b6
0
roles/zabbix_docker
7,476
[ "no_license" ]
[ { "path": "roles/zabbix_docker/tasks/main.yml", "content": "---\n\n- name: Make a directory for zabbix modules\n file: \n path: /etc/zabbix/modules\n state: directory\n\n- name: Add module path in config\n lineinfile: \n dest: /etc/zabbix/zabbix_agentd.conf\n line: '{{ item }}'\n with_items:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 704, "all_permissive": false }
ansible_role
pollinaria-zz/ansible
3185caaaef0296256c97c1753a47abaa1325c7b6
0
roles/zabbix_rabbitmq
7,476
[ "no_license" ]
[ { "path": "roles/zabbix_rabbitmq/tasks/main.yml", "content": "\n---\n- name: Install zabbix agent\n apt:\n name: zabbix-sender\n state: latest\n\n- name: Ensure directory for confifurations files exists\n file: \n path: /etc/zabbix/zabbix_agentd.d/\n state: directory\n\n- name: Ensure general ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2615, "all_permissive": false }
ansible_role
pollinaria-zz/ansible
3185caaaef0296256c97c1753a47abaa1325c7b6
0
roles/zabbix_ufw
7,476
[ "no_license" ]
[ { "path": "roles/zabbix_ufw/tasks/main.yml", "content": "\n---\n\n- name: Ensure directory for confifurations files exists\n file: \n path: /etc/zabbix/zabbix_agentd.d/\n state: directory\n\n- name: Ensure directory for scripts exists\n file: \n path: /etc/zabbix/scripts/\n state: directory\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 981, "all_permissive": false }
ansible_role
pollinaria-zz/ansible
3185caaaef0296256c97c1753a47abaa1325c7b6
0
roles/zabbix_vpn
7,476
[ "no_license" ]
[ { "path": "roles/zabbix_vpn/tasks/main.yml", "content": "---\n\n- name: Ensure directory for confifurations files exists\n file: \n path: /etc/zabbix/zabbix_agentd.d/\n state: directory\n\n\n- name: Make a net_interfaces_link.conf file\n file:\n state: touch\n path: /etc/zabbix/zabbix_agentd.d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 617, "all_permissive": false }
ansible_role
Flumeded/budgetbot-backend
2f5f5924a0b02f6b991bf7e7160fd756b625cfd8
0
roles/budgetbot_setup
7,476
[ "no_license" ]
[ { "path": "roles/budgetbot_setup/templates/redeploy_script.j2", "content": "{{ \"#\" }}!/bin/bash\n\n# Pull the latest image\ndocker pull {{ budgetbot_setup_container_registry_url }}/budgetbot:latest\n\n# Check if a container named \"budgetbot\" is running\nCONTAINER_ID=$(docker ps -q --filter \"name=budget...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1902, "all_permissive": false }
ansible_role
Flumeded/budgetbot-backend
2f5f5924a0b02f6b991bf7e7160fd756b625cfd8
0
roles/webhook
7,476
[ "no_license" ]
[ { "path": "roles/webhook/templates/systemd_service.j2", "content": "[Unit]\nDescription=Webhooks\n\n[Service]\nExecStart=webhook -hooks /etc/webhook/webhooks.yml -hotreload -port 80\n\n[Install]\nWantedBy=multi-user.target", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1629, "all_permissive": false }
ansible_role
Flumeded/budgetbot-backend
2f5f5924a0b02f6b991bf7e7160fd756b625cfd8
0
roles/wireguard_setup
7,476
[ "no_license" ]
[ { "path": "roles/wireguard_setup/vars/main.yml", "content": "# Client\nwireguard_setup_clinet_vpn_network: \"10.99.88.2/32\"\nwireguard_setup_client_allowed_ips: \"0.0.0.0/0\"\n\nwireguard_setup_client_dns_1: \"1.1.1.1\"\nwireguard_setup_client_dns_2: \"8.8.8.8\"\n\n# Server\nwireguard_setup_server_vpn_netw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2800, "all_permissive": false }
ansible_role
FINkit/development-environment
390d6ea15f364ad29309f53153d50ef54dea471b
2
ansible/roles/finkit_theme
7,476
[ "no_license" ]
[ { "path": "ansible/roles/finkit_theme/tasks/main.yml", "content": "---\n - name: set monitise theme\n copy:\n src={{ item.src }}\n dest={{ item.dest }}\n with_items:\n - { src: 'finkit-wallpaper.jpg', dest: '/home/vagrant/finkit-wallpaper.jpg' }\n\n - name: set monitise background\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
FINkit/development-environment
390d6ea15f364ad29309f53153d50ef54dea471b
2
ansible/roles/update
7,476
[ "no_license" ]
[ { "path": "ansible/roles/update/tasks/main.yml", "content": "---\n - name: update\n apt:\n upgrade=dist\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 49, "all_permissive": false }
ansible_role
eclipse-slm/slm-dc-k3s-single
83822b674785b5ee402d510845f9be43972a7ce9
0
roles/setup
7,476
[ "permissive" ]
[ { "path": "roles/setup/molecule/uninstall-centos8/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: delegated\n\nplatforms:\n - name: centos8-1\n template_name: centos-stream-8\n groups:\n - k3s_server\n\n - name: centos8-2\n template_name: centos-stream-8\n gr...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 23, "total_bytes": 13295, "all_permissive": true }
ansible_role
michaeltchapman/locum
26fa9915b3c076aa5df4dd894546d5b1fd216905
0
roles/base
7,476
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Platform specifics\n include_tasks: \"{{ ansible_distribution }}.yml\"\n\n- name: create resolv.conf\n template:\n src: resolv.conf.j2\n dest: /etc/resolv.conf\n mode: 0644\n become: true\n\n- name: make sure ipv6 isn't disabled in eth0 ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2371, "all_permissive": false }