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
fil106/ansible_guest
2e0401481ad54f64e2473dff96bab93815b672f8
0
ansible/roles/mysql-install
7,255
[ "no_license" ]
[ { "path": "ansible/roles/mysql-install/tasks/main.yml", "content": "---\n# Tasks for mysql-install\n\n- name: \"Создаём папку {{ mysql_data_dir }}\"\n file:\n path: '{{ mysql_data_dir }}'\n state: directory\n\n- name: \"Получаем docker image - mysql\"\n docker_image:\n name: mysql\n source: pu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
fil106/ansible_guest
2e0401481ad54f64e2473dff96bab93815b672f8
0
ansible/roles/nginx-install
7,255
[ "no_license" ]
[ { "path": "ansible/roles/nginx-install/handlers/main.yml", "content": "---\n# handlers file for sshd-config\n\n- name: Restart nginx\n service:\n name: nginx\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "ansible/roles/n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1076, "all_permissive": false }
ansible_role
fil106/ansible_guest
2e0401481ad54f64e2473dff96bab93815b672f8
0
ansible/roles/systemd-unit
7,255
[ "no_license" ]
[ { "path": "ansible/roles/systemd-unit/handlers/main.yml", "content": "---\n# Handlers for systemd-unit\n\n- name: Start myapp\n systemd:\n name: myapp\n state: started\n enabled: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 467, "all_permissive": false }
ansible_role
RWright1992/Ansible-Jenkins-Example
ea02c6935d6fff1edb2e7bfdb8354f266286c79e
0
roles/copykey
7,255
[ "no_license" ]
[ { "path": "roles/copykey/handlers/main.yml", "content": "---\n# handlers file for copykey", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/copykey/defaults/main.yml", "content": "---\n# defaults file for copykey", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 293, "all_permissive": false }
ansible_role
RWright1992/Ansible-Jenkins-Example
ea02c6935d6fff1edb2e7bfdb8354f266286c79e
0
roles/dockerinstall
7,255
[ "no_license" ]
[ { "path": "roles/dockerinstall/tasks/main.yml", "content": "---\n# tasks file for dockerinstall\n- name: \"Install required packages\"\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python-pip\n - python3-pip\n - v...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 934, "all_permissive": false }
ansible_role
RWright1992/Ansible-Jenkins-Example
ea02c6935d6fff1edb2e7bfdb8354f266286c79e
0
roles/initialinstalls
7,255
[ "no_license" ]
[ { "path": "roles/initialinstalls/handlers/main.yml", "content": "---\n# handlers file for initialinstalls", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/initialinstalls/defaults/main.yml", "content": "---\n# defaults file for initialinst...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 465, "all_permissive": false }
ansible_role
RWright1992/Ansible-Jenkins-Example
ea02c6935d6fff1edb2e7bfdb8354f266286c79e
0
roles/pipinstalls
7,255
[ "no_license" ]
[ { "path": "roles/pipinstalls/vars/main.yml", "content": "---\n# vars file for pipinstalls", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/pipinstalls/handlers/main.yml", "content": "---\n# handlers file for pipinstalls", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 266, "all_permissive": false }
ansible_role
RWright1992/Ansible-Jenkins-Example
ea02c6935d6fff1edb2e7bfdb8354f266286c79e
0
roles/swarmjoin
7,255
[ "no_license" ]
[ { "path": "roles/swarmjoin/handlers/main.yml", "content": "---\n# handlers file for swarmjoin", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/swarmjoin/tasks/main.yml", "content": "---\n# tasks file for swarmjoin\n- name: \"Print Hostvars...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 478, "all_permissive": false }
ansible_role
vignkann/ec2-lamp
205dfff134dbf36736ff680603ad51835fcac3cd
0
roles/apache
7,255
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n- name: Ensure httpd uninstall successfully\n yum:\n name: httpd\n state: absent\n- name: Ensure httpd-tools uninstall successfully\n yum: \n name: httpd-tools\n state: absent\n \n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
vignkann/ec2-lamp
205dfff134dbf36736ff680603ad51835fcac3cd
0
roles/php
7,255
[ "no_license" ]
[ { "path": "roles/php/files/index.php", "content": "<!DOCTYPE html>\n<html>\n<body>\n\n<h1>My first PHP page</h1>\n\n<?php\necho \"Hello World!\";\n?>\n \n<?php\necho \"TO check ansible-pull\";\n?>\n\n</body>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 555, "all_permissive": false }
ansible_role
cbabil/homelab
ad71968f81631f2da547a80c7e7a839338e9d03b
0
roles/services
7,255
[ "no_license" ]
[ { "path": "roles/services/tasks/applications/pihole/update.yml", "content": "---\n- name: Update Pi-hole\n block:\n - name: Update Pi-hole Core\n command: pihole -up\n register: pihole_update\n changed_when: \"'Everything is up to date' not in pihole_update.stdout\"\n failed_when: pi...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 6848, "all_permissive": false }
ansible_role
cbabil/homelab
ad71968f81631f2da547a80c7e7a839338e9d03b
0
roles/system
7,255
[ "no_license" ]
[ { "path": "roles/system/defaults/main.yml", "content": "---\n# System configuration\ntimezone: \"UTC\"\nsystem_packages:\n - curl\n - git\n - iproute2\n - whiptail\n\n# Security configuration\nsecure_permissions:\n - /etc/passwd\n - /etc/shadow\n - /etc/group\n - /etc/gshadow ", "license_type": ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5271, "all_permissive": false }
ansible_role
chinnonae/chinnonae.docker
265f00470db6b1ec7c546bb660e12a401c23dd2a
0
roles/compose_base
7,255
[ "no_license" ]
[ { "path": "roles/compose_base/tasks/prometheus.yml", "content": "- name: Make sure prometheus config directory exists\n ansible.builtin.file:\n path: \"{{ compose_base_prometheus_config_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Make sure prometheus scrape config directory exists\n ans...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 12243, "all_permissive": false }
ansible_role
chinnonae/chinnonae.docker
265f00470db6b1ec7c546bb660e12a401c23dd2a
0
roles/compose_echo
7,255
[ "no_license" ]
[ { "path": "roles/compose_echo/tasks/main.yml", "content": "---\n- name: Ensure compose project directory exists\n ansible.builtin.file:\n path: \"{{ compose_echo_project_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Copy docker compose\n ansible.builtin.template:\n src: \"docker-compos...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1292, "all_permissive": false }
ansible_role
chinnonae/chinnonae.docker
265f00470db6b1ec7c546bb660e12a401c23dd2a
0
roles/compose_zitadel
7,255
[ "no_license" ]
[ { "path": "roles/compose_zitadel/templates/zitadel-first-instance.yaml.j2", "content": "{{ ansible_managed | comment }}\n---\nFirstInstance:\n Skip: false\n PatPath:\n InstanceName: ZITADEL\n DefaultLanguage: en\n Org:\n Name: ZITADEL\n Human:\n UserName: \"{{ compose_zitadel_admin_username ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5679, "all_permissive": false }
ansible_role
arxcruz/dotfiles
afe001fb5ecb44310ea1a3787442a4e2acb21552
1
roles/g13
7,255
[ "no_license" ]
[ { "path": "roles/g13/tasks/main.yml", "content": "---\n- name: Install required packages\n package:\n name:\n - gmock-devel\n - log4cpp\n - log4cpp-devel\n - libevdev-devel\n - libusb-devel\n become: true\n\n- name: Download g13d from git\n git:\n repo: \"https://github.com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 928, "all_permissive": false }
ansible_role
arxcruz/dotfiles
afe001fb5ecb44310ea1a3787442a4e2acb21552
1
roles/neovim
7,255
[ "no_license" ]
[ { "path": "roles/neovim/tasks/build.yml", "content": "---\n- name: Install required packages\n package:\n name:\n - ninja-build\n - libtool\n - autoconf\n - automake\n - cmake\n - gcc\n - gcc-c++\n - make\n - pkgconfig\n - unzip\n - patch\n - g...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1648, "all_permissive": false }
ansible_role
arxcruz/dotfiles
afe001fb5ecb44310ea1a3787442a4e2acb21552
1
roles/powerline
7,255
[ "no_license" ]
[ { "path": "roles/powerline/tasks/main.yml", "content": "---\n- name: Install powerline-status and dependences\n pip:\n name: ['powerline-status', 'psutil']\n executable: pip3\n become: true\n # Managed computer...\n ignore_errors: true\n when: ansible_system == 'Darwin'\n\n- name: Install powerli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1372, "all_permissive": false }
ansible_role
arxcruz/dotfiles
afe001fb5ecb44310ea1a3787442a4e2acb21552
1
roles/system
7,255
[ "no_license" ]
[ { "path": "roles/system/tasks/system-linux.yml", "content": "---\n- name: Install system packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"{{ system_packages }}\"\n become: true\n\n- name: Install python3 alternatives\n shell: \"{{ alternatives }} --install /usr/bi...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2906, "all_permissive": false }
ansible_role
arxcruz/dotfiles
afe001fb5ecb44310ea1a3787442a4e2acb21552
1
roles/tmux
7,255
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- name: Install tmux\n package:\n name: tmux\n state: present\n when: ansible_system == 'Darwin'\n\n- name: Install tmux\n package:\n name: tmux\n state: present\n become: true\n when: ansible_system == 'Linux'\n\n- name: Install tmux ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2440, "all_permissive": false }
ansible_role
arxcruz/dotfiles
afe001fb5ecb44310ea1a3787442a4e2acb21552
1
roles/weechat
7,255
[ "no_license" ]
[ { "path": "roles/weechat/tasks/main.yml", "content": "---\n- name: Install weechat\n package:\n name: weechat\n state: present\n when: ansible_system == 'Darwin'\n\n- name: Install weechat\n package:\n name: weechat\n state: present\n become: true\n when: ansible_system == 'Linux'\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
arxcruz/dotfiles
afe001fb5ecb44310ea1a3787442a4e2acb21552
1
roles/zsh
7,255
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Install zsh files\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - zsh\n - zsh-syntax-highlighting\n become: true\n when: ansible_system == 'Linux'\n\n- name: install oh-my-posh\n package:\n name: \"janded...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2836, "all_permissive": false }
ansible_role
Wicwik/banas
ae6d7237b83d2c0d8b2bb2e1afdc0003b4ff14b8
1
roles/bootstrap
7,255
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yaml", "content": "- name: Explicitly gather facts\n setup:\n\n- name: Install sudo\n apt:\n name: sudo\n state: present\n cache_valid_time: 3600\n force_apt_get: yes\n\n- name: Install acl\n apt:\n name: acl\n state: present\n cache_valid_time: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 902, "all_permissive": false }
ansible_role
Wicwik/banas
ae6d7237b83d2c0d8b2bb2e1afdc0003b4ff14b8
1
roles/btrfs_raid10
7,255
[ "no_license" ]
[ { "path": "roles/btrfs_raid10/tasks/main.yaml", "content": "\n- name: Ensure required packages are installed\n package:\n name: btrfs-progs\n state: present\n\n- name: Create mount point directory\n file:\n path: \"{{ btrfs_mount_point }}\"\n state: directory\n owner: root\n group: root\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1229, "all_permissive": false }
ansible_role
Wicwik/banas
ae6d7237b83d2c0d8b2bb2e1afdc0003b4ff14b8
1
roles/certbot
7,255
[ "no_license" ]
[ { "path": "roles/certbot/tasks/main.yaml", "content": "- name: Install packages\n apt:\n name:\n - certbot\n state: present\n\n- name: Install snap packages\n snap:\n name:\n - certbot\n classic: true\n state: present\n\n- name: Install Cloudflare module\n pip:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
Wicwik/banas
ae6d7237b83d2c0d8b2bb2e1afdc0003b4ff14b8
1
roles/common
7,255
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yaml", "content": "user: robert", "license_type": "no_license", "detected_licenses": [], "size_bytes": 12 }, { "path": "roles/common/tasks/main.yaml", "content": "- name: Update APT package index\n apt:\n update_cache: yes\n cache_valid_ti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1348, "all_permissive": false }
ansible_role
Wicwik/banas
ae6d7237b83d2c0d8b2bb2e1afdc0003b4ff14b8
1
roles/ftp
7,255
[ "no_license" ]
[ { "path": "roles/ftp/tasks/main.yaml", "content": "- name: Install FTP server\n apt:\n name: \"{{ ftp_package }}\"\n state: present\n\n- name: Copy vsftpd config\n template:\n src: vsftpd.conf.j2\n dest: \"{{ ftp_config_path }}\"\n owner: root\n group: root\n mode: '0644'\n notify: R...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1972, "all_permissive": false }
ansible_role
Wicwik/banas
ae6d7237b83d2c0d8b2bb2e1afdc0003b4ff14b8
1
roles/jellyfin
7,255
[ "no_license" ]
[ { "path": "roles/jellyfin/files/docker-compose.yaml", "content": "services:\n jellyfin:\n image: jellyfin/jellyfin\n container_name: jellyfin\n user: 0:1002\n ports:\n - 8096:8096\n group_add:\n - 1002\n - 993\n volumes:\n - /etc/jellyfin/config:/config\n - /etc/j...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3409, "all_permissive": false }
ansible_role
Wicwik/banas
ae6d7237b83d2c0d8b2bb2e1afdc0003b4ff14b8
1
roles/librephotos
7,255
[ "no_license" ]
[ { "path": "roles/librephotos/defaults/main.yaml", "content": "btrfs_subvolume: \"@photos\"\nlibrephotos_config_dir: /opt/librephotos", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/librephotos/tasks/main.yaml", "content": "- name: Create ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4039, "all_permissive": false }
ansible_role
Wicwik/banas
ae6d7237b83d2c0d8b2bb2e1afdc0003b4ff14b8
1
roles/nextcloud
7,255
[ "no_license" ]
[ { "path": "roles/nextcloud/defaults/main.yaml", "content": "btrfs_subvolume: \"@files\"\nnextcloud_config_dir: /opt/nextcloud", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/nextcloud/tasks/main.yaml", "content": "- name: Create Btrfs sub...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 674, "all_permissive": false }
ansible_role
Wicwik/banas
ae6d7237b83d2c0d8b2bb2e1afdc0003b4ff14b8
1
roles/op
7,255
[ "no_license" ]
[ { "path": "roles/op/files/docker-compose.yaml", "content": "services:\n op-connect-api:\n image: 1password/connect-api:latest\n container_name: op-api\n user: root:root\n volumes:\n - \".op:/root/.op\"\n - \"/data/@op/api/data:/root/.op/data\"\n networks:\n - proxy\n labels...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2129, "all_permissive": false }
ansible_role
Wicwik/banas
ae6d7237b83d2c0d8b2bb2e1afdc0003b4ff14b8
1
roles/traefik
7,255
[ "no_license" ]
[ { "path": "roles/traefik/defaults/main.yaml", "content": "---\ntraefik_config_dir: /opt/traefik", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/traefik/tasks/main.yaml", "content": "- name: Create Traefik config directory\n file:\n pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2215, "all_permissive": false }
ansible_role
farazmd/ansible-kube-cluster-setup
b879f81f232dc79144fae562e60229cd8d5ce20c
0
roles/base
7,261
[ "no_license" ]
[ { "path": "roles/base/vars/main.yaml", "content": "KUBE_VERSION: 1.20.0-00", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/base/tasks/main.yaml", "content": "- name: Load br_netfilter modules\n community.general.modprobe:\n name: br_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2330, "all_permissive": false }
ansible_role
farazmd/ansible-kube-cluster-setup
b879f81f232dc79144fae562e60229cd8d5ce20c
0
roles/master
7,261
[ "no_license" ]
[ { "path": "roles/master/vars/main.yaml", "content": "pod_network: \"\"\nkube_token: \"\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/master/tasks/main.yaml", "content": "- name: \"Initialise cluster\"\n command: kubeadm init --apiser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 883, "all_permissive": false }
ansible_role
farazmd/ansible-kube-cluster-setup
b879f81f232dc79144fae562e60229cd8d5ce20c
0
roles/worker
7,261
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yaml", "content": "- name: \"Join cluster\"\n command: |\n kubeadm join --token={{ hostvars['K8S_TOKEN_HOLDER']['token'] }}\n --discovery-token-ca-cert-hash sha256:{{ hostvars['K8S_TOKEN_HOLDER']['hash'] }} {{ hostvars[groups.master[0]]['ansible_default_ipv4']['addr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": false }
ansible_role
stephanlamoureux/twoge-ansible
980d3e668bba6b6695b06a80823ce84bbac3d0a4
0
roles/nginx_setup
7,261
[ "no_license" ]
[ { "path": "roles/nginx_setup/vars/main.yml", "content": "---\n# vars file for roles/nginx_setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/nginx_setup/templates/twoge_nginx.conf.j2", "content": "server {\n\tlisten 80;\n\tserver_nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 891, "all_permissive": false }
ansible_role
stephanlamoureux/twoge-ansible
980d3e668bba6b6695b06a80823ce84bbac3d0a4
0
roles/postgresql_setup
7,261
[ "no_license" ]
[ { "path": "roles/postgresql_setup/tasks/main.yaml", "content": "---\n- name: Install PostgreSQL packages\n apt:\n name: \"{{ postgres_packages }}\"\n state: present\n\n- name: Install psycopg2\n pip:\n name: psycopg2-binary\n executable: /usr/bin/pip3\n\n- name: Ensure PostgreSQL is running\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1699, "all_permissive": false }
ansible_role
stephanlamoureux/twoge-ansible
980d3e668bba6b6695b06a80823ce84bbac3d0a4
0
roles/twoge_setup
7,261
[ "no_license" ]
[ { "path": "roles/twoge_setup/tasks/main.yaml", "content": "- name: Install Python packages\n apt:\n name: \"{{ python_packages }}\"\n state: latest\n\n- name: Clone Git repository\n git:\n repo: \"https://github.com/chandradeoarya/twoge\"\n dest: \"/home/ubuntu/twoge\"\n clone: yes\n upd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1269, "all_permissive": false }
ansible_role
InformaticsMatters/clubhouse-exporter-ansible
31ec9a953eb68a632dbf58ba56fe5d9f7b5616c7
0
roles/clubhouse-exporter
7,261
[ "no_license" ]
[ { "path": "roles/clubhouse-exporter/templates/role.yaml.j2", "content": "---\nkind: Role\napiVersion: rbac.authorization.k8s.io/v1beta1\nmetadata:\n name: ce-psp-unrestricted\n namespace: \"{{ ce_namespace }}\"\nrules:\n- apiGroups: ['policy']\n resources: ['podsecuritypolicies']\n verbs: ['use']\n res...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5050, "all_permissive": false }
ansible_role
ramius345/projectchecker-operator-example
816d086598a9fefe16dba3f1401d7302fcb93098
0
roles/projectchecker
7,261
[ "no_license" ]
[ { "path": "roles/projectchecker/tasks/main.yml", "content": "---\n# tasks file for projectchecker\n#\n#\n\n- name: Ensure example project exists\n k8s:\n state: present\n definition:\n kind: Project\n apiVersion: project.openshift.io/v1\n metadata:\n name: example\n spec: {...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 349, "all_permissive": false }
ansible_role
naidu-kjml/kube-services
16906568eaa661f8124e7968b490998c484e7398
0
roles/default-ingress
7,261
[ "no_license" ]
[ { "path": "roles/default-ingress/templates/default-ingress.yml.j2", "content": "apiVersion: extensions/v1beta1\nkind: Ingress\nmetadata:\n annotations:\n certmanager.k8s.io/issuer: ca-{{ namespace }}-issuer\n ingress.kubernetes.io/ssl-passthrough: \"true\"\n kubernetes.io/ingress.allow-http: \"fal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1612, "all_permissive": false }
ansible_role
naidu-kjml/kube-services
16906568eaa661f8124e7968b490998c484e7398
0
roles/delete-serviceaccounts
7,261
[ "no_license" ]
[ { "path": "roles/delete-serviceaccounts/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: 'Deleting Kubernetes serviceaccounts'\n company:\n min_ansible_version: 2.4\n platforms:\n - name: EL\n versions:\n - all\n - name: Ubuntu\n versions:\n - ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2417, "all_permissive": false }
ansible_role
naidu-kjml/kube-services
16906568eaa661f8124e7968b490998c484e7398
0
roles/elasticsearch
7,261
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/elasticsearch-upgrade.yml", "content": "---\n\n- name: Create a bz2 archive of multiple files, rooted at /path\n archive:\n path:\n - /etc/kibana\n - /etc/elasticsearch\n dest: /opt/elk_configs.tar.bz2\n format: bz2\n\n- name: 'Disable shard allocation'\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 11617, "all_permissive": false }
ansible_role
naidu-kjml/kube-services
16906568eaa661f8124e7968b490998c484e7398
0
roles/rbac-accounts
7,261
[ "no_license" ]
[ { "path": "roles/rbac-accounts/templates/roles.j2", "content": "kind: Role\napiVersion: rbac.authorization.k8s.io/v1\nmetadata:\n namespace: {{ base_prefix }}-{{ team }}\n name: read-role-{{ base_prefix }}\nrules:\n- apiGroups: [\"*\"]\n resources: [\"{{ read_resources | join ('\\\", \\\"')}}\"]\n verbs...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7867, "all_permissive": false }
ansible_role
naidu-kjml/kube-services
16906568eaa661f8124e7968b490998c484e7398
0
roles/rbac-roles
7,261
[ "no_license" ]
[ { "path": "roles/rbac-roles/templates/roles.j2", "content": "kind: Role\napiVersion: rbac.authorization.k8s.io/v1\nmetadata:\n namespace: {{ namespace }}\n name: read-role\n labels:\n rbac.authorization.k8s.io/aggregate-subaru-read: \"true\"\n rbac.authorization.k8s.io/aggregate-subaru: \"true\"\nr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2569, "all_permissive": false }
ansible_role
naidu-kjml/kube-services
16906568eaa661f8124e7968b490998c484e7398
0
roles/role-bindings
7,261
[ "no_license" ]
[ { "path": "roles/role-bindings/tasks/gettoken.yml", "content": "---\n- name: \"Get secret {{ user_name }}-token\"\n shell: |-\n /usr/local/bin/kubectl describe secret \\\n $(kubectl get secret | awk '/^{{ user_name }}/{print $1}') \\\n | awk '$1==\"token:\"{print $2}'\n ignore_errors: yes\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1839, "all_permissive": false }
ansible_role
naidu-kjml/kube-services
16906568eaa661f8124e7968b490998c484e7398
0
roles/rpmbuild
7,261
[ "no_license" ]
[ { "path": "roles/rpmbuild/tasks/main.yaml", "content": "---\n\n- name: Test distribution\n assert:\n that: ansible_os_family == \"RedHat\"\n\n- name: Install rpm-build package\n package:\n name: \"{{ item }}\"\n with_items: \n - \"{{ rpmbuild_pkg }}\"\n - \"pcre-devel\"\n - \"gcc\"\n - ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9221, "all_permissive": false }
ansible_role
kimata/rasp-init
08f0cb649a50103ea8768bea13d013ebe68368cc
0
roles/init
7,261
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yaml", "content": "- name: Install Packages\n package:\n name:\n - watchdog\n - i2c-tools\n update_cache: yes\n\n\n# - name: Setting USB off\n# blockinfile:\n# dest: '/etc/rc.local'\n# content: |\n# # USB off\n# for ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3018, "all_permissive": false }
ansible_role
ilmarinen/machine-learning-notebooks
63805f18b932bae6b1b13380a2756a7da08f42ed
2
provisioning/ansible-playbooks/roles/cuda
7,261
[ "no_license" ]
[ { "path": "provisioning/ansible-playbooks/roles/cuda/tasks/main.yml", "content": "- name: Get Cuda PIN file from Nvidia\n shell: \"wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-ubuntu1804.pin\"\n\n- name: Move file to location\n shell: \"mv cuda-ubuntu1804.pin /etc/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1077, "all_permissive": false }
ansible_role
ilmarinen/machine-learning-notebooks
63805f18b932bae6b1b13380a2756a7da08f42ed
2
provisioning/ansible-playbooks/roles/machine_learning
7,261
[ "no_license" ]
[ { "path": "provisioning/ansible-playbooks/roles/machine_learning/tasks/main.yml", "content": "- name: Install Virtualenv\n apt: pkg=python3-venv state=present update_cache=true\n\n- name: Libblas setup\n apt: pkg=libblas-dev state=present update_cache=true\n\n- name: Liblapack setup\n apt: pkg=liblapack-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1237, "all_permissive": false }
ansible_role
imospan/devops_basecamp
a4c280bfe4ce77dc0b089826f43d41551eeeb17e
0
task5_ansible/roles/create_file
7,261
[ "no_license" ]
[ { "path": "task5_ansible/roles/create_file/tasks/main.yml", "content": "---\n# tasks file for create_file\n\n - name: Create an empty file in /etc/iaac with 0500 rights\n file:\n path: /etc/iaac\n state: touch\n mode: 0500\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
imospan/devops_basecamp
a4c280bfe4ce77dc0b089826f43d41551eeeb17e
0
task5_ansible/roles/distro_version
7,261
[ "no_license" ]
[ { "path": "task5_ansible/roles/distro_version/tasks/main.yml", "content": "# tasks file for distro_version\n---\n - name: Fetch Linux distro name and version\n debug:\n msg:\n - \"Hostname: {{ ansible_hostname }}\"\n - \"Linux distibutive name and version: {{ ansible_distribution }}/{{ ansible_di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
imospan/devops_basecamp
a4c280bfe4ce77dc0b089826f43d41551eeeb17e
0
task7-8_hardening/roles/pam-pwd-hardening
7,261
[ "no_license" ]
[ { "path": "task7-8_hardening/roles/pam-pwd-hardening/tasks/main.yml", "content": "---\n- name: Install PAM library\n apt:\n name: libpam-cracklib\n state: present\n update_cache: yes\n\n- name: PAM configuration\n ansible.builtin.lineinfile:\n path: /etc/pam.d/common-password\n regexp: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
dimstream/repo
094410341f3dca473190de301ae5112d6fdd1ff2
0
install/ansible/roles/dim
7,266
[ "no_license" ]
[ { "path": "install/ansible/roles/dim/templates/AppConfig.json.j2", "content": "{\n \"connectionURL\": \"jdbc:derby:ManagerDB;create=true\",\n \"checkpointFile\": \"{{ dim.manager_checkpoint }}\",\n \"apiConfiguration\": {\n \"port\": {{ dim.manager_port }},\n \"maxThreads\": 5\n },...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4026, "all_permissive": false }
ansible_role
dimstream/repo
094410341f3dca473190de301ae5112d6fdd1ff2
0
install/ansible/roles/download
7,266
[ "no_license" ]
[ { "path": "install/ansible/roles/download/tasks/main.yml", "content": " - name: Download redis\n get_url: \n url={{ redis.url }}\n dest=roles/redis/files\n - name: Download Spark\n get_url:\n url={{ spark.url }}\n dest=roles/spark/files\n - name: Download Kafka\n get_url:\n url={{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
dimstream/repo
094410341f3dca473190de301ae5112d6fdd1ff2
0
install/ansible/roles/kafka
7,266
[ "no_license" ]
[ { "path": "install/ansible/roles/kafka/templates/broker_ids.j2", "content": "{% for node in groups['dim_zookeeper_nodes'] %}\n{{ loop.index }} {{ node }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "install/ansible/roles/kafka/ta...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1425, "all_permissive": false }
ansible_role
dimstream/repo
094410341f3dca473190de301ae5112d6fdd1ff2
0
install/ansible/roles/redis
7,266
[ "no_license" ]
[ { "path": "install/ansible/roles/redis/tasks/main.yml", "content": " - name: Create Redis Install Directory\n file: path={{ redis.unzip_dir }}\n recurse=yes\n state=directory\n - name: Unarchive Redis\n unarchive: src={{ redis.binary }} dest={{ redis.unzip_dir }}\n - name: Create Redis D...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1143, "all_permissive": false }
ansible_role
dimstream/repo
094410341f3dca473190de301ae5112d6fdd1ff2
0
install/ansible/roles/spark
7,266
[ "no_license" ]
[ { "path": "install/ansible/roles/spark/tasks/start-slave.yml", "content": "- name: Starting spark Slave\n command: \"{{ spark.slave_start_script }}\"\n when: install.mode == \"cluster\"\n async: 45\n poll: 0\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, ...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 1483, "all_permissive": false }
ansible_role
dimstream/repo
094410341f3dca473190de301ae5112d6fdd1ff2
0
install/ansible/roles/zookeeper
7,266
[ "no_license" ]
[ { "path": "install/ansible/roles/zookeeper/tasks/main.yml", "content": " - name: Copy Zookeeper Configuration\n template: src=zookeeper.properties.j2 dest={{ kafka.conf_dir }}/zookeeper.properties\n - name: Create Data Directory\n file: path=\"{{ kafka.data_dir }}/zookeeper\"\n recurse=yes\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1235, "all_permissive": false }
ansible_role
bobiala/ansible-learning
aa0168030406a9b2dccd4bd4505fca558000d818
0
roles/apache
7,266
[ "no_license" ]
[ { "path": "roles/apache/tasks/modules.yml", "content": "---\n\n- name: Enable ubuntu 15 modules\n apache2_module:\n state: present\n name: \"{{ item }}\"\n with_items: \"{{ apache_ubuntu15_modules }}\"\n when: ansible_facts['os_family'] == \"Debian\" and ansible_facts['distribution_major_version'] ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5010, "all_permissive": false }
ansible_role
bobiala/ansible-learning
aa0168030406a9b2dccd4bd4505fca558000d818
0
roles/base-packages
7,266
[ "no_license" ]
[ { "path": "roles/base-packages/tasks/main.yml", "content": "---\n \n- include: tasks/packages.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/base-packages/tasks/packages.yml", "content": "- name: Install common packages\n apt:\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 841, "all_permissive": false }
ansible_role
bobiala/ansible-learning
aa0168030406a9b2dccd4bd4505fca558000d818
0
roles/create-user
7,266
[ "no_license" ]
[ { "path": "roles/create-user/tasks/main.yml", "content": "---\n\n- include: tasks/create_user.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/create-user/tasks/create_user.yml", "content": "- name: Create user 'postgres' with a bash...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 484, "all_permissive": false }
ansible_role
bobiala/ansible-learning
aa0168030406a9b2dccd4bd4505fca558000d818
0
roles/fail2ban
7,266
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/selinux.yml", "content": "- name: Set Selinux in Permissive mode\n selinux:\n policy: targeted\n state: permissive\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/fail2ban/tasks/main.yml", "content...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1556, "all_permissive": false }
ansible_role
bobiala/ansible-learning
aa0168030406a9b2dccd4bd4505fca558000d818
0
roles/os-update
7,266
[ "no_license" ]
[ { "path": "roles/os-update/handlers/main.yml", "content": "- name: reboot server\n reboot:\n msg: 'Rebooting box to update system libs/kernel as needed'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/os-update/tasks/yum-packages-update...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2722, "all_permissive": false }
ansible_role
bobiala/ansible-learning
aa0168030406a9b2dccd4bd4505fca558000d818
0
roles/postgres-docker
7,266
[ "no_license" ]
[ { "path": "roles/postgres-docker/templates/postgresql.conf.j2", "content": "listen_addresses = '*'\nunix_socket_directories = '/var/run/postgresql'\nmax_connections = 100\nshared_buffers = 128MB\ndynamic_shared_memory_type = posix\nlog_timezone = 'UTC'\ndatestyle = 'iso, mdy'\ndefault_text_search_config = '...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7627, "all_permissive": false }
ansible_role
Thajudheen/k8sapp
608b162559c1592582c74131e286bef2baf8dbb4
0
ansible/roles/docker
7,266
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker dependencies\n yum:\n name:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n state: present\n\n- name: Add Docker repository\n yum_repository:\n name: docker-ce-stable\n descriptio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 581, "all_permissive": false }
ansible_role
Thajudheen/k8sapp
608b162559c1592582c74131e286bef2baf8dbb4
0
ansible/roles/undocker
7,266
[ "no_license" ]
[ { "path": "ansible/roles/undocker/tasks/main.yml", "content": "---\n#- name: Uninstall Docker from CentOS\n# tasks:\n - name: Stop Docker service\n systemd:\n name: docker\n state: stopped\n ignore_errors: true\n \n - name: Remove Docker package\n yum:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
mgrajcarek/vagrant-jekyll
ee196c3167e425874c86a53898ac83d416e1163d
0
ansible/roles/jekyll
7,266
[ "no_license" ]
[ { "path": "ansible/roles/jekyll/tasks/main.yml", "content": "---\n\n- name: Ensure Jekyll's gem dependencies are installed\n shell: gem install {{ item.name }} -v {{ item.version }} {{ item.flags }}\n with_items:\n - { name: 'jekyll', version: \"{{ jekyll_version }}\", flags: '--no-ri --no-rdoc' }", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
mgrajcarek/vagrant-jekyll
ee196c3167e425874c86a53898ac83d416e1163d
0
ansible/roles/vagrant_local
7,266
[ "no_license" ]
[ { "path": "ansible/roles/vagrant_local/tasks/main.yml", "content": "---\n\n- name: Set the hostname in /etc/hostname\n shell: echo {{ vagrant_local.vm.hostname }} > /etc/hostname\n when: vagrant_local.vm.hostname is defined\n\n- name: Set the hostname\n shell: hostname {{ vagrant_local.vm.hostname }}\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 525, "all_permissive": false }
ansible_role
mikamakusa/ansible-databases
da20503def9eefeaf590a671f8ac3ef4781fc84c
0
roles/database-server
7,266
[ "no_license" ]
[ { "path": "roles/database-server/handlers/main.yml", "content": "---\n# Database Server Role Handlers\n\n- name: restart mysql\n systemd:\n name: mysql\n state: restarted\n\n- name: restart mariadb\n systemd:\n name: mariadb\n state: restarted\n\n- name: restart postgresql\n systemd:\n nam...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 27, "total_bytes": 44305, "all_permissive": false }
ansible_role
susho/ansible-playbook-cassandra
ce54cfb1ff6e6ef3813390943118fd92493c0c87
0
roles/cassandra
7,266
[ "no_license" ]
[ { "path": "roles/cassandra/meta/main.yml", "content": "---\n dependencies:\n - { role: common }\n - { role: java8 }\n - { role: localtimes }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/cassandra/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 527, "all_permissive": false }
ansible_role
susho/ansible-playbook-cassandra
ce54cfb1ff6e6ef3813390943118fd92493c0c87
0
roles/common
7,266
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Install some dependencies\n apt: pkg={{ item }} state=installed update-cache=yes\n with_items:\n - git\n - curl\n - vim\n tags: common-packages\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
susho/ansible-playbook-cassandra
ce54cfb1ff6e6ef3813390943118fd92493c0c87
0
roles/java8
7,266
[ "no_license" ]
[ { "path": "roles/java8/tasks/main.yml", "content": "- name: Add the webupd8 APT repository\n apt_repository: repo=\"deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main\" state=present\n tags: java-packages\n\n- name: Automatically accept the Oracle License\n shell: echo debconf shared/accep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
susho/ansible-playbook-cassandra
ce54cfb1ff6e6ef3813390943118fd92493c0c87
0
roles/localtimes
7,266
[ "no_license" ]
[ { "path": "roles/localtimes/tasks/main.yml", "content": "- name: Set JST time\n file: src=/usr/share/zoneinfo/Asia/Tokyo dest=/etc/localtime state=link force=yes\n tags: localtimes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
Quehenr/kubernetes-on-vagrant-using-ansible
b55d8c1b81a3a03158ed2604ad21e1bdf9f5cb97
0
ansible/roles/os-essential
7,266
[ "no_license" ]
[ { "path": "ansible/roles/os-essential/tasks/debian.yaml", "content": "---\n- name: Install packges that allow apt to be used over HTTPS\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n install_recommends: no\n vars:\n packages:\n - apt-transport-https\n - c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 576, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/ansible-config-load
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/ansible-config-load/tasks/common-config-load.yaml", "content": "- include_role:\n name: hashicorp-vault-get-token\n run_once: true\n\n- include_role:\n name: hashicorp-vault-read-secret\n vars: \n secret_path: \"{{ cluster_common_vault_secret_path }}\"\n ru...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1595, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/idrac-operations
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/idrac-operations/tasks/pxe-boot-server.yaml", "content": "# https://github.com/dell/dellemc-openmanage-ansible-modules/blob/collections/docs/modules/idrac_boot.rst\n- name: Configure the boot source override mode as pxe.\n dellemc.openmanage.idrac_boot:\n idrac_ip:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 623, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/libvirt-clean-host-storage
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/libvirt-clean-host-storage/tasks/clean-storage.yaml", "content": "\n- name: General vars for VMs\n set_fact:\n vm_name: \"{{ node.custom_vm_name }}-{{ ocp_cluster_name }}\"\n\n- name: Destroy storage pools\n command: virsh pool-destroy {{ vm_name }}-data\n ignore...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1053, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/libvirt-deploy-vms
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/libvirt-deploy-vms/tasks/deploy-vm.yaml", "content": "\n- name: General vars for VMs\n set_fact:\n vm_name: \"{{ node.custom_vm_name }}-{{ ocp_cluster_name }}\"\n\n- name: Setup vars for Bootstrap VM\n set_fact:\n cpu: \"{{ control_cpu }}\"\n memory: \"{{ co...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4934, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/libvirt-remove-bootstrap
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/libvirt-remove-bootstrap/tasks/main.yaml", "content": "---\n\n- name: General vars for VMs\n set_fact:\n vm_name: \"{{ hostvars[node].custom_vm_name }}-{{ ocp_cluster_name }}\"\n\n- name: Remove Bootstrap VM\n shell: |\n virsh destroy {{ vm_name }} &> /dev/null...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/libvirt-remove-cluster
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/libvirt-remove-cluster/tasks/main.yaml", "content": "- name: Remove VM and clean up root storage directorories\n include_tasks: remove-vms.yaml\n vars:\n node_name: \"{{ hostvars[item].custom_vm_name }}\"\n loop: \"{{ groups.bootstrap + groups.control + groups.wo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 766, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/libvirt-setup-vm-image
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/libvirt-setup-vm-image/tasks/main.yaml", "content": "- name: Create base QEMU image at the desired size\n shell:\n # chdir: \"{{ staging_dir }}\"\n cmd: \"qemu-img create -f qcow2 -o preallocation=metadata,cluster_size=2M {{ resized_base_qcow }} {{ resized_base_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/openshift-clean-host-storage
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-clean-host-storage/tasks/main.yaml", "content": "- name: Clean host storage\n include_tasks: clean-fast-storage.yaml\n vars:\n data_disk: \"{{ hostvars[item].fast_data_disk_path_on_host }}\"\n loop: \"{{ groups.worker | list }}\"\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/openshift-clean-storage
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-clean-storage/tasks/main.yaml", "content": "---\n- name: Zap none OS disks\n shell: |\n {{ oc_bin }} debug node/{{ custom_vm_name }} -- chroot /host sgdisk --zap-all --clear {{ item }}\n loop:\n - \"{{ data_disks.standard.disk_path }}\"\n - \"{{ da...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 858, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/openshift-create-bridge
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-create-bridge/tasks/main.yaml", "content": "---\n\n- name: Apply Node Network Configuration Policy yaml\n k8s:\n state: present\n definition: \"{{ lookup('template', 'bridge-nncp.yaml') }}\"", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/openshift-create-manifest
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-create-manifest/templates/install-config.yaml", "content": "apiVersion: v1\nbaseDomain: {{ base_domain }}\ncapabilities:\n baselineCapabilitySet: None\n additionalEnabledCapabilities: \n - MachineAPI\n - marketplace\n - OperatorLifecycleManager\n - open...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2928, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/openshift-credentials-get
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-credentials-get/tasks/main.yaml", "content": "---\n- include_role:\n name: hashicorp-vault-get-token\n\n- include_role:\n name: hashicorp-vault-read-secret\n vars: \n secret_path: \"{{ cluster }}\"\n\n- name: Copy kubeconfig to staging dir\n copy:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/openshift-download-artifacts
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-download-artifacts/tasks/main.yaml", "content": "---\n- name: Define temp dir for downloading artifacts\n set_fact:\n artifact_download_dir: \"{{ staging_dir }}/temp\"\n\n- name: Create artifacts folder\n file:\n state: directory\n path: \"{{ artif...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1862, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/openshift-iginition-create
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-iginition-create/tasks/main.yaml", "content": "---\n\n- name: Run OCP Ignition Configs\n shell:\n chdir: \"{{ staging_dir }}\"\n cmd: \"{{ staging_dir }}/openshift-install create ignition-configs --dir {{ ocp_install_dir }}\"\n\n- include_role:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/openshift-iginition-upload-to-webserver
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-iginition-upload-to-webserver/tasks/main.yaml", "content": "---\n- name: Copy ignition files to webserver\n copy:\n src: \"{{ ocp_install_dir }}/{{ item }}\"\n dest: \"{{ web_server_files_cluster_path }}\"\n mode: '0644'\n loop:\n - \"master.ign...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/openshift-install-time-operations
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-install-time-operations/tasks/main.yaml", "content": "---\n\n- name: Wait for bootstrap completion\n shell:\n cmd: \"{{ staging_dir }}/openshift-install wait-for bootstrap-complete --dir {{ ocp_install_dir }}\"\n\n\n- name: Approve certs\n vars: \n wo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 840, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/openshift-lvm-operator-install
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-lvm-operator-install/templates/01-lvm-ns-og.yaml", "content": "apiVersion: v1\nkind: Namespace\nmetadata:\n name: openshift-storage\n---\napiVersion: operators.coreos.com/v1\nkind: OperatorGroup\nmetadata:\n name: openshift-storage\n namespace: openshift-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3200, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/openshift-remove-kubeconfig
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-remove-kubeconfig/tasks/main.yaml", "content": "- name: Remove cluster kubeconfig file from Kubeconfig dir\n file:\n path: \"{{ ocp_install_dir }}/auth/kubeconfig\"\n state: absent\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/ozone-deploy-vm
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/ozone-deploy-vm/tasks/main.yaml", "content": "---\n- name: Set ignition file\n set_fact:\n ignition_file: \"{{ ocp_install_dir }}/{% if custom_vm_type == 'master' %}master.ign{% elif custom_vm_type == 'worker' %}worker.ign{% else %}bootstrap-pointer.ign{% endif %}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3997, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/ozone-destroy-cluster
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/ozone-destroy-cluster/tasks/main.yaml", "content": "---\n\n- name: Delete O^3 VMs\n shell:\n cmd: \"{{ oc_bin }} delete vm --all -n {{ ocp_cluster_name }}\"\n\n- name: Wait until virt launcher pods are teminated\n shell:\n cmd: \"{{ oc_bin }} delete pod --all -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/ozone-setup-project-on-infra-ocp
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/ozone-setup-project-on-infra-ocp/tasks/main.yaml", "content": "---\n- name: Process all templates\n template:\n src: \"{{ item }}\"\n dest: \"{{ staging_dir }}\"\n with_fileglob:\n - ../templates/*\n\n- name: Create Namespace\n k8s:\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1264, "all_permissive": false }
ansible_role
cfoxrhel/openshift-upi-automation-arvin-a
e6f4ec381ebcf6fdc9809e1456a98675dc7f73a6
0
src/ansible/playbooks/roles/staging-dir-setup
7,266
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/staging-dir-setup/tasks/main.yaml", "content": "---\n- name: Remove staging folder if exists\n file:\n state: absent\n path: \"{{ staging_dir }}\"\n\n- name: Create staging folder\n file:\n state: directory\n path: \"{{ staging_dir }}\"", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
lcnetdev/marc2bibframe2
41e9e563cbf12196232eb0acd3f0037531042ce3
101
deploy/roles/metaproxy
7,266
[ "permissive" ]
[ { "path": "deploy/roles/metaproxy/tasks/main.yml", "content": "---\n# Role to set up a Metaproxy server\n- name: Add ID signing key\n become: yes\n apt_key: url=http://ftp.indexdata.dk/debian/indexdata.asc state=present\n\n- name: ID apt configuration\n become: yes\n template: src=indexdata.list.j2 dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 825, "all_permissive": true }
ansible_role
lcnetdev/marc2bibframe2
41e9e563cbf12196232eb0acd3f0037531042ce3
101
deploy/roles/mp-bibframe
7,266
[ "permissive" ]
[ { "path": "deploy/roles/mp-bibframe/tasks/main.yml", "content": "---\n# Role to deploy the MARC to BIBFRAME conversion on a Metaproxy server\n# Assumes the marc2bibframe2 git repository is installed at {{ m2bf_home }}\n\n- name: Link in the cql2pqf.txt and explain.xml files\n become: yes\n file: state=lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1407, "all_permissive": true }
ansible_role
JoelThomas20/Ansible-Test
10c8a84426a14e14f616c091c93677ee87d9a74e
0
roles/nginx
7,266
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Copy Nginx configuration file\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/sites-available/default\n notify: Restart Nginx\n\n- name: E...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 524, "all_permissive": false }