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
yleinl/edge-cloud-agent
867841450bf4909ed9397d34b0c053e76706f987
0
ansible/playbooks/roles/faas-netes
619
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/faas-netes/tasks/main.yaml", "content": "- name: Install Helm\n shell: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash\n args:\n executable: /bin/bash\n\n- name: Add OpenFaaS Helm repo\n shell: helm repo add openfaas https://openfaas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1340, "all_permissive": false }
ansible_role
yleinl/edge-cloud-agent
867841450bf4909ed9397d34b0c053e76706f987
0
ansible/playbooks/roles/faasd
619
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/faasd/tasks/main.yaml", "content": "- name: Install dependencies\n apt:\n name: ['git', 'curl', 'cgroup-tools']\n state: present\n update_cache: yes\n\n# uninstall logic\n- name: Stop faasd service\n systemd:\n name: faasd\n state: stopped\n ignore_errors...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5107, "all_permissive": false }
ansible_role
yleinl/edge-cloud-agent
867841450bf4909ed9397d34b0c053e76706f987
0
ansible/playbooks/roles/k3s-server
619
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/k3s-server/tasks/main.yaml", "content": "- name: Install K3s server\n shell: |\n curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC=\"--write-kubeconfig-mode 644\" sh -\n args:\n executable: /bin/bash\n\n- name: Wait for K3s API\n shell: kubectl get node\n register:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
yleinl/edge-cloud-agent
867841450bf4909ed9397d34b0c053e76706f987
0
ansible/playbooks/roles/k3s-worker
619
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/k3s-worker/tasks/main.yaml", "content": "- name: Fetch K3s token from server\n delegate_to: yl-04.lab.uvalight.net\n become: yes\n slurp:\n src: /var/lib/rancher/k3s/server/node-token\n register: k3s_token\n\n- name: Install K3s worker\n shell: |\n curl -sfL htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
team-supersafe/hayek-validator-kit
ee4443394b72ac863d7a56b2206c92dc19d80030
1
ansible/roles/common
619
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/set_host_architecture.yml", "content": "---\n# Original code old-style (working)\n\n# - name: Set host architecture based on system facts\n# ansible.builtin.shell: |\n# set -e\n# _ostype=\"$(uname -s)\"\n# _cputype=\"$(uname -m)\"\n\n# case \"$_ostype\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3368, "all_permissive": false }
ansible_role
team-supersafe/hayek-validator-kit
ee4443394b72ac863d7a56b2206c92dc19d80030
1
ansible/roles/iam_manager
619
[ "no_license" ]
[ { "path": "ansible/roles/iam_manager/tasks/create_passwords.yml", "content": "---\n# Initialize Vault File\n# Creates an empty vault file with secure permissions (0600)\n# This ensures the vault file exists before any operations\n- name: Create empty vault file\n ansible.builtin.copy:\n dest: \"{{ gener...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 18365, "all_permissive": false }
ansible_role
team-supersafe/hayek-validator-kit
ee4443394b72ac863d7a56b2206c92dc19d80030
1
ansible/roles/rust_env
619
[ "no_license" ]
[ { "path": "ansible/roles/rust_env/tasks/main.yml", "content": "# Main task list for the rust_env role.\n# Tasks: precheck, install, configure, and verify Rust environment.\n# Use tags: rust, install, config, verify for selective execution.\n\n---\n- name: Precheck environment\n import_tasks: precheck.yml\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5981, "all_permissive": false }
ansible_role
team-supersafe/hayek-validator-kit
ee4443394b72ac863d7a56b2206c92dc19d80030
1
ansible/roles/server_initial_setup
619
[ "no_license" ]
[ { "path": "ansible/roles/server_initial_setup/tasks/setup_ssh_and_firewall.yml", "content": "---\n# Configure SSH.SOCKET port\n- name: Check if ssh.socket is active\n ansible.builtin.shell: systemctl is-active ssh.socket\n register: ssh_socket_active\n changed_when: false\n # Some metal providers don't ...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 27277, "all_permissive": false }
ansible_role
team-supersafe/hayek-validator-kit
ee4443394b72ac863d7a56b2206c92dc19d80030
1
ansible/roles/solana_cli
619
[ "no_license" ]
[ { "path": "ansible/roles/solana_cli/meta/main.yml", "content": "---\ndependencies:\n - role: rust_env \n - role: common", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "ansible/roles/solana_cli/tasks/install.yml", "content": "---\n# Solana CLI I...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 10332, "all_permissive": false }
ansible_role
team-supersafe/hayek-validator-kit
ee4443394b72ac863d7a56b2206c92dc19d80030
1
ansible/roles/solana_swap_validator_debug
619
[ "no_license" ]
[ { "path": "ansible/roles/solana_swap_validator_debug/tasks/main.yml", "content": "---\n- name: Import precheck tasks\n ansible.builtin.import_tasks: precheck.yml\n\n- name: Import verify tasks\n ansible.builtin.import_tasks: verify.yml\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4401, "all_permissive": false }
ansible_role
team-supersafe/hayek-validator-kit
ee4443394b72ac863d7a56b2206c92dc19d80030
1
ansible/roles/solana_swap_validator_hosts
619
[ "no_license" ]
[ { "path": "ansible/roles/solana_swap_validator_hosts/README.md", "content": "# Order of operations to perform a validator Identity swap\n\nValidator host swap operation happens in `tasks/swap.yml`. Here is a step by step description:\n\n1. **Wait for Restart Window and Unstake Source Validator**\n - First...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 50530, "all_permissive": false }
ansible_role
team-supersafe/hayek-validator-kit
ee4443394b72ac863d7a56b2206c92dc19d80030
1
ansible/roles/solana_validator_jito
619
[ "no_license" ]
[ { "path": "ansible/roles/solana_validator_jito/defaults/validators.yml", "content": "hayek-mainnet-1:\n identity_account: \"<KEY>\" \n vote_account: \"<KEY>\" \n auth_withdrawer: \"2LFDBBgje3DdDScZ4f1XgRJ3aV4Kau3EXQsHWN8KEgp6\" \n info_account: \"<KEY>\" \nhayek-mainnet-debug:\n identity_account: \"<KE...
{ "task_files": 25, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 38, "total_bytes": 91442, "all_permissive": false }
ansible_role
yusuiked/playground
983f1b536207b92b7d7650f0002c1c340df301dd
0
ansible-tutorial/vagrant/ansible/roles/role-common
619
[ "no_license" ]
[ { "path": "ansible-tutorial/vagrant/ansible/roles/role-common/tasks/main.yml", "content": "- name: install packages from yum\n yum: name={{ item }} state=latest\n with_items:\n - jq\n - ruby\n\n- name: create directories\n file: path={{ item.path }} owner={{ item.owner }} group={{ item.group }} mod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
yusuiked/playground
983f1b536207b92b7d7650f0002c1c340df301dd
0
ansible-tutorial/vagrant/ansible/roles/role-web
619
[ "no_license" ]
[ { "path": "ansible-tutorial/vagrant/ansible/roles/role-web/tasks/main.yml", "content": "- name: create directories\n file: path={{ item.path }} owner={{ item.owner }} group={{ item.group }} mode=0{{ item.mode }} state=directory\n with_items:\n - { \"path\": \"/opt/vagrant\", \"owner\": \"vagrant\", \"g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 362, "all_permissive": false }
ansible_role
BacLuc/provision-machines
70b76b4accc127d9226b991903140bd81b258f73
0
roles/azure_cli
619
[ "no_license" ]
[ { "path": "roles/azure_cli/tasks/main.yml", "content": "# From: https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt#option-2-step-by-step-installation-instructions\n- name: \"Install azure-cli\"\n when: enable_azure_cli | default(false)\n tags: azure_cli\n block:\n - name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1270, "all_permissive": false }
ansible_role
BacLuc/provision-machines
70b76b4accc127d9226b991903140bd81b258f73
0
roles/bash
619
[ "no_license" ]
[ { "path": "roles/bash/tasks/main.yml", "content": "---\n- name: \"install autojump\"\n become: true\n package:\n name: autojump\n\n- name: Add bash aliases\n lineinfile: dest=\"~/.bash_aliases\"\n line=\"{{ item.line }}\"\n regexp=\"{{ item.regexp }}\"\n state=present\n insertafter=EOF\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2547, "all_permissive": false }
ansible_role
BacLuc/provision-machines
70b76b4accc127d9226b991903140bd81b258f73
0
roles/basic_utils
619
[ "no_license" ]
[ { "path": "roles/basic_utils/templates/flutter-proxy.j2", "content": "#!/bin/sh\n\nexport PKG_CONFIG_PATH=\"/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig\"\n\ncase \"$(pwd)\" in\n \"*.fvmrc\"*) exec fvm flutter \"$@\" ;;\nesac\n\nif [ -f \"$(pwd)/.fvmrc\" ]; then\n exec fvm flutter \"$@\"\nfi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9085, "all_permissive": false }
ansible_role
BacLuc/provision-machines
70b76b4accc127d9226b991903140bd81b258f73
0
roles/docker
619
[ "no_license" ]
[ { "path": "roles/docker/files/daemon.json", "content": "{\n \"bip\": \"172.28.0.1/18\",\n \"default-address-pools\": [\n {\n \"base\": \"172.28.64.0/18\",\n \"size\": 24\n }\n ],\n \"log-driver\": \"json-file\",\n \"log-opts\": {\n \"max-size\": \"10m\",\n \"max-file\": \"5\"\n }...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1980, "all_permissive": false }
ansible_role
BacLuc/provision-machines
70b76b4accc127d9226b991903140bd81b258f73
0
roles/flatpak
619
[ "no_license" ]
[ { "path": "roles/flatpak/files/flatpak-upgrade.sh", "content": "#/bin/sh\n\nset -e\n\nflatpak update --assumeyes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/flatpak/meta/main.yml", "content": "---\ndependencies:\n - role: update_pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 480, "all_permissive": false }
ansible_role
BacLuc/provision-machines
70b76b4accc127d9226b991903140bd81b258f73
0
roles/homebrew
619
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yaml", "content": "- name: set facts homebrew role\n set_fact:\n homebrew_path: \"/home/linuxbrew/.linuxbrew/Homebrew/bin\"\n\n- name: Check if Homebrew is installed\n stat:\n path: \"{{ homebrew_path }}/brew\"\n register: homebrew_installed\n\n- name: install h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 944, "all_permissive": false }
ansible_role
BacLuc/provision-machines
70b76b4accc127d9226b991903140bd81b258f73
0
roles/kubectl
619
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/main.yml", "content": "- name: \"set facts for kubectl role\"\n set_fact:\n kubectl:\n contex_management_part: |\n function ktx() {\n if [ $# -eq 0 ]; then\n kubectl config get-contexts\n return\n fi\n yq '.cur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2821, "all_permissive": false }
ansible_role
BacLuc/provision-machines
70b76b4accc127d9226b991903140bd81b258f73
0
roles/motd
619
[ "no_license" ]
[ { "path": "roles/motd/tasks/main.yaml", "content": "- name: \"set facts for motd role\"\n set_fact:\n zsh: \"{{ motd | default({}) }}\"\n\n- name: \"Setup motd files\"\n block:\n - name: \"Show df -h at end\"\n when: motd.enable_disk_usage | default(false)\n become: true\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
BacLuc/provision-machines
70b76b4accc127d9226b991903140bd81b258f73
0
roles/okular
619
[ "no_license" ]
[ { "path": "roles/okular/tasks/main.yml", "content": "---\n- name: install okular\n become: true\n package:\n name: okular\n\n- name: set okular as default pdf viewer\n become: true\n lineinfile:\n dest: \"/etc/gnome/defaults.list\"\n regexp: \"^application/pdf=\"\n line: \"application/pdf=ok...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
BacLuc/provision-machines
70b76b4accc127d9226b991903140bd81b258f73
0
roles/tmux
619
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "- name: Install tmux tools\n become: true\n package:\n name:\n - tmux\n\n- name: Add tmux config\n template:\n src: .tmux.conf\n dest: \"~/\"\n mode: \"u+rw\"\n\n- name: Ensure Unix line endings\n replace:\n path: \"{{ item }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2357, "all_permissive": false }
ansible_role
BacLuc/provision-machines
70b76b4accc127d9226b991903140bd81b258f73
0
roles/update_packages_script
619
[ "no_license" ]
[ { "path": "roles/update_packages_script/files/apt-upgrade.sh", "content": "#/bin/sh\n\nset -e\n\napt-get update\napt-get upgrade --assume-yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/update_packages_script/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1049, "all_permissive": false }
ansible_role
BacLuc/provision-machines
70b76b4accc127d9226b991903140bd81b258f73
0
roles/windows
619
[ "no_license" ]
[ { "path": "roles/windows/templates/mvn-proxy.j2", "content": "#!/bin/sh\n\nif [ -z $JAVA_HOME ]; then\n JAVA_HOME='{{ windows.java_home }}'\nfi\nexport JAVA_HOME\nexport WSLENV=\"JAVA_HOME\"\n\nexec cmd.exe /c mvn.cmd \"$@\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 892, "all_permissive": false }
ansible_role
BacLuc/provision-machines
70b76b4accc127d9226b991903140bd81b258f73
0
roles/zsh
619
[ "no_license" ]
[ { "path": "roles/zsh/meta/main.yml", "content": "---\ndependencies:\n - role: docker\n - role: homebrew\n - role: update_packages_script\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/zsh/tasks/main.yml", "content": "- name: \"set d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4694, "all_permissive": false }
ansible_role
ichisuke55/add_ssh_user
0b4f9a37894fa90385671961ca0384f6df45afa4
0
roles/add_ssh_users
619
[ "no_license" ]
[ { "path": "roles/add_ssh_users/tasks/main.yml", "content": "- name: Add users\n user:\n name: \"{{ item.name }}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n update_password: on_create\n state: \"{{ item.state }}\"\n comment: \"{{ item.comment }}\"\n with_items: \"{{ us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 512, "all_permissive": false }
ansible_role
bhr83/Naveen
091ec759c1083e854c1fe63d2a0443df8ed9d81d
0
roles/compare_files
619
[ "no_license" ]
[ { "path": "roles/compare_files/tasks/appening_list_values.yml", "content": "- include_tasks: adding_each_dict.yml\n vars:\n config_dict: \"{{ each_dict }}\"\n loop: \"{{ config1_tag_value_list_of_dicts }}\"\n loop_control:\n loop_var: each_dict", "license_type": "no_license", "detected_lice...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6775, "all_permissive": false }
ansible_role
bhr83/Naveen
091ec759c1083e854c1fe63d2a0443df8ed9d81d
0
roles/version_check
619
[ "no_license" ]
[ { "path": "roles/version_check/tasks/rel_ver_check.yml", "content": "- name: set store_no\n set_fact:\n store_no: \"{{ store_name[-4:]}}\"\n\n- block:\n - name: check /apps/store/eps.version exist\n stat:\n path: '/apps/epsadmin/EPS/eps.version'\n register: epsver_path\n\n - block...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4649, "all_permissive": false }
ansible_role
phob0s-pl/perfchat
ad089b389572ed284bef9106d239d0a8564703f2
0
deployment/ansible/roles/perfchat_client
619
[ "no_license" ]
[ { "path": "deployment/ansible/roles/perfchat_client/tasks/install_client.yml", "content": "---\n\n- name: Copy client\n copy:\n src: roles/files/perfchat_client\n dest: /usr/local/bin/perfchat_client\n owner: root\n group: root\n mode: 0755\n become: true\n\n# make temaplete\n- name: Copy c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 687, "all_permissive": false }
ansible_role
phob0s-pl/perfchat
ad089b389572ed284bef9106d239d0a8564703f2
0
deployment/ansible/roles/perfchat_server
619
[ "no_license" ]
[ { "path": "deployment/ansible/roles/perfchat_server/tasks/install_server.yml", "content": "---\n\n- name: Copy server\n copy:\n src: roles/files/perfchat_server\n dest: /usr/local/bin/perfchat_server\n owner: root\n group: root\n mode: 0755\n become: true\n\n# make temaplete\n- name: Copy s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 687, "all_permissive": false }
ansible_role
un1x01d/zed-ansible
792e81c44e39e3f201e6d61f8a5754eab9d91cbf
0
playbooks/roles/base_packages
619
[ "no_license" ]
[ { "path": "playbooks/roles/base_packages/tasks/main.yml", "content": "---\n\n - name: Install Base Packages\n yum: name={{item}} state=latest\n with_items: \n - \"{{ base_packages }}\"\n tags:\n - install_base_packages\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
un1x01d/zed-ansible
792e81c44e39e3f201e6d61f8a5754eab9d91cbf
0
playbooks/roles/bashrc
619
[ "no_license" ]
[ { "path": "playbooks/roles/bashrc/tasks/main.yml", "content": "---\n# tasks file for bashrc\n\n- name: Configure /etc/bashrc\n lineinfile: dest=/etc/bashrc regexp='' insertafter=EOF line=' {{ bashrc_shell }} '\n tags:\n - bashrc_config \n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
un1x01d/zed-ansible
792e81c44e39e3f201e6d61f8a5754eab9d91cbf
0
playbooks/roles/nrpe
619
[ "no_license" ]
[ { "path": "playbooks/roles/nrpe/tasks/main.yml", "content": "---\n\n - name: Install NRPE\n yum: name=nrpe state=latest\n tags:\n - install_nrpe\n\n - name: Install Nagios Plugins\n yum: name=nagios-plugins* state=latest\n tags:\n - install_nagios-plugins\n\n - name: Drop NRPE Confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
un1x01d/zed-ansible
792e81c44e39e3f201e6d61f8a5754eab9d91cbf
0
playbooks/roles/ntp
619
[ "no_license" ]
[ { "path": "playbooks/roles/ntp/tasks/main.yml", "content": "# Set up NTP \n---\n- name: Setup NTP \n yum: name=ntp\n\n- name: Configure NTP\n template: src=ntp.conf.j2 dest=/etc/ntp.conf owner=root group=root\n\n- name: Enable NTP\n service: name=ntpd state=started enabled=yes\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 407, "all_permissive": false }
ansible_role
un1x01d/zed-ansible
792e81c44e39e3f201e6d61f8a5754eab9d91cbf
0
playbooks/roles/profile
619
[ "no_license" ]
[ { "path": "playbooks/roles/profile/tasks/main.yml", "content": "---\n\n - name: Install banner profile\n template: src=banner.sh.j2 dest=/etc/profile.d/banner.sh\n tags:\n - install_banner\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
un1x01d/zed-ansible
792e81c44e39e3f201e6d61f8a5754eab9d91cbf
0
playbooks/roles/rsyslog
619
[ "no_license" ]
[ { "path": "playbooks/roles/rsyslog/tasks/main.yml", "content": "---\n\n - name: Install rSyslog\n yum: name=rsyslog state=latest\n tags:\n - install_rsyslog\n\n - name: Enable rSyslog\n service: name=rsyslog enabled=yes\n notify: restart rsyslog\n tags:\n - enable_rsyslog\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
un1x01d/zed-ansible
792e81c44e39e3f201e6d61f8a5754eab9d91cbf
0
playbooks/roles/selinux
619
[ "no_license" ]
[ { "path": "playbooks/roles/selinux/tasks/main.yml", "content": "---\n\n - name: Install Libs to disable SELinux\n yum: name={{ item }} state=latest\n with_items: \n - libselinux-python \n - policycoreutils\n\n - stat: path=/etc/selinux/config\n register: se\n\n - name: Disable SELinux\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
un1x01d/zed-ansible
792e81c44e39e3f201e6d61f8a5754eab9d91cbf
0
playbooks/roles/sshd
619
[ "no_license" ]
[ { "path": "playbooks/roles/sshd/tasks/main.yml", "content": "---\n\n - name: Configure SSHD\n lineinfile: dest=/etc/ssh/sshd_config regexp=\"^.*Banner \" insertafter=\"^#Listen \" line=\"Banner /etc/banner\"\n notify: restart sshd\n tags:\n - configure_sshd\n\n - name: Set SSH Banner\n te...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
un1x01d/zed-ansible
792e81c44e39e3f201e6d61f8a5754eab9d91cbf
0
playbooks/roles/sudo
619
[ "no_license" ]
[ { "path": "playbooks/roles/sudo/templates/sudoers.j2", "content": "# {{ansible_managed}}\n{% for i in sudo_users %}\n{{i}} ALL=(ALL) {{\"NOPASSWD: \" if sudo_nopasswd else \"\"}}ALL\nDefaults:nagios !requiretty\nnagios ALL=(ALL) NOPASSWD: /usr/lib64/nagios/plugins/\nnagios ALL=(ALL) NOPASSWD...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 664, "all_permissive": false }
ansible_role
un1x01d/zed-ansible
792e81c44e39e3f201e6d61f8a5754eab9d91cbf
0
playbooks/roles/sysinfo
619
[ "no_license" ]
[ { "path": "playbooks/roles/sysinfo/defaults/main.yml", "content": "web_root: /var/www/html\nphpsysinfo_repo: https://github.com/phpsysinfo/phpsysinfo.git\nsysinfo_packages:\n - httpd\n - git \n - openssl\n - php\n - php-common\n - php-gd\n - php-xml\n - php-mbstring\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1231, "all_permissive": false }
ansible_role
un1x01d/zed-ansible
792e81c44e39e3f201e6d61f8a5754eab9d91cbf
0
playbooks/roles/users
619
[ "no_license" ]
[ { "path": "playbooks/roles/users/tasks/main.yml", "content": "---\n\n - name: Create Groups\n group: name={{ item }} state=present\n with_items:\n - \"{{ user_list }}\"\n tags:\n - create_users\n\n - name: Create Users \n user: name={{ item }} group=zed shell=/bin/bash state=present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 334, "all_permissive": false }
ansible_role
un1x01d/zed-ansible
792e81c44e39e3f201e6d61f8a5754eab9d91cbf
0
playbooks/roles/yum-update
619
[ "no_license" ]
[ { "path": "playbooks/roles/yum-update/tasks/main.yml", "content": "---\n\n - name: Update All Packages\n yum: name=* state=latest\n tags:\n - update_packages\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
Navdeepuniyal/son-install-1
1a7b9144d6ed4f87c5c41c5000375210e139ecb2
0
cloud-module/openstack/roles/openstack
619
[ "no_license" ]
[ { "path": "cloud-module/openstack/roles/openstack/tasks/main.yml", "content": "---\n# tasks file for openstack-ansible\n\n- name: launch an Openstack 'nova-compute' instance\n os_server:\n state: present\n auth:\n auth_url: \"{{ os_auth_url }}\"\n username: \"{{ os_user }}\"\n password...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1219, "all_permissive": false }
ansible_role
Navdeepuniyal/son-install-1
1a7b9144d6ed4f87c5c41c5000375210e139ecb2
0
cloud-module/openstack/roles/openstackclients
619
[ "no_license" ]
[ { "path": "cloud-module/openstack/roles/openstackclients/vars/main.yml", "content": "---\n# vars file for openstackclients\n#deploy_user: \"{{ ansible_user_id }}\"\ntarball_version: 1.12.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "cloud-mod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1615, "all_permissive": false }
ansible_role
Navdeepuniyal/son-install-1
1a7b9144d6ed4f87c5c41c5000375210e139ecb2
0
install/roles/broker
619
[ "no_license" ]
[ { "path": "install/roles/broker/tasks/Core.yml", "content": "---\n\n- name: check if the DOCKER service exists\n command: systemctl is-active docker.service\n register: service_status\n\n- name: run the \"SP Message Bus\"\n docker_container:\n name: son-broker\n image: rabbitmq\n env:\n RAB...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1032, "all_permissive": false }
ansible_role
Navdeepuniyal/son-install-1
1a7b9144d6ed4f87c5c41c5000375210e139ecb2
0
install/roles/docker
619
[ "no_license" ]
[ { "path": "install/roles/docker/templates/rsyslog.j2", "content": "# Docker logging\ndaemon.* {\n /var/log/sonata/{{ service }}.log\n stop\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "install/roles/docker/templates/logrotate.j2", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 946, "all_permissive": false }
ansible_role
Navdeepuniyal/son-install-1
1a7b9144d6ed4f87c5c41c5000375210e139ecb2
0
install/roles/mysql
619
[ "no_license" ]
[ { "path": "install/roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- name: installing MYSQL for CentOS\n include: \"{{ ansible_os_family }}.yml\"\n# when: ansible_os_family == \"RedHat\"\n \n#- name: installing MYSQL for Ubuntu\n# include: ubuntu.yml\n# when: ansible_os_family == \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
Navdeepuniyal/son-install-1
1a7b9144d6ed4f87c5c41c5000375210e139ecb2
0
utils/roles/jenkins
619
[ "no_license" ]
[ { "path": "utils/roles/jenkins/tasks/Core.yml", "content": "# CENTOS 7\n- name: installing EPEL\n yum_repository:\n name: epel\n description: EPEL YUM repo\n baseurl: http://download.fedoraproject.org/pub/epel/$releasever/$basearch/\n\n- name: installing JDK\n yum: name=java-1.8.0-openjdk state=p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2280, "all_permissive": false }
ansible_role
rogerintel/worpress_com_ansible
b35e44a1ce551b08ff79e47f1c3327dbe489eed8
0
roles/mysql
599
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: \"Instala pacotes de dependencia do sistema operacional\"\n apt:\n name: [mysql-server, \"python3-mysqldb\"]\n state: latest\n become: yes\n\n- name: Create mysql database\n mysql_db:\n name: \"{{ wp_db_name }}\"\n login_user: r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 723, "all_permissive": false }
ansible_role
rogerintel/worpress_com_ansible
b35e44a1ce551b08ff79e47f1c3327dbe489eed8
0
roles/webserver
599
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: \"Instala pacotes de dependencia do sistema operacional\"\n apt:\n name: [php, apache2, libapache2-mod-php, php-gd, php-mysql]\n state: latest\n become: yes\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": 171, "all_permissive": false }
ansible_role
rogerintel/worpress_com_ansible
b35e44a1ce551b08ff79e47f1c3327dbe489eed8
0
roles/wordpress
599
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: \"Baixa o pacote do wordpress\"\n copy:\n src: \"files/wordpress.tar.gz\"\n dest: \"/tmp/wordpress.tar.gz\"\n\n- name: \"Descompactar o wordpress\"\n unarchive:\n src: \"/tmp/wordpress.tar.gz\"\n dest: \"/var/www/\"\n remo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1101, "all_permissive": false }
ansible_role
undeadops/ansible-demo-mysql-galera-wordpress
de06e823e243dd251130736a28427def45120d55
0
roles/mysql
599
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "---\n# Define root password for percona server\nroot_password: <PASSWORD>\n\n# Some defaults variables for percona server config file\nport: 3306\ndata_dir: /var/lib/mysql\nbind_address: 0.0.0.0\nmax_allowed_packet: 16M\nkey_buffer: 16M\nthread_stack: 1...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 7623, "all_permissive": false }
ansible_role
redpuma/ansible-vagrant
b9c410e69a1c6515268a9d0163111a9914c38b3f
0
ansible/roles/install-ufw
599
[ "permissive" ]
[ { "path": "ansible/roles/install-ufw/tasks/main.yml", "content": "---\n# tasks file for install-ufw\n\n- name: Update apt \n apt: update_cache=yes cache_valid_time=3600\n\n- name: Update all packages to the latest version\n apt: upgrade=dist\n register: upgrade\n\n- name: Install UFW\n apt: name=ufw sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1500, "all_permissive": true }
ansible_role
redpuma/ansible-vagrant
b9c410e69a1c6515268a9d0163111a9914c38b3f
0
ansible/roles/test-vars
599
[ "permissive" ]
[ { "path": "ansible/roles/test-vars/tasks/main.yml", "content": "---\n# tasks file for test-vars role\n\n- name: Dump vars formatted to terminal\n debug: var=hostvars[inventory_hostname]\n\n- name: Dump vars to file as JSON\n template:\n src: dump_variables_json\n dest: \"/tmp/{{ inventory_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": true }
ansible_role
redpuma/ansible-vagrant
b9c410e69a1c6515268a9d0163111a9914c38b3f
0
provisioning/ansible/roles/ansible
599
[ "permissive" ]
[ { "path": "provisioning/ansible/roles/ansible/tasks/main.yml", "content": "---\n\n- name: Install software-properties-common in order to manage the repositories that you install software from.\n apt: name=software-properties-common state=present update_cache=yes\n\n- name: Add Ansible PPA\n apt_repository...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 673, "all_permissive": true }
ansible_role
redpuma/ansible-vagrant
b9c410e69a1c6515268a9d0163111a9914c38b3f
0
provisioning/ansible/roles/ansible-managed
599
[ "permissive" ]
[ { "path": "provisioning/ansible/roles/ansible-managed/tasks/main.yml", "content": "---\n- name: Create an Ansible user\n user: name=ansible\n groups=admin\n generate_ssh_key=yes\n ssh_key_bits=2048\n ssh_key_file=.ssh/id_rsa\n shell=/bin/bash\n\n- name: Enable ansible use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1412, "all_permissive": true }
ansible_role
nolith/maid
65547d6603f2e264d3da36645000eb0caa8be933
0
roles/maid
599
[ "no_license" ]
[ { "path": "roles/maid/vars/main.yml", "content": "---\nuser: \"{{ ansible_user_id }}\"\nhome: \"{{ lookup('env','HOME') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/maid/tasks/maid.yml", "content": "---\n- name: making src folde...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2600, "all_permissive": false }
ansible_role
onaiv22/ansible-project
f36a23b72aa343b85e28b08e2f0dcbf470d7864e
0
roles/k8s-master
599
[ "no_license" ]
[ { "path": "roles/k8s-master/tasks/main.yaml", "content": "---\n- name: Apt update\n apt:\n update_cache: yes\n\n- name: Install a list of packages\n apt:\n pkg:\n - apt-transport-https \n - ca-certificates \n - curl \n - software-properties-common \n - containerd \n register: packag...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3628, "all_permissive": false }
ansible_role
mohammadne/devenv
da9da762a11846b0b48577dbff2868b7da3832d0
1
ansible/roles/bombsquad
599
[ "permissive" ]
[ { "path": "ansible/roles/bombsquad/vars/main.yml", "content": "---\nversion: \"1.7.28\"\nparty_name: FFA\nparty_is_public: false\nport: 43210\nmax_party_size: 10\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 92 }, { "path": "ansible/role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1804, "all_permissive": true }
ansible_role
mohammadne/devenv
da9da762a11846b0b48577dbff2868b7da3832d0
1
ansible/roles/kind-cluster
599
[ "permissive" ]
[ { "path": "ansible/roles/kind-cluster/tasks/create-cluster.yaml", "content": "---\n- name: \"Get list of kind clusters\"\n command: kind get clusters\n register: existing_clusters\n changed_when: false\n\n- name: \"Define kindconfig path variable\"\n set_fact:\n kindconfig_path: \"/tmp/kindconfig.yam...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2848, "all_permissive": true }
ansible_role
daniel1541/trabalho
18174b6b23f0f8fc2d4e56ffdde34a82c3c89a32
0
ansible/roles/trabalho
599
[ "no_license" ]
[ { "path": "ansible/roles/trabalho/tasks/main.yml", "content": "---\n\n- name: 'Criando diretorio do DockerFile'\n file:\n path: /tmp/Docker\n state: directory\n mode: 0755\n\n- name: 'Usando Usuario root'\n shell: sudo su\n\n#- name: 'Git Clone'\n# shell: sudo git clone https://github.com/daniel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
onai254/ansible-k8s
d3ad832931e46b8bfb03f38e176ead75e5d55835
0
roles/base
599
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "# This playbook contains base play for all nodes\n\n- name: Install Docker GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker repository\n apt_repository:\n repo: deb [arch=am...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1154, "all_permissive": false }
ansible_role
onai254/ansible-k8s
d3ad832931e46b8bfb03f38e176ead75e5d55835
0
roles/master
599
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "# Install only what is needed in the master nodes\n- name: Install kubectl to the master nodes\n apt:\n name: kubectl\n state: present\n\n- name: Download Balto GPG key\n command: curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
corumj/ansible-demo
37f8ccf6cf9d7be4e04556daedad884b022c0e34
1
roles/aws-ec2-deprovision
599
[ "no_license" ]
[ { "path": "roles/aws-ec2-deprovision/tasks/main.yml", "content": "--- \n- name: Deprovision ec2 instance \n amazon.aws.ec2_instance:\n profile: \"{{ aws_profile | default('') }}\"\n state: absent\n filters:\n # \"tag:business_domain_name\": \"{{ business_domain_name }}\"\n \"tag:user\": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
corumj/ansible-demo
37f8ccf6cf9d7be4e04556daedad884b022c0e34
1
roles/aws-ec2-provision
599
[ "no_license" ]
[ { "path": "roles/aws-ec2-provision/tasks/main.yml", "content": "--- \n- name: Setup EC2 Windows instance \n block:\n - name: Provision EC2 Windows Instance \n amazon.aws.ec2_instance:\n profile: \"{{ aws_profile | default('') }}\"\n state: started\n name: \"{{ server_env }}-{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2069, "all_permissive": false }
ansible_role
corumj/ansible-demo
37f8ccf6cf9d7be4e04556daedad884b022c0e34
1
roles/aws-infra-setup
599
[ "no_license" ]
[ { "path": "roles/aws-infra-setup/tasks/main.yml", "content": "---\n- name: create a VPC \n amazon.aws.ec2_vpc_net:\n profile: \"{{ aws_profile }}\"\n state: present\n name: \"{{ aws_user }}-ansible-vpc\"\n cidr_block: 10.0.0.0/16\n tenancy: default\n tags:\n user: \"{{ aws_user }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2995, "all_permissive": false }
ansible_role
corumj/ansible-demo
37f8ccf6cf9d7be4e04556daedad884b022c0e34
1
roles/aws-infra-teardown
599
[ "no_license" ]
[ { "path": "roles/aws-infra-teardown/tasks/main.yml", "content": "- name: Retrieve required AWS infrastructure ID's \n block:\n - name: retrieve vpc ID \n amazon.aws.ec2_vpc_net_info:\n profile: \"{{ aws_profile }}\"\n filters:\n \"tag:user\": \"{{ aws_user }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2253, "all_permissive": false }
ansible_role
corumj/ansible-demo
37f8ccf6cf9d7be4e04556daedad884b022c0e34
1
roles/linux-patching
599
[ "no_license" ]
[ { "path": "roles/linux-patching/tasks/main.yml", "content": "---\n- name: Setup Linux project \n awx.awx.project:\n name: Linux Tasks \n state: present\n wait: yes\n organization: Default \n tower_username: \"{{ lookup('env', 'TOWER_USERNAME') }}\"\n tower_password: \"{{ lookup('env', 'TO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1126, "all_permissive": false }
ansible_role
corumj/ansible-demo
37f8ccf6cf9d7be4e04556daedad884b022c0e34
1
roles/servicenow
599
[ "no_license" ]
[ { "path": "roles/servicenow/tasks/main.yml", "content": "---\n- name: Create a credential for Galaxy \n awx.awx.credential:\n name: ServiceNow Galaxy \n description: Credential for SNOW org to access Galaxy\n organization: Default\n credential_type: Ansible Galaxy/Automation Hub API Token\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2998, "all_permissive": false }
ansible_role
corumj/ansible-demo
37f8ccf6cf9d7be4e04556daedad884b022c0e34
1
roles/tower-setup
599
[ "no_license" ]
[ { "path": "roles/tower-setup/tasks/venv.yml", "content": "---\n\n# This is documented here: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/virtualenv.html#preparing-a-new-custom-virtualenv\n- name: Create directory for custom venvs\n file:\n path: /opt/my-envs\n state: dir...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 11847, "all_permissive": false }
ansible_role
corumj/ansible-demo
37f8ccf6cf9d7be4e04556daedad884b022c0e34
1
roles/windows
599
[ "no_license" ]
[ { "path": "roles/windows/tasks/main.yml", "content": "---\n# - name: Create tower organization for Windows\n# awx.awx.organization:\n# name: Windows\n# description: \"Windows admins\"\n# state: present\n# tower_username: \"{{ lookup('env', 'TOWER_USERNAME') }}\"\n# tower_password: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3917, "all_permissive": false }
ansible_role
corumj/ansible-demo
37f8ccf6cf9d7be4e04556daedad884b022c0e34
1
roles/workflow-demo
599
[ "no_license" ]
[ { "path": "roles/workflow-demo/tasks/main.yml", "content": "---\n- name: Setup Linux Tasks project\n awx.awx.project:\n name: Linux Tasks \n state: present\n wait: yes\n organization: Default \n controller_username: \"{{ lookup('env', 'TOWER_USERNAME') }}\"\n controller_password: \"{{ loo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7185, "all_permissive": false }
ansible_role
mabdh/setup
b3041f7c6dedb2a58c02e8cd51f2cd62cbba628a
0
roles/cask
599
[ "no_license" ]
[ { "path": "roles/cask/tasks/main.yml", "content": "---\n- name: install homebrew cask apps\n homebrew_cask:\n name:\n - visual-studio-code\n - slack\n - authy\n state: present\n\n- set_fact:\n role_cask_done: true", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
mabdh/setup
b3041f7c6dedb2a58c02e8cd51f2cd62cbba628a
0
roles/common
599
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: install common dependencies\n homebrew:\n name:\n - jq\n - tig\n - ripgrep\n - fzf\n - rectangle\n - spaceship\n state: present\n\n- name: set tmux.conf\n copy: src=tmux.conf dest={{user_home}}/.tmux.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
mabdh/setup
b3041f7c6dedb2a58c02e8cd51f2cd62cbba628a
0
roles/go
599
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "---\n- name: install go\n homebrew:\n name:\n - golang\n state: present\n\n- set_fact:\n role_go_done: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": false }
ansible_role
mabdh/setup
b3041f7c6dedb2a58c02e8cd51f2cd62cbba628a
0
roles/k8s
599
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yml", "content": "---\n- name: install k8s dependencies\n homebrew:\n name:\n - kubectl\n - kubectx\n state: present\n\n- set_fact:\n role_k8s_done: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
mabdh/setup
b3041f7c6dedb2a58c02e8cd51f2cd62cbba628a
0
roles/terminal
599
[ "no_license" ]
[ { "path": "roles/terminal/tasks/main.yml", "content": "---\n- name: install zsh\n homebrew:\n name:\n - zsh\n - spaceship\n state: present\n\n- name: install terminal dependencies\n homebrew:\n name:\n - tmux\n - alacritty\n state: present\n\n- name: set .zshrc\n copy: src...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
firastahir/Oracle-Ansible-Updated
071ba98e39314ae133aa9d8c74264b69b4a3f940
0
ansible-oracle-master/roles/oraswdb-install
599
[ "no_license" ]
[ { "path": "ansible-oracle-master/roles/oraswdb-install/tasks/main.yml", "content": "---\n\n - name: Check if DB-server is already installed\n shell: grep \"{{ oracle_home_db }}\" \"{{ oracle_inventory_loc }}/ContentsXML/inventory.xml\" |wc -l\n tags:\n - checkifdbinstall\n register: checkdbswi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 9222, "all_permissive": false }
ansible_role
iamvarundevops/ansible
80c279d2dcfa9ddc2bf09ba21147618dd9548ecb
0
myaccess-sailpoint-configuration-management/roles/identityiq
599
[ "no_license" ]
[ { "path": "myaccess-sailpoint-configuration-management/roles/identityiq/defaults/main.yml", "content": "war_source: ./files/identityiq.war\ntomcat_webapps_dir: C:\\tomcat\\webapps\nwar_dest: '{{ tomcat_webapps_dir }}\\identityiq.war'\ntomcat_service_name: Tomcat9\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 425, "all_permissive": false }
ansible_role
iamvarundevops/ansible
80c279d2dcfa9ddc2bf09ba21147618dd9548ecb
0
myaccess-sailpoint-configuration-management/roles/java
599
[ "no_license" ]
[ { "path": "myaccess-sailpoint-configuration-management/roles/java/tasks/main.yml", "content": "- name: Ensure Java base directory exists\n ansible.windows.win_file:\n path: '{{ java_base_dir }}'\n state: directory\n- name: Download JDK zip\n ansible.windows.win_get_url:\n url: '{{ jdk_zip_url }}'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1305, "all_permissive": false }
ansible_role
iamvarundevops/ansible
80c279d2dcfa9ddc2bf09ba21147618dd9548ecb
0
sailpoint_configuration_management/roles/tomcat
599
[ "no_license" ]
[ { "path": "sailpoint_configuration_management/roles/tomcat/defaults/main.yml", "content": "tomcat_version: 9.0.102\ntomcat_major_version: '9'\ntomcat_home: C:\\tomcat\ntomcat_service_name: Tomcat9\njava_home: C:\\Java\\jdk-11.0.27\\jdk-11.0.27+6\ntomcat_port: 8080\ntomcat_admin_user: admin\ntomcat_admin_pas...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4577, "all_permissive": false }
ansible_role
moorhexa/netpi
804ede82b750f0f00ac3f3cc289f976320308ff9
0
ansible/roles/base
599
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "- name: install base packages for server\n apt:\n package: ['vim', 'tmux', 'htop', 'zsh', 'ufw']\n state: present\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
moorhexa/netpi
804ede82b750f0f00ac3f3cc289f976320308ff9
0
ansible/roles/pihole
599
[ "no_license" ]
[ { "path": "ansible/roles/pihole/tasks/main.yml", "content": "- name: install git\n apt:\n package: git\n state: present\n become: true\n\n- name: clone pihole repositiry\n git:\n repo: 'https://github.com/pi-hole/pi-hole.git'\n dest: /home/pi/pihole\n clone: yes\n become: yes\n\n- name: m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2051, "all_permissive": false }
ansible_role
moorhexa/netpi
804ede82b750f0f00ac3f3cc289f976320308ff9
0
ansible/roles/raspbian-ssh
599
[ "no_license" ]
[ { "path": "ansible/roles/raspbian-ssh/tasks/main.yml", "content": "- name: uploading key from localhost ~/.ssh/id_rsa.pub for user pi\n authorized_key:\n user: pi\n state: present\n key: \"{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}\"\n become: true\n\n- name: disble password ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 589, "all_permissive": false }
ansible_role
moorhexa/netpi
804ede82b750f0f00ac3f3cc289f976320308ff9
0
ansible/roles/tor_proxy
599
[ "no_license" ]
[ { "path": "ansible/roles/tor_proxy/tasks/main.yml", "content": "- name: install tor\n apt:\n package: tor\n state: present\n become: yes\n\n- name: edit config\n blockinfile:\n path: /etc/tor/torrc\n block: |\n SocksPort {{ ansible_facts['eth0']['ipv4']['address'] }}:9050\n SocksPol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
mikaelkrief/Azure-Pipeline-Private-agent
8ded72fdafb6f9c1064de3d333b0492641d9761b
6
04-ansible/roles/azure-pipeline-agent
599
[ "no_license" ]
[ { "path": "04-ansible/roles/azure-pipeline-agent/defaults/main.yml", "content": "---\n# This is the API URL to get the latest release\nvsts_github_api: \"https://api.github.com/repos/Microsoft/vsts-agent/releases/latest\"\n\n# If vsts_agent_fullurl is set this specific version will be downloaded instead of ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4057, "all_permissive": false }
ansible_role
gewo/ansible-devenv
540d73ac296608f6c8f12b3de4aead3f70bf6631
2
roles/docker
599
[ "no_license" ]
[ { "path": "roles/docker/vars/main.yml", "content": "---\ndocker_deps:\n - apt-transport-https\n - python-software-properties\n - python-apt\n - python-pycurl\n - wget\n - lxc\ndocker_repository: \"deb http://get.docker.io/ubuntu docker main\"\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 688, "all_permissive": false }
ansible_role
gewo/ansible-devenv
540d73ac296608f6c8f12b3de4aead3f70bf6631
2
roles/docker-devenv
599
[ "no_license" ]
[ { "path": "roles/docker-devenv/tasks/main.yml", "content": "---\n- name: Install Git\n apt: pkg=git state=latest\n\n- name: Clone Repository\n git: repo={{ repo }} dest={{ destination }}\n notify: run dev update\n\n- name: change user to {{ user }}\n file: path={{ destination }} owner={{ user }} group={...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 640, "all_permissive": false }
ansible_role
gewo/ansible-devenv
540d73ac296608f6c8f12b3de4aead3f70bf6631
2
roles/editors
599
[ "no_license" ]
[ { "path": "roles/editors/tasks/sublime.yml", "content": "---\n- name: Add sublime repository key\n apt_key: url={{ sublime_apt_key }} state=present\n\n- name: Add sublime repository\n apt_repository: repo=\"{{ sublime_repository }}\" state=present\n\n- name: Install sublime\n apt: pkg=sublime-text-instal...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 714, "all_permissive": false }
ansible_role
gewo/ansible-devenv
540d73ac296608f6c8f12b3de4aead3f70bf6631
2
roles/git-tools
599
[ "no_license" ]
[ { "path": "roles/git-tools/tasks/main.yml", "content": "---\n- name: Install git tools\n apt: pkg={{ item }} state=latest\n with_items: packages\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/git-tools/vars/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 124, "all_permissive": false }
ansible_role
gewo/ansible-devenv
540d73ac296608f6c8f12b3de4aead3f70bf6631
2
roles/lxde
599
[ "no_license" ]
[ { "path": "roles/lxde/tasks/main.yml", "content": "---\n- name: Install LXDE\n apt: pkg={{ item }} state=latest install-recommends=no\n with_items:\n - lxde\n - chromium-browser\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
gewo/ansible-devenv
540d73ac296608f6c8f12b3de4aead3f70bf6631
2
roles/samba
599
[ "no_license" ]
[ { "path": "roles/samba/tasks/main.yml", "content": "---\n- name: install samba packages\n apt: pkg={{ item }} state=latest update_cache=yes\n with_items: packages\n\n- name: add {{ user }} to sambashare group\n user: name={{ user }} groups=sambashare append=yes\n\n- name: copy samba config\n copy: src=....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1034, "all_permissive": false }
ansible_role
gewo/ansible-devenv
540d73ac296608f6c8f12b3de4aead3f70bf6631
2
roles/xrdp
599
[ "no_license" ]
[ { "path": "roles/xrdp/files/xrdp.ini", "content": "[globals]\nbitmap_cache=yes\nbitmap_compression=yes\nport=3389\ncrypt_level=low\nchannel_code=1\nmax_bpp=24\n\n[xrdp1]\nname=Existing-Session\nlib=libvnc.so\nusername=na\npassword=ask\nip=127.0.0.1\nport=ask5910\n\n[xrdp2]\nname=New-Session\nlib=libvnc.so\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 543, "all_permissive": false }
ansible_role
jadeyyuu/Ansible-wordpress-demo
a1c328c0ec7c69e596dba5673489d0ed9fa22617
0
Ansible-wordpress-demo/roles/wp-wordpress
419
[ "no_license" ]
[ { "path": "Ansible-wordpress-demo/roles/wp-wordpress/templetes/docker-compose.yaml.j2", "content": "version: '3.7'\n\nservice:\n wordpress:\n image: wordpress\n restart: always\n ports: \n - 80:80\n environment: \n WORDPRESS_DB_HOST: db\n WORDP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1266, "all_permissive": false }
ansible_role
5GEVE/5geve-wp4-dcs-dv-deployment
c9a6bc36d61e5d7e471333514b7276a96f099836
1
roles/dcs_dashboard_service
419
[ "permissive" ]
[ { "path": "roles/dcs_dashboard_service/files/replace_token_mgmt.sh", "content": "#!/bin/bash\n\ncurl --location --request POST 'http://10.5.7.21:8080/auth/realms/5geve/protocol/openid-connect/token' --header 'Authorization: Basic a2liYW5hOmM5N2IyMTU0LTc0OTUtNDc2YS04Y2RiLWMxYTliNzBjMTkzMw==' --header 'Conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 11128, "all_permissive": true }
ansible_role
5GEVE/5geve-wp4-dcs-dv-deployment
c9a6bc36d61e5d7e471333514b7276a96f099836
1
roles/dcs_service
419
[ "permissive" ]
[ { "path": "roles/dcs_service/files/create_dcs_service.sh", "content": "#!/bin/bash\n\necho [Unit] | sudo tee -a /etc/systemd/system/dcs.service > /dev/null\necho Description=DCS REST Client | sudo tee -a /etc/systemd/system/dcs.service > /dev/null\necho | sudo tee -a /etc/systemd/system/dcs.service > /dev/n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1751, "all_permissive": true }
ansible_role
5GEVE/5geve-wp4-dcs-dv-deployment
c9a6bc36d61e5d7e471333514b7276a96f099836
1
roles/elasticsearch_config
419
[ "permissive" ]
[ { "path": "roles/elasticsearch_config/tasks/main.yml", "content": "---\n- name: Stop Elasticsearch service\n shell: systemctl stop elasticsearch\n\n- name: Check if Elasticsearch old configuration file exists\n stat:\n path: /etc/elasticsearch/elasticsearch.yml.old\n register: elasticsearch_old_config...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3381, "all_permissive": true }
ansible_role
5GEVE/5geve-wp4-dcs-dv-deployment
c9a6bc36d61e5d7e471333514b7276a96f099836
1
roles/keycloak_proxy_config
419
[ "permissive" ]
[ { "path": "roles/keycloak_proxy_config/tasks/main.yml", "content": "---\n- name: Stop Kibana service\n shell: systemctl stop kibana\n\n- name: Uninstall keycloak-kibana plugin (if present)\n shell: sudo /usr/share/kibana/bin/kibana-plugin remove --allow-root keycloak-kibana\n failed_when: false\n change...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2510, "all_permissive": true }