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
Agterra/ansible-setup
c69141ccb1f9168be41cfdc02bf76e1c5406b1b9
1
roles/dotfiles
399
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: \"Clone dotfiles\"\n ansible.builtin.git:\n repo: 'https://github.com/Agterra/dotfiles.git'\n dest: \"{{ home }}/dotfiles\"\n- name: \"Install dotfiles fedora\"\n shell:\n cd \"{{ home }}/dotfiles\" \\\n && make setup\n whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
Agterra/ansible-setup
c69141ccb1f9168be41cfdc02bf76e1c5406b1b9
1
roles/fedora
399
[ "no_license" ]
[ { "path": "roles/fedora/tasks/main.yml", "content": "---\n- name: \"Setup Fedora\"\n ansible.builtin.dnf:\n name: \"*\"\n state: latest\n- name: \"Install environment\"\n ansible.builtin.dnf:\n name:\n - dunst\n - i3\n - polybar\n - picom\n - ulauncher\n - zsh\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
aravindvaideesh/esmultinode_ansible
d6a50b3dca91a8b464087cd98be895765bb8a114
0
roles/tinc
399
[ "no_license" ]
[ { "path": "roles/tinc/vars/main.yml", "content": "vpn_interface: vpn0\nphysical_ip: \"{{ ansible_eth1.ipv4.address }}\" # digital ocean private network interface\n\nvpn_netmask: 255.255.255.0\nvpn_subnet_cidr_netmask: 32\nvpn_port: \"655\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4335, "all_permissive": false }
ansible_role
mrutyunjayagadanayak/ansibletut
da08c49a2f8060e7020ee2882a6399910dcd96b0
0
roles/base
399
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yaml", "content": "- name: add ssh key for simone\n tags: always\n authorized_key:\n user: simone\n key: \"<KEY> pocadmin@master-vm-01\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
mrutyunjayagadanayak/ansibletut
da08c49a2f8060e7020ee2882a6399910dcd96b0
0
roles/db_servers
399
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yaml", "content": "- name: install Mariadb package (Oracle)\n tags: db, OracleLinux\n dnf: \n name: mariadb\n state: latest\n when: ansible_distribution == \"OracleLinux\"\n\n- name: install mariadb package (Ubuntu)\n tags: db, Ubuntu\n apt:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
mrutyunjayagadanayak/ansibletut
da08c49a2f8060e7020ee2882a6399910dcd96b0
0
roles/web_servers
399
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yaml", "content": "- name: install apache and php \n tags: apache,php,httpd\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: Start httpd \n tags: apache,httpd\n service:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 771, "all_permissive": false }
ansible_role
mrutyunjayagadanayak/ansibletut
da08c49a2f8060e7020ee2882a6399910dcd96b0
0
roles/workstations
399
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yaml", "content": "- name: install unzip\n package:\n name: unzip\n state: latest\n \n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/0.14.7/terraform_0.14.7_linux_amd64.zip\n dest: /usr/local/bin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
dsamborschi/zemfyre-sensor
d9465c02e8065cf6b57b89be2c9c3d2d93ba92b8
0
ansible/roles/kiosk
439
[ "no_license" ]
[ { "path": "ansible/roles/kiosk/templates/lxde-autostart.j2", "content": "@lxpanel --profile LXDE-pi\n@pcmanfm --desktop --profile LXDE-pi\n@xscreensaver -no-splash\n\n@xset s off\n@xset -dpms\n@xset s noblank\n@unclutter -idle 0.1 -root\n@chromium-browser {{ chromium_flags | join(' ') }} {{ kiosk_url }}\n",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4001, "all_permissive": false }
ansible_role
mariamMazen/submission3
0cfac28cd878469a0b8a79de8d8cad99f5ed94e1
0
.circleci/ansible/roles/deploy
439
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: Creates directory\n file:\n path: /home/ubuntu/backend/\n state: directory\n\n- name: Copy backend files\n copy:\n src: backend.zip\n dest: /home/ubuntu/backend/\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
typhoon-docker/ansible
96aec3927eebcbd7ee09887d3526f8cd7119e994
0
roles/install_docker
439
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "- name: Install repo tools\n apt:\n state: latest\n package:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n\n- name: Add repo key\n apt_key:\n keyserver: keyserver.ubuntu.com\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1260, "all_permissive": false }
ansible_role
typhoon-docker/ansible
96aec3927eebcbd7ee09887d3526f8cd7119e994
0
roles/install_utils
439
[ "no_license" ]
[ { "path": "roles/install_utils/tasks/main.yml", "content": "- name: Install default packages\n apt:\n name:\n - curl\n - git\n - wget\n - htop\n - zsh\n update_cache: yes\n autoclean: yes\n autoremove: yes\n\n- name: Set Zsh as default shell for current user\n command:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1794, "all_permissive": false }
ansible_role
typhoon-docker/ansible
96aec3927eebcbd7ee09887d3526f8cd7119e994
0
roles/setup_users
439
[ "no_license" ]
[ { "path": "roles/setup_users/tasks/main.yml", "content": "- name: Import variables\n include_vars: users.yml\n\n- name: Remove public keys\n file:\n path: \"/home/{{ ansible_user }}/.ssh/authorized_keys\"\n state: absent\n when: ansible_user != \"root\"\n\n- name: Install keys\n authorized_key:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
amrkedra/My-DevOps-Projects
399f29b1c1e7f5329dc5372575c469ff8d0993e9
0
Ansible/roles/Jenkins
439
[ "no_license" ]
[ { "path": "Ansible/roles/Jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- name: Install-jenkins\n ansible.builtin.package:\n name: jenkins\n state: latest\n \n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
evandeters/The-Kitchen
b2ebd2489dfcc40eadd067d346c9c7217605cfa1
0
ansible/playbooks/roles/argocd
439
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/argocd/tasks/main.yaml", "content": "---\n- name: Install ArgoCD\n shell: |\n curl -kLs -o install.yaml https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml\n\n- name: Give ArgoCD Ingress\n shell: |\n kubectl patch svc argocd-server -n a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1331, "all_permissive": false }
ansible_role
evandeters/The-Kitchen
b2ebd2489dfcc40eadd067d346c9c7217605cfa1
0
ansible/playbooks/roles/external-dns
439
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/external-dns/tasks/main.yaml", "content": "---\n- name: Install External-DNS\n shell: |\n helm repo add bitnami https://charts.bitnami.com/bitnami\n helm install external-dns bitnami/external-dns \\\n --set provider=rfc2136 \\\n --set policy=sync \\\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
evandeters/The-Kitchen
b2ebd2489dfcc40eadd067d346c9c7217605cfa1
0
ansible/playbooks/roles/istio
439
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/istio/tasks/main.yaml", "content": "---\n- name: Install Istio\n shell: |\n helm repo add istio https://istio-release.storage.googleapis.com/charts\n helm repo update\n kubectl create namespace istio-system\n helm install istio-base istio/base -n istio-system ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 884, "all_permissive": false }
ansible_role
evandeters/The-Kitchen
b2ebd2489dfcc40eadd067d346c9c7217605cfa1
0
ansible/playbooks/roles/kube-master-node
439
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kube-master-node/tasks/main.yaml", "content": "---\n- name: Update Apt\n apt: update_cache=yes\n\n- name: Install RKE2\n ansible.builtin.shell: curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=server sh -\n\n- name: Enable and Start RKE2\n service:\n name: rke2-serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 873, "all_permissive": false }
ansible_role
evandeters/The-Kitchen
b2ebd2489dfcc40eadd067d346c9c7217605cfa1
0
ansible/playbooks/roles/kube-worker-node
439
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kube-worker-node/tasks/main.yaml", "content": "---\n- name: Make executable\n ansible.builtin.shell: curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent sh -\n\n- name: Enable RKE2 Agent\n ansible.builtin.shell: systemctl enable rke2-agent.service\n\n- name: Config A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 590, "all_permissive": false }
ansible_role
evandeters/The-Kitchen
b2ebd2489dfcc40eadd067d346c9c7217605cfa1
0
ansible/playbooks/roles/metallb
439
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/metallb/tasks/main.yaml", "content": "---\n- name: Install MetalLB\n shell: |\n kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.14.8/config/manifests/metallb-native.yaml\n environment:\n KUBECONFIG: \"/etc/rancher/rke2/rke2.yaml\"\n\n- name: A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 533, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/anyenv
439
[ "no_license" ]
[ { "path": "provisioning/roles/anyenv/tasks/main.yml", "content": "- set_fact:\n anyenv: {}\n\n- name: install anyenv\n homebrew:\n name: anyenv\n state: latest\n\n- name: initialize\n command: |\n bash -lc 'anyenv install --force-init'\n ignore_errors: yes\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/flutter
439
[ "no_license" ]
[ { "path": "provisioning/roles/flutter/tasks/main.yml", "content": "- name: install flutter\n homebrew_cask:\n name: flutter\n state: latest\n sudo_password: '{{ <PASSWORD>_<PASSWORD> }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/golang
439
[ "no_license" ]
[ { "path": "provisioning/roles/golang/tasks/main.yml", "content": "- set_fact:\n golang: {}\n\n- name: install language\n homebrew:\n name: go\n state: latest\n\n- name: install tools (tap)\n homebrew_tap:\n name: '{{ item }}'\n state: present\n with_items:\n - golangci/tap # for golan...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/homebrew
439
[ "no_license" ]
[ { "path": "provisioning/roles/homebrew/tasks/main.yml", "content": "- set_fact:\n homebrew: {}\n\n- name: update homebrew\n homebrew:\n update_homebrew: yes\n\n- name: add tap registries\n homebrew_tap:\n name: '{{ item }}'\n state: present\n with_items: '{{ homebrew.taps }}'\n when: homebr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/java
439
[ "no_license" ]
[ { "path": "provisioning/roles/java/tasks/main.yml", "content": "- set_fact:\n java: {}\n\n- name: install openjdk\n homebrew:\n name: '{{ item }}'\n state: latest\n with_items: '{{ java.versions }}'\n\n- name: check jenv\n command: |\n bash -lc 'which jenv'\n register: which_jenv\n ignore_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1623, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/launchagent
439
[ "no_license" ]
[ { "path": "provisioning/roles/launchagent/tasks/main.yml", "content": "- set_fact:\n launchagent: {}\n\n- name: create directory\n file:\n dest: '{{ home_path }}/Library/LaunchAgents'\n state: directory\n\n- name: copy launch agents\n copy:\n src: '{{ item }}'\n dest: '{{ home_path }}/Lib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 799, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/link
439
[ "no_license" ]
[ { "path": "provisioning/roles/link/tasks/main.yml", "content": "- set_fact:\n link: {}\n\n- name: allocate parent directories\n file:\n dest: '{{ home_path }}/{{ item }}'\n state: directory\n recurse: yes\n loop_control:\n label: '~/{{ item }}'\n when: item != \"\"\n with_items: '{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1007, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/nodejs
439
[ "no_license" ]
[ { "path": "provisioning/roles/nodejs/tasks/main.yml", "content": "- set_fact:\n nodejs: {}\n\n- name: check nodenv\n command: |\n bash -lc 'which nodenv'\n register: which_nodenv\n ignore_errors: yes\n\n- name: install nodenv\n command: |\n bash -lc 'anyenv install -s nodenv'\n when: which_nod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1059, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/osx
439
[ "no_license" ]
[ { "path": "provisioning/roles/osx/tasks/main.yml", "content": "- import_tasks: defaults.yml\n- import_tasks: scripts.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "provisioning/roles/osx/tasks/scripts.yml", "content": "- name: reload qui...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9896, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/ruby
439
[ "no_license" ]
[ { "path": "provisioning/roles/ruby/tasks/main.yml", "content": "- set_fact:\n ruby: {}\n\n- name: check rbenv\n command: |\n bash -lc 'which rbenv'\n register: which_rbenv\n ignore_errors: yes\n\n- name: install rbenv\n command: |\n bash -lc 'anyenv install -s rbenv'\n when: which_rbenv.rc > 0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1988, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/rust
439
[ "no_license" ]
[ { "path": "provisioning/roles/rust/tasks/main.yml", "content": "- set_fact:\n rust: {}\n\n- name: install rustup\n homebrew:\n name: rustup\n state: latest\n\n- name: run rust-init\n command: |\n bash -lc 'rustup-init -v -y --no-modify-path'\n\n- name: rustup update\n command: |\n bash -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/ssh
439
[ "no_license" ]
[ { "path": "provisioning/roles/ssh/tasks/main.yml", "content": "- name: create directories\n file:\n dest: '{{ home_path }}/{{ item }}'\n mode: 0700\n state: directory\n with_items:\n - '.ssh'\n - '.ssh/config.d'\n - '.ssh/keys'\n\n- name: copy common config\n copy:\n src: '{{ item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/swift
439
[ "no_license" ]
[ { "path": "provisioning/roles/swift/tasks/main.yml", "content": "- set_fact:\n swift: {}\n\n- name: install dependency\n homebrew:\n name:\n - carthage # Decentralized dependency manager for Cocoa\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/vagrant
439
[ "no_license" ]
[ { "path": "provisioning/roles/vagrant/tasks/main.yml", "content": "- set_fact:\n vagrant: {}\n\n- name: install applications\n homebrew_cask:\n name:\n - vagrant # https://www.vagrantup.com/\n #- virtualbox # https://www.virtualbox.org/\n state: latest\n accept_external_apps: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1041, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/vim
439
[ "no_license" ]
[ { "path": "provisioning/roles/vim/tasks/main.yml", "content": "- name: install neovim\n homebrew:\n name: neovim\n state: latest\n\n- name: install dein.vim\n git:\n repo: https://github.com/Shougo/dein.vim\n dest: '{{ dotfiles_path }}/nvim/dein/repos/github.com/Shougo/dein.vim'\n upda...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 772, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/vscode
439
[ "no_license" ]
[ { "path": "provisioning/roles/vscode/tasks/main.yml", "content": "- set_fact:\n vscode: {}\n vscode_path: '{{ home_path }}/Library/Application Support/Code/User'\n\n- name: install vscode\n homebrew_cask:\n name: visual-studio-code\n state: latest\n sudo_password: '{{ ansible_become_pass }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2572, "all_permissive": false }
ansible_role
creasty/dotfiles
e061a16bab11839b5419554888331d10b6ca8957
104
provisioning/roles/zsh
439
[ "no_license" ]
[ { "path": "provisioning/roles/zsh/tasks/main.yml", "content": "- set_fact:\n zsh_bin: '{{ homebrew_prefix }}/bin/zsh'\n\n- name: install zsh\n homebrew:\n name: zsh\n state: latest\n\n- name: add zsh to /etc/shells\n lineinfile:\n dest: /etc/shells\n line: '{{ zsh_bin }}'\n become: yes\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 639, "all_permissive": false }
ansible_role
Rex-Consulting/Ansible-OpenLDAP-Basic
c8f5d1465d8221e8ed025e2f180029d8d53a576c
5
roles/openldap-compile
439
[ "no_license" ]
[ { "path": "roles/openldap-compile/tasks/check_dependencies.yml", "content": "---\n- name: Gather the rpm package facts\n package_facts:\n manager: auto\n\n- name: Check and install dependencies\n yum:\n name: \"{{ dependencies }}\"\n state: present\n become: yes\n become_method: su\n become_ex...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1653, "all_permissive": false }
ansible_role
Rex-Consulting/Ansible-OpenLDAP-Basic
c8f5d1465d8221e8ed025e2f180029d8d53a576c
5
roles/openldap-start
439
[ "no_license" ]
[ { "path": "roles/openldap-start/vars/main.yml", "content": "sudo_usr: ansible-adm\nopenldap_install_dir: /applications/openldap\nopenldap_start_args: \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/openldap-start/tasks/start_openldap.yml",...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 309, "all_permissive": false }
ansible_role
Rex-Consulting/Ansible-OpenLDAP-Basic
c8f5d1465d8221e8ed025e2f180029d8d53a576c
5
roles/openldap-stop
439
[ "no_license" ]
[ { "path": "roles/openldap-stop/tasks/main.yml", "content": "---\n- import_tasks: stop_openldap.yml\n tags:\n - stop:openldap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/openldap-stop/tasks/stop_openldap.yml", "content": "---\n- ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 187, "all_permissive": false }
ansible_role
SaloniG/3tier_Ansible
97575b82033baef6aacb767e118a89405155a089
0
3tier/roles/app-tier
439
[ "no_license" ]
[ { "path": "3tier/roles/app-tier/handlers/main.yml", "content": "---\n# handlers file for app-tier\n- name: start {{ package }} \n service: \n name: tomcat \n state: started \n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "3tier/roles/ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 782, "all_permissive": false }
ansible_role
SaloniG/3tier_Ansible
97575b82033baef6aacb767e118a89405155a089
0
3tier/roles/checks
439
[ "no_license" ]
[ { "path": "3tier/roles/checks/tasks/main.yml", "content": "---\n# tasks file for checks\n- name: check tomcat serving via haproxy \n uri: \n url: http://frontend1.b1da.example.opentlc.com/ansible \n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { "pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 289, "all_permissive": false }
ansible_role
SaloniG/3tier_Ansible
97575b82033baef6aacb767e118a89405155a089
0
3tier/roles/fetch_info
439
[ "no_license" ]
[ { "path": "3tier/roles/fetch_info/handlers/main.yml", "content": "---\n# handlers file for fetch_info", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "3tier/roles/fetch_info/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 230, "all_permissive": false }
ansible_role
SaloniG/3tier_Ansible
97575b82033baef6aacb767e118a89405155a089
0
3tier/roles/lb-tier
439
[ "no_license" ]
[ { "path": "3tier/roles/lb-tier/handlers/main.yml", "content": "---\n# handlers file for lb-tier\n- name: start {{ package }} \n service: \n name: tomcat \n state: started \n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "3tier/roles/lb-t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 622, "all_permissive": false }
ansible_role
060P0TEHb/otus-study
f3b4359bcb32a1f9524f309d7fd1efd984d3df54
0
Lesson9/roles/otus_nginx
219
[ "no_license" ]
[ { "path": "Lesson9/roles/otus_nginx/templates/nginx.conf", "content": "user nginx;\nworker_processes {{ ansible_processor_cores }};\nerror_log /var/log/nginx/error.log;\npid /run/nginx.pid;\n\ninclude /usr/share/nginx/modules/*.conf;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n log_format ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2296, "all_permissive": false }
ansible_role
zhtangsh/nkn-ansible
f2f309aa5750bd2b5b5afd02c632b86c442b1418
4
nkn/roles/nkn-azure
219
[ "no_license" ]
[ { "path": "nkn/roles/nkn-azure/files/reinstall.sh", "content": "systemctl stop nkn\ncp config.json /nkn/\ncp wallet.dat /nkn/\ncp entrypoint.sh /nkn/\ncp nknd /usr/local/bin/\ncp nknc /usr/local/bin/\ncp nkn.service /etc/systemd/system/\nsystemctl enable nkn\nsystemctl start nkn\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1291, "all_permissive": false }
ansible_role
zhtangsh/nkn-ansible
f2f309aa5750bd2b5b5afd02c632b86c442b1418
4
nkn/roles/nkn-check
219
[ "no_license" ]
[ { "path": "nkn/roles/nkn-check/tasks/main.yml", "content": "---\n# tasks file for nkn-check\n- name: check nkn service\n shell: systemctl status nkn\n ignore_errors: yes\n register: nkn_svc\n\n- name: show nkn service status\n when: nkn_svc.stderr\n debug: msg=\"{{nkn_svc.stderr}}\"\n\n- name: check no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1212, "all_permissive": false }
ansible_role
zhtangsh/nkn-ansible
f2f309aa5750bd2b5b5afd02c632b86c442b1418
4
nkn/roles/nkn-docker
219
[ "no_license" ]
[ { "path": "nkn/roles/nkn-docker/files/config.json", "content": "{\n \"HttpWsPort\": 30002,\n \"HttpJsonPort\": 30003,\n \"SyncBatchWindowSize\":128,\n \"SeedList\": [\n \"http://testnet-seed-0001.nkn.org:30003\",\n \"http://testnet-seed-0002.nkn.org:30003\",\n \"http://testnet-seed-0003.nkn.or...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1331, "all_permissive": false }
ansible_role
zhtangsh/nkn-ansible
f2f309aa5750bd2b5b5afd02c632b86c442b1418
4
nkn/roles/nkn-docker-check
219
[ "no_license" ]
[ { "path": "nkn/roles/nkn-docker-check/tasks/main.yml", "content": "---\n# tasks file for nkn-check\n- name: check node status\n shell: docker exec nkn nknc info -s\n register: ret\n\n- name: check block status\n shell: grep -Rni \"proposer\" /nkn/Log/ | wc -l\n register: count\n\n- name: show node statu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 823, "all_permissive": false }
ansible_role
zhtangsh/nkn-ansible
f2f309aa5750bd2b5b5afd02c632b86c442b1418
4
nkn/roles/nkn-systemd
219
[ "no_license" ]
[ { "path": "nkn/roles/nkn-systemd/templates/config.json", "content": "{\n \"BeneficiaryAddr\": \"{{nkn.addr}}\",\n \"SyncBatchWindowSize\": {{nkn.batchSize}},\n \"SeedList\": [\n \"http://mainnet-seed-0001.nkn.org:30003\",\n \"http://mainnet-seed-0002.nkn.org:30003\",\n \"http://mainnet-seed-0003...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4613, "all_permissive": false }
ansible_role
zhtangsh/nkn-ansible
f2f309aa5750bd2b5b5afd02c632b86c442b1418
4
os/roles/centos-packages
219
[ "no_license" ]
[ { "path": "os/roles/centos-packages/tasks/main.yml", "content": "---\n# tasks file for centos-packages\n- name: install necessary packages\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n\n- name: add docker stable repo\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
zhtangsh/nkn-ansible
f2f309aa5750bd2b5b5afd02c632b86c442b1418
4
os/roles/docker
219
[ "no_license" ]
[ { "path": "os/roles/docker/defaults/main.yml", "content": "docker:\n repo: https://download.docker.com/linux/centos/docker-ce.repo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "os/roles/docker/tasks/main.yml", "content": "---\n# tasks file...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 194, "all_permissive": false }
ansible_role
crossing/laptop-ansible
0dae51933261806144e3a25a30792691bfd2ca5e
0
roles/base
219
[ "no_license" ]
[ { "path": "roles/base/tasks/sudo.yml", "content": "- name: ensure sudo not asking for password\n copy:\n content: \"%{{ admin_group }} ALL=(ALL)\tNOPASSWD: ALL\"\n dest: /etc/sudoers.d/nopasswd\n notify: restart sudo \n\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1377, "all_permissive": false }
ansible_role
crossing/laptop-ansible
0dae51933261806144e3a25a30792691bfd2ca5e
0
roles/desktop
219
[ "no_license" ]
[ { "path": "roles/desktop/tasks/add-repo-Ubuntu.yml", "content": "- name: add insync repo key\n apt_key:\n id: ACCAF35C\n keyserver: keyserver.ubuntu.com\n state: present\n\n- name: add insync repo\n apt_repository:\n filename: insync\n repo: \"deb http://apt.insync.io/ubuntu {{ ansible_dist...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1896, "all_permissive": false }
ansible_role
crossing/laptop-ansible
0dae51933261806144e3a25a30792691bfd2ca5e
0
roles/develop
219
[ "no_license" ]
[ { "path": "roles/develop/tasks/add-lib-Ubuntu.yml", "content": "- name: install libraries\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - build-essential\n - libssl-dev\n - zlib1g-dev\n - libreadline-dev\n - libzip-dev\n - libbz2-dev\n - libsqlite3-dev\n ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3514, "all_permissive": false }
ansible_role
crossing/laptop-ansible
0dae51933261806144e3a25a30792691bfd2ca5e
0
roles/fedora-quirks
219
[ "no_license" ]
[ { "path": "roles/fedora-quirks/tasks/yubikey.yml", "content": "- name: add yubikey udev rules\n package: name=u2f-hidraw-policy state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/fedora-quirks/tasks/main.yml", "content": "- ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 350, "all_permissive": false }
ansible_role
crossing/laptop-ansible
0dae51933261806144e3a25a30792691bfd2ca5e
0
roles/util
219
[ "no_license" ]
[ { "path": "roles/util/files/duplex-scan.sh", "content": "#!/usr/bin/env bash\n\nOUT=$(mktemp -d)\nSCANNER=$(scanimage -f \"%d%n\" | grep HP)\n\nclean() {\n rm -rf $OUT\n}\ntrap clean EXIT\n\nscan() {\n start=$1\n increment=$2\n scanimage -d $SCANNER \\\n --format=tiff \\\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1004, "all_permissive": false }
ansible_role
maheshkoheda/roboshop-ansible
76ee7e7c0f3525cc13be095796a0a20070cb5aec
0
roles/catalogue
219
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "- name: NodeJS Setup\n import_role:\n name: common\n tasks_from: nodejs\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
CAST-Extend/com.castsoftware.uc.aip.console.aws
9a6a248d412934bcd070ccfed06e3716d9daaafc
0
provision/roles/aip-console
219
[ "no_license" ]
[ { "path": "provision/roles/aip-console/vars/main.yml", "content": "cast_webi_install_dir: /var/lib/aip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "provision/roles/aip-console/templates/AIPConsole.defaults.j2", "content": "#CAST Webificati...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5607, "all_permissive": false }
ansible_role
CAST-Extend/com.castsoftware.uc.aip.console.aws
9a6a248d412934bcd070ccfed06e3716d9daaafc
0
provision/roles/aip-css
219
[ "no_license" ]
[ { "path": "provision/roles/aip-css/vars/main.yml", "content": "postgresql_version: 10\npostgresql_packages: [\"postgresql-10\", \"postgresql-client-10\", \"libpq-dev\"]\npostgresql_data_dir: \"/var/lib/postgresql/{{ postgresql_version }}/main\"\npostgresql_bin_path: \"/usr/lib/postgresql/{{ postgresql_versi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1968, "all_permissive": false }
ansible_role
CAST-Extend/com.castsoftware.uc.aip.console.aws
9a6a248d412934bcd070ccfed06e3716d9daaafc
0
provision/roles/aip-dashboard
219
[ "no_license" ]
[ { "path": "provision/roles/aip-dashboard/handlers/main.yml", "content": "- name: Restart Tomcat Service\n become: yes\n service: name=tomcat8 state=restarted enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "provision/roles/aip-dashbo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2523, "all_permissive": false }
ansible_role
CAST-Extend/com.castsoftware.uc.aip.console.aws
9a6a248d412934bcd070ccfed06e3716d9daaafc
0
provision/roles/aip-node
219
[ "no_license" ]
[ { "path": "provision/roles/aip-node/vars/main.yml", "content": "cast_opt: 'C:\\\\OPT'\ncast_aip_install_dir: '{{cast_opt}}\\\\CAST_AIP'\ncast_aip_s3_bucket: casthighlight-ci\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "provision/roles/aip-nod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3345, "all_permissive": false }
ansible_role
CAST-Extend/com.castsoftware.uc.aip.console.aws
9a6a248d412934bcd070ccfed06e3716d9daaafc
0
provision/roles/aip-node-api
219
[ "no_license" ]
[ { "path": "provision/roles/aip-node-api/vars/main.yml", "content": "cast_opt: 'C:\\\\OPT'\ncast_webi_install_dir: '{{cast_opt}}\\\\CAST_WEBI'\nlogpath_stdout: 'C:\\\\aipnode_stdout.log'\nlogpath_stderr: 'C:\\\\aipnode_stderr.log'\ncast_ms_dir: 'C:\\\\CASTMS'\ncast_ms_delivery_dir: '{{cast_ms_dir}}\\\\Delive...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5307, "all_permissive": false }
ansible_role
CAST-Extend/com.castsoftware.uc.aip.console.aws
9a6a248d412934bcd070ccfed06e3716d9daaafc
0
provision/roles/presign_then_get_s3_url
219
[ "no_license" ]
[ { "path": "provision/roles/presign_then_get_s3_url/tasks/main.yml", "content": "\n---\n# Fetches a presigned s3 url and download the s3 object on the target machine\n# vars:\n# bucket: the s3 bucket name\n# object: the s3 object\n# dest: the dest path for the dowloaded file\n#\n- name: Generate a s3 p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 760, "all_permissive": false }
ansible_role
robert-annies/toast
0cc3ca72e8b268451ef25b9403a487de3933192f
10
test/roles/rails-prerequisities
219
[ "no_license" ]
[ { "path": "test/roles/rails-prerequisities/tasks/main.yml", "content": "---\n- tags: [prereq]\n become: yes\n block:\n - name: install dev tools and libs\n dnf: name=sqlite-devel,rubygems,git,ruby-devel,redhat-rpm-config,gcc-c++,zlib-devel,libselinux-python state=latest\n\n - name: install Bund...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
robert-annies/toast
0cc3ca72e8b268451ef25b9403a487de3933192f
10
test/roles/rails-test-toast
219
[ "no_license" ]
[ { "path": "test/roles/rails-test-toast/tasks/main.yml", "content": "---\n- tags: [test-app]\n vars:\n app_dir: /home/vagrant/rails_{{ version }}-test\n\n block:\n - name: (rails v{{version}}) rails app dir exists\n file:\n state: directory\n path: \"{{ app_dir }}\"\n\n - name: (rails v{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1232, "all_permissive": false }
ansible_role
robert-annies/toast
0cc3ca72e8b268451ef25b9403a487de3933192f
10
test/roles/shell-basics
219
[ "no_license" ]
[ { "path": "test/roles/shell-basics/tasks/main.yml", "content": "---\n- name: set english UTF-8 locale\n lineinfile:\n path: /etc/locale.conf\n state: present\n regexp: ^LANG=\n line: LANG=\"en_US.UTF-8\"\n become: yes\n\n- name: shell history search with arrow keys\n blockinfile:\n path: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
Puppet-Finland/ansible-collection-puppeteers-backup
4f0d77c03e4ae596c818d47cba8cb96816527fb9
0
roles/git_repo_backup
219
[ "no_license" ]
[ { "path": "roles/git_repo_backup/handlers/main.yml", "content": "---\n# handlers file for git_repo_backup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/git_repo_backup/tasks/user.yml", "content": "---\n- name: Ensure user exists\n an...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 6931, "all_permissive": false }
ansible_role
Puppet-Finland/ansible-collection-puppeteers-backup
4f0d77c03e4ae596c818d47cba8cb96816527fb9
0
roles/rsnapshot_allow
219
[ "no_license" ]
[ { "path": "roles/rsnapshot_allow/vars/main.yml", "content": "---\n# vars file for rsnapshot_allow\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/rsnapshot_allow/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 884, "all_permissive": false }
ansible_role
Puppet-Finland/ansible-collection-puppeteers-backup
4f0d77c03e4ae596c818d47cba8cb96816527fb9
0
roles/rsnapshot_marker
219
[ "no_license" ]
[ { "path": "roles/rsnapshot_marker/defaults/main.yml", "content": "puppeteers_backup_rsnapshot_marker_path: /etc/.rsnapshot-marker\npuppeteers_backup_rsnapshot_marker_hour: 1\npuppeteers_backup_rsnapshot_marker_minute: 58\npuppeteers_backup_rsnapshot_marker_weekday: \"*\"\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1224, "all_permissive": false }
ansible_role
Puppet-Finland/ansible-collection-puppeteers-backup
4f0d77c03e4ae596c818d47cba8cb96816527fb9
0
roles/rsnapshot_prometheus_metrics
219
[ "no_license" ]
[ { "path": "roles/rsnapshot_prometheus_metrics/tasks/main.yml", "content": "---\n- name: Validate parameters\n ansible.builtin.assert:\n that:\n - puppeteers_backup_rsnapshot_prometheus_metrics_state is match ('^(present|absent)$')\n - puppeteers_backup_rsnapshot_prometheus_metrics_latest_backu...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3117, "all_permissive": false }
ansible_role
Puppet-Finland/ansible-collection-puppeteers-backup
4f0d77c03e4ae596c818d47cba8cb96816527fb9
0
roles/vbotka_rsnapshot_misc
219
[ "no_license" ]
[ { "path": "roles/vbotka_rsnapshot_misc/tasks/main.yml", "content": "---\n- name: Add rsnapshot.conf symbolic link\n ansible.builtin.file:\n src: /usr/local/etc/rsnapshot.conf\n path: /etc/rsnapshot.conf\n state: link\n force: true\n\n- name: Add SSH private key\n ansible.builtin.copy:\n con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 976, "all_permissive": false }
ansible_role
deepakk95/devops_cloud_engineer_dpk
3e9658e9e03645c4f96098367c87b27b779f6d9d
0
ansible/roles/devops-cloud-engineer-deployment
219
[ "no_license" ]
[ { "path": "ansible/roles/devops-cloud-engineer-deployment/tasks/main.yml", "content": "- name: Deployment configuration\n copy:\n src: \"{{ ENVIRONMENT_NAME }}-deployment.yaml\"\n dest: $HOME\n\n- name: Create deployment configuration\n shell: \"./bin/kubectl apply -f {{ ENVIRONMENT_NAME }}-deploym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 743, "all_permissive": false }
ansible_role
deepakk95/devops_cloud_engineer_dpk
3e9658e9e03645c4f96098367c87b27b779f6d9d
0
ansible/roles/kubectl
219
[ "no_license" ]
[ { "path": "ansible/roles/kubectl/tasks/main.yml", "content": "---\n- name: \"Download kubectl using curl\"\n shell: curl -o kubectl https://amazon-eks.s3.us-west-2.amazonaws.com/1.19.6/2021-01-05/bin/linux/amd64/kubectl\n args:\n chdir: $HOME\n\n- name: \"Applying permissions to the binary\"\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 606, "all_permissive": false }
ansible_role
tzumby/distributed_node_infra
7f166f0409b872f3b307aab7d82ed888e4901b13
12
ansible/roles/users
499
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/main.yml", "content": "---\n - name: Add or update user and set password\n action: user name={{ item.name }}\n password={{ <PASSWORD> }}\n shell=/bin/bash\n groups=admin\n with_items: '{{ users }}'\n\n - name: Ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
EsraaShaabanElsayed/install-jenkins-with-ansible
f183deab74f1d4ec3c44cf79c88530aac3cc082d
0
roles/AddJenkinsRepo-Key
499
[ "no_license" ]
[ { "path": "roles/AddJenkinsRepo-Key/tasks/main.yml", "content": "---\n- name: AddJenkinsKey\n ansible.builtin.shell: wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | apt-key add -\n \n- name: AddJenkinsRepository\n apt_repository:\n repo: deb http://pkg.jenkins.io/debian-stable binary/\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
EsraaShaabanElsayed/install-jenkins-with-ansible
f183deab74f1d4ec3c44cf79c88530aac3cc082d
0
roles/EnableJenkins
499
[ "no_license" ]
[ { "path": "roles/EnableJenkins/handlers/main.yml", "content": "---\n- name: RestartJenkins\n systemd:\n name: jenkins\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/EnableJenkins/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 196, "all_permissive": false }
ansible_role
EsraaShaabanElsayed/install-jenkins-with-ansible
f183deab74f1d4ec3c44cf79c88530aac3cc082d
0
roles/InstallJenkins
499
[ "no_license" ]
[ { "path": "roles/InstallJenkins/tasks/main.yml", "content": "---\n- name: InstallJenkins\n apt: \n name: jenkins\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
mehdijebali/Terraform-RDS
4325cae526d7404f8fb2750eb6ab8a32e5510a28
0
ansible/roles/mysqlclient
499
[ "no_license" ]
[ { "path": "ansible/roles/mysqlclient/vars/main.yml", "content": "---\n# vars file for mysqlclient\nlinux_distribution: centos", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "ansible/roles/mysqlclient/tasks/main.yml", "content": "---\n# tasks fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 955, "all_permissive": false }
ansible_role
bponeleit/ansible_playground
176f4e0c163c695001fb18a5fd1ba9337c39dd45
0
roles/camera
499
[ "no_license" ]
[ { "path": "roles/camera/tasks/main.yml", "content": "---\n- name: Install rclone\n package:\n name: \"rclone\"\n state: latest\n\n- name: Install watchdog\n package:\n name: watchdog\n state: latest\n\n#- name: Background ratio\n# sysctl:\n# name: vm.dirty_background_ratio\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1419, "all_permissive": false }
ansible_role
bponeleit/ansible_playground
176f4e0c163c695001fb18a5fd1ba9337c39dd45
0
roles/onewire
499
[ "no_license" ]
[ { "path": "roles/onewire/templates/w1.j2", "content": "[Unit]\nDescription=Read onewire sensors\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser=root\nType=simple\nRestart=on-failure\nWorkingDirectory=/home/pi\nRuntimeDirectoryMode=0750\nExecStart=/usr/bin/python w1.py &\n\n[Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2779, "all_permissive": false }
ansible_role
bponeleit/ansible_playground
176f4e0c163c695001fb18a5fd1ba9337c39dd45
0
roles/pihole
499
[ "no_license" ]
[ { "path": "roles/pihole/tasks/main.yml", "content": "---\n- name: Clone Pi-Hole\n git:\n repo: https://github.com/pi-hole/pi-hole.git\n depth: 1\n dest: /home/pi/Pi-Hole\n\n- name: Install Pi-Hole\n shell: ./basic-install.sh >> install.log\n args: \n chdir: '/home/pi/Pi-Hole/automated insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
bponeleit/ansible_playground
176f4e0c163c695001fb18a5fd1ba9337c39dd45
0
roles/raspbian_bootstrap
499
[ "no_license" ]
[ { "path": "roles/raspbian_bootstrap/templates/etc/default/locale.j2", "content": "LANG=\"{{ dbs_default_locale }}\"\nLC_ALL=\"{{ dbs_default_locale }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/raspbian_bootstrap/tasks/main.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1611, "all_permissive": false }
ansible_role
bponeleit/ansible_playground
176f4e0c163c695001fb18a5fd1ba9337c39dd45
0
roles/rf433
499
[ "no_license" ]
[ { "path": "roles/rf433/default/modbus.py", "content": "import time\nimport traceback\nimport serial\n\nfrom pymodbus.client.sync import ModbusSerialClient as pyRtu\n\nslavesArr = [1]\niterSp = 100\nregsSp = 10\n#portNbr = '/dev/ttyUSB0'\nportNbr = '/dev/cu.usbserial-1420'\nportName = 'com22'\n#baudrate = 96...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4852, "all_permissive": false }
ansible_role
grschafer/dota2rails-deploy
54203ff6ce784f88e3c6b5c73ac7cda1b90ab82b
4
ansible/roles/alacrity
499
[ "no_license" ]
[ { "path": "ansible/roles/alacrity/templates/config.cfg.j2", "content": "# {{ ansible_managed }}\n\n[db]\nhost: {{ db.host }}\nport: {{ db.port }}\ndb_name: {{ db.name }}\nmatch_collection: {{ db.collections.matches }}\nleague_collection: {{ db.collections.leagues }}\nerrorgame_collection: {{ db.collections....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3985, "all_permissive": false }
ansible_role
grschafer/dota2rails-deploy
54203ff6ce784f88e3c6b5c73ac7cda1b90ab82b
4
ansible/roles/celery
499
[ "no_license" ]
[ { "path": "ansible/roles/celery/tasks/main.yml", "content": "---\n- name: ensure pip installed\n apt: pkg=python-pip state=latest\n\n- name: ensure python-dev installed\n apt: pkg=python-dev state=latest\n\n# TODO: make requirements.txt file and pin dependency versions?\n- name: pip install celery and dep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
grschafer/dota2rails-deploy
54203ff6ce784f88e3c6b5c73ac7cda1b90ab82b
4
ansible/roles/common
499
[ "no_license" ]
[ { "path": "ansible/roles/common/handlers/main.yml", "content": "---\n- name: restart ssh\n sudo: yes\n service: name=ssh state=restarted enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "ansible/roles/common/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1260, "all_permissive": false }
ansible_role
grschafer/dota2rails-deploy
54203ff6ce784f88e3c6b5c73ac7cda1b90ab82b
4
ansible/roles/dota2rails
499
[ "no_license" ]
[ { "path": "ansible/roles/dota2rails/tasks/first_deploy.yml", "content": "---\n# not using gem ansible module b/c gem binary won't be where it expects\n# see https://groups.google.com/forum/#!topic/ansible-project/bcpYT13yao8\n- name: install global gems\n command: \"/home/{{ ruby_deploy_user }}/.rbenv/shim...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4223, "all_permissive": false }
ansible_role
grschafer/dota2rails-deploy
54203ff6ce784f88e3c6b5c73ac7cda1b90ab82b
4
ansible/roles/matchurls
499
[ "no_license" ]
[ { "path": "ansible/roles/matchurls/templates/config.js.j2", "content": "// {{ ansible_managed }}\r\n\r\n// Configure and mv to config.js\r\nvar config = {};\r\n\r\nconfig.steam_name = \"{{ steam.name }}\";\r\nconfig.steam_user = \"{{ steam.user }}\";\r\nconfig.steam_pass = \"{{ <PASSWORD> }}\";\r\nconfig.st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2046, "all_permissive": false }
ansible_role
grschafer/dota2rails-deploy
54203ff6ce784f88e3c6b5c73ac7cda1b90ab82b
4
ansible/roles/mongodb
499
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/tasks/main.yml", "content": "---\n- name: add mongodb repo\n command: 'apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10'\n\n- name: add mongodb source\n apt_repository: repo='deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen'\n\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 642, "all_permissive": false }
ansible_role
grschafer/dota2rails-deploy
54203ff6ce784f88e3c6b5c73ac7cda1b90ab82b
4
ansible/roles/mongodb-firewall
499
[ "no_license" ]
[ { "path": "ansible/roles/mongodb-firewall/meta/main.yml", "content": "---\ndependencies:\n #- role: common\n - role: mongodb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "ansible/roles/mongodb-firewall/tasks/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 415, "all_permissive": false }
ansible_role
grschafer/dota2rails-deploy
54203ff6ce784f88e3c6b5c73ac7cda1b90ab82b
4
ansible/roles/nginx
499
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: add nginx latest version ppa\n apt_repository: repo=ppa:nginx/stable\n\n- name: install nginx\n apt: pkg=nginx state=latest update_cache=yes\n\n- name: copy nginx config template\n template: src=nginx.conf.j2 dest=/etc/nginx/nginx.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1016, "all_permissive": false }
ansible_role
grschafer/dota2rails-deploy
54203ff6ce784f88e3c6b5c73ac7cda1b90ab82b
4
ansible/roles/nodejs
499
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: add node repo\n apt_repository: repo=ppa:chris-lea/node.js\n\n- name: install nodejs\n apt: pkg=nodejs state=latest update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
grschafer/dota2rails-deploy
54203ff6ce784f88e3c6b5c73ac7cda1b90ab82b
4
ansible/roles/rabbitmq
499
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq/tasks/main.yml", "content": "---\n- name: add rabbitmq repo\n apt_repository: repo='deb http://www.rabbitmq.com/debian/ testing main'\n\n- name: add rabbitmq repo key\n apt_key: url='http://www.rabbitmq.com/rabbitmq-signing-key-public.asc'\n\n- name: install rabbitmq-serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 552, "all_permissive": false }
ansible_role
grschafer/dota2rails-deploy
54203ff6ce784f88e3c6b5c73ac7cda1b90ab82b
4
ansible/roles/ruby
499
[ "no_license" ]
[ { "path": "ansible/roles/ruby/tasks/common-post.yml", "content": "- name: Ruby | Adds .gemrc\n action: copy src=gemrc dest=~{{ ruby_deploy_user }}/.gemrc owner={{ ruby_deploy_user }} group={{ ruby_deploy_user }} mode=0750\n tags:\n - ruby\n - ruby:config\n - config\n\n", "license_type": "no_l...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2802, "all_permissive": false }
ansible_role
Wayn0/awx-test
9c83f327c43367f7d7d92d775f84791c92a3e547
0
roles/packages
499
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yaml", "content": "- name: Add common packages\n apt:\n name: \"{{ item.name }}\"\n state: latest\n with_items:\n - {name: vim}\n - {name: screen}\n - {name: tmux}\n - {name: htop}\n - {name: curl}\n when: ansible_os_family == 'Debian'", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
josemunozc/jupyterhub
58fa58bdf80bae812c64c70244663b5cf159b80e
0
playbook/roles/firewall
499
[ "no_license" ]
[ { "path": "playbook/roles/firewall/tasks/main.yml", "content": "---\n- name: install firewalld\n yum:\n name:\n - firewalld\n state: latest\n become: \"True\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
josemunozc/jupyterhub
58fa58bdf80bae812c64c70244663b5cf159b80e
0
playbook/roles/jupyterhub
499
[ "no_license" ]
[ { "path": "playbook/roles/jupyterhub/templates/jupyterhub.firewalld.service.j2", "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<service>\n <short>jhub</short>\n <description>JupyterHub is the best way to serve Jupyter notebook for multiple users..</description>\n <port protocol=\"tcp\" port=\"8...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7720, "all_permissive": false }
ansible_role
josemunozc/jupyterhub
58fa58bdf80bae812c64c70244663b5cf159b80e
0
playbook/roles/jupyterhub-selinux
499
[ "no_license" ]
[ { "path": "playbook/roles/jupyterhub-selinux/tasks/main.yml", "content": "---\n- block:\n\n - name: Install selinux tools\n yum: pkg=policycoreutils-python\n state=installed\n\n - name: Copy SELinux type enforcement files to tmp\n copy: src={{ item }}.te\n dest=/tmp/\n with_items...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1265, "all_permissive": false }
ansible_role
josemunozc/jupyterhub
58fa58bdf80bae812c64c70244663b5cf159b80e
0
playbook/roles/proxy
499
[ "no_license" ]
[ { "path": "playbook/roles/proxy/tasks/main.yml", "content": "---\n- name: Yum install dependencies\n yum:\n name:\n - httpd\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
josemunozc/jupyterhub
58fa58bdf80bae812c64c70244663b5cf159b80e
0
playbook/roles/users
499
[ "no_license" ]
[ { "path": "playbook/roles/users/tasks/main.yml", "content": "---\n# password created with:\n# python -c 'import crypt; print crypt.crypt(\"This is my Password\", <PASSWORD>$\")'\n- name: create test user\n user:\n name: zerpiko\n comment: test user\n create_home: yes\n generate_ssh_key: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }