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
imikiani/kubernetes
231107725939bba35134511fdca9677547366175
3
roles/storage
7,868
[ "no_license" ]
[ { "path": "roles/storage/tasks/main.yml", "content": "---\n# - name: Ensure NFS utilities are installed.\n# apt:\n# name:\n# - nfs-common\n# - nfs-kernel-server\n# state: present \n- name: Copy exports file to config nfsserver\n copy:\n src: exports\n dest: /tmp\n become: true...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2322, "all_permissive": false }
ansible_role
fbimoura/taking_network
67218a37ac1559d1571f6255664ed42bbb9409e7
0
roles/network
7,868
[ "no_license" ]
[ { "path": "roles/network/defaults/main.yml", "content": "---\n# defaults file for send_log", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/network/vars/main.yml", "content": "---\n# vars file for send_log", "license_type": "no_license...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 434, "all_permissive": false }
ansible_role
Khokss/Lab
427e380036e3f4cebcb1815adb3679e93aaecd2f
0
ansiblelab/roles/configure-freeswitch
7,868
[ "no_license" ]
[ { "path": "ansiblelab/roles/configure-freeswitch/templates/vars.xml.j2", "content": "<include>\r\n <X-PRE-PROCESS cmd=\"set\" data=\"local_ip_v4={{ freeswitch_local_ip_v4 }}\"/>\r\n\r\n <X-PRE-PROCESS cmd=\"set\" data=\"external_rtp_ip={{ external_rtp_ip }}\"/>\r\n <X-PRE-PROCESS cmd=\"set\" data=\"exter...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4711, "all_permissive": false }
ansible_role
Khokss/Lab
427e380036e3f4cebcb1815adb3679e93aaecd2f
0
ansiblelab/roles/configure-kamailio
7,868
[ "no_license" ]
[ { "path": "ansiblelab/roles/configure-kamailio/templates/kamailio.cfg.j2", "content": "#!define DBURL \"postgres://{{ kamailio_db_user }}:{{ kamailio_db_password }}@{{ kamailio_db_host }}:{{ kamailio_db_port }}/{{ kamailio_db_name }}\"\r\n\r\nloadmodule \"pv.so\"\r\nloadmodule \"ctl.so\"\r\nloadmodule \"jso...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4385, "all_permissive": false }
ansible_role
Khokss/Lab
427e380036e3f4cebcb1815adb3679e93aaecd2f
0
ansiblelab/roles/configure-psql
7,868
[ "no_license" ]
[ { "path": "ansiblelab/roles/configure-psql/tasks/main.yml", "content": "# roles/configure-psql/tasks/main.yml\r\n\r\n- name: Ensure remote Postgres directory exists\r\n file:\r\n path: \"{{ project_remote_path }}/{{ compose_subpath }}/postgres\"\r\n state: directory\r\n owner: root\r\n group: r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": false }
ansible_role
Khokss/Lab
427e380036e3f4cebcb1815adb3679e93aaecd2f
0
ansiblelab/roles/docker-compose
7,868
[ "no_license" ]
[ { "path": "ansiblelab/roles/docker-compose/tasks/main.yml", "content": "- name: Install docker-compose\r\n get_url:\r\n url: \"https://github.com/docker/compose/releases/download/1.29.2/docker-compose-{{ ansible_system }}-{{ ansible_architecture }}\"\r\n dest: /usr/local/bin/docker-compose\r\n mod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
Khokss/Lab
427e380036e3f4cebcb1815adb3679e93aaecd2f
0
ansiblelab/roles/docker-compose-file-create-and-up
7,868
[ "no_license" ]
[ { "path": "ansiblelab/roles/docker-compose-file-create-and-up/templates/docker-compose.yml.j2", "content": "version: '3.9'\r\n\r\nservices:\r\n freeswitch:\r\n image: {{ freeswitch_image }}\r\n container_name: freeswitch\r\n restart: unless-stopped\r\n volumes:\r\n - \"{{ project_remote_pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2918, "all_permissive": false }
ansible_role
Khokss/Lab
427e380036e3f4cebcb1815adb3679e93aaecd2f
0
ansiblelab/roles/repo
7,868
[ "no_license" ]
[ { "path": "ansiblelab/roles/repo/tasks/main.yml", "content": "- name: Add apt repositories\r\n apt_repository:\r\n repo: \"ppa:deadsnakes/ppa\"\r\n update_cache: yes", "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
Khokss/Lab
427e380036e3f4cebcb1815adb3679e93aaecd2f
0
ansiblelab/roles/sipp
7,868
[ "no_license" ]
[ { "path": "ansiblelab/roles/sipp/tasks/main.yml", "content": "---\n- name: Install SIPp build dependencies\n apt:\n name:\n - build-essential\n - autoconf\n - automake\n - libtool\n - libpcap-dev\n - openssl\n - libssl-dev\n - libsctp-dev\n - git\n - cma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 974, "all_permissive": false }
ansible_role
Khokss/Lab
427e380036e3f4cebcb1815adb3679e93aaecd2f
0
ansiblelab/roles/sngrep
7,868
[ "no_license" ]
[ { "path": "ansiblelab/roles/sngrep/tasks/main.yml", "content": "- name: Install sngrep\r\n apt:\r\n name: sngrep\r\n state: present\r\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
pispirigkost/infrastructure
a1aee457fd8ec92be2876f498e1b2ca547fa85ea
0
roles/apache2
7,868
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n# tasks file for apache2\n- name: install web components\n apt: name={{ item }} state=present\n #apt: name={{ item }} state=present update_cache=yes\n with_items:\n - apache2\n - libapache2-mod-wsgi\n tags: [ 'packages' ]\n\n# install wsgi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 701, "all_permissive": false }
ansible_role
pispirigkost/infrastructure
a1aee457fd8ec92be2876f498e1b2ca547fa85ea
0
roles/control
7,868
[ "no_license" ]
[ { "path": "roles/control/tasks/main.yml", "content": "---\n- name: install tools\n apt: name={{item}} state=present\n #apt: name={{item}} state=present update_cache=yes\n with_items:\n - curl\n - python-httplib2\n tags: [ 'packages' ]\n\n- name: get hostname \n command: hostname\n register: res...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
pispirigkost/infrastructure
a1aee457fd8ec92be2876f498e1b2ca547fa85ea
0
roles/demo_app
7,868
[ "no_license" ]
[ { "path": "roles/demo_app/tasks/main.yml", "content": "---\n# tasks file for demo_app\n- name: install web components\n apt: name={{ item }} state=present\n #apt: name={{ item }} state=present update_cache=yes\n with_items:\n - python-pip\n - python-virtualenv\n - python-mysqldb\n tags: [ 'pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1021, "all_permissive": false }
ansible_role
pispirigkost/infrastructure
a1aee457fd8ec92be2876f498e1b2ca547fa85ea
0
roles/mysql
7,868
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- name: install tools\n apt: name={{item}} state=present\n #apt: name={{item}} state=present update_cache=yes\n with_items:\n - python-mysqldb\n tags: [ 'packages' ]\n\n- name: install mysql-server\n apt: name=mysql-ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 885, "all_permissive": false }
ansible_role
hepapi/new-repo
ac9841a5ab2d7c069f0f3308ced57c0b4713bd0d
0
rke2-ansible-last/rke2-ansible/roles/rke2
7,868
[ "permissive" ]
[ { "path": "rke2-ansible-last/rke2-ansible/roles/rke2/tasks/install-nfs.yml", "content": "- name: Update dnf cache\n dnf:\n Update_cache: yes\n\n- name: Ensure nfs-utils is installed\n ansible.builtin.yum:\n name: nfs-utils\n state: present\n\n- name: Ensure nfs-service started\n ansible.builtin....
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4208, "all_permissive": true }
ansible_role
bjarteb/oracle-zdm
a5eaf34c34739bc579490d0c7b6828289864e2eb
0
provisioning/roles/exa.linux
7,868
[ "no_license" ]
[ { "path": "provisioning/roles/exa.linux/tasks/main.yml", "content": "---\n\n- name: install required linux packages and tools\n package: name={{ item }} state=installed\n with_items:\n - \"@Development Tools\"\n - unzip\n - glibc-devel\n - expect\n - libnsl\n - ncurses-compat-libs\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
bjarteb/oracle-zdm
a5eaf34c34739bc579490d0c7b6828289864e2eb
0
provisioning/roles/exa.zdm
7,868
[ "no_license" ]
[ { "path": "provisioning/roles/exa.zdm/defaults/main.yml", "content": "---\n\ntmp_dir: \"/tmp\"\n\nzdmbase: \"/home/zdmuser/zdmbase\"\nzdmhome: \"/home/zdmuser/zdmhome\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "provisioning/roles/exa.zdm/ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2802, "all_permissive": false }
ansible_role
manyosit/ansible-remedy
e3f45f01c34f7e0f6319c04f99f0040ac83f2edc
0
roles/smartit-restart
7,868
[ "no_license" ]
[ { "path": "roles/smartit-restart/tasks/main.yml", "content": "---\n- name: block in firewall\n iptables:\n chain: INPUT\n destination_port: \"{{ smartit_port }}\"\n protocol: tcp\n jump: DROP\n become: yes\n\n- name: stop smartit\n shell: \"{{ smartit_bin }} stop\"\n\n- name: start smartit\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 790, "all_permissive": false }
ansible_role
computate-org/pecan-workshop
4256ccedb805d06eeb3d4a58136c727d8619e096
0
ansible/roles/vault-configure
7,868
[ "no_license" ]
[ { "path": "ansible/roles/vault-configure/tasks/main.yml", "content": "---\n\n- block:\n - name: Initialize vault\n shell: >-\n {{ VAULT_COMMAND_OC }} vault operator init -address http://vault.vault.svc.cluster.local:8200 -ca-path /var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt -f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8861, "all_permissive": false }
ansible_role
computate-org/pecan-workshop
4256ccedb805d06eeb3d4a58136c727d8619e096
0
ansible/roles/vault-patch-secret
7,868
[ "no_license" ]
[ { "path": "ansible/roles/vault-patch-secret/defaults/main.yml", "content": "---\nREDHAT_OPENSHIFT_HOST: https://api.crc.testing:6443\nREDHAT_OPENSHIFT_TOKEN: \"{{ lookup('env', 'REDHAT_OPENSHIFT_TOKEN') | default(omit) }}\"\nVAULT_BASE_URL: https://vault.apps-crc.testing\n#VAULT_LABEL: statefulset.kubernete...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3234, "all_permissive": false }
ansible_role
computate-org/pecan-workshop
4256ccedb805d06eeb3d4a58136c727d8619e096
0
ansible/roles/vault-unseal
7,868
[ "no_license" ]
[ { "path": "ansible/roles/vault-unseal/tasks/main.yml", "content": "---\n\n- name: Get vault init dev secrets\n set_fact:\n VAULT_UNSEAL_KEY: \"{{ query('kubernetes.core.k8s', kind='Secret', resource_name='vault-init', namespace=VAULT_NAMESPACE, validate_certs=false)[0].data.VAULT_UNSEAL_KEY | b64decode ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1815, "all_permissive": false }
ansible_role
LandvibeDev/gofka
c1ca76f427b2d8fa700ae6ef4fbb8c772786c716
1
ansible/roles/kafka
7,868
[ "no_license" ]
[ { "path": "ansible/roles/kafka/tasks/main.yml", "content": "# This role will install kafka in group 'kafka' in the environment inventory\n# In deploy mode it will deploy kafka including zookeeper.\n# In clean mode it will remove kafka and zookeeper containers.\n\n- import_tasks: deploy.yml\n when: mode == ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2361, "all_permissive": false }
ansible_role
af001/ansible-bounty
10426b14b99e6a12d5c33501cdebee38a8ecb96f
2
roles/attack
7,868
[ "no_license" ]
[ { "path": "roles/attack/tasks/other_tools_mgmt.yml", "content": "---\n# INSTALL EVERYTHING NOT PYTHON OR GO FROM GITHUB\n\n############# INSTALL PEIRATES #############\n\n- name: Fetch peirates\n unarchive: \n src: \"{{ peirates_install }}\"\n dest: /tmp\n remote_src: yes\n\n- name: Find peirates\...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 11333, "all_permissive": false }
ansible_role
af001/ansible-bounty
10426b14b99e6a12d5c33501cdebee38a8ecb96f
2
roles/common
7,868
[ "no_license" ]
[ { "path": "roles/common/templates/zshrc.zsh.j2", "content": "# If you come from bash you might have to change your $PATH.\nexport PATH=$PATH:$HOME/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:$HOME/.local/bin:$HOME/go/bin:/usr/local/go/bin\n\n# Path to your oh-my-zsh installation.\nexport ZSH=$HOME...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 17497, "all_permissive": false }
ansible_role
af001/ansible-bounty
10426b14b99e6a12d5c33501cdebee38a8ecb96f
2
roles/interactshserver
7,868
[ "no_license" ]
[ { "path": "roles/interactshserver/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - interactsh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/interactshserver/vars/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5935, "all_permissive": false }
ansible_role
af001/ansible-bounty
10426b14b99e6a12d5c33501cdebee38a8ecb96f
2
roles/interactshweb
7,868
[ "no_license" ]
[ { "path": "roles/interactshweb/templates/start_web_interact.sh.j2", "content": "#!/bin/bash\n\nfunction flush() {\n echo \"[+] Flushing tables...\"\n\n # Flush iptables\n iptables -F\n iptables -X\n iptables -Z\n\n # Flush and delete all nat and mangle\n iptables -t nat -F\n iptable...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 11747, "all_permissive": false }
ansible_role
af001/ansible-bounty
10426b14b99e6a12d5c33501cdebee38a8ecb96f
2
roles/linode
7,868
[ "no_license" ]
[ { "path": "roles/linode/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - linode\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/linode/vars/main.yml", "content": "---\n# https://api.linode.com/v...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 10299, "all_permissive": false }
ansible_role
af001/ansible-bounty
10426b14b99e6a12d5c33501cdebee38a8ecb96f
2
roles/wireguard
7,868
[ "no_license" ]
[ { "path": "roles/wireguard/templates/db/server/users.json.j2", "content": "{\n\t\"username\": \"{{ WGUI_USERNAME }}\",\n\t\"password_hash\": \"{{ <PASSWORD> }}\"\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/wireguard/templates/db/server...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 10634, "all_permissive": false }
ansible_role
atilladuran/ansible-ingress-nginx
d376d95b80f8469b51928a3c51a425cfc5497408
0
ansible-playbook/roles/cert-manager
7,868
[ "no_license" ]
[ { "path": "ansible-playbook/roles/cert-manager/tasks/main.yml", "content": "- name: Check if Cert-Manager is already installed\n command: kubectl get ns cert-manager\n register: cert_manager_check\n failed_when: false\n changed_when: false\n\n- name: Install Cert-Manager if not installed\n command: kub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 798, "all_permissive": false }
ansible_role
atilladuran/ansible-ingress-nginx
d376d95b80f8469b51928a3c51a425cfc5497408
0
ansible-playbook/roles/deployments
7,868
[ "no_license" ]
[ { "path": "ansible-playbook/roles/deployments/tasks/main.yml", "content": "- name: Wait for 10 Seconds Before Applying Ingress Resources\n pause:\n seconds: 10\n\n- name: Apply Ingress Resources\n shell: |\n for file in /tmp/nginx-deployment.yaml /tmp/nginx-service.yaml /tmp/ingress-demo-sites.yaml ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1766, "all_permissive": false }
ansible_role
atilladuran/ansible-ingress-nginx
d376d95b80f8469b51928a3c51a425cfc5497408
0
ansible-playbook/roles/helm
7,868
[ "no_license" ]
[ { "path": "ansible-playbook/roles/helm/tasks/main.yml", "content": "- name: \"Helm kurulu mu?\"\n shell: command -v helm || echo \"not_installed\"\n register: helm_check\n changed_when: false\n\n- name: \"Helm yükleniyor\"\n shell: curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
atilladuran/ansible-ingress-nginx
d376d95b80f8469b51928a3c51a425cfc5497408
0
ansible-playbook/roles/ingress-files
7,868
[ "no_license" ]
[ { "path": "ansible-playbook/roles/ingress-files/tasks/main.yml", "content": "- name: Debug ROLE_PATH\n debug:\n msg: \"ROLE_PATH: {{ ROLE_PATH }}\"\n\n\n- name: Check Local Ingress YAML Files\n stat:\n path: \"{{ ROLE_PATH }}/files/{{ item }}\"\n with_items:\n - \"nginx-deployment.yaml\"\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 832, "all_permissive": false }
ansible_role
atilladuran/ansible-ingress-nginx
d376d95b80f8469b51928a3c51a425cfc5497408
0
ansible-playbook/roles/ingress-nginx
7,868
[ "no_license" ]
[ { "path": "ansible-playbook/roles/ingress-nginx/tasks/main.yml", "content": "- name: Add Helm repository for Ingress-Nginx\n command: helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx\n changed_when: false\n failed_when: false\n\n- name: Update Helm repositories\n command: helm repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 753, "all_permissive": false }
ansible_role
atilladuran/ansible-ingress-nginx
d376d95b80f8469b51928a3c51a425cfc5497408
0
ansible-playbook/roles/k3s
7,868
[ "no_license" ]
[ { "path": "ansible-playbook/roles/k3s/tasks/main.yml", "content": "- name: \"K3s'nin zaten yüklü olup olmadığını kontrol et\"\n shell: command -v k3s || echo \"not_installed\"\n register: k3s_check\n changed_when: false\n\n- name: \"K3s yükleyicisini çalıştır\"\n shell: curl -sfL https://get.k3s.io | sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 425, "all_permissive": false }
ansible_role
atilladuran/ansible-ingress-nginx
d376d95b80f8469b51928a3c51a425cfc5497408
0
ansible-playbook/roles/metallb
7,868
[ "no_license" ]
[ { "path": "ansible-playbook/roles/metallb/tasks/main.yml", "content": "- name: Ensure required packages are installed\n apt:\n name:\n - python3-pip\n - python3-kubernetes\n state: present\n become: true\n\n- name: Check if MetalLB is already installed\n command: kubectl get ns metallb-sy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1424, "all_permissive": false }
ansible_role
atilladuran/ansible-ingress-nginx
d376d95b80f8469b51928a3c51a425cfc5497408
0
ansible-playbook/roles/monitoring
7,868
[ "no_license" ]
[ { "path": "ansible-playbook/roles/monitoring/tasks/main.yml", "content": "- name: Add Helm repository for Prometheus & Grafana\n command: helm repo add prometheus-community https://prometheus-community.github.io/helm-charts\n changed_when: false\n failed_when: false\n\n- name: Update Helm repositories\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 803, "all_permissive": false }
ansible_role
atilladuran/ansible-ingress-nginx
d376d95b80f8469b51928a3c51a425cfc5497408
0
ansible-playbook/roles/tools
7,868
[ "no_license" ]
[ { "path": "ansible-playbook/roles/tools/tasks/main.yml", "content": "- name: Install required CLI tools (bash-completion)\n apt:\n name:\n - bash-completion\n state: present\n become: true\n\n- name: Install kubectl (latest stable)\n shell: |\n curl -LO \"https://dl.k8s.io/release/$(curl -L...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1627, "all_permissive": false }
ansible_role
asheplyakov/saratovvoskresenskoe
7a982867992db2e609b1b7da01a9d5a11766c1cb
0
playbooks/roles/jekyll
7,877
[ "no_license" ]
[ { "path": "playbooks/roles/jekyll/tasks/main.yml", "content": "---\n\n- set_fact:\n ruby_packages:\n - build-essential\n - ruby2.5\n - ruby2.5-dev\n when:\n - ansible_os_family == 'Debian'\n\n- name: install ruby and co\n package: name={{ item }} state=present\n with_items: \"{{ ruby...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }
ansible_role
arunvel1988/k8s-operator-ansible-demo
19d04906d5f72cb2fe8f40a2082fcd955ede290d
0
demo/roles/demo
7,877
[ "no_license" ]
[ { "path": "demo/roles/demo/defaults/main.yml", "content": "---\n# defaults file for application\nstate: present\nsize: 2\nimage: arunvel1988/c1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "demo/roles/demo/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 969, "all_permissive": false }
ansible_role
gra6er/psql_install
4fe2436842eba6867b02d6f53c24095024e1435f
0
roles/psql_install
7,877
[ "no_license" ]
[ { "path": "roles/psql_install/tasks/main.yaml", "content": "---\n- name: Install Postgres from module\n dnf:\n name: '@postgresql:{{ postgres_version }}/server'\n state: present\n\n- name: Init DB\n ansible.builtin.command: postgresql-setup --initdb\n\n- name: Enable and start Postgres\n ansible.bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1361, "all_permissive": false }
ansible_role
ozirichigozie/learn_ansible
edca2e62064dcd346362f0d01d07c48d9b88625e
0
roles/base
7,877
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add_user cloudlord\n tags: always\n user:\n name: cloudlord\n groups: root\n\n # - name: add ssh_key for cloudlord\n # tags: always\n # authorized_key:\n # user: cloudlord\n # key: \"<KEY> cloudlord@OZIRICHIGO41022\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 789, "all_permissive": false }
ansible_role
ozirichigozie/learn_ansible
edca2e62064dcd346362f0d01d07c48d9b88625e
0
roles/db_servers
7,877
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: install mariadb (Ubuntu)\n tags: db,ubuntu\n apt:\n name: mariadb-server\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
ozirichigozie/learn_ansible
edca2e62064dcd346362f0d01d07c48d9b88625e
0
roles/file_servers
7,877
[ "no_license" ]
[ { "path": "roles/file_servers/tasks/main.yml", "content": "- name: install samba (all)\n tags: samba\n package:\n name: samba\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
ozirichigozie/learn_ansible
edca2e62064dcd346362f0d01d07c48d9b88625e
0
roles/web_servers
7,877
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: install apache and php (Ubuntu)\n tags: apache,php\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: start apache\n tags: apache,start_apache,service\n service:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 726, "all_permissive": false }
ansible_role
pcareyrh/ansible_ilt
e036e37d1e0f5b1e413240af8667f830f30bf53b
0
3tier-bad/roles/add_repo
7,877
[ "no_license" ]
[ { "path": "3tier-bad/roles/add_repo/tasks/main.yml", "content": "---\n- name: enable three tier repo.\n template:\n src: three_tier_app.repo.j2\n dest: /etc/yum.repos.d/open-three-tier-app.repo\n mode: 0644\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
pcareyrh/ansible_ilt
e036e37d1e0f5b1e413240af8667f830f30bf53b
0
3tier-bad/roles/configure_app_server
7,877
[ "no_license" ]
[ { "path": "3tier-bad/roles/configure_app_server/tasks/main.yml", "content": "- name: create ansible tomcat directory\n file:\n path: /usr/share/tomcat/webapps/ROOT\n state: directory\n\n- name: copy static index.html to tomcat webapps/ROOT/index.html\n template:\n src: index.html.j2\n dest: /u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
pcareyrh/ansible_ilt
e036e37d1e0f5b1e413240af8667f830f30bf53b
0
3tier-bad/roles/configure_dbs_server
7,877
[ "no_license" ]
[ { "path": "3tier-bad/roles/configure_dbs_server/tasks/main.yml", "content": "- name: initilize postgres\n command: postgresql-setup initdb\n run_once: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
pcareyrh/ansible_ilt
e036e37d1e0f5b1e413240af8667f830f30bf53b
0
3tier-bad/roles/configure_haproxy_server
7,877
[ "no_license" ]
[ { "path": "3tier-bad/roles/configure_haproxy_server/tasks/main.yml", "content": "--- \n- \n handlers: \n - name: \"restart HAProxy\"\n service: \n name: haproxy\n state: restarted\n \n name: \"configure HAProxy\"\n template: \n dest: /etc/haproxy/haproxy.cfg\n src: haproxy.cf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
pcareyrh/ansible_ilt
e036e37d1e0f5b1e413240af8667f830f30bf53b
0
3tier-bad/roles/prepare_app_server
7,877
[ "no_license" ]
[ { "path": "3tier-bad/roles/prepare_app_server/tasks/main.yml", "content": "- name: ensure latest apache is present\n package:\n name: httpd\n state: latest\n \n- name: enable httpd and start service\n service:\n name: httpd\n enabled: yes\n state: started\n\n- name: ensute latest tomcat is...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
pcareyrh/ansible_ilt
e036e37d1e0f5b1e413240af8667f830f30bf53b
0
3tier-bad/roles/prepare_dbs_server
7,877
[ "no_license" ]
[ { "path": "3tier-bad/roles/prepare_dbs_server/tasks/main.yml", "content": "# Simple example relying on the default Postgres PUBLIC privileges\n# which allow access to all users\n#- hosts: localhost\n- roles:\n - role: postgresql\n postgresql_server_listen: \"'*'\"\n postgresql_server_auth:\n - dat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 644, "all_permissive": false }
ansible_role
pcareyrh/ansible_ilt
e036e37d1e0f5b1e413240af8667f830f30bf53b
0
3tier-bad/roles/prepare_haproxy_server
7,877
[ "no_license" ]
[ { "path": "3tier-bad/roles/prepare_haproxy_server/tasks/main.yml", "content": "- name: ensure package httpie present and latest.\n package:\n name: httpie\n state: latest\n\n- name: ensure package HAProxy present and latest.\n package:\n name: haproxy\n state: latest\n\n- name: start and enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
Georgii-Malyshev/study-devops-autoprovision-vm
c424fd52b65c095ea941ee21839d34f545fa2c57
0
roles/kvm_host
7,877
[ "no_license" ]
[ { "path": "roles/kvm_host/templates/vnet01.xml.j2", "content": "<network>\n <name>vnet01</name>\n <forward mode='nat'>\n <nat>\n <port start='1024' end='65535'/>\n </nat>\n </forward>\n <bridge name='vnet01-virbr' stp='on' delay='0'/>\n <ip address='192.168.123.1' netmask='255.255.255.0'>\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3386, "all_permissive": false }
ansible_role
Georgii-Malyshev/study-devops-autoprovision-vm
c424fd52b65c095ea941ee21839d34f545fa2c57
0
roles/vm
7,877
[ "no_license" ]
[ { "path": "roles/vm/templates/vm-volume.xml.j2", "content": "<volume type='file'>\n <name>{{ vm_volume_name }}</name>\n <source>\n </source>\n <capacity unit='GB'>{{ vm_volume_capacity_GB }}</capacity>\n <target>\n <format type='qcow2'/>\n <permissions>\n <mode>0700</mode>\n <owner>0</o...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4527, "all_permissive": false }
ansible_role
genkami/my-macbook
dfed45bed647d476756cfd3244274ffc66d3eca2
0
roles/default
7,877
[ "no_license" ]
[ { "path": "roles/default/tasks/main.yml", "content": "- name: Update Homebrew\n homebrew:\n update_homebrew: true\n\n# 最低限必要なもの\n\n- name: Clone dotfiles\n git:\n repo: <EMAIL>:genkami/dotfiles.git\n dest: '{{ ghq_root }}/github.com/genkami/dotfiles'\n\n- name: Install dotfiles\n shell:\n cmd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3905, "all_permissive": false }
ansible_role
habbis/ansible_deploy_netbox
ff5477d084766f768e4a81378949aec31800a5f4
0
roles/haproxy
7,877
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/templates/haproxy.cfg.j2", "content": "# add to the end\n# define frontend ( any name is OK for [http-in] )\nfrontend http-in\n # listen 80 port\n bind *:80\n bind *:443 ssl crt /etc/ssl/habbfarm.net.pem\n\n # set default backend\n default_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 909, "all_permissive": false }
ansible_role
habbis/ansible_deploy_netbox
ff5477d084766f768e4a81378949aec31800a5f4
0
roles/netbox
7,877
[ "no_license" ]
[ { "path": "roles/netbox/templates/apache_netbox.conf.j2", "content": "<VirtualHost *:80>\n ProxyPreserveHost On\n\n # CHANGE THIS TO YOUR SERVER'S NAME\n ServerName {{ netbox_apache_servername }}\n\n Alias /static /opt/netbox/netbox/static\n\n <Directory /opt/netbox/netbox/static>\n Op...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3898, "all_permissive": false }
ansible_role
habbis/ansible_deploy_netbox
ff5477d084766f768e4a81378949aec31800a5f4
0
roles/postgres
7,877
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: Install postges server and python package\n ansible.builtin.package:\n name: \n - postgresql\n - python3-psycopg2\n state: present\n\n- name: start, enable, postgres servies\n ansible.builtin.systemd:\n name: postgresql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1549, "all_permissive": false }
ansible_role
ryankwilliams/aap-toolbox
a1d0b13f44ef07a7c0d06b38ebe23bf2206254c5
0
roles/rhsm
7,877
[ "no_license" ]
[ { "path": "roles/rhsm/defaults/main.yml", "content": "rhsm_action: \"{{ lookup('ansible.builtin.env', 'RHSM_ACTION', default='') }}\"\nrhsm_username: \"{{ lookup('ansible.builtin.env', 'RHSM_USERNAME', default='') }}\"\nrhsm_password: \"{{ lookup('ansible.builtin.env', 'RHSM_PASSWORD', default='') }}\"\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 997, "all_permissive": false }
ansible_role
ryankwilliams/aap-toolbox
a1d0b13f44ef07a7c0d06b38ebe23bf2206254c5
0
roles/task_manager_app
7,877
[ "no_license" ]
[ { "path": "roles/task_manager_app/defaults/main.yml", "content": "deploy_app_repo: https://github.com/ryankwilliams/task-manager.git\ndeploy_app_repo_branch: main\ndeploy_app_dir: /tmp/task-manager\ndeploy_app_url: \"http://{{ ansible_facts.default_ipv4.address }}:9090\" # TODO: Get port from input\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1550, "all_permissive": false }
ansible_role
ryankwilliams/aap-toolbox
a1d0b13f44ef07a7c0d06b38ebe23bf2206254c5
0
roles/vm
7,877
[ "no_license" ]
[ { "path": "roles/vm/vars/aws.yml", "content": "---\nregion_name: \"{{ lookup('ansible.builtin.env', 'AWS_REGION', default='us-east-1') }}\"\ninstance_type: \"{{ lookup('ansible.builtin.env', 'AWS_EC2_INSTANCE_TYPE', default='t2.micro') }}\"\nimage_id: \"{{ lookup('ansible.builtin.env', 'AWS_EC2_IMAGE_ID', d...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7250, "all_permissive": false }
ansible_role
majevince/RHCE_Exam_prep_2
760a80bfc74831d7b23c234ac82ad42ba68306a6
0
roles/sample-apache
7,873
[ "no_license" ]
[ { "path": "roles/sample-apache/vars/main.yml", "content": "---\n# vars file for sample-apache\nports:\n - 443/tcp\n - 80/tcp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/sample-apache/tasks/main.yml", "content": "---\n# tasks file ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 776, "all_permissive": false }
ansible_role
majevince/RHCE_Exam_prep_2
760a80bfc74831d7b23c234ac82ad42ba68306a6
0
roles/sample-mysql
7,873
[ "no_license" ]
[ { "path": "roles/sample-mysql/tasks/main.yml", "content": "---\n# tasks file for sample-mysql\n - name: Create a new primary partition\n parted:\n device: /dev/sdb\n number: 1\n state: present\n flags: [ lvm ]\n part_end: 800MiB\n\n - name: Create volumne group ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1918, "all_permissive": false }
ansible_role
booba1eo/bot
cc8f1b26a8667c1931eb09a16fc981d7e02ec4e7
0
ansible/roles/django
7,873
[ "no_license" ]
[ { "path": "ansible/roles/django/vars/main.yml", "content": "# Copyright (c) 2019 Celadon Development LLC, All rights reserved.\n# Author <NAME> <<EMAIL>>\n\n---\n# app\napp_name: \"{{ lookup('env', 'BOT_PROJECT_NAME') }}\"\napp_version: \"{{ lookup('env', 'BOT_VERSION') or lookup('env', 'BITBUCKET_COMMIT') ...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 5753, "all_permissive": false }
ansible_role
booba1eo/bot
cc8f1b26a8667c1931eb09a16fc981d7e02ec4e7
0
ansible/roles/nginx
7,873
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/chatbot.conf.j2", "content": "server {\n listen {{ remote_port }};\n server_name _;\n return 301 https://$host$request_uri;\n}\n\nserver {\n listen 443 ssl;\n server_name {{ domain }};\n\n ssl_certificate ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1893, "all_permissive": false }
ansible_role
booba1eo/bot
cc8f1b26a8667c1931eb09a16fc981d7e02ec4e7
0
ansible/roles/postgres
7,873
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/setup_user_data.yml", "content": "# Copyright (c) 2019 Celadon Development LLC, All rights reserved.\n# Author <NAME> <<EMAIL>>\n\n---\n- name: Create db for app\n become: yes\n become_user: postgres\n postgresql_db:\n name: \"{{ db_name }}\"\n\n- name: Create p...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2989, "all_permissive": false }
ansible_role
booba1eo/bot
cc8f1b26a8667c1931eb09a16fc981d7e02ec4e7
0
ansible/roles/ssl-cert
7,873
[ "no_license" ]
[ { "path": "ansible/roles/ssl-cert/vars/main.yml", "content": "# Copyright (c) 2019 Celadon Development LLC, All rights reserved.\n# Author <NAME> <<EMAIL>>\n\n---\ncertbot_email: <EMAIL>\ncertbot_domains: devel.bot.celadon.ae", "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": 813, "all_permissive": false }
ansible_role
futoase/ansible-gitlab-from-package
6a05785cee23379448f7faf6aea4e84ca054baef
1
roles/gitlab
7,873
[ "no_license" ]
[ { "path": "roles/gitlab/tasks/install.yml", "content": "---\n- name: installed gitlab?\n shell: dpkg --get-selections | grep gitlab\n register: installed_gitlab\n\n- name: download gitlab\n get_url: url=https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.4.2-omnibus-1_amd64.deb\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1063, "all_permissive": false }
ansible_role
page-fault-in-nonpaged-area/i3-Builder
6d5d934e62c925cf4fb1dec345b8d0716004b73e
0
roles/apps
7,873
[ "no_license" ]
[ { "path": "roles/apps/tasks/lib/firefox.yml", "content": "# ---------------------------------------\n- name: \"Set task name\"\n ansible.builtin.set_fact:\n task_name: \"firefox\"\n# ---------------------------------------\n\n- name: \"Install {{ task_name }}\"\n ignore_errors: true # noqa ignore-error...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 17661, "all_permissive": false }
ansible_role
page-fault-in-nonpaged-area/i3-Builder
6d5d934e62c925cf4fb1dec345b8d0716004b73e
0
roles/system
7,873
[ "no_license" ]
[ { "path": "roles/system/tasks/lib/keys.yml", "content": "# ---------------------------------------\n- name: \"Set task name\"\n ansible.builtin.set_fact:\n task_name: \"keys\"\n# ---------------------------------------\n\n- name: \"Copy keys\"\n ignore_errors: true # noqa ignore-errors\n block:\n -...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 20817, "all_permissive": false }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/cups-printer-xerox
7,873
[ "permissive" ]
[ { "path": "roles/cups-printer-xerox/tasks/main.yml", "content": "---\n\n- assert:\n that:\n - cups_printer_xerox_ppd_file is defined\n msg: >\n You need to specify file path of xerox ppd file in\n cups_printer_xerox_ppd_file variable!\n\n- name: Install CUPS packages\n dnf:\n name:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2222, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/custom-xmonad-desktop
7,873
[ "permissive" ]
[ { "path": "roles/custom-xmonad-desktop/tasks/main.yml", "content": "---\n\n- name: Install packages\n dnf:\n name:\n - xmonad\n - xmobar\n - dmenu\n - dunst\n - rxvt-unicode\n - alacritty\n - feh\n - brightnessctl\n - xscreensaver\n - pmount\n - pav...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 758, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/etckeeper
7,873
[ "permissive" ]
[ { "path": "roles/etckeeper/vars/main.yml", "content": "---\netckeeper_ignored:\n - 'resolv.conf'\n - 'cups/printers.conf'\n - 'cups/printers.conf.O'\n - 'printcap'\n - 'ntp.conf'\n - 'cups/ppd'\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 132 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1186, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/fedora-ansible-dependencies
7,873
[ "permissive" ]
[ { "path": "roles/fedora-ansible-dependencies/tasks/main.yml", "content": "---\n\n# Originally based on\n# https://fedoramagazine.org/getting-ansible-working-fedora-23/, but for local\n# usage only. Since Fedora 28, it just installs python3 subpackages instead of\n# python2 ones as ansible version packaged i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/fedora-common
7,873
[ "permissive" ]
[ { "path": "roles/fedora-common/defaults/main.yml", "content": "---\nupdate_forced: false\naddrepo_rpmfusion_nonfree: false\naddrepo_adobe: false\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 79 }, { "path": "roles/fedora-common/tasks/mai...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1856, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/firewall
7,873
[ "permissive" ]
[ { "path": "roles/firewall/defaults/main.yml", "content": "---\n# use either firewalld or iptables as a value here\nfirewall_type: firewalld\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 80 }, { "path": "roles/firewall/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1028, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/gitit-personal-wiki
7,873
[ "permissive" ]
[ { "path": "roles/gitit-personal-wiki/handlers/main.yml", "content": "---\n\n- name: restart gitit\n systemd:\n name: gitit\n state: restarted\n user: yes\n when: ansible_user != \"root\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 1...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4995, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/lightdm
7,873
[ "permissive" ]
[ { "path": "roles/lightdm/tasks/main.yml", "content": "---\n\n- name: Make sure lightdm-kde is not installed\n dnf: name=lightdm-kde state=absent\n\n- name: Install lightdm packages\n dnf:\n name:\n - lightdm\n - lightdm-gtk\n - light-locker\n state: installed\n\n- name: Disable guest log...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1464, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/local-dns
7,873
[ "permissive" ]
[ { "path": "roles/local-dns/tasks/main.yml", "content": "---\n\n- name: Enable local DNS server (networkmanager dnsmasq)\n ini_file: dest=/etc/NetworkManager/NetworkManager.conf\n section=main\n option=dns\n value=dnsmasq\n state=present\n notify:\n - restart n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/minikube
7,873
[ "permissive" ]
[ { "path": "roles/minikube/README.md", "content": "# Minikube\n\nMinikube installation from source code. This role:\n\n- creates and uses dedicated unix user account (as specified in\n `minikube_username` variable)\n- installs kubectl and minikube build dependencies\n- clones minikube repo\n\n## Bulding and...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2090, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/mpd
7,873
[ "permissive" ]
[ { "path": "roles/mpd/README.md", "content": "# MPD setup for particular user\n\n[Music Player Daemon setup](https://wiki.archlinux.org/index.php/Music_Player_Daemon)\nfor `mpd_username` user using [systemd user\nsession](https://wiki.archlinux.org/index.php/Systemd/User).\n", "license_type": "permissive...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2290, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/packages-bk
7,873
[ "permissive" ]
[ { "path": "roles/packages-bk/tasks/main.yml", "content": "---\n\n- name: Install additional packages\n dnf:\n name:\n - vim\n - mc\n - vifm\n - tmux\n - htop\n - vlc\n - mplayer\n - pandoc\n - pmount\n - firefox\n - thunderbird\n - keepassx\n - keepass...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/packages-martin
7,873
[ "permissive" ]
[ { "path": "roles/packages-martin/tasks/main.yml", "content": "---\n\n- name: Install additional packages\n dnf:\n name:\n - ripgrep\n - vim\n - gvim\n - neovim\n - python3-neovim\n - tmux\n - python3-tmuxp\n - vifm\n - mc\n - ncdu\n - htop\n - lshw\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1429, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/sddm
7,873
[ "permissive" ]
[ { "path": "roles/sddm/tasks/main.yml", "content": "---\n\n- name: Make sure lightdm-kde is not installed\n dnf: name=lightdm-kde state=absent\n\n- name: Check if lightdm is installed\n command: rpm -q lightdm\n register: rpm_q_lightdm\n changed_when: False\n failed_when: rpm_q_lightdm.rc > 1\n args:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1353, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/sshd
7,873
[ "permissive" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "---\n\n- assert:\n that:\n - ssh_allow_users is defined\n - \"{{ ssh_allow_users | length }} > 0\"\n msg: \"list ssh_allow_users should contain at least one username\"\n\n#\n# sshd setup\n#\n\n- name: Make sure ssh server is installed\n dnf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1609, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/user-makerpm
7,873
[ "permissive" ]
[ { "path": "roles/user-makerpm/tasks/main.yml", "content": "---\n\n#\n# https://fedoraproject.org/wiki/How_to_create_an_RPM_package\n#\n\n- name: Install development tools\n dnf:\n name:\n - \"@development-tools\"\n - fedora-packager\n - rpmdevtools\n - rpm-sign\n - fedpkg\n - pyt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1224, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/user-root
7,873
[ "permissive" ]
[ { "path": "roles/user-root/tasks/main.yml", "content": "---\n\n- name: Create dirs in /root\n file: path=/root/{{ item }} state=directory\n with_items:\n - bin\n - tmp\n - projects\n\n- name: Install core config files\n copy: src={{ item }} dest=\"/root/.{{ item }}\"\n with_items:\n - vimrc\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3385, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/users
7,873
[ "permissive" ]
[ { "path": "roles/users/README.md", "content": "# Users\n\nThis role creates local unix user accounts for main and additional users (if\nany), as specified in variables:\n\n* `main_user_name` (mandatory)\n* `main_user_comment` (optional)\n* `additional_users` (list of usernames, see defaults)\n* `do_not_acce...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1889, "all_permissive": true }
ansible_role
marbu/fedora-post-install
b87bf8f265b6a1ad94671dff69e3e3dd5afcb74b
3
roles/virtualization
7,873
[ "permissive" ]
[ { "path": "roles/virtualization/defaults/main.yml", "content": "---\nlibvirt_users: []\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 22 }, { "path": "roles/virtualization/tasks/main.yml", "content": "---\n\n- name: Check if CPU virtu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1338, "all_permissive": true }
ansible_role
el1638en/apache_tomcat_load_balancer
aa1097b00b6e18e2b45bc132f7504b7f9d65ecc4
0
roles/apache2
7,873
[ "no_license" ]
[ { "path": "roles/apache2/templates/additionnal.conf.j2", "content": " RewriteEngine on\n RewriteRule ^/(.*)$ /{{ apache2_vhost_webapps }}/$1 [L,PT]\n JkMount /{{ apache2_vhost_webapps }}* loadbalancer\n\n LogLevel {{ apache2_conf_log_level }}\n <IfModule log_config_module>\n LogFormat \"%h %l %u %t \\\"%r...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 14153, "all_permissive": false }
ansible_role
el1638en/apache_tomcat_load_balancer
aa1097b00b6e18e2b45bc132f7504b7f9d65ecc4
0
roles/apache2_private_ca
7,873
[ "no_license" ]
[ { "path": "roles/apache2_private_ca/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - apache_2_private_ca", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/apache2_private_ca/README.md", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5934, "all_permissive": false }
ansible_role
el1638en/apache_tomcat_load_balancer
aa1097b00b6e18e2b45bc132f7504b7f9d65ecc4
0
roles/tomcat
7,873
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for tomcat\n\n- name: Check if tomcat is installed on the system\n shell: cat \"{{ tomcat_last_version }}/RELEASE-NOTES\"\n register: tomcat_version_result\n ignore_errors: True\n\n- include_tasks: install.yml\n when: (tomcat_version...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 952, "all_permissive": false }
ansible_role
agentdanabol/yappy_task
2eadf19d056b8d8abcd692c7994ce171810a6c75
0
ansible/roles/copy_conf
7,873
[ "no_license" ]
[ { "path": "ansible/roles/copy_conf/defaults/main.yml", "content": "install_dir: /opt/yappy\n\nconf_path: yappy/monitoring", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "ansible/roles/copy_conf/meta/main.yml", "content": "galaxy_info:\n author...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 503, "all_permissive": false }
ansible_role
agentdanabol/yappy_task
2eadf19d056b8d8abcd692c7994ce171810a6c75
0
ansible/roles/deploy_docker_compose
7,873
[ "no_license" ]
[ { "path": "ansible/roles/deploy_docker_compose/tasks/main.yml", "content": "- name: Создание каталога для приложения\n file:\n path: '{{ install_dir }}'\n state: directory\n\n- name: Копирование docker-compose.yml в каталог приложения\n template:\n src: docker-compose.yml.j2\n dest: '{{ instal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2560, "all_permissive": false }
ansible_role
addzt/devops_homeworks
c6810a3bb546bfd6f2a5bf9d24876075260937af
0
diplom/ansible/db/roles/db
7,873
[ "no_license" ]
[ { "path": "diplom/ansible/db/roles/db/templates/slave.cnf.j2", "content": "[mysqld]\n# Replication\nserver-id = 2\nrelay-log = relay-bin\nrelay-log-info-file = relay-log.info\nrelay-log-index = relay-log.index\nreplicate-do-db = {{ db_name }}", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1346, "all_permissive": false }
ansible_role
addzt/devops_homeworks
c6810a3bb546bfd6f2a5bf9d24876075260937af
0
diplom/ansible/nginx/roles/nginx
7,873
[ "no_license" ]
[ { "path": "diplom/ansible/nginx/roles/nginx/tasks/main.yml", "content": "---\n - name: Update system\n apt:\n update_cache: yes\n notify:\n - Nginx systemd\n\n - name: Install nginx and letsencrypt\n apt:\n name:\n - nginx\n - letsencrypt\n state: latest\n\n - n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5585, "all_permissive": false }
ansible_role
addzt/devops_homeworks
c6810a3bb546bfd6f2a5bf9d24876075260937af
0
diplom/ansible/wordpress/roles/wordpress
7,873
[ "no_license" ]
[ { "path": "diplom/ansible/wordpress/roles/wordpress/templates/nginx-vhost.j2", "content": "# Default server configuration\n#\nserver {\n listen 80;\n listen [::]:80;\n server_name _;\n root {{ wp_install_dir }};\n index index.php index.html index.htm index.nginx-debian.html;\n\n\t# SSL configuration\n\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4323, "all_permissive": false }
ansible_role
dangoosby/ansibleprac
d54d395502ae2ccfc1b24ebcd1c9b47d4a0c4ba2
0
playbooks/roles/common
7,873
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: Add EPEL repo file\n yum: name={{ epel_release[ansible_distribution_major_version] }} state=present\n when: ansible_distribution == 'CentOS' and ansible_distribution_major_version|int >= 6\n\n- name: Add...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 750, "all_permissive": false }
ansible_role
dangoosby/ansibleprac
d54d395502ae2ccfc1b24ebcd1c9b47d4a0c4ba2
0
playbooks/roles/nginx
7,873
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/centos.yml", "content": "---\n- name: Add repo file\n template: src=nginx_centos.repo.j2 dest=/etc/yum.repos.d/nginx.repo owner=root group=root mode=0644\n\n- name: Add repo key\n get_url: url=http://nginx.org/keys/nginx_signing.key dest=/etc/pki/rpm-gpg/RPM-GPG-KEY-...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1162, "all_permissive": false }
ansible_role
dangoosby/ansibleprac
d54d395502ae2ccfc1b24ebcd1c9b47d4a0c4ba2
0
playbooks/roles/nodejs
7,873
[ "no_license" ]
[ { "path": "playbooks/roles/nodejs/defaults/main.yml", "content": "---\nansible_nodejs_download_dir: '~/.ansible/download'\nansible_nodejs_version: 'v5.5.0'\nansible_nodejs_install_base_dir: '/opt/nodejs'\nansible_nodejs_package: \"node-{{ ansible_nodejs_version }}-linux-x64.tar.gz\"\nansible_nodejs_install_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2857, "all_permissive": false }
ansible_role
dangoosby/ansibleprac
d54d395502ae2ccfc1b24ebcd1c9b47d4a0c4ba2
0
playbooks/roles/redis
7,873
[ "no_license" ]
[ { "path": "playbooks/roles/redis/vars/centos.yml", "content": "---\nredis_daemon: redis-server\nredis_conf_path: /etc/redis.conf\nincrease_limits: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "playbooks/roles/redis/tasks/main.yml", "cont...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1167, "all_permissive": false }