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
smowden/meteor-ansible
524d798256996435b608b3e285c21885e049b776
8
roles/nodejs
7,913
[ "no_license" ]
[ { "path": "roles/nodejs/README.md", "content": "Nodejs\n========\n\nThis role is based on the setup from\nhttps://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager\n\nRequirements\n------------\n\nUbuntu or Debian.\nGathering facts cannot be turned off.\n\nRole Variables\n--------------\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2251, "all_permissive": false }
ansible_role
smowden/meteor-ansible
524d798256996435b608b3e285c21885e049b776
8
roles/telusdigital.logdna
7,913
[ "no_license" ]
[ { "path": "roles/telusdigital.logdna/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"<NAME>\"\n categories:\n - logging\n company: \"TELUS digital\"\n description: \"The easiest cloud log management system you will ever use.\"\n license: MIT\n min_ansible_version: 1.2\n version: 1.0.1\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 4012, "all_permissive": false }
ansible_role
mglaman/drupal-contrib-vm
95f164048dcd5d7ba27a6c633961a77cb846c082
1
.ansible-env/roles/mglaman.selenium
7,913
[ "no_license" ]
[ { "path": ".ansible-env/roles/mglaman.selenium/tasks/setup-Debian.yml", "content": "---\n- name: Update apt cache.\n apt: update_cache=yes cache_valid_time=86400\n\n- name: Ensure JDK present.\n apt:\n name: \"openjdk-7-jre-headless\"\n state: installed\n\n- name: Ensure FireFox\n apt:\n name: \...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1183, "all_permissive": false }
ansible_role
HA-WANG/Ansible_Playbook
77679805f1b0c3f4b1d4812a84a67d1b9c1fac13
0
roles/base_rpm
7,913
[ "no_license" ]
[ { "path": "roles/base_rpm/tasks/main.yml", "content": "---\n- name: Update all rpm\n yum:\n name: '*'\n state: latest\n #excluse: kernel*,foo*\n\n- name: Install epel-release\n yum:\n name: epel-release\n state: latest\n\n- name: Install ius-release\n yum:\n name: ius-release\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 761, "all_permissive": false }
ansible_role
gfouquet/ansible-k8s-on-raspbian
cdd5e617f1871d43b1213284450fa616e6a58418
0
roles/k8s-baseline
7,913
[ "no_license" ]
[ { "path": "roles/k8s-baseline/tasks/main.yml", "content": "---\n- name: Create ssh folder\n file:\n path: \"~/.ssh\"\n state: directory\n mode: 0700\n tags:\n - ssh\n\n- name: Set authorized ssh keys\n template:\n src: authorized_keys.j2\n dest: \"~/.ssh/authorized_keys\"\n mode: 060...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3141, "all_permissive": false }
ansible_role
gfouquet/ansible-k8s-on-raspbian
cdd5e617f1871d43b1213284450fa616e6a58418
0
roles/k8s-dashboard
7,913
[ "no_license" ]
[ { "path": "roles/k8s-dashboard/tasks/main.yml", "content": "---\n#- file:\n# path: /tmp/k8s-dashboard\n# state: directory\n\n- copy:\n src: \"{{ role_path }}/files/{{ item }}\"\n dest: /tmp/k8s-dashboard/\n loop:\n - \"dashboard-admin-role.yml\"\n# - \"dashboard-descriptor.yml\"\n\n- get_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
gfouquet/ansible-k8s-on-raspbian
cdd5e617f1871d43b1213284450fa616e6a58418
0
roles/k8s-worker
7,913
[ "no_license" ]
[ { "path": "roles/k8s-worker/tasks/main.yml", "content": "---\n- debug:\n msg: \"{{ hostvars | json_query('*.kube_join_cli | [0]') }}\"\n tags:\n - kube\n - kube_worker\n\n- name: Configure k8s worker service\n shell: \"{{ hostvars | json_query('*.kube_join_cli | [0]') }}\"\n become: true\n tags...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
Artem-Riakhovskii/devops-school-ansible-3
3fb0d5bbfdb41e39c989aa0d42883eba26d3ceda
0
roles/httpd_install
7,913
[ "no_license" ]
[ { "path": "roles/httpd_install/tasks/main.yml", "content": "---\n- name: Install httpd\n yum:\n name: httpd\n state: present\n update_cache: yes\n\n- name: Enable and check web server\n service:\n name: httpd\n enabled: yes\n state: started\n register: httpd_status\n\n- name: Show curre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 684, "all_permissive": false }
ansible_role
Artem-Riakhovskii/devops-school-ansible-3
3fb0d5bbfdb41e39c989aa0d42883eba26d3ceda
0
roles/vsftpd_install
7,913
[ "no_license" ]
[ { "path": "roles/vsftpd_install/handlers/main.yml", "content": "---\n- name: services_restart\n service:\n name: \"{{ item }}\"\n state: restarted\n with_items:\n - firewalld\n - vsftpd\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 937, "all_permissive": false }
ansible_role
zombie-zeus/ansible-haproxy-httpd-mysql-php
047e3aef2733f07d6fc0491dc0917acb69ade2d1
0
roles/common
7,913
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n - name: update /etc/hosts file\n lineinfile:\n path: \"{{ hostfile }}\"\n regex: \"{{ item }}$\"\n line: \"{{ hostvars[item].ansible_facts.eth1.ipv4.address }} {{ hostvars[item].ansible_facts.hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1024, "all_permissive": false }
ansible_role
zombie-zeus/ansible-haproxy-httpd-mysql-php
047e3aef2733f07d6fc0491dc0917acb69ade2d1
0
roles/web
7,913
[ "no_license" ]
[ { "path": "roles/web/handlers/main.yml", "content": "---\n# handlers file for web\n - name: restart apache web server\n service:\n name: httpd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "roles/web/tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2088, "all_permissive": false }
ansible_role
KenezViktor/ansible-example
9864a388a2ec3ba862c03c03030819da5f0e87f1
0
roles/apt
7,913
[ "no_license" ]
[ { "path": "roles/apt/templates/sources.list.j2", "content": "deb {{ source_url }} {{ ansible_distribution_release }} {{ components }}\n{% if repos.updates_enabled %}\ndeb {{ source_url }} {{ ansible_distribution_release }}-updates {{ components }}\n{% endif %}\n{% if repos.backports_enabled %}\ndeb {{ sourc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 933, "all_permissive": false }
ansible_role
KenezViktor/ansible-example
9864a388a2ec3ba862c03c03030819da5f0e87f1
0
roles/basic
7,913
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "---\n- name: \"Include apt role\"\n ansible.builtin.include_role:\n name: \"apt\"\n when: 'ansible_os_family == \"Debian\"'\n\n- name: \"Ensure locales are set\"\n community.general.locale_gen:\n name: \"{{ item }}\"\n state: present\n with_it...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 952, "all_permissive": false }
ansible_role
KenezViktor/ansible-example
9864a388a2ec3ba862c03c03030819da5f0e87f1
0
roles/docker
7,913
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "- name: \"Start docker service\"\n ansible.builtin.systemd:\n name: docker\n state: started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/docker/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 705, "all_permissive": false }
ansible_role
madlabber/ots-kvm-demo-ansible
982763ce5d353c55ccf52a2a5b0c4a0171be023d
3
roles/na_ots_cluster
7,913
[ "no_license" ]
[ { "path": "roles/na_ots_cluster/defaults/main.yml", "content": "# -------------------------------------------------------------------\n# state:\n# - present : create cluster\n# - absent : delete cluster\n# - hosts_present : registers hosts with deploy without building a cluster\n# - hosts_absent : deletes...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 24761, "all_permissive": false }
ansible_role
madlabber/ots-kvm-demo-ansible
982763ce5d353c55ccf52a2a5b0c4a0171be023d
3
roles/ots_cluster_config
7,913
[ "no_license" ]
[ { "path": "roles/ots_cluster_config/tasks/main.yml", "content": "---\n# - name: \"Wait for OTS Cluster '{{ hostname }}' setup to complete and API connection to come online\"\n# wait_for:\n# host: \"{{ hostname }}\"\n# port: 443\n# timeout: 1500\n# # sleep: 30\n# sleep: 3...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 10721, "all_permissive": false }
ansible_role
madlabber/ots-kvm-demo-ansible
982763ce5d353c55ccf52a2a5b0c4a0171be023d
3
roles/ots_svm_config
7,913
[ "no_license" ]
[ { "path": "roles/ots_svm_config/defaults/main.yml", "content": "---\nnetapp_hostname:\nnetapp_password:\nnetapp_username:\nhttps: true\nvalidate_certs: false\nvservers:\nvserver_dns:\nlifs:\ncifs:\nnfs:\nnvme:\nfcp:\ngateway:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 9700, "all_permissive": false }
ansible_role
PRL-PRG/server-config
4623b3ec8e3daca0987cd68792e0e84086ef1d1e
0
roles/apache
7,913
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- name: install apache\n apt:\n update_cache: yes\n state: present\n name:\n - apache2\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
PRL-PRG/server-config
4623b3ec8e3daca0987cd68792e0e84086ef1d1e
0
roles/common
7,913
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: set ubuntu mirror\n when: ubuntu_mirror is defined\n replace:\n path: /etc/apt/sources.list\n regexp: \"http://archive.ubuntu.com/ubuntu\"\n replace: \"{{ ubuntu_mirror }}\"\n notify:\n - update apt cache\n \n# installs the packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4558, "all_permissive": false }
ansible_role
PRL-PRG/server-config
4623b3ec8e3daca0987cd68792e0e84086ef1d1e
0
roles/docker
7,913
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "---\n\n- name: restart docker\n service:\n name: docker\n state: restarted\n\n- name: restart sshd\n service:\n name: sshd\n state: restarted\n\n- name: test docker\n command: docker run hello-world\n\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1053, "all_permissive": false }
ansible_role
PRL-PRG/server-config
4623b3ec8e3daca0987cd68792e0e84086ef1d1e
0
roles/gitlab_runner
7,913
[ "no_license" ]
[ { "path": "roles/gitlab_runner/tasks/main.yml", "content": "- name: gitlab runner repo\n apt_repository:\n repo: \"deb https://packages.gitlab.com/runner/gitlab-runner/ubuntu/ {{ ansible_distribution_release}} main\"\n update_cache: no\n state: present\n- apt_key:\n url: https://packages.gitlab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1173, "all_permissive": false }
ansible_role
PRL-PRG/server-config
4623b3ec8e3daca0987cd68792e0e84086ef1d1e
0
roles/mattermost
7,913
[ "no_license" ]
[ { "path": "roles/mattermost/tasks/main.yml", "content": "- apt:\n update_cache: yes\n state: present\n name:\n - python3-docker\n - docker-compose\n\n# Create a random PW for the db\n- ansible.builtin.file:\n state: directory\n recurse: yes\n path: /etc/ansible/facts.d\n- shell:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5728, "all_permissive": false }
ansible_role
PRL-PRG/server-config
4623b3ec8e3daca0987cd68792e0e84086ef1d1e
0
roles/neovim
7,913
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "- name: Add neovim ppa\n apt_repository: repo=\"ppa:neovim-ppa/unstable\" state=present\n\n- name: Install neovim from ppa\n apt:\n update_cache: yes\n state: present\n name:\n - neovim\n\n- name: Use nvim for vi\n alternatives: name=vi p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
PRL-PRG/server-config
4623b3ec8e3daca0987cd68792e0e84086ef1d1e
0
roles/r
7,913
[ "no_license" ]
[ { "path": "roles/r/tasks/main.yml", "content": "---\n\n- name: create R group\n group: \n name: r\n state: present\n\n- name: add users to r group\n when: (users is defined) and (item.in_r | default(false))\n user:\n name: \"{{ item.username }}\"\n groups: r\n append: yes\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1038, "all_permissive": false }
ansible_role
PRL-PRG/server-config
4623b3ec8e3daca0987cd68792e0e84086ef1d1e
0
roles/r-base
7,913
[ "no_license" ]
[ { "path": "roles/r-base/tasks/main.yml", "content": "- name: install R native dependencies\n apt:\n update_cache: yes\n state: present\n name:\n - build-essential\n - gfortran\n - libpng-dev\n - libjpeg-dev\n - libtiff5-dev\n - procps\n - libmariadb-dev\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 846, "all_permissive": false }
ansible_role
PRL-PRG/server-config
4623b3ec8e3daca0987cd68792e0e84086ef1d1e
0
roles/r_latest
7,913
[ "no_license" ]
[ { "path": "roles/r_latest/tasks/main.yml", "content": "- name: add R repo key\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: <KEY>\n \n- name: add R repository\n apt_repository:\n repo: deb https://mirrors.nic.cz/R/bin/linux/ubuntu bionic-cran35/\n\n- name: install R packages\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
PRL-PRG/server-config
4623b3ec8e3daca0987cd68792e0e84086ef1d1e
0
roles/rstudio
7,913
[ "no_license" ]
[ { "path": "roles/rstudio/tasks/main.yml", "content": "- name: install gdebi\n apt:\n state: present\n name: gdebi-core\n\n\n- name: Get the archive of RStudio Server\n get_url:\n url: https://download2.rstudio.org/server/bionic/amd64/rstudio-server-1.2.5033-amd64.deb\n dest: /tmp/rstudio.deb\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
PRL-PRG/server-config
4623b3ec8e3daca0987cd68792e0e84086ef1d1e
0
roles/scala
7,913
[ "no_license" ]
[ { "path": "roles/scala/tasks/main.yml", "content": "---\n\n- name: create scala group\n group: \n name: scala\n state: present\n\n- name: add oracle repo (scala)\n apt_repository:\n repo: ppa:webupd8team/java\n state: present\n\n- name: debian | set license as accepted\n debconf: name='oracle...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 749, "all_permissive": false }
ansible_role
PRL-PRG/server-config
4623b3ec8e3daca0987cd68792e0e84086ef1d1e
0
roles/simple_monitoring
7,913
[ "no_license" ]
[ { "path": "roles/simple_monitoring/tasks/main.yml", "content": "- name: Create volume directory if it does not exist\n ansible.builtin.file:\n path: /opt/volumes/prometheus/{{item}}\n state: directory\n mode: '0700'\n owner: 3301\n group: 3301\n loop:\n - data\n - config\n- name: Crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3461, "all_permissive": false }
ansible_role
PRL-PRG/server-config
4623b3ec8e3daca0987cd68792e0e84086ef1d1e
0
roles/traefik
7,913
[ "no_license" ]
[ { "path": "roles/traefik/tasks/main.yml", "content": "---\n- name: Ensures traefik dir exists\n file:\n path: \"{{ traefik_dir }}\"\n state: directory\n owner: \"root\"\n group: \"docker\"\n\n- name: Ensures acme.json file exists\n file:\n path: \"{{ traefik_dir }}/acme.json\"\n state: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1830, "all_permissive": false }
ansible_role
PRL-PRG/server-config
4623b3ec8e3daca0987cd68792e0e84086ef1d1e
0
roles/watchtower
7,913
[ "no_license" ]
[ { "path": "roles/watchtower/tasks/main.yml", "content": "---\n- name: Create the watchtower container\n docker_container:\n name: watchtower\n image: containrrr/watchtower\n restart_policy: unless-stopped\n pull: true\n recreate: true\n volumes:\n - /var/run/docker.sock:/var/run/dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
Lactantius/wordpress-nginx-centos
24b5a1e59e9f38fdef5897102279d28d6a2f92f7
0
roles/wordpress
7,911
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Download WordPress\n get_url: url=https://wordpress.org/wordpress-{{ wp_version }}.tar.gz dest=/srv/wordpress-{{ wp_version }}.tar.gz\n checksum=\"sha256:{{ wp_sha256sum }}\"\n\n- name: Extract archive\n command: chdir=/srv/ /b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2667, "all_permissive": false }
ansible_role
melorbany/lemp-ansible
89b4b4a962e68c6b49f427dad6a368a251add27f
16
roles/common
7,911
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install Git\n apt: name=git state=present update_cache=true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
melorbany/lemp-ansible
89b4b4a962e68c6b49f427dad6a368a251add27f
16
roles/initapps
7,911
[ "no_license" ]
[ { "path": "roles/initapps/tasks/main.yml", "content": "---\n- name: Create the projects directory.\n file: group={{ groupname }} owner={{ username }} mode=755 state=directory path={{ projects_root }}\n\n- name: Create the web root directory.\n file: group={{ groupname }} owner={{ username }} mode=755 stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2043, "all_permissive": false }
ansible_role
melorbany/lemp-ansible
89b4b4a962e68c6b49f427dad6a368a251add27f
16
roles/mysql
7,911
[ "no_license" ]
[ { "path": "roles/mysql/tasks/mysql.yml", "content": "---\n- name: MySQL | install mysql packages\n apt:\n name: \"{{ item }}\"\n state: present\n become: yes\n with_items:\n - mysql-client\n - mysql-common\n - mysql-server\n\n\n- name: Install python3-pymysql\n apt:\n name: \n - p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1433, "all_permissive": false }
ansible_role
melorbany/lemp-ansible
89b4b4a962e68c6b49f427dad6a368a251add27f
16
roles/nginx
7,911
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Add Nginx official repository key\n apt_key:\n url: https://nginx.org/keys/nginx_signing.key\n state: present\n \n- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: true\n notify:\n - start ngin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
melorbany/lemp-ansible
89b4b4a962e68c6b49f427dad6a368a251add27f
16
roles/php
7,911
[ "no_license" ]
[ { "path": "roles/php/tasks/php.yml", "content": "---\n- name: PHP | Install software-properties-common\n ansible.builtin.apt:\n name: software-properties-common\n update_cache: yes\n\n- name: PHP | Install PHP packages\n ansible.builtin.apt:\n name: \"php{{ php_version }}-{{ item }}\"\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 732, "all_permissive": false }
ansible_role
melorbany/lemp-ansible
89b4b4a962e68c6b49f427dad6a368a251add27f
16
roles/restartsvcs
7,911
[ "no_license" ]
[ { "path": "roles/restartsvcs/tasks/main.yml", "content": "---\n- name: restart nginx\n service: name=nginx state=restarted\n\n- name: restart php-fpm\n raw: service php8.1-fpm restart\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
melorbany/lemp-ansible
89b4b4a962e68c6b49f427dad6a368a251add27f
16
roles/update
7,911
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "\n---\n- name: Install python for Ansible\n raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3)\n changed_when: false\n\n- name: Install aptitude using raw module\n raw: test -e /usr/bin/aptitude || apt-get -y install aptitude\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 705, "all_permissive": false }
ansible_role
leeming/virtlib-bases
ce97a7e07fc7fcb1074023ca191b79dc84a10d80
0
ansible/roles/vm
7,911
[ "no_license" ]
[ { "path": "ansible/roles/vm/tasks/main.yml", "content": "---\n# Make sure pre-req stuff setup\n- name: start virtualization services\n service:\n name: '{{ item }}'\n state: started\n enabled: yes\n loop:\n - libvirtd\n - libvirt-guests\n\n\n\n# Stat VM directory, use this for when for othe...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4594, "all_permissive": false }
ansible_role
leeming/virtlib-bases
ce97a7e07fc7fcb1074023ca191b79dc84a10d80
0
ansible/roles/vm-setup
7,911
[ "no_license" ]
[ { "path": "ansible/roles/vm-setup/templates/etc_resolv.conf.j2", "content": "## Hardcode to google for now, but will set to router in future\nnameserver 8.8.8.8\nnameserver 8.8.4.4", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "ansible/roles/vm-s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1985, "all_permissive": false }
ansible_role
ratanshet123/Ansible-Configuration-Automation
dafa04c619b2255b0a44bd45035c68e36026cfed
0
playbooks/roles/dbserver
7,911
[ "no_license" ]
[ { "path": "playbooks/roles/dbserver/tasks/main.yml", "content": "---\r\n- name: Install MySQL Server\r\n apt:\r\n name: \"{{ mysql_package }}\"\r\n state: present\r\n\r\n- name: Start MySQL service\r\n service:\r\n name: \"{{ mysql_service }}\"\r\n state: started\r\n enabled: yes\r\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
ratanshet123/Ansible-Configuration-Automation
dafa04c619b2255b0a44bd45035c68e36026cfed
0
playbooks/roles/webserver
7,911
[ "no_license" ]
[ { "path": "playbooks/roles/webserver/tasks/main.yml", "content": "---\r\n- name: Install Apache\r\n apt:\r\n name: \"{{ apache_package }}\"\r\n state: present\r\n\r\n- name: Start Apache service\r\n service:\r\n name: \"{{ apache_service }}\"\r\n state: started\r\n enabled: yes\r\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
timurgum/test
69d2465a46bd44dbb176e87eb682ef0541d03d41
0
roles/nginx
7,911
[ "no_license" ]
[ { "path": "roles/nginx/tasks/01-install-nginx.yml", "content": "---\n- name: install nginx from package - ubuntu\n apt:\n name:\n - nginx\n state: latest\n update_cache: yes\n when: ansible_distribution == 'Ubuntu'\n\n\n- name: ensure nginx is enabled to start at boot\n systemd:\n name: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 291, "all_permissive": false }
ansible_role
timurgum/test
69d2465a46bd44dbb176e87eb682ef0541d03d41
0
roles/nodejs
7,911
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/tempelates/nodejs.rep.j2", "content": "[nodejs]\nname=nodejs repo\nbaseurl=https://deb.nodesource.com/node_{{ NODEJS_VERSION }} 14.x {{ ansible_distribution_release }} main\"\ngpgcheck=0\nenabled=1", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 411, "all_permissive": false }
ansible_role
ByJeanCa/ci-cd-static-deploy
6c7fee22034c9e3a88f8b41913738265b1a1cfd4
0
roles/deploy
7,911
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "- name: Deleting previous .zip files\n ansible.builtin.shell: find \"{{ local_path }}\" -type f -name \"*.zip\" -exec rm -f {} \\;\n delegate_to: localhost\n\n- name: Compressing static-files\n ansible.builtin.archive:\n path: \"{{ local_path }}/*\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1879, "all_permissive": false }
ansible_role
ironsource-arc/ci-cd-from-scratch
1743b0d61b403e7b22fa90da1b05d25c3e02cc3f
8
packer/roles/jenkins-jobs
7,911
[ "no_license" ]
[ { "path": "packer/roles/jenkins-jobs/tasks/main.yml", "content": "---\n - name: Get admin password\n shell: cat '/var/lib/jenkins/secrets/initialAdminPassword'\n register: initialAdminPassword\n\n - name: Restart Jenkins to make the plugin data available\n service: name=jenkins state=restarted\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 667, "all_permissive": false }
ansible_role
ironsource-arc/ci-cd-from-scratch
1743b0d61b403e7b22fa90da1b05d25c3e02cc3f
8
packer/roles/jenkins-plugins
7,911
[ "no_license" ]
[ { "path": "packer/roles/jenkins-plugins/tasks/main.yml", "content": "---\n - name: Get admin password\n shell: cat '/var/lib/jenkins/secrets/initialAdminPassword'\n register: initialAdminPassword\n - name: Print friendly message\n debug:\n msg: \"hello\"\n - name: Setting jenkins password t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
ironsource-arc/ci-cd-from-scratch
1743b0d61b403e7b22fa90da1b05d25c3e02cc3f
8
src/tutorial/6-packer-master/files/packer/roles/common-basic
7,911
[ "no_license" ]
[ { "path": "src/tutorial/6-packer-master/files/packer/roles/common-basic/tasks/main.yml", "content": "---\n - name: ensures /home/ubuntu/.ssh dir exists\n file: path=/home/ubuntu/.ssh state=directory\n - name: copy public keys\n copy:\n src=authorized_keys\n dest=/home/ubuntu/.ssh/autho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
ironsource-arc/ci-cd-from-scratch
1743b0d61b403e7b22fa90da1b05d25c3e02cc3f
8
src/tutorial/8-deploy/files/packer/roles/jenkins-basic
7,911
[ "no_license" ]
[ { "path": "src/tutorial/8-deploy/files/packer/roles/jenkins-basic/tasks/main.yml", "content": "---\n - name: ensures jenkins ssh folder exists under jenkins home dir\n file: \n path='{{ jenkins_home }}.ssh' \n state=directory \n owner=jenkins\n group=jenkins\n mode=0700\n\n - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 890, "all_permissive": false }
ansible_role
ironsource-arc/ci-cd-from-scratch
1743b0d61b403e7b22fa90da1b05d25c3e02cc3f
8
src/tutorial/8-deploy/files/packer/roles/jenkins-slave-basic
7,911
[ "no_license" ]
[ { "path": "src/tutorial/8-deploy/files/packer/roles/jenkins-slave-basic/tasks/main.yml", "content": "---\n - name: create jenkins user\n user:\n name=jenkins \n shell=/bin/bash\n home=/home/jenkins \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
CentOS-PaaS-SIG/paas-sig-ci
2e46e22799d93ea298be2b60ec4e4f5661a9bc9f
1
archived/playbooks/openshift/roles/bfs
7,911
[ "no_license" ]
[ { "path": "archived/playbooks/openshift/roles/bfs/meta/main.yml", "content": "---\ndependencies:\n - { role: common }\n# - { role: nginx, when: \"'repo_host' in group_names\" }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "archived/playbooks/...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 9925, "all_permissive": false }
ansible_role
CentOS-PaaS-SIG/paas-sig-ci
2e46e22799d93ea298be2b60ec4e4f5661a9bc9f
1
archived/playbooks/openshift/roles/cbs
7,911
[ "no_license" ]
[ { "path": "archived/playbooks/openshift/roles/cbs/tasks/install_cbs_pkgs.yml", "content": "---\n- name: Install packages on repo_host in group_vars for cbs\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"centos-packager\"", "license_type": "no_license", "detected_licens...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2742, "all_permissive": false }
ansible_role
CentOS-PaaS-SIG/paas-sig-ci
2e46e22799d93ea298be2b60ec4e4f5661a9bc9f
1
archived/playbooks/openshift/roles/common
7,911
[ "no_license" ]
[ { "path": "archived/playbooks/openshift/roles/common/templates/yumrepo.j2", "content": "[{{ project }}-repo]\nname={{ project }} repo\nbaseurl=\"http://{{ groups['repo_host'][0] }}/{{ project }}/{{ arch }}\"\nenabled=1\ngpgcheck=0\n#exclude=XXX\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 566, "all_permissive": false }
ansible_role
CentOS-PaaS-SIG/paas-sig-ci
2e46e22799d93ea298be2b60ec4e4f5661a9bc9f
1
archived/playbooks/openshift/roles/deploy
7,911
[ "no_license" ]
[ { "path": "archived/playbooks/openshift/roles/deploy/templates/installer-cfg-yml.j2", "content": "---\nansible_config: /usr/share/atomic-openshift-utils/ansible.cfg\nansible_log_path: /tmp/ansible.log\nansible_ssh_user: root\ndeployment:\n ansible_ssh_user: root\n{% if repo_from_source is defined %}\n ope...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2021, "all_permissive": false }
ansible_role
CentOS-PaaS-SIG/paas-sig-ci
2e46e22799d93ea298be2b60ec4e4f5661a9bc9f
1
archived/playbooks/openshift/roles/e2e
7,911
[ "no_license" ]
[ { "path": "archived/playbooks/openshift/roles/e2e/tasks/get_e2e_binary.yml", "content": "- name: Install atomic-openshift-tests\n yum:\n name: origin-tests\n state: present\n when: containerrun == \"false\"\n\n- name: Install atomic-openshift-tests\n dnf:\n name: origin-tests\n state: present...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1986, "all_permissive": false }
ansible_role
CentOS-PaaS-SIG/paas-sig-ci
2e46e22799d93ea298be2b60ec4e4f5661a9bc9f
1
archived/playbooks/openshift/roles/nginx
7,911
[ "no_license" ]
[ { "path": "archived/playbooks/openshift/roles/nginx/defaults/main.yml", "content": "---\nnginx_config_path: /etc/nginx\nweb_docroot: /srv/www\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "archived/playbooks/openshift/roles/nginx/tasks/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 887, "all_permissive": false }
ansible_role
CentOS-PaaS-SIG/paas-sig-ci
2e46e22799d93ea298be2b60ec4e4f5661a9bc9f
1
archived/playbooks/openshift/roles/oafs
7,911
[ "no_license" ]
[ { "path": "archived/playbooks/openshift/roles/oafs/tasks/build_oa_repo.yml", "content": "- name: install tito and builddeps\n yum: name={{ item }} state=present\n with_items:\n - tito\n - createrepo_c\n\n- name: ensure builddeps are installed\n command: chdir={{ oa_repo_path }} yum-builddep openshi...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1547, "all_permissive": false }
ansible_role
CentOS-PaaS-SIG/paas-sig-ci
2e46e22799d93ea298be2b60ec4e4f5661a9bc9f
1
archived/playbooks/openshift/roles/ofs
7,911
[ "no_license" ]
[ { "path": "archived/playbooks/openshift/roles/ofs/templates/openshift-future-repo.j2", "content": "[openshift-future]\nname=Openshift Future Packages\nbaseurl=http://buildlogs.centos.org/centos/7/paas/x86_64/openshift-future/\nenabled=1\ngpgcheck=0\n", "license_type": "no_license", "detected_license...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 1978, "all_permissive": false }
ansible_role
CentOS-PaaS-SIG/paas-sig-ci
2e46e22799d93ea298be2b60ec4e4f5661a9bc9f
1
archived/playbooks/openshift/roles/setup
7,911
[ "no_license" ]
[ { "path": "archived/playbooks/openshift/roles/setup/tasks/add_to_auth_keys.yml", "content": "- name: Add to authorized_keys\n authorized_key: user=root\n key=\"{{ lookup('file', item) }}\"\n with_fileglob:\n - \"{{ fileGlob }}\"", "license_type": "no_license", "detected_license...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 1873, "all_permissive": false }
ansible_role
CentOS-PaaS-SIG/paas-sig-ci
2e46e22799d93ea298be2b60ec4e4f5661a9bc9f
1
playbooks/openshift/roles/bfs
7,911
[ "no_license" ]
[ { "path": "playbooks/openshift/roles/bfs/tasks/build_openshift_srpm.yml", "content": "---\n## Note: originally we added the v to the version, but for consistency this should be the exact version\n## ex. 3.10.0-alpha.0 becomes v3.10.0-alpha.0\n# To find this out:\n# git ls-remote --tags https://github.com/op...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5364, "all_permissive": false }
ansible_role
CentOS-PaaS-SIG/paas-sig-ci
2e46e22799d93ea298be2b60ec4e4f5661a9bc9f
1
playbooks/openshift/roles/cbs
7,911
[ "no_license" ]
[ { "path": "playbooks/openshift/roles/cbs/tasks/main.yml", "content": "---\n# tasks file for cbs\n\n- include: install_cbs_pkgs.yml\n# when: \"'repo_host' in group_names\"\n\n- include: copy_cbs_certs.yml\n# when: \"'repo_host' in group_names\"\n\n- include: cbs_build_srpms.yml\n# when: \"'repo_host' in g...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2444, "all_permissive": false }
ansible_role
CentOS-PaaS-SIG/paas-sig-ci
2e46e22799d93ea298be2b60ec4e4f5661a9bc9f
1
playbooks/openshift/roles/common
7,911
[ "no_license" ]
[ { "path": "playbooks/openshift/roles/common/tasks/main.yml", "content": "---\n\n- include: enable_epel.yml\n\n- include: enable_centos_extras.yml\n\n- include: install_required_pkgs.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "playbooks/o...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 1523, "all_permissive": false }
ansible_role
getslash/conrad
6ff5d494b4369ec489496063b2c118ef0208187e
0
ansible/roles/webapp
7,911
[ "no_license" ]
[ { "path": "ansible/roles/webapp/tasks/systemd_services.yml", "content": "- name: install systemd service\n action: template src=../templates/gunicorn.service.j2 dest=/lib/systemd/system/{{app_name}}-wsgi.service\n when: sources.changed or configuration.changed\n- name: install systemd service (Celery work...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 938, "all_permissive": false }
ansible_role
dubiousOne/ansible-jira
876280ddb4281647c70eb93d719239bac836afaa
0
roles/install
7,909
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yml", "content": "---\n- include: copy-jira.yml\n- include: install-jira.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/install/tasks/install-jira.yml", "content": "---\n- name: Run Jira.bin with...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 459, "all_permissive": false }
ansible_role
dubiousOne/ansible-jira
876280ddb4281647c70eb93d719239bac836afaa
0
roles/upgrade
7,909
[ "no_license" ]
[ { "path": "roles/upgrade/vars/main.yml", "content": "---\njira_bin: files/atlassian-jira-software-7.1.6-jira-7.1.6-x64.bin\njira_home: /var/atlassian/application-data/jira\njira_install: /opt/atlassian/jira\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 403, "all_permissive": false }
ansible_role
yoheiW/vagrant_kibana
0dc8bf5af2538d26208887f02905ac3b70fd6ae9
2
playbook-kibana/roles/common
7,909
[ "no_license" ]
[ { "path": "playbook-kibana/roles/common/tasks/packages.yml", "content": "---\n- name: install python packages\n yum: name={{ item }}\n with_items:\n - python-netaddr\n - MySQL-python\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "play...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 172, "all_permissive": false }
ansible_role
yoheiW/vagrant_kibana
0dc8bf5af2538d26208887f02905ac3b70fd6ae9
2
playbook-kibana/roles/elasticsearch
7,909
[ "no_license" ]
[ { "path": "playbook-kibana/roles/elasticsearch/tasks/elasticsearch_template.yml", "content": "---\n# roles/elasticsearch/tasks/elasticsearch_template.yml\n- name: set elasticsearch template file\n copy: src=\"template.txt\" dest=\"/tmp/template.txt\"\n tags: \n - elastic_template\n\n- name: set elastic...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1442, "all_permissive": false }
ansible_role
yoheiW/vagrant_kibana
0dc8bf5af2538d26208887f02905ac3b70fd6ae9
2
playbook-kibana/roles/kibana
7,909
[ "no_license" ]
[ { "path": "playbook-kibana/roles/kibana/tasks/main.yml", "content": "---\n- include: kibana.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "playbook-kibana/roles/kibana/tasks/kibana.yml", "content": "---\n# roles/kibana/tasks/kibana.yml\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 619, "all_permissive": false }
ansible_role
yoheiW/vagrant_kibana
0dc8bf5af2538d26208887f02905ac3b70fd6ae9
2
playbook-kibana/roles/mysql
7,909
[ "no_license" ]
[ { "path": "playbook-kibana/roles/mysql/tasks/mysql.yml", "content": "---\n# roles/mysql/tasks/mysql.yml\n- name: set mysql.repo\n yum: name=\"http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm\"\n update_cache=yes\n tags: \n - mysql\n\n- name: Install mysql\n yum: name=mysql-commu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 985, "all_permissive": false }
ansible_role
yoheiW/vagrant_kibana
0dc8bf5af2538d26208887f02905ac3b70fd6ae9
2
playbook-kibana/roles/td-agent
7,909
[ "no_license" ]
[ { "path": "playbook-kibana/roles/td-agent/tasks/td-agent_plugin.yml", "content": "---\n# roles/td-agent/tasks/td-agent_plugin.yml\n- name: install fluent-plugin-elasticsearch\n command: \"td-agent-gem install fluent-plugin-elasticsearch\"\n tags: \n - td-agent_plugin\n\n- name: install fluent-plugin-el...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2085, "all_permissive": false }
ansible_role
kekcment/Ansible-test
b6f66eefb8879f1782c2f4991462b22b9169a82f
0
roles/bild
7,909
[ "no_license" ]
[ { "path": "roles/bild/vars/main.yml", "content": "---\n# vars file for bild", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/bild/tasks/main.yml", "content": "---\n# tasks file for bild\n- name: Ensure maven package is present\n apt: \n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1162, "all_permissive": false }
ansible_role
kekcment/Ansible-test
b6f66eefb8879f1782c2f4991462b22b9169a82f
0
roles/prod
7,909
[ "no_license" ]
[ { "path": "roles/prod/defaults/main.yml", "content": "---\n# defaults file for prod\nsourse_folder: /tmp/calculator-servlet-example/\ndest_folder: /var/lib/tomcat9/webapps/", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/prod/tasks/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 578, "all_permissive": false }
ansible_role
dlundquist/ceph-cluster
7703b5b1b2e5c5ad2b6ab9448d96cdfd62e79641
1
roles/ceph-common
7,909
[ "no_license" ]
[ { "path": "roles/ceph-common/tasks/main.yml", "content": "---\n- apt: pkg=ca-certificates\n\n- name: Ceph APT key\n apt_key: url=https://download.ceph.com/keys/release.asc\n id=08B73419AC32B4E966C1A330E84AC2C0460F3994\n\n- name: Ceph APT source\n template: src=ceph.list dest=/etc/apt/sources.lis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
dlundquist/ceph-cluster
7703b5b1b2e5c5ad2b6ab9448d96cdfd62e79641
1
roles/ceph-mon
7,909
[ "no_license" ]
[ { "path": "roles/ceph-mon/tasks/main.yml", "content": "---\n- name: Install Ceph monitor and manager\n apt: pkg={{ item }}\n with_items:\n - ceph-mon\n - ceph-mgr\n\n- name: Gather admin keyring\n command: ceph auth get client.admin\n run_once: true\n register: auth_keyring_result\n\n- name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
dlundquist/ceph-cluster
7703b5b1b2e5c5ad2b6ab9448d96cdfd62e79641
1
roles/ceph-osd
7,909
[ "no_license" ]
[ { "path": "roles/ceph-osd/tasks/main.yml", "content": "---\n- name: Install Ceph OSD\n apt: pkg={{ item }} state=latest\n with_items:\n - ceph-osd\n - smartmontools\n\n- name: Gather bootstrap-osd keyring\n command: ceph auth get-or-create client.bootstrap-osd mon 'allow profile bootstrap-osd' mgr 'all...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 517, "all_permissive": false }
ansible_role
dlundquist/ceph-cluster
7703b5b1b2e5c5ad2b6ab9448d96cdfd62e79641
1
roles/common
7,909
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: update apt cache and install sudo\n apt: update_cache=yes cache_valid_time=3600 pkg=sudo\n\n- name: Enable password-less sudo for sudo group\n lineinfile: dest=/etc/sudoers regexp=^%sudo line='%sudo ALL=(ALL:ALL) NOPASSWD:ALL'\n\n- user: ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3194, "all_permissive": false }
ansible_role
dlundquist/ceph-cluster
7703b5b1b2e5c5ad2b6ab9448d96cdfd62e79641
1
roles/rbdclient
7,909
[ "no_license" ]
[ { "path": "roles/rbdclient/tasks/main.yml", "content": "---\n- name: Install Ceph RBD\n apt: pkg={{ item }} state=latest\n with_items:\n - ceph-common\n - kpartx\n\n#- name: Obtain RBD keychain\n# command: ceph auth get-or-create client.rbd mon 'profile rbd' mgr 'allow r' osd 'profile rbd pool=rbd'\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 497, "all_permissive": false }
ansible_role
dlundquist/ceph-cluster
7703b5b1b2e5c5ad2b6ab9448d96cdfd62e79641
1
roles/vhost
7,909
[ "no_license" ]
[ { "path": "roles/vhost/tasks/main.yml", "content": "---\n- name: Enable nested KVM\n copy: dest=/etc/modprobe.d/kvm-intel.conf content=\"options kvm-intel nested=1\\n\"\n\n- name: Install libvirt\n apt: pkg=\"{{ item }}\" install_recommends=no state=latest\n with_items:\n - libvirt-daemon-system\n - qe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 842, "all_permissive": false }
ansible_role
danielarabang/CPE_MIDEXAM_RABANG
a4922d78c5fc11f721ee44aa33e0c7fd308b2860
0
roles/CentOS
7,909
[ "no_license" ]
[ { "path": "roles/CentOS/tasks/main.yml", "content": "# ------- ELASTICSEARCH -------\n\n- name: Downloading the source file of Elasticsearch\n tags: es_ubuntu\n get_url:\n url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.4.3-x86_64.rpm\n dest: /tmp/elasticsearch-8.4.3-x86_64...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7765, "all_permissive": false }
ansible_role
danielarabang/CPE_MIDEXAM_RABANG
a4922d78c5fc11f721ee44aa33e0c7fd308b2860
0
roles/Ubuntu
7,909
[ "no_license" ]
[ { "path": "roles/Ubuntu/tasks/main.yml", "content": "\n# ------- DEPDENCIES -------\n\n- name: Installing dependencies\n apt:\n name:\n - apt-transport-https\n - openjdk-8-jdk\n state: latest\n\n# -------- LOGSTASH --------\n\n- name: Downloading in the Logstash package\n tags: logstash_ub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4722, "all_permissive": false }
ansible_role
z1onobdy/Ansible_HW
e01369b7b494c25f3dcb5a217d52a7d4739c6ff9
0
lesson3/roles/deploy_httpd
7,909
[ "no_license" ]
[ { "path": "lesson3/roles/deploy_httpd/defaults/main.yml", "content": "---\n# defaults file for deploy_httpd\ndest_folder: /var/www/html\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "lesson3/roles/deploy_httpd/templates/index.j2", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2019, "all_permissive": false }
ansible_role
z1onobdy/Ansible_HW
e01369b7b494c25f3dcb5a217d52a7d4739c6ff9
0
lesson3/roles/deploy_vsftpd
7,909
[ "no_license" ]
[ { "path": "lesson3/roles/deploy_vsftpd/defaults/main.yml", "content": "---\n# defaults file for deploy_vsftpd\nvsftpd_anonymous_enable: true\nvsftpd_connect_from_port_20: true\nvsftpd_listen: true\nvsftpd_listen_ipv6: false\nvsftpd_local_enable: false\nvsftpd_write_enable: true\nvsftpd_setype: public_conten...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2199, "all_permissive": false }
ansible_role
rxvc/kubernetes-provisioning-example
eb32e19a5cc9e1b9805f0d835f4a7427c3e6d747
0
roles/docker
7,909
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker\n when: ansible_os_family == \"RedHat\"\n yum:\n name: docker\n state: latest\n\n- name: Enable Docker\n service: name=docker enabled=yes state=started\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
kalaolani/cassandra311x-ansible-provisioning
6601ddf6c665bccd426f33097f6f56f3a966b45a
1
etc/ansible/roles/cassandra3x_alter_system_keyspaces
7,909
[ "no_license" ]
[ { "path": "etc/ansible/roles/cassandra3x_alter_system_keyspaces/defaults/main.yml", "content": "---\ncassandra3x_system_auth_mod: true\ncassandra3x_system_distributed_mod: true\ncassandra3x_system_traces_mod: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1829, "all_permissive": false }
ansible_role
kalaolani/cassandra311x-ansible-provisioning
6601ddf6c665bccd426f33097f6f56f3a966b45a
1
etc/ansible/roles/cassandra3x_configure_cql_security
7,909
[ "no_license" ]
[ { "path": "etc/ansible/roles/cassandra3x_configure_cql_security/tasks/configure_system_keyspaces.yml", "content": "---\n- name: alter system_auth keyspace\n command: \"/usr/bin/cqlsh {{ inventory_hostname }} -e \\\"ALTER KEYSPACE system_auth WITH replication = { {{ cassandra3x_system_ks_configuration }} } ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4059, "all_permissive": false }
ansible_role
kalaolani/cassandra311x-ansible-provisioning
6601ddf6c665bccd426f33097f6f56f3a966b45a
1
etc/ansible/roles/cassandra3x_configure_jmx_security
7,909
[ "no_license" ]
[ { "path": "etc/ansible/roles/cassandra3x_configure_jmx_security/defaults/main.yml", "content": "---\ncassandra3x_java_mgmnt_path: /usr/lib/jvm/jre-openjdk/lib/management\ncassandra3x_jmxremote_access: \"{{ cassandra3x_java_mgmnt_path }}/jmxremote.access\"\ncassandra3x_root_default_file_mode: \"u=rw,g=r,o=r\...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4632, "all_permissive": false }
ansible_role
kalaolani/cassandra311x-ansible-provisioning
6601ddf6c665bccd426f33097f6f56f3a966b45a
1
etc/ansible/roles/cassandra3x_provision_3114
7,909
[ "no_license" ]
[ { "path": "etc/ansible/roles/cassandra3x_provision_3114/defaults/main.yml", "content": "---\ncassandra3x_num_tokens: 8\ncassandra3x_trickle_fsync: true\ncassandra3x_endpoint_snitch: GossipingPropertyFileSnitch\ncassandra3x_g1gc_MAX_HEAP_SIZE: 2G\ncassandra3x_jvm_options: \"{{ cassandra3x_conf_path }}/jvm.op...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4210, "all_permissive": false }
ansible_role
kalaolani/cassandra311x-ansible-provisioning
6601ddf6c665bccd426f33097f6f56f3a966b45a
1
etc/ansible/roles/cassandra3x_provision_enable_start
7,909
[ "no_license" ]
[ { "path": "etc/ansible/roles/cassandra3x_provision_enable_start/handlers/main.yml", "content": "---\n- name: start cassandra service nodetool status\n command: \"nodetool -u {{ cassandra3x_remote_jmx_user }} -pw {{ cassandra3x_remote_jmx_pass}} status\"\n register: statushandoff\n until: statushandoff.st...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 780, "all_permissive": false }
ansible_role
kalaolani/cassandra311x-ansible-provisioning
6601ddf6c665bccd426f33097f6f56f3a966b45a
1
etc/ansible/roles/cassandra3x_provision_remove_3114
7,909
[ "no_license" ]
[ { "path": "etc/ansible/roles/cassandra3x_provision_remove_3114/tasks/remove_packages.yml", "content": "---\n- name: remove packages\n yum:\n name: \"{{ packages }}\"\n state: absent \n update_cache: true\n vars:\n packages:\n - jemalloc\n - java-1.8.0-openjdk\n - jna\n - cassandra-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
jimoq/demo
3767d38c7b755a653cdc540d2f6c153ba64906d5
0
roles/chkp_lsm_gw
7,914
[ "no_license" ]
[ { "path": "roles/chkp_lsm_gw/tasks/mgmt_api_lsmcli_gw.yml", "content": "---\n- debug:\n msg: \"{{ ansible_checkpoint_domain }}\"\n\n- name: List LSM gateway {{ item.name }}\n check_point.mgmt.cp_mgmt_run_script:\n script: LSMcli {{ mgmt_server_ip }} {{ ansible_user }} {{ ansible_password }} Show -N={...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4731, "all_permissive": false }
ansible_role
psipred/pGenTHREADER
ea7f8441dcf6e3c3c4662a477f8b0183854128dc
5
ansible_installer/roles/blast
7,914
[ "no_license" ]
[ { "path": "ansible_installer/roles/blast/tasks/main.yml", "content": "---\n\n - name: Check if we the blast is installed\n stat: path=/usr/local/bin/blastp\n register: blastp_exist\n\n - name: Download BLAST+ tarball\n when: blastp_exist.stat.exists == False\n get_url:\n url: ftp://ftp.nc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3236, "all_permissive": false }
ansible_role
psipred/pGenTHREADER
ea7f8441dcf6e3c3c4662a477f8b0183854128dc
5
ansible_installer/roles/pgenthreader
7,914
[ "no_license" ]
[ { "path": "ansible_installer/roles/pgenthreader/tasks/main.yml", "content": "---\n\n - name: Check if pgenthreader is installed\n stat: path={{ app_location }}/pgenthreader/GenThreader.sh\n register: pgenthreader_exist\n\n - name : Check Out pGenTHREADER from git\n when: pgenthreader_exist.stat.e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8939, "all_permissive": false }
ansible_role
frazrepo/ansible-playbooks
e05c57f5b7b436f1ffb6d4f851a3ba4b02c17b51
0
roles/everything
7,914
[ "no_license" ]
[ { "path": "roles/everything/README.md", "content": "Role Name\n=========\n\nInstall EveryThing on Windows. A tool that locates file and folders instantly.\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nNone\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n--------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 466, "all_permissive": false }
ansible_role
frazrepo/ansible-playbooks
e05c57f5b7b436f1ffb6d4f851a3ba4b02c17b51
0
roles/go
7,914
[ "no_license" ]
[ { "path": "roles/go/README.md", "content": "Role Name\n=========\n\nInstall go on Windows or Linux\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nNone\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----------------\n\n - hosts: servers\n roles:\n - { r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 506, "all_permissive": false }
ansible_role
frazrepo/ansible-playbooks
e05c57f5b7b436f1ffb6d4f851a3ba4b02c17b51
0
roles/k9s
7,914
[ "no_license" ]
[ { "path": "roles/k9s/tasks/debian.yml", "content": "---\n- stat:\n path: /usr/local/bin/k9s\n register: k9s_file \n tags: k9s\n\n- name: \"Download k9s archive file\"\n unarchive:\n src: https://github.com/derailed/k9s/releases/download/v0.20.5/k9s_Linux_x86_64.tar.gz\n dest: /tmp\n re...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1020, "all_permissive": false }
ansible_role
frazrepo/ansible-playbooks
e05c57f5b7b436f1ffb6d4f851a3ba4b02c17b51
0
roles/kubectl
7,914
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/main.yml", "content": "---\n- name: Install kubectl\n include_tasks: windows.yml\n when: ansible_os_family == \"Windows\"\n\n- name: Install kubectl\n include_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n", "license_type": "no_license", "detected_lice...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 946, "all_permissive": false }
ansible_role
frazrepo/ansible-playbooks
e05c57f5b7b436f1ffb6d4f851a3ba4b02c17b51
0
roles/lazydocker
7,914
[ "no_license" ]
[ { "path": "roles/lazydocker/tasks/main.yml", "content": "---\n- name: Install kubectl\n win_chocolatey:\n name: kubernetes-cli\n state: present\n when: ansible_os_family == \"Windows\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
frazrepo/ansible-playbooks
e05c57f5b7b436f1ffb6d4f851a3ba4b02c17b51
0
roles/nodeexporter
7,914
[ "no_license" ]
[ { "path": "roles/nodeexporter/defaults/main.yml", "content": "---\n# defaults file for nodeexporter", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/nodeexporter/vars/main.yml", "content": "---\n# vars file for nodeexporter\n", "licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1588, "all_permissive": false }
ansible_role
frazrepo/ansible-playbooks
e05c57f5b7b436f1ffb6d4f851a3ba4b02c17b51
0
roles/nodejs
7,914
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Install nodejs\n win_chocolatey:\n name: nodejs-lts\n state: present\n when: ansible_os_family == \"Windows\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "roles/nodejs/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 382, "all_permissive": false }