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
kapelan74/cp_kafka_installer
98200ef4134980edd642010b77a11af1ae975b1c
0
roles/clean
18
[ "no_license" ]
[ { "path": "roles/clean/tasks/main.yml", "content": "---\n- name: Start docker service\n systemd:\n state: started\n name: docker.service\n\n- name: Stop docker container\n command:\n cmd: \"bash -ilc 'docker stop $(docker ps -a -q)'\"\n register: docker_container_stop\n ignore_errors: yes\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1347, "all_permissive": false }
ansible_role
kapelan74/cp_kafka_installer
98200ef4134980edd642010b77a11af1ae975b1c
0
roles/install
18
[ "no_license" ]
[ { "path": "roles/install/tasks/install-kafka.yml", "content": "---\n- name: install-kafka\n tags: kafka\n block:\n - name: Create zookeeper & kafka directory\n file:\n state: directory\n path: \"{{ item.path }}\"\n mode: \"777\"\n with_items:\n - path: \"{{ work_dir }}/zookeeper...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7318, "all_permissive": false }
ansible_role
rgbkrk/cloudpipe-deploy
433bb786430fc6a60c4e435eaa482ae42a9b4dc3
0
roles/build
18
[ "permissive" ]
[ { "path": "roles/build/tasks/main.yml", "content": "---\n\n- name: docker-py\n pip: name=docker-py state=latest\n\n- name: strider admin user\n docker:\n state: running\n name: strider\n image: deconst/strider\n detach: no\n command: >\n addUser --force\n --email \"{{ build_admin_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": true }
ansible_role
rgbkrk/cloudpipe-deploy
433bb786430fc6a60c4e435eaa482ae42a9b4dc3
0
roles/common
18
[ "permissive" ]
[ { "path": "roles/common/tasks/accounts.yml", "content": "---\n\n- name: trust GitHub users\n authorized_key: user=core state=present key=https://github.com/{{ item }}.keys\n with_items: github_usernames\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_by...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 227, "all_permissive": true }
ansible_role
rgbkrk/cloudpipe-deploy
433bb786430fc6a60c4e435eaa482ae42a9b4dc3
0
roles/content
18
[ "permissive" ]
[ { "path": "roles/content/tasks/main.yml", "content": "---\n\n- name: content service\n docker:\n name: content-service\n image: deconst/content-service\n pull: always\n state: reloaded\n env:\n RACKSPACE_USERNAME: \"{{ rackspace_username }}\"\n RACKSPACE_APIKEY: \"{{ rackspace_api_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": true }
ansible_role
rgbkrk/cloudpipe-deploy
433bb786430fc6a60c4e435eaa482ae42a9b4dc3
0
roles/mapping
18
[ "permissive" ]
[ { "path": "roles/mapping/tasks/main.yml", "content": "---\n\n- name: mapping service\n docker:\n name: mapping-service\n image: deconst/mapping-service\n pull: always\n state: reloaded\n env:\n CONTROL_REPO_URL: \"{{ control_repository_url }}\"\n CONTROL_REPO_BRANCH: \"{{ control_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": true }
ansible_role
rgbkrk/cloudpipe-deploy
433bb786430fc6a60c4e435eaa482ae42a9b4dc3
0
roles/present
18
[ "permissive" ]
[ { "path": "roles/present/tasks/main.yml", "content": "---\n\n- name: presenter\n docker:\n name: presenter\n image: deconst/presenter\n pull: always\n state: reloaded\n links:\n - \"content-service:content-service\"\n - \"mapping-service:mapping-service\"\n env:\n CONTENT_SERVI...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 497, "all_permissive": true }
ansible_role
crvt4722/CICD_MySQL_Judge_Service
c4ee11cf917389e893b41ab256faee843569c88c
0
ansible/roles/docker
18
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Check if Docker is already installed\n command: docker --version\n register: docker_installed\n ignore_errors: true\n\n- name: Install Docker prerequisites\n apt:\n name: \n - apt-transport-https\n - ca-certificates\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1138, "all_permissive": false }
ansible_role
crvt4722/CICD_MySQL_Judge_Service
c4ee11cf917389e893b41ab256faee843569c88c
0
ansible/roles/service
18
[ "no_license" ]
[ { "path": "ansible/roles/service/files/.env", "content": "IMAGE_TAG=v0.0.7\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "ansible/roles/service/files/docker-compose.yml", "content": "version: '3'\n\nservices:\n mysql_judge_backend:\n con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1523, "all_permissive": false }
ansible_role
thilanka-wijerathne/ansibe
a65038701720cceb5e5656ac3ef363ca9d71c696
0
q3/roles/web-stg
18
[ "no_license" ]
[ { "path": "q3/roles/web-stg/vars/main.yml", "content": "---\n# vars file for web-stg\nvm_count: 2\ninstances: \"{{ range(1, vm_count + 1) | list }}\"\nvm_prefix: \"virtual-machine\"\ngcp_project: eminent-cycle-319923\ngcp_auth_kind: \"service_account_file\"\nauth_kind: serviceaccount\ncredentials_file: emin...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2658, "all_permissive": false }
ansible_role
astik/ansible-role-variable-and-multi-instanciation
3cb2f40d8135ca21a21340d75d58a489cd1590ee
0
01-variable-in-playbook__SUCCESS/roles/test
14
[ "no_license" ]
[ { "path": "01-variable-in-playbook__SUCCESS/roles/test/handlers/main.yml", "content": "- name: \"handle {{ myinstance }}\"\n debug: msg=\"{{ myinstance }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "01-variable-in-playbook__SUCCESS/roles/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 180, "all_permissive": false }
ansible_role
krig/playbooks
c0cd3d973b99ff7fac1e23c1cb76d18f2b06cd61
0
mailserver/roles/common
14
[ "no_license" ]
[ { "path": "mailserver/roles/common/tasks/main.yml", "content": "---\n# This sets up the basic system\n\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Upgrade all safe packages\n apt: upgrade=safe\n\n- name: Install tools\n apt: name={{item}} state=present\n with_items:\n - ntp\n - vi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": false }
ansible_role
krig/playbooks
c0cd3d973b99ff7fac1e23c1cb76d18f2b06cd61
0
mailserver/roles/mailserver
14
[ "no_license" ]
[ { "path": "mailserver/roles/mailserver/templates/fetchmailrc.j2", "content": "set daemon 600\n\n{% for acc in fetch_accounts %}\npoll {{acc.server}} with proto {{acc.proto}}\n user '{{acc.username}}' there with password '{{acc.password}}' is '{{acc.localuser}}' here options keep\nmda '/usr/lib/dovecot/dovec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4301, "all_permissive": false }
ansible_role
appsecco/defcon24-infra-monitoring-workshop
6416500d61b04bb9505208a67dd82cc669883a04
126
elk-ansible-playbook/roles/common
14
[ "permissive" ]
[ { "path": "elk-ansible-playbook/roles/common/tasks/certificates.yml", "content": "---\n- name: creating certs directory\n file: path=/etc/pki/tls/{{ item }} state=directory mode=0755\n\n items:\n - certs\n - private\n\n- name: generating openssl certificates for logstash using domain name\n raw: \"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2416, "all_permissive": true }
ansible_role
appsecco/defcon24-infra-monitoring-workshop
6416500d61b04bb9505208a67dd82cc669883a04
126
elk-ansible-playbook/roles/elasticsearch
14
[ "permissive" ]
[ { "path": "elk-ansible-playbook/roles/elasticsearch/tasks/curator.yml", "content": "---\n- name: adding elasticsearch gpg key for curator\n apt_key: url=https://packages.elastic.co/GPG-KEY-elasticsearch state=present\n\n- name: adding curator debian package to the repository\n apt_repository: repo='deb ht...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2682, "all_permissive": true }
ansible_role
appsecco/defcon24-infra-monitoring-workshop
6416500d61b04bb9505208a67dd82cc669883a04
126
elk-ansible-playbook/roles/kibana
14
[ "permissive" ]
[ { "path": "elk-ansible-playbook/roles/kibana/tasks/main.yml", "content": "---\n- include: kibanainstall.yml\n- include: kibanaconfig.yml", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 60 }, { "path": "elk-ansible-playbook/roles/kibana/tasks...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1073, "all_permissive": true }
ansible_role
appsecco/defcon24-infra-monitoring-workshop
6416500d61b04bb9505208a67dd82cc669883a04
126
elk-ansible-playbook/roles/logstash
14
[ "permissive" ]
[ { "path": "elk-ansible-playbook/roles/logstash/handlers/main.yml", "content": "---\n- name: start logstash\n service: name=logstash state=started\n\n- name: Restart Logstash\n service: name=logstash state=restarted", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1544, "all_permissive": true }
ansible_role
nbenaglia/ansible-examples
0b0942eb5dca07b2585def3c8cbf2092e6360f76
0
case_1/roles/control
14
[ "no_license" ]
[ { "path": "case_1/roles/control/tasks/main.yml", "content": "---\n- name: install tools\n apt: name={{item}} state=present\n loop:\n - curl\n - python-httplib2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
nbenaglia/ansible-examples
0b0942eb5dca07b2585def3c8cbf2092e6360f76
0
case_1/roles/nginx
14
[ "no_license" ]
[ { "path": "case_1/roles/nginx/tasks/main.yml", "content": "---\n- name: install tools\n apt: name={{item}} state=present\n loop:\n - python-httplib2\n\n- name: install nginx\n apt: name=nginx state=present\n\n- name: configure nginx site\n template: src=nginx.conf.j2 dest=/etc/nginx/sites-available/{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 826, "all_permissive": false }
ansible_role
zudljk/mac-setup
a9e2f9bf4be7f1ca0018716e0f98e852414b0a24
0
roles/installer
14
[ "no_license" ]
[ { "path": "roles/installer/tasks/main.yml", "content": "# tasks file for roles\n- include: '{{install_method}}.yml'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/installer/tasks/brew-cask.yml", "content": "---\n- command: whoami\n be...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2467, "all_permissive": false }
ansible_role
zudljk/mac-setup
a9e2f9bf4be7f1ca0018716e0f98e852414b0a24
0
roles/intellij
14
[ "no_license" ]
[ { "path": "roles/intellij/tasks/main.yml", "content": "---\n- name: Get current user\n command: whoami\n register: userdata\n become: no\n- name: Create IntelliJ plugin directory\n file: \n path: \"/Users/{{userdata.stdout}}/{{intellij_plugin_dir}}\"\n state: directory\n become: no\n- name: Downl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 932, "all_permissive": false }
ansible_role
zudljk/mac-setup
a9e2f9bf4be7f1ca0018716e0f98e852414b0a24
0
roles/setup
14
[ "no_license" ]
[ { "path": "roles/setup/meta/main.yml", "content": "allow_duplicates: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/setup/tasks/main.yml", "content": "# tasks file for roles\n- name: Ensure homebrew is installed\n shell: '/usr/bin/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 360, "all_permissive": false }
ansible_role
ii6uu99/ipynb
d924a6926838ca5e563620cd324368a07d2c2521
1
!!1新装系统自动安装软件Cacao-master/!!!5 重要 这是关于自动化新开发机器的部署和配置。automated-deployment-master/roles/l_common
14
[ "no_license" ]
[ { "path": "!!1新装系统自动安装软件Cacao-master/!!!5 重要 这是关于自动化新开发机器的部署和配置。automated-deployment-master/roles/l_common/tasks/main.yml", "content": "- debug:\n msg: \"The hostname is {{ ansible_facts['nodename'] }} and the OS is {{ ansible_facts['distribution'] }}.\"\n- debug:\n msg: \"The user is {{ user }}\"\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2091, "all_permissive": false }
ansible_role
ii6uu99/ipynb
d924a6926838ca5e563620cd324368a07d2c2521
1
!!1新装系统自动安装软件Cacao-master/!!!5 重要 这是关于自动化新开发机器的部署和配置。automated-deployment-master/roles/l_custom
14
[ "no_license" ]
[ { "path": "!!1新装系统自动安装软件Cacao-master/!!!5 重要 这是关于自动化新开发机器的部署和配置。automated-deployment-master/roles/l_custom/tasks/main.yml", "content": "- name: get gnome theme\n become: true\n become_user: \"{{ user }}\"\n shell: gsettings get org.gnome.desktop.interface gtk-theme\n register: r_gnome_theme\n changed_w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2146, "all_permissive": false }
ansible_role
ii6uu99/ipynb
d924a6926838ca5e563620cd324368a07d2c2521
1
!!1新装系统自动安装软件Cacao-master/!!!5 重要 这是关于自动化新开发机器的部署和配置。automated-deployment-master/roles/l_dev
14
[ "no_license" ]
[ { "path": "!!1新装系统自动安装软件Cacao-master/!!!5 重要 这是关于自动化新开发机器的部署和配置。automated-deployment-master/roles/l_dev/tasks/main.yml", "content": "# install and configure vscode\n- name: install vscode\n become: true\n snap:\n name: code\n classic: yes\n- include_tasks: subtasks/subtask_add_path.yml\n vars:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3742, "all_permissive": false }
ansible_role
ii6uu99/ipynb
d924a6926838ca5e563620cd324368a07d2c2521
1
!!1新装系统自动安装软件Cacao-master/!!!5 重要 这是关于自动化新开发机器的部署和配置。automated-deployment-master/roles/l_docker
14
[ "no_license" ]
[ { "path": "!!1新装系统自动安装软件Cacao-master/!!!5 重要 这是关于自动化新开发机器的部署和配置。automated-deployment-master/roles/l_docker/tasks/main.yml", "content": "# install docker-ce\n- name: install prerequisites for docker\n become: true\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - gnupg2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 842, "all_permissive": false }
ansible_role
ii6uu99/ipynb
d924a6926838ca5e563620cd324368a07d2c2521
1
!!1新装系统自动安装软件Cacao-master/!!!5 重要 这是关于自动化新开发机器的部署和配置。automated-deployment-master/roles/l_minikube
14
[ "no_license" ]
[ { "path": "!!1新装系统自动安装软件Cacao-master/!!!5 重要 这是关于自动化新开发机器的部署和配置。automated-deployment-master/roles/l_minikube/tasks/main.yml", "content": "- name: install kvm\n become: true\n apt:\n name:\n - qemu-kvm\n - libvirt-clients\n - libvirt-daemon-system\n - virt-manager\n- name: append 'li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2003, "all_permissive": false }
ansible_role
FDmitry82/ConfMS
ba12fb7cef20a4321af1babdeab9dfdcc6db6eca
0
lesson02/roles/os
14
[ "no_license" ]
[ { "path": "lesson02/roles/os/defaults/main.yml", "content": "---\nuser:\n login: test\n password: <PASSWORD>\n group: test\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "lesson02/roles/os/tasks/main.yml", "content": "---\n- name: Create U...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 802, "all_permissive": false }
ansible_role
Charnnarong/jenkins-ha
f879c176648a0eca7b6be331ac3637053ea6dd43
0
resources/ansible/roles/add-hosts
14
[ "no_license" ]
[ { "path": "resources/ansible/roles/add-hosts/tasks/main.yml", "content": "---\n- name: Add mappings to /etc/hosts\n blockinfile:\n dest: /etc/hosts\n block: |\n {{item.ip}} {{item.name}}\n marker: \"# {mark} ANSIBLE MANAGED BLOCK {{item.name}}\"\n with_items: \"{{ vms }}\"\n\n- lineinfile: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
Charnnarong/jenkins-ha
f879c176648a0eca7b6be331ac3637053ea6dd43
0
resources/ansible/roles/cluster-software-pack
14
[ "no_license" ]
[ { "path": "resources/ansible/roles/cluster-software-pack/tasks/main.yml", "content": "---\n- pip: name=pexpect version=4.2.1\n when: '\"{{ ansible_hostname }}\" == \"{{ server_active }}\"'\n\n- name: Ensure directory create.\n file: path=/root/.ssh state=directory mode=0755\n \n- name: No Key checking\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3324, "all_permissive": false }
ansible_role
Charnnarong/jenkins-ha
f879c176648a0eca7b6be331ac3637053ea6dd43
0
resources/ansible/roles/gateway-software-pack
14
[ "no_license" ]
[ { "path": "resources/ansible/roles/gateway-software-pack/tasks/main.yml", "content": "---\n- name: Add nginx repository.\n yum_repository:\n name: nginx repo\n description: EPEL YUM repo\n baseurl: http://nginx.org/packages/centos/$releasever/$basearch/\n gpgcheck: no\n enabled: yes\n \n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 483, "all_permissive": false }
ansible_role
Charnnarong/jenkins-ha
f879c176648a0eca7b6be331ac3637053ea6dd43
0
resources/ansible/roles/httpd-server-cluster
14
[ "no_license" ]
[ { "path": "resources/ansible/roles/httpd-server-cluster/templates/index.html.j2", "content": "<html>\n<body>\n My Test Site - {{ ansible_hostname }}\n</body>\n</html>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "resources/ansible/roles/httpd-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1925, "all_permissive": false }
ansible_role
Charnnarong/jenkins-ha
f879c176648a0eca7b6be331ac3637053ea6dd43
0
resources/ansible/roles/jdk-8
14
[ "no_license" ]
[ { "path": "resources/ansible/roles/jdk-8/vars/main.yml", "content": "oracle_jdk_version: 8\noracle_jdk_update: 111\noracle_jdk_build_number: b14\n\n# RedHat family specific variables\noracle_jdk_rpm_download_filename: jdk-{{ oracle_jdk_version }}u{{ oracle_jdk_update }}-linux-x64.rpm\noracle_jdk_rpm_downloa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1024, "all_permissive": false }
ansible_role
Charnnarong/jenkins-ha
f879c176648a0eca7b6be331ac3637053ea6dd43
0
resources/ansible/roles/jenkins
14
[ "no_license" ]
[ { "path": "resources/ansible/roles/jenkins/tasks/main.yml", "content": "---\n- name: Import jenkins key\n rpm_key:\n key: https://pkg.jenkins.io/redhat/jenkins.io.key\n state: present\n validate_certs: no\n\n- name: Get jenkins repo\n get_url:\n url: https://pkg.jenkins.io/redhat/jenkins.repo\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
paullmangundayao/Activity11_MANGUNDAYAO
b6181a72dc35bd809606257c7b40b0d2a1132424
0
roles/ubuntu_docker
14
[ "no_license" ]
[ { "path": "roles/ubuntu_docker/tasks/main.yml", "content": "---\n- name: Install Docker on Ubuntu\n apt:\n name: docker.io\n state: present\n become: true\n\n- name: Start and enable Docker service\n service:\n name: docker\n state: started\n enabled: true\n become: true\n\n- name: Build ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
ajoseph-uptycs/db-backup
f386ccf1029c42f5b98ef1b4b18c46631ed1c155
0
roles/all-db-backup
14
[ "no_license" ]
[ { "path": "roles/all-db-backup/tasks/untitled.yml", "content": "---\n\n- name: TEST\n gather_facts: false\n become: yes\n hosts: all\n vars: \n - db_backup_path: /warehouse/db-backup\n - basebackup_path: /warehouse/db-backup/configdb/basebackup\n\n - configdb_wal_archive: /warehouse/db-backup/c...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 14341, "all_permissive": false }
ansible_role
ajoseph-uptycs/db-backup
f386ccf1029c42f5b98ef1b4b18c46631ed1c155
0
roles/db-backup-rotate
14
[ "no_license" ]
[ { "path": "roles/db-backup-rotate/tasks/main.yml", "content": "---\n\n- name: DB_BACKUP_ROTATE\n gather_facts: false\n become: yes\n hosts: all\n vars:\n - backup_path: /warehouse/db-backup\n - configdb_wal_archive: /warehouse/db-backup/configdb/walfiles\n - metastoredb_wal_archive: /warehouse/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4546, "all_permissive": false }
ansible_role
leoaaraujo/lab-tower-inventory-memory
f218233cc7fe267d713faff0a1be4c45307b031b
0
roles/satellite
14
[ "no_license" ]
[ { "path": "roles/satellite/tasks/main.yaml", "content": "---\n- set_fact:\n FNAME: \"{{ ansible_facts.hostname }}\"\n \n- set_fact:\n FHOSTNAME: \"{{ ansible_facts.fqdn }}\"\n\n- set_fact:\n FIP: \"{{ ansible_facts.default_ipv4.address }}\"\n\n- name: Find out what the remote machine's mounts ar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 952, "all_permissive": false }
ansible_role
afromankenobi/ansible-dev
8d1a15f87a199d7b5e123c57a2f9193ea544f09f
0
debian/roles/base
14
[ "no_license" ]
[ { "path": "debian/roles/base/tasks/main.yml", "content": "---\n- name: Update cache\n become: true\n apt:\n update_cache: yes\n\n- name: Upgrade packages\n become: true\n apt:\n upgrade: full\n\n- name: Install packages\n become: true\n apt:\n name: [\n # ruby build requirements\n '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1109, "all_permissive": false }
ansible_role
afromankenobi/ansible-dev
8d1a15f87a199d7b5e123c57a2f9193ea544f09f
0
roles/dotfiles
14
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "- name: Clone dotfiles\n git:\n repo: <EMAIL>:afromankenobi/dotfiles.git\n dest: ~/dotfiles\n accept_hostkey: true\n\n- name: Link vim config\n file:\n src: \"~/dotfiles/vim/{{ item }}\"\n dest: \"~/.{{ item }}\"\n state: link\n wit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 479, "all_permissive": false }
ansible_role
afromankenobi/ansible-dev
8d1a15f87a199d7b5e123c57a2f9193ea544f09f
0
roles/neovim
14
[ "no_license" ]
[ { "path": "roles/neovim/tasks/setup-debian.yml", "content": "- name: Install packages\n become: true\n apt:\n update_cache: yes\n name: [\n 'neovim',\n 'python3-neovim'\n ]\n\n- name: update alternatives\n become: true\n alternatives:\n name: \"{{ item }}\"\n path: /usr/bin/nvim...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1212, "all_permissive": false }
ansible_role
afromankenobi/ansible-dev
8d1a15f87a199d7b5e123c57a2f9193ea544f09f
0
roles/nvm
14
[ "no_license" ]
[ { "path": "roles/nvm/tasks/main.yml", "content": "---\n- name: Install nvm\n shell: >\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash\n creates=$HOME/.nvm/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
afromankenobi/ansible-dev
8d1a15f87a199d7b5e123c57a2f9193ea544f09f
0
roles/postgresql
14
[ "no_license" ]
[ { "path": "roles/postgresql/defaults/main.yml", "content": "---\nversion: 14\nrepo: \"deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main\"\ndb_user: \"admin\"\ndb_password: \"<PASSWORD>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path":...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1682, "all_permissive": false }
ansible_role
afromankenobi/ansible-dev
8d1a15f87a199d7b5e123c57a2f9193ea544f09f
0
roles/rbenv
14
[ "no_license" ]
[ { "path": "roles/rbenv/defaults/main.yml", "content": "ruby_versions:\n- 2.7.7\n- 3.1.4\n- 3.2.2\n\nruby_default: 3.2.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/rbenv/tasks/main.yml", "content": "- include_tasks: setup-debian.yml...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1501, "all_permissive": false }
ansible_role
afromankenobi/ansible-dev
8d1a15f87a199d7b5e123c57a2f9193ea544f09f
0
roles/rust
14
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yml", "content": "- name: install build deps\n become: true\n apt:\n name: [\n 'build-essential',\n 'libxcb1-dev',\n 'libxcb-render0-dev',\n 'libxcb-shape0-dev',\n 'libxcb-xfixes0-dev',\n 'python3-pexpect'\n ]\n\n- name: check if cargo i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1162, "all_permissive": false }
ansible_role
afromankenobi/ansible-dev
8d1a15f87a199d7b5e123c57a2f9193ea544f09f
0
roles/yarn
14
[ "no_license" ]
[ { "path": "roles/yarn/tasks/main.yml", "content": "---\n- name: Configure the Yarn APT key\n become: true\n apt_key:\n url: https://dl.yarnpkg.com/debian/pubkey.gpg\n\n- name: Add Yarn repository\n become: true\n apt_repository:\n repo: 'deb https://dl.yarnpkg.com/debian/ stable main'\n\n- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
afromankenobi/ansible-dev
8d1a15f87a199d7b5e123c57a2f9193ea544f09f
0
roles/zeal
14
[ "no_license" ]
[ { "path": "roles/zeal/tasks/main.yml", "content": "\n---\n- name: Neovim Repository\n apt_repository:\n repo: ppa:zeal-developers/ppa\n\n- name: Install packages\n apt:\n update_cache: yes\n name: zeal\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
bvader/elastic-stack-macos-playbook
41faba4cd694b96a2a59c7ed945e6946f3b4beb3
0
roles/install
24
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yml", "content": "---\n#\n# Installing\n#\n\n - set_fact:\n product_url: \"{{ repo_base_url }}/{{ product }}\"\n when: product_family == \"elk\"\n\n - set_fact:\n product_url: \"{{ repo_base_url }}/{{ product_family }}/{{ product }}\"\n when: product_fam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1188, "all_permissive": false }
ansible_role
bvader/elastic-stack-macos-playbook
41faba4cd694b96a2a59c7ed945e6946f3b4beb3
0
roles/remove
24
[ "no_license" ]
[ { "path": "roles/remove/tasks/main.yml", "content": "---\n#\n# Installing\n#\n\n - set_fact:\n product_url: \"{{ repo_base_url }}/{{ product }}\"\n when: product_family == \"elk\"\n\n - set_fact:\n product_url: \"{{ repo_base_url }}/{{ product_family }}/{{ product }}\"\n when: product_fami...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
moverperfect/vps-ansible
e5acc3732911e1dde80f4b8fcbbcc709887d6a3f
0
roles/common
24
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update apt repo and cache\n ansible.builtin.apt:\n update_cache: true\n force_apt_get: true\n cache_valid_time: 3600\n changed_when: false\n\n- name: Upgrade all packages on servers\n ansible.builtin.apt:\n upgrade: dist\n f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1783, "all_permissive": false }
ansible_role
moverperfect/vps-ansible
e5acc3732911e1dde80f4b8fcbbcc709887d6a3f
0
roles/docker
24
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install ca-certificates and curl\n apt:\n name:\n - ca-certificates\n - curl\n state: present\n\n- name: Create /etc/apt/keyrings directory\n file:\n path: /etc/apt/keyrings\n state: directory\n mode: \"0755\"\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1438, "all_permissive": false }
ansible_role
moverperfect/vps-ansible
e5acc3732911e1dde80f4b8fcbbcc709887d6a3f
0
roles/docker_network
24
[ "no_license" ]
[ { "path": "roles/docker_network/tasks/main.yml", "content": "---\n- name: Create docker network 172.20.0.0/16\n docker_network:\n name: docker_backend\n driver: bridge\n ipam_config:\n - subnet: 172.20.0.0/16\n gateway: 172.20.0.1\n register: docker_network\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
moverperfect/vps-ansible
e5acc3732911e1dde80f4b8fcbbcc709887d6a3f
0
roles/fail2ban
24
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n- name: Install fail2ban\n apt:\n name:\n - fail2ban\n state: latest\n\n- name: Copy jail.local config\n template:\n src: jail.local.j2\n dest: /etc/fail2ban/jail.local\n owner: root\n group: root\n mode: \"0644\"\n\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 399, "all_permissive": false }
ansible_role
moverperfect/vps-ansible
e5acc3732911e1dde80f4b8fcbbcc709887d6a3f
0
roles/fail2ban_exporter
24
[ "no_license" ]
[ { "path": "roles/fail2ban_exporter/tasks/main.yml", "content": "---\n- name: Run fail2ban-exporter docker image\n docker_container:\n name: fail2ban-exporter-1\n image: registry.gitlab.com/hectorjsmith/fail2ban-prometheus-exporter:latest\n pull: true\n restart_policy: always\n volumes:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 460, "all_permissive": false }
ansible_role
moverperfect/vps-ansible
e5acc3732911e1dde80f4b8fcbbcc709887d6a3f
0
roles/firewall
24
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- name: Install ufw\n apt:\n name: ufw\n state: present\n\n- name: Allow SSH\n ufw:\n rule: allow\n port: 22\n proto: tcp\n\n- name: Allow all rfc1918 addresses\n ufw:\n rule: allow\n src: \"{{ item }}\"\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
moverperfect/vps-ansible
e5acc3732911e1dde80f4b8fcbbcc709887d6a3f
0
roles/grafana
24
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n- name: Create docker volume for grafana\n docker_volume:\n name: docker_grafana-data\n\n- name: Create grafana container\n docker_container:\n name: grafana-1\n image: grafana/grafana:latest\n pull: true\n restart_policy: always\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
moverperfect/vps-ansible
e5acc3732911e1dde80f4b8fcbbcc709887d6a3f
0
roles/haproxy
24
[ "no_license" ]
[ { "path": "roles/haproxy/templates/haproxy.cfg.j2", "content": "userlist mycreds\n user {{ haproxy_username }} insecure-password {{ haproxy_password }}\n\nglobal\n log /dev/log local0\n log /dev/log local1 notice\n chroot /var/lib/haproxy\n stats socket /run/haproxy/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4207, "all_permissive": false }
ansible_role
moverperfect/vps-ansible
e5acc3732911e1dde80f4b8fcbbcc709887d6a3f
0
roles/ohmyposh
24
[ "no_license" ]
[ { "path": "roles/ohmyposh/tasks/main.yml", "content": "---\n- name: Install unzip\n apt:\n name: unzip\n state: latest\n\n- name: Check if oh-my-posh is installed in /usr/local/bin\n stat:\n path: /usr/local/bin/oh-my-posh\n register: oh_my_posh_bin\n\n- name: Download oh-my-posh\n get_url:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 911, "all_permissive": false }
ansible_role
moverperfect/vps-ansible
e5acc3732911e1dde80f4b8fcbbcc709887d6a3f
0
roles/prometheus
24
[ "no_license" ]
[ { "path": "roles/prometheus/handlers/main.yml", "content": "---\n- name: Restart prometheus\n docker_container:\n name: prometheus-1\n state: restarted\n failed_when: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/prometheus...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1894, "all_permissive": false }
ansible_role
moverperfect/vps-ansible
e5acc3732911e1dde80f4b8fcbbcc709887d6a3f
0
roles/vaultwarden
24
[ "no_license" ]
[ { "path": "roles/vaultwarden/tasks/main.yml", "content": "---\n- name: Create vaultwarden folder\n file:\n path: /vw-data\n state: directory\n\n- name: Create vaultwarden container\n docker_container:\n name: vaultwarden-1\n image: vaultwarden/server:latest\n pull: true\n restart_policy:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
Armen8793/minio-ansible-swarm-traefik
ca84f19f1b49ce05e9e9ab2f31b95fbe0459fc60
0
roles/minio
24
[ "no_license" ]
[ { "path": "roles/minio/tasks/main.yml", "content": "- name: Delete existing Docker services\n ansible.builtin.shell: >\n docker service ls --quiet --filter \"name=minio\" |\n xargs -r docker service rm\n ignore_errors: true\n\n- name: Pause to ensure services are removed\n wait_for:\n timeout: 5...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5756, "all_permissive": false }
ansible_role
Armen8793/minio-ansible-swarm-traefik
ca84f19f1b49ce05e9e9ab2f31b95fbe0459fc60
0
roles/minio_restore
24
[ "no_license" ]
[ { "path": "roles/minio_restore/templates/minio-restore.sh", "content": "#!/bin/bash\n\nBACKUP_DIR=\"/mnt/backup/minio\"\nDATA_DIR=\"/mnt/data/minio\"\nLATEST_BACKUP=$(ls -t ${BACKUP_DIR} | head -n 1)\nBACKUP_FILE=\"${BACKUP_DIR}/${LATEST_BACKUP}\"\n\n# Create DATA_DIR if it doesn't exist\nif [ ! -d \"${DATA...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1380, "all_permissive": false }
ansible_role
Armen8793/minio-ansible-swarm-traefik
ca84f19f1b49ce05e9e9ab2f31b95fbe0459fc60
0
roles/swarm
24
[ "no_license" ]
[ { "path": "roles/swarm/tasks/docker.yaml", "content": "---\n- name: Ensure Docker is installed\n hosts: all\n become: yes\n tasks:\n - name: Update apt cache\n apt:\n update_cache: yes\n\n - name: Install Docker\n apt:\n name: docker.io\n state: present\n updat...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1728, "all_permissive": false }
ansible_role
Armen8793/minio-ansible-swarm-traefik
ca84f19f1b49ce05e9e9ab2f31b95fbe0459fc60
0
roles/traefik
24
[ "no_license" ]
[ { "path": "roles/traefik/tasks/main.yml", "content": "---\n# tasks file for traefik\n\n- name: Install Docker SDK for Python (needed for Docker API)\n pip:\n name: docker\n\n- import_tasks: install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2387, "all_permissive": false }
ansible_role
antwillia/aro
48fe20229a1b9cdc008067a870fdef7fda0f8ad8
0
excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/cert_manager_operator
24
[ "no_license" ]
[ { "path": "excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/cert_manager_operator/defaults/main.yml", "content": "---\r\nchannel: stable-v1\r\ninstallPlanApproval: Automatic\r\nstartingCSV: cert-manager-operator.v1.13.0", "license_type": "no_license", "detect...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1600, "all_permissive": false }
ansible_role
antwillia/aro
48fe20229a1b9cdc008067a870fdef7fda0f8ad8
0
excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/dynatrace_operator
24
[ "no_license" ]
[ { "path": "excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/dynatrace_operator/vars/main.yml", "content": "---\r\n# vars file for dynatrace_operator\r\n\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ex...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 2378, "all_permissive": false }
ansible_role
antwillia/aro
48fe20229a1b9cdc008067a870fdef7fda0f8ad8
0
excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/groupsync_operator
24
[ "no_license" ]
[ { "path": "excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/groupsync_operator/templates/groupsync-sub.j2", "content": "apiVersion: operators.coreos.com/v1alpha1\nkind: Subscription\nmetadata:\n name: group-sync-operator\n namespace: group-sync-operator\nspec:\n c...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 3692, "all_permissive": false }
ansible_role
antwillia/aro
48fe20229a1b9cdc008067a870fdef7fda0f8ad8
0
excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/ibm_api_connect_operator
24
[ "no_license" ]
[ { "path": "excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/ibm_api_connect_operator/templates/ibm-api-connect-sub.j2", "content": "apiVersion: operators.coreos.com/v1alpha1\nkind: Subscription\nmetadata:\n name: ibm-apiconnect\n namespace: openshift-operators\nspe...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 792, "all_permissive": false }
ansible_role
antwillia/aro
48fe20229a1b9cdc008067a870fdef7fda0f8ad8
0
excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/ibm_datapower_operator
24
[ "no_license" ]
[ { "path": "excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/ibm_datapower_operator/defaults/main.yml", "content": "---\nchannel: v1.6\ninstallPlanApproval: Automatic\nstartingCSV: datapower-operator.v1.6.13", "license_type": "no_license", "detected_licenses":...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 770, "all_permissive": false }
ansible_role
antwillia/aro
48fe20229a1b9cdc008067a870fdef7fda0f8ad8
0
excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/ibm_operator_catalog
24
[ "no_license" ]
[ { "path": "excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/ibm_operator_catalog/defaults/main.yml", "content": "---\r\ncluster_argocd_day2: True", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "excellus_ansi...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 314, "all_permissive": false }
ansible_role
antwillia/aro
48fe20229a1b9cdc008067a870fdef7fda0f8ad8
0
excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/key_vault
24
[ "no_license" ]
[ { "path": "excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/key_vault/tasks/get_kubeconfig.yml", "content": "---\r\n- name: Deploy IBM Operator Catalog\r\n kubernetes.core.k8s:\r\n state: present\r\n kubeconfig: \"{{ cluster_kubeconfig }}\"\r\n wait: yes\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 323, "all_permissive": false }
ansible_role
antwillia/aro
48fe20229a1b9cdc008067a870fdef7fda0f8ad8
0
excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/oauth_setup
24
[ "no_license" ]
[ { "path": "excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/oauth_setup/templates/break-glass-secret.j2", "content": "apiVersion: v1\ndata:\n htpasswd: \"{{ <PASSWORD> | b64encode }}\"\nkind: Secret\nmetadata:\n name: htpasswd\n namespace: openshift-config\ntype: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2555, "all_permissive": false }
ansible_role
antwillia/aro
48fe20229a1b9cdc008067a870fdef7fda0f8ad8
0
excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/open_liberty_operator
24
[ "no_license" ]
[ { "path": "excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/open_liberty_operator/defaults/main.yml", "content": "---\r\nchannel: v1.3\r\ninstallPlanApproval: Automatic\r\nstartingCSV: open-liberty-operator.v1.3.1", "license_type": "no_license", "detected_lic...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1229, "all_permissive": false }
ansible_role
antwillia/aro
48fe20229a1b9cdc008067a870fdef7fda0f8ad8
0
excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/openshift_logging_operator
24
[ "no_license" ]
[ { "path": "excellus_ansible_day2/collections/ansible_collections/automation_practice/operators/roles/openshift_logging_operator/tasks/main.yml", "content": "---\r\n- include_tasks: deploy_openshift_logging.yml\r\n...\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1850, "all_permissive": false }
ansible_role
se1exin/k8s-rpi
56f7f80fc7ae60b5b5696fc1a79377efccc99b29
10
ansible/roles/k3s-master
24
[ "no_license" ]
[ { "path": "ansible/roles/k3s-master/tasks/main.yml", "content": "---\n- name: Set Master IP Address Fact\n set_fact:\n master_ip: \"{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}\"\n cacheable: yes\n\n- name: Install Latest k3s\n shell: curl -sfL https://get.k3s.io | INSTALL_K...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1241, "all_permissive": false }
ansible_role
se1exin/k8s-rpi
56f7f80fc7ae60b5b5696fc1a79377efccc99b29
10
ansible/roles/k3s-node
24
[ "no_license" ]
[ { "path": "ansible/roles/k3s-node/tasks/main.yml", "content": "---\n- name: Install Latest k3s\n shell: curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=\"v0.9.1\" K3S_URL=https://{{ hostvars[groups['master'][0]]['ansible_facts']['master_ip'] }}:6443 K3S_TOKEN={{ hostvars[groups['master'][0]]['ansible_fa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
se1exin/k8s-rpi
56f7f80fc7ae60b5b5696fc1a79377efccc99b29
10
ansible/roles/raspbian-init
24
[ "no_license" ]
[ { "path": "ansible/roles/raspbian-init/tasks/main.yml", "content": "---\n- name: Set GPU memory split to 16 MB\n lineinfile:\n path: /boot/config.txt\n line: 'gpu_mem=16'\n create: yes\n\n- name: Add cgroup directives to boot commandline config\n lineinfile:\n path: /boot/cmdline.txt\n rege...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 721, "all_permissive": false }
ansible_role
se1exin/k8s-rpi
56f7f80fc7ae60b5b5696fc1a79377efccc99b29
10
ansible/roles/sysupdate
24
[ "no_license" ]
[ { "path": "ansible/roles/sysupdate/tasks/main.yml", "content": "---\n- name: Run \"apt-get update\"\n apt:\n update_cache: yes\n- name: Update all packages to the latest version\n apt:\n upgrade: dist\n- name: Remove useless packages from the cache\n apt:\n autoclean: yes\n- name: Remove depende...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
simplificator/ansible
2713829c90a707d3a4abf26836c83486c02607ce
3
test/roles/install-something
24
[ "no_license" ]
[ { "path": "test/roles/install-something/tasks/main.yml", "content": "---\n- name: Install some Debian packages\n apt:\n pkg:\n - debian-archive-keyring\n - curl\n - gnupg\n - apt-transport-https\n state: present\n update_cache: true\n become: yes\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
nix1am/demo
3d1d243a4fe50e11ba7019e2b5882cf804fe4bf0
0
ansible/roles/deploy-vrrp-servers
24
[ "no_license" ]
[ { "path": "ansible/roles/deploy-vrrp-servers/templates/keepalived.j2", "content": "vrrp_sync_group VG1 {\ngroup {\nVRRP_Inst\n}\n}\n\nvrrp_instance VRRP_Inst {\n state {{ vrrp_state }}\n interface {{ ansible_default_ipv4.interface }}\n virtual_router_id 10\n priority {{vrrp_priority}}\n advert_int 1\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1122, "all_permissive": false }
ansible_role
doronshai/DonkeyBites
97ebd974de6e38f33486fe6ff14f9732eebb11ad
0
Ansible/roles/setup-station
24
[ "no_license" ]
[ { "path": "Ansible/roles/setup-station/tasks/main.yml", "content": "---\n- name: yum | install packages\n yum: name={{ item }} state=latest update_cache=yes\n sudo: yes\n with_items:\n - git\n - htop\n - vim\n - nano\n - bash-completion\n when: (ansible_distribution == \"CentOS\")\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2737, "all_permissive": false }
ansible_role
doronshai/DonkeyBites
97ebd974de6e38f33486fe6ff14f9732eebb11ad
0
Ansible/workshop/ansible/roles/common
24
[ "no_license" ]
[ { "path": "Ansible/workshop/ansible/roles/common/tasks/basic_install.yml", "content": "---\n- name: ssh_key_add\n authorized_key: user={{ remote_user }} key=\"{{ lookup('file', '~/.ssh/id_rsa.pub') }}\"\n \n- name: Install_basic_tools\n apt: pkg={{item}} state=installed force=yes\n sudo: yes\n tags:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 328, "all_permissive": false }
ansible_role
doronshai/DonkeyBites
97ebd974de6e38f33486fe6ff14f9732eebb11ad
0
Ansible/workshop/ansible/roles/mysql
24
[ "no_license" ]
[ { "path": "Ansible/workshop/ansible/roles/mysql/tasks/mysql_config.yml", "content": "- name: mysql_config\n tags: \n - mysql_config\n mysql_db: name={{ db_name }} state=present\n ignore_errors: yes\n\n- name: update_mysql_root_password_for_all_root_accounts\n tags: update_mysql_root_password_for_all_...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1925, "all_permissive": false }
ansible_role
doronshai/DonkeyBites
97ebd974de6e38f33486fe6ff14f9732eebb11ad
0
Ansible/workshop/ansible/roles/wordpress
24
[ "no_license" ]
[ { "path": "Ansible/workshop/ansible/roles/wordpress/tasks/main.yml", "content": "---\n- include: wordpress_install.yml\n tags: \n - wordpress_install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "Ansible/workshop/ansible/roles/wordpress/tas...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 836, "all_permissive": false }
ansible_role
uems/certs
d92faa0a06f2e33305beb087102130d18e9ad422
0
ansible/roles/certificate
24
[ "no_license" ]
[ { "path": "ansible/roles/certificate/tasks/service.yml", "content": "---\n\n- name: ensures there is an output directory\n file: path={{ output_path }}\n mode=0755\n owner=root\n state=directory\n\n- name: configures the service itself\n tags: config\n template: src=config.py.j2\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1925, "all_permissive": false }
ansible_role
uems/certs
d92faa0a06f2e33305beb087102130d18e9ad422
0
ansible/roles/inkscape
24
[ "no_license" ]
[ { "path": "ansible/roles/inkscape/tasks/main.yml", "content": "---\n\n- name: Install inkscape\n apt: pkg=inkscape", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 49, "all_permissive": false }
ansible_role
machacekondra/ovirt-ansible-roles
ad1fa951b281fc81274a95b074c93d1ce40705ef
2
roles/ovirt-aaa-jdbc
24
[ "no_license" ]
[ { "path": "roles/ovirt-aaa-jdbc/README.md", "content": "oVirt AAA JDBC\n==============\n\nThis role manages users and groups in AAA JDBC extension.\n\nRequirements\n------------\n\n * Ansible version 2.2\n\nRole Variables\n--------------\n\nThe item in `users` list can contain following parameters:\n\n| Nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4308, "all_permissive": false }
ansible_role
machacekondra/ovirt-ansible-roles
ad1fa951b281fc81274a95b074c93d1ce40705ef
2
roles/ovirt-cluster-upgrade
24
[ "no_license" ]
[ { "path": "roles/ovirt-cluster-upgrade/README.md", "content": "oVirt cluster upgrade\n=========\n\nThis role will iterate through all hosts in cluster and upgrades them.\n\nRequirements\n------------\n\n * Ansible version 2.3 or higher\n * Python SDK version 4 or higher\n\nRole Variables\n--------------\n\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 6491, "all_permissive": false }
ansible_role
machacekondra/ovirt-ansible-roles
ad1fa951b281fc81274a95b074c93d1ce40705ef
2
roles/ovirt-clusters
24
[ "no_license" ]
[ { "path": "roles/ovirt-clusters/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/ovirt-clusters", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/ovirt-clusters/README.md", "content": "oVirt c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 6944, "all_permissive": false }
ansible_role
machacekondra/ovirt-ansible-roles
ad1fa951b281fc81274a95b074c93d1ce40705ef
2
roles/ovirt-datacenters
24
[ "no_license" ]
[ { "path": "roles/ovirt-datacenters/README.md", "content": "oVirt datacenters\n=================\n\nThis role setup oVirt datacenter.\n\nRequirements\n------------\n\n * oVirt Python SDK version 4\n * Ansible version 2.3\n\nRole Variables\n--------------\n\n| Name | Default value ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1680, "all_permissive": false }
ansible_role
machacekondra/ovirt-ansible-roles
ad1fa951b281fc81274a95b074c93d1ce40705ef
2
roles/ovirt-hosts
24
[ "no_license" ]
[ { "path": "roles/ovirt-hosts/defaults/main.yml", "content": "---\n# defaults file for roles/ovirt-hosts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/ovirt-hosts/vars/main.yml", "content": "---\n# vars file for roles/ovirt-hosts\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2547, "all_permissive": false }
ansible_role
machacekondra/ovirt-ansible-roles
ad1fa951b281fc81274a95b074c93d1ce40705ef
2
roles/ovirt-image-template
24
[ "no_license" ]
[ { "path": "roles/ovirt-image-template/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Role to deploy Manage IQ into oVirt.\n company: Red Hat, Inc.\n\n license: license (GPLv2, CC-BY, etc)\n\n min_ansible_version: 2.2\n\n platforms:\n - name: EL\n versions:\n - 7\n - n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 6476, "all_permissive": false }
ansible_role
machacekondra/ovirt-ansible-roles
ad1fa951b281fc81274a95b074c93d1ce40705ef
2
roles/ovirt-permissions
24
[ "no_license" ]
[ { "path": "roles/ovirt-permissions/tasks/main.yml", "content": "---\n################################\n## User & groups system magement\n################################\n- name: Manage users\n ovirt_users:\n auth: \"{{ ovirt_auth }}\"\n state: \"{{ item.state | default(omit) }}\"\n name: \"{{ ite...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2899, "all_permissive": false }
ansible_role
machacekondra/ovirt-ansible-roles
ad1fa951b281fc81274a95b074c93d1ce40705ef
2
roles/ovirt-storages
24
[ "no_license" ]
[ { "path": "roles/ovirt-storages/tasks/main.yml", "content": "---\n#################################################\n# Storages\n#################################################\n# First add master storage\n- name: Add master storage\n ovirt_storage_domains:\n auth: \"{{ ovirt_auth }}\"\n state: \"{...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6070, "all_permissive": false }
ansible_role
machacekondra/ovirt-ansible-roles
ad1fa951b281fc81274a95b074c93d1ce40705ef
2
roles/ovirt-vm-infra
24
[ "no_license" ]
[ { "path": "roles/ovirt-vm-infra/tasks/main.yml", "content": "---\n- block:\n - name: Login to oVirt\n ovirt_auth:\n url: \"{{ engine_url }}\"\n username: \"{{ engine_user }}\"\n password: \"{{ <PASSWORD> }}\"\n ca_file: \"{{ engine_cafile | default(omit) }}\"\n insecure: \"{{ en...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6916, "all_permissive": false }
ansible_role
vicky051797/wordpress-ansible
90cc31cec1e6902adad534dd1001fbab74aa5497
0
roles/mysql
24
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# This playbook will install MariaDB and create db user and give permissions.\n\n- name: Install Mysql5.6 server repository\n shell: rpm -ivh http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm\n ignore_errors: yes\n\n- name: Install Mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1382, "all_permissive": false }
ansible_role
vicky051797/wordpress-ansible
90cc31cec1e6902adad534dd1001fbab74aa5497
0
roles/php-fpm
24
[ "no_license" ]
[ { "path": "roles/php-fpm/vars/main.yml", "content": "php_packages:\r\n - php-cli \r\n - php-fpm \r\n - php-mysql\r\n - php-json\r\n - php-mbstring\r\n - php-xml\r\n - php-gd\r\n - php-curl", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 664, "all_permissive": false }
ansible_role
ModestTG/ansible
a20331e30427b381f2262caba258bb31d56c5444
0
roles/eweishaar.init
24
[ "no_license" ]
[ { "path": "roles/eweishaar.init/tasks/hosts_tasks.yml", "content": "---\r\n- name: Install packages\r\n apt:\r\n name:\r\n - vim\r\n - neofetch\r\n state: present\r\n- name: Remove packages\r\n apt:\r\n name:\r\n - lighttpd\r\n - mini-httpd\r\n - nano\r\n state: absent...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 997, "all_permissive": false }
ansible_role
ModestTG/ansible
a20331e30427b381f2262caba258bb31d56c5444
0
roles/eweishaar.linux_server_init
24
[ "no_license" ]
[ { "path": "roles/eweishaar.linux_server_init/tasks/main.yml", "content": "---\n\n- name: Create Users\n become: true\n user:\n name: \"{{ item.username }}\"\n password: \"{{ <PASSWORD> }}\"\n state: present\n loop: \"{{ eweishaar_linux_server_init_users }}\"\n- name: Configure Ansible User\n be...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3188, "all_permissive": false }
ansible_role
ModestTG/ansible
a20331e30427b381f2262caba258bb31d56c5444
0
roles/eweishaar.telegraf
24
[ "no_license" ]
[ { "path": "roles/eweishaar.telegraf/vars/influxdb.yml", "content": "---\n# vars file for eweishaar.telegraf\ninfluxdb_host: docker.lan.ewhomelab.com\ninfluxdb_username: eweishaar\ninfluxdb_password:\ninfluxdb_port: 8086", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 817, "all_permissive": false }