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
pwnall/hurros
59270ae0037abef8b9440956238aeffd5c24d8d3
0
deploy/ansible/roles/os_ssh_keys
3,078
[ "no_license" ]
[ { "path": "deploy/ansible/roles/os_ssh_keys/tasks/main.yml", "content": "---\n# Registers the SSH key used to connect to VMs.\n\n- name: register SSH key\n os_keypair:\n name: \"{{ os_key_name }}\"\n public_key: \"{{ os_public_key }}\"\n cloud: \"{{ os_cloud }}\"\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 574, "all_permissive": false }
ansible_role
pwnall/hurros
59270ae0037abef8b9440956238aeffd5c24d8d3
0
deploy/ansible/roles/os_vms
3,078
[ "no_license" ]
[ { "path": "deploy/ansible/roles/os_vms/templates/master_userdata.j2", "content": "#cloud-config\nuser: {{ os_image_user }}\npassword: {{ os_console_<PASSWORD> }}\nchpasswd:\n list: |\n root:{{ os_console_password }}\n {{ os_image_user }}:{{ os_console_password }}\n expire: False\nssh_pwauth: False\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3995, "all_permissive": false }
ansible_role
pwnall/hurros
59270ae0037abef8b9440956238aeffd5c24d8d3
0
deploy/ansible/roles/puppeteer_server
3,078
[ "no_license" ]
[ { "path": "deploy/ansible/roles/puppeteer_server/tasks/main.yml", "content": "---\n- import_tasks: chromium_package.yml\n- import_tasks: puppeteer_user.yml\n- import_tasks: npm_package.yml\n- import_tasks: fact_chrome_path.yml\n- import_tasks: systemd_service.yml\n- import_tasks: firewalld.yml", "licens...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 3132, "all_permissive": false }
ansible_role
pwnall/hurros
59270ae0037abef8b9440956238aeffd5c24d8d3
0
deploy/ansible/roles/puppeteer_server_restart
3,078
[ "no_license" ]
[ { "path": "deploy/ansible/roles/puppeteer_server_restart/tasks/main.yml", "content": "---\n- name: restart puppeteer Chromium daemon\n become: true\n become_user: root\n systemd:\n name: puppeteer-chromium\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
pwnall/hurros
59270ae0037abef8b9440956238aeffd5c24d8d3
0
deploy/ansible/roles/selinux_permissive
3,078
[ "no_license" ]
[ { "path": "deploy/ansible/roles/selinux_permissive/tasks/main.yml", "content": "---\n- name: set SELinux to permissive\n when: ansible_selinux != False\n become: true\n become_user: root\n selinux: policy=targeted state=permissive", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
purohitamit/Practical_Project
2f74e2304825c983ea6d498cf5516f4250948211
0
roles/nginx
3,078
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: install NGINX\n apt:\n name: nginx\n state: present\n update_cache: true\n- name: starting NGINX service\n service:\n name: nginx\n state: started\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/ansible-bat
3,078
[ "no_license" ]
[ { "path": "roles/ansible-bat/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Installs the 'bat' utility and extras.\n license: MIT\n min_ansible_version: 2.9\n platforms:\n - name: Ubuntu\n versions:\n - bionic\n - name: CentOS\n versions:\n - 7\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2619, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/ansible-clang
3,078
[ "no_license" ]
[ { "path": "roles/ansible-clang/tasks/main.yml", "content": "---\n\n#- include_tasks: \"{{ ansible_distribution }}.yml\"\n\n- include_tasks: \"{{ lookup('first_found', install_file) }}\"\n vars:\n install_file:\n - \"{{ ansible_distribution|replace(' ', '_') }}-{{ ansible_distribution_major_version ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3552, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/ansible-delta
3,078
[ "no_license" ]
[ { "path": "roles/ansible-delta/tasks/main.yml", "content": "---\n# tasks file for ansible-delta\n#\n- name: Check if delta is installed\n command: delta --version\n check_mode: false\n changed_when: false\n failed_when: false\n register: version_check\n\n- name: Force install if the version numbers do ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2318, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/ansible-go-get-mod
3,078
[ "no_license" ]
[ { "path": "roles/ansible-go-get-mod/tasks/main.yml", "content": "---\n# tasks file for ansible-go-git-mod\n#\n- name: \"Go-Get-Mod | Get $HOME\"\n command: \"echo $HOME\"\n register: shell_home_dir\n changed_when: false\n\n- name: \"Go-Get-Mod | Set $HOME\"\n set_fact:\n user_dir: \"{{ shell_home_dir...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2653, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/ansible-hugepages
3,078
[ "no_license" ]
[ { "path": "roles/ansible-hugepages/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Set Linux (grub) command line settings to enable hugepages.\n license: MIT\n min_ansible_version: 2.9\n platforms:\n - name: Ubuntu\n versions:\n - bionic\n - name: CentOS\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 6974, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/ansible-nvim-snap
3,078
[ "no_license" ]
[ { "path": "roles/ansible-nvim-snap/tasks/main.yml", "content": "---\n# tasks file for ansible-nvim-snap\n#\n- name: Make sure snapd and other prereqs are installed\n include_role:\n name: grog.package\n vars:\n package_list:\n - name: snapd\n - name: python3\n - name: python3-pip\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2796, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/ansible-pkg-update
3,078
[ "no_license" ]
[ { "path": "roles/ansible-pkg-update/tasks/main.yml", "content": "---\n\n- name: ubuntu package udpate\n apt:\n upgrade: 'yes'\n update_cache: yes\n cache_valid_time: 3600\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- name: Yum package update\n yum:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1175, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/ansible-protobuf
3,078
[ "no_license" ]
[ { "path": "roles/ansible-protobuf/defaults/main.yml", "content": "---\nprotobuf_version: 3.14.0\nprotobuf_name: 3.14.0\nprotoc_checksum: sha256:a2900100ef9cda17d9c0bbf6a3c3592e809f9842f2d9f0d50e3fba7f3fc864f0\nprotoc_force_update: false\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1935, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/ansible-ripgrep
3,078
[ "no_license" ]
[ { "path": "roles/ansible-ripgrep/tasks/main.yml", "content": "---\n- include: \"{{ lookup('first_found', install_file) }}\"\n vars:\n install_file:\n - \"install_{{ ansible_distribution|replace(' ', '_') }}.yml\"\n - \"install_{{ ansible_os_family }}.yml\"\n - \"install_default.yml\"\n\n"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1461, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/ansible-scala
3,078
[ "no_license" ]
[ { "path": "roles/ansible-scala/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"<NAME>\"\n description: \"Ansible role that installs Scala SBT\"\n license: MIT\n min_ansible_version: 2.0\n platforms:\n - name: Ubuntu\n galaxy_tags:\n - development\ndependencies: []\n", "license_type...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3994, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/ansible-svlint
3,078
[ "no_license" ]
[ { "path": "roles/ansible-svlint/tasks/main.yml", "content": "---\n# tasks file for ansible-svlint\n#\n- name: Check if svlint is installed\n command: svlint -V\n check_mode: false\n changed_when: false\n failed_when: false\n register: version_check\n\n- set_fact:\n svlint_version: \"{{ version_check...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2404, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/ansible-tmux
3,078
[ "no_license" ]
[ { "path": "roles/ansible-tmux/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Installs the 'tmux' utility.\n license: MIT\n min_ansible_version: 2.9\n platforms:\n - name: Ubuntu\n versions:\n - bionic\n - name: CentOS\n versions:\n - 7\n - ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4054, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/ansible-verilator
3,078
[ "no_license" ]
[ { "path": "roles/ansible-verilator/tasks/install_from_src.yml", "content": "---\n# tasks file for ansible-verilator\n#\n- name: \"verilator | Get $HOME\"\n command: \"echo $HOME\"\n register: shell_home_dir\n changed_when: false\n\n- name: \"verilator | Set $HOME\"\n set_fact:\n temp_base: \"{{ shell...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3153, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/ansible-vim
3,078
[ "no_license" ]
[ { "path": "roles/ansible-vim/tasks/install_from_src.yml", "content": "---\n# tasks file for ansible-vim\n#\n- name: Make sure prereqs are installed\n include_role:\n name: grog.package\n args:\n apply:\n become: true\n vars:\n package_list:\n - name: autoconf\n - name: automake\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3372, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/create-user
3,078
[ "no_license" ]
[ { "path": "roles/create-user/defaults/main.yml", "content": "target_username: \"\"\n\nuser_pass: \"\"\n\nuser_groups:\n - sudo\n - wheel\n - hugepage\n - docker\n\n# Path to public keyfile is required to be set\nuser_keyfile: \"\"\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2181, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/jby-git-config
3,078
[ "no_license" ]
[ { "path": "roles/jby-git-config/README.md", "content": "Role Name\n=========\n\nInstalls jbyconfig repo and add include directive to <user>.gitconfig to\npoint\n\nRequirements\n------------\n\nGIT repo jbyconfig is needed. It is installed into <home>if not already present.\n\nRole Variables\n--------------\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1659, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/jby-nvim-config
3,078
[ "no_license" ]
[ { "path": "roles/jby-nvim-config/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Installs nvim JBY configuration.\n license: MIT\n min_ansible_version: 2.9\n platforms:\n - name: Ubuntu\n versions:\n - bionic\n - name: CentOS\n versions:\n - 7\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2158, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/jby-profile-config
3,078
[ "no_license" ]
[ { "path": "roles/jby-profile-config/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Updates user profile\n license: MIT\n min_ansible_version: 2.9\n platforms:\n - name: Ubuntu\n versions:\n - bionic\n - name: CentOS\n versions:\n - 7\n - 8\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1511, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/jby-tmux-config
3,078
[ "no_license" ]
[ { "path": "roles/jby-tmux-config/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Installs tmux JBY configuration.\n license: MIT\n min_ansible_version: 2.9\n platforms:\n - name: Ubuntu\n versions:\n - bionic\n - name: CentOS\n versions:\n - 7\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1535, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/jby-vim-config
3,078
[ "no_license" ]
[ { "path": "roles/jby-vim-config/README.md", "content": "Role Name\n\n=========\n\nInstalls vim configuration.\n\nRequirements\n------------\n\nnone\n\nRole Variables\n--------------\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\nName of the user to install t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3543, "all_permissive": false }
ansible_role
byates/jby_ansible
4c28d5ce9867cfa58645d90b0e892c34b5d17f92
0
roles/set-hostname
3,078
[ "no_license" ]
[ { "path": "roles/set-hostname/defaults/main.yml", "content": "ansible_hostname: \"{{ inventory_hostname }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/set-hostname/tasks/main.yml", "content": "---\n# tasks file for set-hostname\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1099, "all_permissive": false }
ansible_role
GSA/cloudwatch-ansible-callback-plugin
ba62b69b467d87fbe6e28c2ec0df446ea04c7a71
0
roles/testing
3,078
[ "no_license" ]
[ { "path": "roles/testing/tasks/main.yml", "content": "---\n- name: RedHat\n include: redhat.yml\n when: ansible_os_family == 'RedHat'\n\n- name: Debian\n include: debian.yml\n when: ansible_os_family == 'Debian'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
Gagan0826/ansible-config
eddf830a58117885df923d6e7a1fa606c843d6b4
0
roles/install_dependencies
3,078
[ "no_license" ]
[ { "path": "roles/install_dependencies/tasks/main.yml", "content": "---\n# tasks file for install_dependencies\n- name: Update apt cache (for Ubuntu/Debian)\n apt:\n update_cache: yes\n when: ansible_os_family == \"Debian\"", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
Gagan0826/ansible-config
eddf830a58117885df923d6e7a1fa606c843d6b4
0
roles/install_docker
3,078
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "---\n# tasks file for install_docker\n\n- name: Add Docker GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n \n\n- name: Add Docker repository\n apt_repository:\n repo: deb [arch=amd64] https://download.docker.com/l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
Gagan0826/ansible-config
eddf830a58117885df923d6e7a1fa606c843d6b4
0
roles/install_kubectl
3,078
[ "no_license" ]
[ { "path": "roles/install_kubectl/tasks/main.yml", "content": "---\n# tasks file for install_kubectl\n- name: Fetch latest kubectl version\n uri:\n url: https://storage.googleapis.com/kubernetes-release/release/stable.txt\n return_content: yes\n register: kubectl_version\n\n- name: Download kubectl b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
Gagan0826/ansible-config
eddf830a58117885df923d6e7a1fa606c843d6b4
0
roles/install_minikube
3,078
[ "no_license" ]
[ { "path": "roles/install_minikube/tasks/main.yml", "content": "---\n# tasks file for install_minikube\n\n- name: Add Kubernetes APT key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n \n- name: Add Kubernetes APT repository\n apt_repository:\n repo: \"deb https://apt.kuber...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
Gagan0826/ansible-config
eddf830a58117885df923d6e7a1fa606c843d6b4
0
roles/install_mysql
3,078
[ "no_license" ]
[ { "path": "roles/install_mysql/tasks/main.yml", "content": "---\n# tasks file for install_mysql\n- name: Install MySQL server (for Ubuntu/Debian)\n apt:\n name: mysql-server\n state: present\n\n- name: Start MySQL service\n service:\n name: mysql\n state: started", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 245, "all_permissive": false }
ansible_role
Syndorik/Resume
6f376b047026a21554dfbca1b130c0285c1a8c20
0
IMT_atlantique/devops/ansible-docker/roles/add-root-crt
3,098
[ "no_license" ]
[ { "path": "IMT_atlantique/devops/ansible-docker/roles/add-root-crt/tasks/main.yml", "content": "---\n- name: Create cert directory\n become: True\n file: \"path={{ cert_directory }} state=directory mode=0755\"\n\n \n- name: Get the root CA certificate\n become: True\n get_url:\n url: \"{{ root_ca_cr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 659, "all_permissive": false }
ansible_role
Syndorik/Resume
6f376b047026a21554dfbca1b130c0285c1a8c20
0
IMT_atlantique/devops/ansible-docker/roles/docker
3,098
[ "no_license" ]
[ { "path": "IMT_atlantique/devops/ansible-docker/roles/docker/defaults/main.yml", "content": "# where to download the docker deb file\ndocker_deb_url: http://www.cloud.rennes.enst-bretagne.fr/docker-ce_17.06.2~ce-0~ubuntu_amd64.deb\n\n# pin compose version\ndocker_compose_version: 1.16.1\n\n# compose path\nd...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3291, "all_permissive": false }
ansible_role
itforge/filenet-demo
63d526bb40c9d3152039378a5f54dc59d09e7a91
0
ansible/roles/letsencrypt
3,098
[ "no_license" ]
[ { "path": "ansible/roles/letsencrypt/tasks/main.yml", "content": "---\n# tasks file for certbot\n\n- name: install some basic tools\n yum:\n name: openssl,python3-pyOpenSSL.noarch\n\n- name: create required directories in /etc/letsencrypt\n ansible.builtin.file:\n path: \"/etc/letsencrypt/{{ item }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3166, "all_permissive": false }
ansible_role
itforge/filenet-demo
63d526bb40c9d3152039378a5f54dc59d09e7a91
0
ansible/roles/webserver
3,098
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n\n- name: install nginx\n yum:\n name: \"nginx\"\n state: present\n\n- name: ensure nginx is started\n service:\n name: nginx\n state: started\n\n- name: permit traffic in default zone for http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
itforge/filenet-demo
63d526bb40c9d3152039378a5f54dc59d09e7a91
0
ansible/roles/website
3,098
[ "no_license" ]
[ { "path": "ansible/roles/website/vars/main.yml", "content": "---\n# vars file for website\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/roles/website/tasks/main.yml", "content": "---\n# tasks file for website\n\n- name: deploy websi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 535, "all_permissive": false }
ansible_role
cloudamatic/mu
4d81aea4951570638adcd6f377e32b6bc0166726
9
ansible/roles/mu-base
3,098
[ "no_license" ]
[ { "path": "ansible/roles/mu-base/files/check_apm.sh", "content": "#!/bin/sh\n\nerrs=`/bin/sudo /bin/apm-server test output | grep \"ERROR\"`\nwarns=`/bin/sudo /bin/apm-server test output | grep -v \" server's certificate chain verification is disabled\" | grep WARN` # XXX might be nice to care about this\no...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3429, "all_permissive": false }
ansible_role
cloudamatic/mu
4d81aea4951570638adcd6f377e32b6bc0166726
9
ansible/roles/mu-elastic
3,098
[ "no_license" ]
[ { "path": "ansible/roles/mu-elastic/vars/main.yml", "content": "---\n# vars file for mu-elastic\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/roles/mu-elastic/defaults/main.yml", "content": "---\n# defaults file for mu-elastic\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 9879, "all_permissive": false }
ansible_role
cloudamatic/mu
4d81aea4951570638adcd6f377e32b6bc0166726
9
ansible/roles/mu-installer
3,098
[ "no_license" ]
[ { "path": "ansible/roles/mu-installer/defaults/main.yml", "content": "---\n# defaults file for mu-installer", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/roles/mu-installer/tasks/main.yml", "content": "---\n- name: Copy installer scri...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 508, "all_permissive": false }
ansible_role
cloudamatic/mu
4d81aea4951570638adcd6f377e32b6bc0166726
9
ansible/roles/mu-logstash
3,098
[ "no_license" ]
[ { "path": "ansible/roles/mu-logstash/templates/20-cloudtrail.conf.j2", "content": "{%- if application_attributes is defined and \"cloudtrail_sources\" in application_attributes: %}\n{% for trail in application_attributes[\"cloudtrail_sources\"]: %}\ninput {\n s3 {\n bucket => \"{{ trail['bucket'] }}\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 13900, "all_permissive": false }
ansible_role
cloudamatic/mu
4d81aea4951570638adcd6f377e32b6bc0166726
9
ansible/roles/mu-nat
3,098
[ "no_license" ]
[ { "path": "ansible/roles/mu-nat/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - mu-installer", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "ansible/roles/mu-nat/defaults/main.yml", "content": "---\nmu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2279, "all_permissive": false }
ansible_role
cloudamatic/mu
4d81aea4951570638adcd6f377e32b6bc0166726
9
ansible/roles/mu-rdp
3,098
[ "no_license" ]
[ { "path": "ansible/roles/mu-rdp/tasks/main.yml", "content": "---\n- name: Allow traffic to port 3389\n win_shell: Enable-NetFirewallRule -DisplayGroup \"Remote Desktop\"\n\n- name: Enable RDP\n win_shell: Set-ItemProperty -Path 'HKLM:\\System\\CurrentControlSet\\Control\\Terminal Server' -name \"fDenyTSCo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 521, "all_permissive": false }
ansible_role
cloudamatic/mu
4d81aea4951570638adcd6f377e32b6bc0166726
9
ansible/roles/mu-windows
3,098
[ "no_license" ]
[ { "path": "ansible/roles/mu-windows/files/LaunchConfig.json", "content": "{\n \"setComputerName\": false,\n \"setMonitorAlwaysOn\": true,\n \"setWallpaper\": true,\n \"addDnsSuffixList\": true,\n \"extendBootVolumeSize\": true,\n \"handleUserData\": true,\n \"adminPasswordType\": \"<PASSWORD>\"\n}\n"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2744, "all_permissive": false }
ansible_role
manikanta513/ansible
5c45201ec28a33f323c924896fdf1e9a58149897
0
playbooks/roles/appserver
3,098
[ "no_license" ]
[ { "path": "playbooks/roles/appserver/tasks/main.yaml", "content": " - name: install java\n package:\n name: java\n state: present\n \n - name: add application user\n user:\n name: \"{{user}}\"\n comment: student\n\n - name: download and extract tomcat\n unarchive:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1908, "all_permissive": false }
ansible_role
manikanta513/ansible
5c45201ec28a33f323c924896fdf1e9a58149897
0
playbooks/roles/roleB
3,098
[ "no_license" ]
[ { "path": "playbooks/roles/roleB/tasks/main.yaml", "content": "- name : diplay output on console\n debug:\n msg: \"{{var}}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "playbooks/roles/roleB/vars/main.yaml", "content": "var: yahoo.com", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 102, "all_permissive": false }
ansible_role
manikanta513/ansible
5c45201ec28a33f323c924896fdf1e9a58149897
0
playbooks/roles/webserver
3,098
[ "no_license" ]
[ { "path": "playbooks/roles/webserver/tasks/main.yaml", "content": "- name: install httpd service\n package:\n name: httpd\n state: present\n notify: restart\n\n- name: copy student app proxy conf\n copy:\n src: proxy.conf\n dest: /etc/httpd/conf.d/proxy.conf\n notify: restart\n\n- name: down...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
astail/ika
34499feb3eceb0779b724dc3df4cc9a6bcc2de85
0
ansible/roles/ika
3,098
[ "no_license" ]
[ { "path": "ansible/roles/ika/tasks/main.yml", "content": "---\n\n- name: install\n yum:\n name:\n - java\n - unzip\n - ImageMagick\n\n- name: mkdir ika\n file:\n path: \"{{ item }}/ika\"\n owner: root\n group: root\n state: directory\n with_items:\n - /opt\n - /etc\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1434, "all_permissive": false }
ansible_role
kubeslice-ent/kubeslice-openshift-installer-new
545cceeeb38b699f1051042ca28bbfe19fd05dce
1
roles/custom-application-deployment
3,098
[ "no_license" ]
[ { "path": "roles/custom-application-deployment/vars/main.yml", "content": "---\n# vars file for custom-application-deployment", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/custom-application-deployment/defaults/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 10410, "all_permissive": false }
ansible_role
kubeslice-ent/kubeslice-openshift-installer-new
545cceeeb38b699f1051042ca28bbfe19fd05dce
1
roles/helm-repo-access
3,098
[ "no_license" ]
[ { "path": "roles/helm-repo-access/defaults/main.yml", "content": "---\n# defaults file for helm-repo-access", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/helm-repo-access/vars/main.yml", "content": "---\n# vars file for helm-repo-access...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1374, "all_permissive": false }
ansible_role
kubeslice-ent/kubeslice-openshift-installer-new
545cceeeb38b699f1051042ca28bbfe19fd05dce
1
roles/kubeslice-controller-ent
3,098
[ "no_license" ]
[ { "path": "roles/kubeslice-controller-ent/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - kubeslice-controller-ent", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/kubeslice-controller-ent/tasks/main....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 8088, "all_permissive": false }
ansible_role
kubeslice-ent/kubeslice-openshift-installer-new
545cceeeb38b699f1051042ca28bbfe19fd05dce
1
roles/kubeslice-controller-oss
3,098
[ "no_license" ]
[ { "path": "roles/kubeslice-controller-oss/defaults/main.yml", "content": "---\n# defaults file for kubeslice-controller-oss", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/kubeslice-controller-oss/handlers/main.yml", "content": "---\n# ha...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5025, "all_permissive": false }
ansible_role
kubeslice-ent/kubeslice-openshift-installer-new
545cceeeb38b699f1051042ca28bbfe19fd05dce
1
roles/kubeslice-diagnosis
3,098
[ "no_license" ]
[ { "path": "roles/kubeslice-diagnosis/defaults/main.yml", "content": "---\n# defaults file for kubeslice-diagnosis", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/kubeslice-diagnosis/tests/test.yml", "content": "---\n- hosts: localhost\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 9554, "all_permissive": false }
ansible_role
kubeslice-ent/kubeslice-openshift-installer-new
545cceeeb38b699f1051042ca28bbfe19fd05dce
1
roles/kubeslice-monitoring
3,098
[ "no_license" ]
[ { "path": "roles/kubeslice-monitoring/defaults/main.yml", "content": "---\n# defaults file for kubeslice-monitoring", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/kubeslice-monitoring/handlers/main.yml", "content": "---\n# handlers file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 13418, "all_permissive": false }
ansible_role
kubeslice-ent/kubeslice-openshift-installer-new
545cceeeb38b699f1051042ca28bbfe19fd05dce
1
roles/kubeslice-worker-ent
3,098
[ "no_license" ]
[ { "path": "roles/kubeslice-worker-ent/tasks/main.yml", "content": "---\n# tasks file for kubeslice-worker-ent\n\n\n##### Installing the kubeslice-Operator #####\n\n#Installing Istio on worker\n\n- name: Deploy istio-base on worker cluster\n loop: \"{{ clusters.worker }}\"\n loop_control:\n index_var...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 7921, "all_permissive": false }
ansible_role
kubeslice-ent/kubeslice-openshift-installer-new
545cceeeb38b699f1051042ca28bbfe19fd05dce
1
roles/mongodb-replicaset
3,098
[ "no_license" ]
[ { "path": "roles/mongodb-replicaset/tasks/main.yml", "content": "---\n# tasks file for mongodb-replicaset\n\n\n- name: Creating secret with Ops-manager key's\n ignore_errors: yes\n tags:\n - mongodb-replicaset\n with_nested:\n - \"{{ mongodb_cluster }}\"\n - \"{{ clusters.worker }}\"\n when: \n - it...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 9781, "all_permissive": false }
ansible_role
kubeslice-ent/kubeslice-openshift-installer-new
545cceeeb38b699f1051042ca28bbfe19fd05dce
1
roles/openshift-deployement-patch
3,098
[ "no_license" ]
[ { "path": "roles/openshift-deployement-patch/tasks/main.yml", "content": "---\n# tasks file for openshift-deployement-patch\n\n- name: Apply patch to spire-csi-driver daemonsets\n no_log: true\n ignore_errors: yes\n loop: \"{{ clusters.worker }}\"\n when : \n - item.openshift_cluster == true\n loop_co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1987, "all_permissive": false }
ansible_role
kubeslice-ent/kubeslice-openshift-installer-new
545cceeeb38b699f1051042ca28bbfe19fd05dce
1
roles/pre-validation-check
3,098
[ "no_license" ]
[ { "path": "roles/pre-validation-check/handlers/main.yml", "content": "---\n# handlers file for pre-validation-check", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/pre-validation-check/vars/main.yml", "content": "---\n# vars file for pre-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1197, "all_permissive": false }
ansible_role
kubeslice-ent/kubeslice-openshift-installer-new
545cceeeb38b699f1051042ca28bbfe19fd05dce
1
roles/service-export-creation
3,098
[ "no_license" ]
[ { "path": "roles/service-export-creation/defaults/main.yml", "content": "---\n# defaults file for service-export-creation", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/service-export-creation/tests/test.yml", "content": "---\n- hosts: l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1457, "all_permissive": false }
ansible_role
kubeslice-ent/kubeslice-openshift-installer-new
545cceeeb38b699f1051042ca28bbfe19fd05dce
1
roles/slice-config-installation
3,098
[ "no_license" ]
[ { "path": "roles/slice-config-installation/vars/main.yml", "content": "---\n# vars file for slice-config-installation", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/slice-config-installation/tests/test.yml", "content": "---\n- hosts: loc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3018, "all_permissive": false }
ansible_role
kubeslice-ent/kubeslice-openshift-installer-new
545cceeeb38b699f1051042ca28bbfe19fd05dce
1
roles/worker-registration-oss
3,098
[ "no_license" ]
[ { "path": "roles/worker-registration-oss/tasks/main.yml", "content": "---\n# tasks file for worker-Registertion-oss\n\n\n#### Registring worker cluster with controller ####\n \n- name: Feteching nodeIP for promethus endpoint for cluster registertion\n when : item.nodeIp == None\n ignore_errors: yes\n ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4500, "all_permissive": false }
ansible_role
triplebit/ansible-bridges
8d0eec003384b0e8ad4975c394d13005a300b75e
0
roles/zram
3,098
[ "no_license" ]
[ { "path": "roles/zram/tasks/main.yml", "content": "---\n\n- name: Install zram-tools package\n ansible.builtin.apt:\n name: zram-tools\n state: present\n\n- name: Set zramswap defaults\n ansible.builtin.template:\n src: zramswap.defaults.j2\n dest: /etc/default/zramswap\n owner: root\n g...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 495, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/datalab_env
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/datalab_env/templates/uwsgi_websocket.ini", "content": "[uwsgi]\n# Variables\nroot = /srv/{{ app_module }}\nbase = /srv/{{ app_module }}\nlog_path = /srv/{{ app_module }}/log\nsocket_path = /var/run/uwsgi\n# %n vabriable for the filename without extension as default(repace it w...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 17389, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/deploy_src
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/deploy_src/tasks/main.yml", "content": "---\n\n- name: get git root dir\n local_action: command git rev-parse --show-toplevel\n register: git_root\n\n- name: creating archive\n local_action: command chdir=\"{{git_root['stdout']}}\" git archive --format zip --output /tmp/{{ a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2563, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/geonetwork
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/geonetwork/templates/postgres-postgis.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans default-lazy-init=\"true\"\n xmlns=\"http://www.springframework.org/schema/beans\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xmlns:context=\...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7362, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/ldap
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/ldap/handlers/main.yml", "content": "---\n\n# Somehow the service module fails on this one wit a JSON Decode error\n- name: restart slapd\n sudo: yes\n# service: name=slapd state=restarted\n command: /etc/init.d/slapd restart\n\n\n- name: restart httpd\n sudo: yes\n servic...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 6656, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/libvirt
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/libvirt/tasks/main.yml", "content": "# Useful virsh commands:\n# Generate XML File\n# virt-install --connect lxc:/// --name test --ram 512 --vcpu 1 --filesystem /var/lib/libvirt/lxc/centos-6-x86_64/,/ --noautoconsole --print-xml > test.xml\n# Create network device\n# sudo virs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2782, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/matlab_container
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/matlab_container/tasks/main.yml", "content": "#\n# R E A D M E ! R E A D M E ! R E A D M E ! R E A D M E ! R E A D M E !\n#\n# This playbook creates a container image, with matlab 2013 support.\n# Add user: worker, copies the host ssh key to it.\n# Also sets a password ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 10822, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/nginx
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/templates/app.conf", "content": "# vim: ft=nginx\n# wsgi socket\nupstream uwsgi_{{ app_module }} {\n server unix:/var/run/uwsgi/{{ app_module }}.sock;\n}\n\nupstream uwsgi_{{ app_module }}_websocket {\n server unix:/var/run/uwsgi/{{ app_module }}_websocket.sock;\n}\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9208, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/opengeosuite
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/opengeosuite/meta/main.yml", "content": "---\nallow_duplicates: no\ndependencies:dependencies:\n - { role: tomcat }\n - { role: postgresql }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "provisioning/roles/opengeos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2493, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/pgstudio
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/pgstudio/meta/main.yml", "content": "---\nallow_duplicates: no\ndependencies:\n - { role: postgresql }", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "provisioning/roles/pgstudio/defaults/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 264, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/postgresql
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/postgresql/handlers/main.yml", "content": "---\n\n- name: restart postgresql\n sudo: yes\n service: name=postgresql-9.3 state=restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "provisioning/roles/postgresq...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2506, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/python
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/python/tasks/main.yml", "content": "# commonly used python packages\n\n- name: install git\n sudo: yes\n yum: name=git state=present\n\n- name: download python 2.7 environment\n get_url: url=https://contact.x:<EMAIL>/repos/openearthtools/branches/rpms/{{item}} dest=/tmp/{{it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1818, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/python_container
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/python_container/files/container/rc-worker-script", "content": "#!/bin/sh\n#\n# worker-script Start script.\n#\n# chkconfig: 2345 90 60\n# description: Start script provided by researcher.\n\n### BEGIN INIT INFO\n# Provides: worker-script\n# Required-Start: $local_fs $s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 14301, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/redis
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/redis/handlers/main.yml", "content": "---\n- name: reload redis\n sudo: yes\n service: name=redis-server state=reloaded \n\n- name: restart redis\n sudo: yes\n service: name=redis-server state=restarted \n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2299, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/subversion
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/subversion/tasks/main.yml", "content": "---\n\n- name: install subversion\n sudo: yes\n yum: name=subversion state=present\n\n- name: install httpd\n sudo: yes\n yum: name=httpd state=present\n notify: restart httpd\n\n- name: configure apache using httpd.conf\n sudo: yes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1975, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/svn_info
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/svn_info/tasks/main.yml", "content": "---\n\n- name: copy svn info to tmp\n sudo: yes\n copy: src=svn_info dest=/tmp/svn_info\n\n- name: create provisioning log dir\n sudo: yes\n action: file dest=/var/log/provisioning state=directory owner=root\n\n- name: log provisioning ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 658, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/system
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/system/files/firewall.sh", "content": "#!/bin/bash\niptables -P INPUT ACCEPT\niptables -F\niptables -A INPUT -i lo -j ACCEPT\niptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT\n# Allow icmp ping\niptables -A INPUT -p icmp --icmp-type 8 -s 0/0 -m state --state NE...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4071, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/thredds
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/thredds/tasks/main.yml", "content": "---\n\n- name: install thredds\n sudo: yes\n yum: name=thredds state=present\n notify: restart tomcat6\n\n- name: copy thredds config\n sudo: yes\n copy: src=web.xml dest=/usr/share/tomcat6/webapps/thredds/WEB-INF/web.xml\n notify: res...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2364, "all_permissive": false }
ansible_role
openearth/datalab
0f8a990271952e3618b9c6f88ddea77ac45904f7
0
provisioning/roles/tomcat
3,098
[ "no_license" ]
[ { "path": "provisioning/roles/tomcat/tasks/main.yml", "content": "---\n\n- name: install tomcat6\n sudo: yes\n yum: name=tomcat6 state=present\n notify: restart tomcat6\n\n- name: set tomcat users\n sudo: yes\n template: src=tomcat-users.xml dest=/etc/tomcat6/tomcat-users.xml\n notify: restart tomcat6...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 643, "all_permissive": false }
ansible_role
SamAlber/ansible-material
a10bd9a0ec9da164a29b769cfda44f1eb318dd63
0
roles/deploy_apache_web
3,098
[ "no_license" ]
[ { "path": "roles/deploy_apache_web/tasks/main.yml", "content": "---\n# tasks file for deploy_apache_web\n\n - name: Check and Print Linux Version\n debug:\n var: ansible_os_family\n\n - block: # ===== Block for RedHat ===== #\n\n - name: Install Apache Web Server\n yum:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2306, "all_permissive": false }
ansible_role
NewErr0r/ansible_workshop_39WSI
5223d49607edc4e748f893fc74e6a92b86903a59
1
roles/role-GRE-Tunnel
3,098
[ "no_license" ]
[ { "path": "roles/role-GRE-Tunnel/tasks/main.yml", "content": "---\n- name: GRE | Deploy gre tunnel on RTR-L\n include_tasks: RTR-L.yaml\n when: \n - inventory_hostname == \"RTR-L\"\n \n- name: GRE | Deploy gre tunnel on RTR-R\n include_tasks: RTR-R.yaml\n when: \n - inventory_hostname == \"RTR-R\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1089, "all_permissive": false }
ansible_role
NewErr0r/ansible_workshop_39WSI
5223d49607edc4e748f893fc74e6a92b86903a59
1
roles/role-NAT
3,098
[ "no_license" ]
[ { "path": "roles/role-NAT/tasks/main.yml", "content": "---\n- name: Create NAT chain\n firewalld: \n masquerade: yes \n permanent: yes\n state: enabled \n zone: public\n notify: \n - Restarted Firewalld\n when: inventory_hostname == \"{{ item }}\"\n loop:\n - ISP \n - RTR-L\n - R...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
lexlee327/another_central_management
73780a0b170515715d3161c471f8b957e1047f77
0
roles/apm-server
3,098
[ "no_license" ]
[ { "path": "roles/apm-server/tasks/apm-RedHat.yml", "content": "---\n\n- name: RedHat - copy apm-server package to remote\n become: yes\n copy:\n src: \"{{local_repository}}/apm-server/{{package}}\"\n dest: /tmp/{{package}}\n when: use_file | bool\n notify: restart apm-server\n\n\n- name: RedHat - ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2990, "all_permissive": false }
ansible_role
lexlee327/another_central_management
73780a0b170515715d3161c471f8b957e1047f77
0
roles/apm_java_client
3,098
[ "no_license" ]
[ { "path": "roles/apm_java_client/defaults/main.yml", "content": "---\nuser: apm\ngroup: apm\nhome_dir: /opt/elastic_apm\nfile_mask: 0755", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/apm_java_client/tasks/main.yml", "content": "---\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2638, "all_permissive": false }
ansible_role
lexlee327/another_central_management
73780a0b170515715d3161c471f8b957e1047f77
0
roles/check_rpm
3,098
[ "no_license" ]
[ { "path": "roles/check_rpm/tasks/main.yml", "content": "# TODO, should support different platform in the future\n- name: Check if rpm is installed\n yum:\n list: \"{{software_to_check}}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
lexlee327/another_central_management
73780a0b170515715d3161c471f8b957e1047f77
0
roles/filebeat
3,098
[ "no_license" ]
[ { "path": "roles/filebeat/vars/main.yml", "content": "---\npackage_url: \"https://artifacts.elastic.co/downloads/beats/filebeat/filebeat\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/filebeat/meta/main.yml", "content": "---\n\nallow_d...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4660, "all_permissive": false }
ansible_role
lexlee327/another_central_management
73780a0b170515715d3161c471f8b957e1047f77
0
roles/java
3,098
[ "no_license" ]
[ { "path": "roles/java/meta/main.yml", "content": "---\n\nallow_duplicates: yes\n\ngalaxy_info:\n author: lij021\n description: Java for Linux\n license: \"Apache\"\n min_ansible_version: 2.3.2\n\n\ndependencies: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1577, "all_permissive": false }
ansible_role
lexlee327/another_central_management
73780a0b170515715d3161c471f8b957e1047f77
0
roles/kafka
3,098
[ "no_license" ]
[ { "path": "roles/kafka/templates/kafka-env.sh.j2", "content": "KAFKA_HEAP_OPTS={{kafka_heap_opts}}\nKAFKA_JVM_PERFORMANCE_OPTS={{kafka_jvm_performance_opts}}\nLOG_DIR=\"{{kafka_log_dir}}\"\nKAFKA_LOG4J_OPTS=\"-Dlog4j.configuration=file:{{kafka_conf_dir}}/log4j.properties\"", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4668, "all_permissive": false }
ansible_role
lexlee327/another_central_management
73780a0b170515715d3161c471f8b957e1047f77
0
roles/undeploy_software
3,098
[ "no_license" ]
[ { "path": "roles/undeploy_software/tasks/main.yml", "content": "# TODO, should support different platform in the future\n- name: uninstall software\n become: yes\n yum:\n name: \"{{component}}\"\n state: absent", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
lexlee327/another_central_management
73780a0b170515715d3161c471f8b957e1047f77
0
roles/update_configuration
3,098
[ "no_license" ]
[ { "path": "roles/update_configuration/templates/filebeat/filebeat.yml.j2", "content": "filebeat.prospectors:\n- type: log\n enabled: true\n paths:\n - /var/log/{{ hostvars[inventory_hostname]['service'] }}/*.log\n tail_files: true\n multiline.pattern: '^[[:space:]]+|^Caused by:|^.+Exception:|^\\d+\\s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1955, "all_permissive": false }
ansible_role
skloibi/mysetup
ca7d77a85415f79174be5a96d192b22437c9cddb
2
roles/ark
3,158
[ "no_license" ]
[ { "path": "roles/ark/tasks/main.yml", "content": "---\n- name: install ark\n become: True\n package:\n name: ark\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
skloibi/mysetup
ca7d77a85415f79174be5a96d192b22437c9cddb
2
roles/bluetooth
3,158
[ "no_license" ]
[ { "path": "roles/bluetooth/tasks/main.yml", "content": "---\n- name: install Bluez\n become: True\n package:\n name: bluez\n state: present\n- name: install Bluetooth manager\n become: True\n package:\n name: blueman\n state: present\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
skloibi/mysetup
ca7d77a85415f79174be5a96d192b22437c9cddb
2
roles/dev
3,158
[ "no_license" ]
[ { "path": "roles/dev/tasks/main.yml", "content": "---\n- name: install development tools\n become: True\n package:\n name: \"@development-tools\"\n state: present\n- name: install CMake\n become: True\n package:\n name: cmake\n state: present\n- name: install GCC C++\n become: True\n packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 796, "all_permissive": false }
ansible_role
skloibi/mysetup
ca7d77a85415f79174be5a96d192b22437c9cddb
2
roles/dotfiles
3,158
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: install GNU stow\n become: True\n package:\n name: stow\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
skloibi/mysetup
ca7d77a85415f79174be5a96d192b22437c9cddb
2
roles/firefox
3,158
[ "no_license" ]
[ { "path": "roles/firefox/tasks/main.yml", "content": "---\n- name: install Firefox\n become: True\n package:\n name: firefox\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
skloibi/mysetup
ca7d77a85415f79174be5a96d192b22437c9cddb
2
roles/gedit
3,158
[ "no_license" ]
[ { "path": "roles/gedit/tasks/main.yml", "content": "---\n- name: install gedit\n become: True\n package:\n name: gedit\n state: present\n- name: install gedit plugins\n become: True\n package:\n name: gedit-plugins\n state: present\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
skloibi/mysetup
ca7d77a85415f79174be5a96d192b22437c9cddb
2
roles/gnome
3,158
[ "no_license" ]
[ { "path": "roles/gnome/tasks/main.yml", "content": "---\n- name: autostart keyring for secrets\n copy:\n src: /etc/xdg/autostart/gnome-keyring-secrets.desktop\n dest: ~/.config/autostart/gnome-keyring-secrets.desktop\n force: no\n mode: '0744'\n- name: enable for all window managers\n lineinfi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1049, "all_permissive": false }
ansible_role
skloibi/mysetup
ca7d77a85415f79174be5a96d192b22437c9cddb
2
roles/i3
3,158
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yml", "content": "---\n- name: install i3\n become: True\n package:\n name: i3\n state: present\n- name: install polybar\n become: True\n package:\n name: polybar\n state: present\n- name: install rofi\n become: True\n package:\n name: rofi\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 748, "all_permissive": false }