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 | Robocop01/php-joomla-vm | fa83c0483c92a7993f467f1bf237008038ce7f20 | 0 | provisioning/roles/mysql_def | 7,569 | [
"no_license"
] | [
{
"path": "provisioning/roles/mysql_def/tasks/main.yml",
"content": "- name: install mysql server\n apt_repository: repo='ppa:ondrej/mysql-5.7'\n\n- name: install python-pip, libpq-dev, python-dev\n apt: name={{ item }} state=present\n with_items:\n - mysql-server\n - mysql-client\n - python-mys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 768,
"all_permissive": false
} |
ansible_role | Robocop01/php-joomla-vm | fa83c0483c92a7993f467f1bf237008038ce7f20 | 0 | provisioning/roles/php | 7,569 | [
"no_license"
] | [
{
"path": "provisioning/roles/php/tasks/main.yml",
"content": "- name: add php ppa\n apt_repository: repo='ppa:ondrej/php' state=present\n\n- name: update apt cache\n apt: update_cache=yes\n\n- name: install php requirements for joomla\n apt: name=php{{ php.version }}-{{ item }} state=present\n with_ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | aircraft721/ansible-roles | 9d7c88cede9efc7ffbe35b84b8565de38e303257 | 0 | roles/apache | 7,569 | [
"no_license"
] | [
{
"path": "roles/apache/vars/main.yml",
"content": "http_port: 7009\nhttp_host: \"ansible-roles-example.com\"\nhttp_host_dir: \"ansible_roles_example\"\nhttp_conf_file: \"ansible_roles_example_file\"\nsource_code_location: \"files/source_code\"",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | snehalsontale/cp-ansible-admin | cbdeda1f7c2f48c228425421be981bd5e380c056 | 0 | roles/topic | 7,569 | [
"permissive"
] | [
{
"path": "roles/topic/tasks/topics_update.yml",
"content": "---\n# Low level topic operations - using Confluent Server v3 API\n- name: Update topics\n uri:\n url: \"{{rest_server_url}}{{topic_cluster_prefix}}/v3/clusters/{{cluster_id}}/topics/{{item.topic_name}}/configs:alter\"\n method: POST\n v... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5709,
"all_permissive": true
} |
ansible_role | snehalsontale/cp-ansible-admin | cbdeda1f7c2f48c228425421be981bd5e380c056 | 0 | roles/zacl | 7,569 | [
"permissive"
] | [
{
"path": "roles/zacl/tasks/zacl_crud.yml",
"content": "---\n- name: Add ACLs\n uri:\n url: \"{{rest_server_url}}/kafka/v3/clusters/{{ cluster_id }}/acls\"\n method: \"{{ http_method }}\"\n validate_certs: false\n force_basic_auth: true\n force: yes\n status_code: \"{{ http_status_code }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1851,
"all_permissive": true
} |
ansible_role | brunomariz/it-support | 091cfc4dd62d1e29eec959c42cba2be84faf0dcc | 0 | ansible/roles/ansys | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/ansys/defaults/main.yaml",
"content": "---\nANSYS_INSTALL_DIR: /ansys_inc\nANSYS_VERSION: 2024R2\nANSYS_DISK1_PATH: /opt/ansys/disk1/ANSYS{{ ANSYS_VERSION }}_LINX64_DISK1.iso\nANSYS_DISK2_PATH: /opt/ansys/disk2/ANSYS{{ ANSYS_VERSION }}_LINX64_DISK2.iso\nANSYS_DISK3_PATH: /opt/ansys/... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2459,
"all_permissive": false
} |
ansible_role | brunomariz/it-support | 091cfc4dd62d1e29eec959c42cba2be84faf0dcc | 0 | ansible/roles/banner | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/banner/defaults/main.yaml",
"content": "---\n# default variables for the role (see Using Variables for more information). These variables have the lowest priority of any variables available and can be easily overridden by any other variable, including inventory variables.\nBANNER_CO... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1116,
"all_permissive": false
} |
ansible_role | brunomariz/it-support | 091cfc4dd62d1e29eec959c42cba2be84faf0dcc | 0 | ansible/roles/base | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yaml",
"content": "---\n# the main list of tasks that the role executes\n- name: debug \n ansible.builtin.debug:\n msg: \"Hello, {{example_var}}! - From a {{ansible_os_family}} computer.\"\n\n- name: Test connection\n ansible.builtin.ping:\n\n- name: Copy templa... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1263,
"all_permissive": false
} |
ansible_role | brunomariz/it-support | 091cfc4dd62d1e29eec959c42cba2be84faf0dcc | 0 | ansible/roles/comsol | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/comsol/templates/setupconfig.ini",
"content": "#\r\n# COMSOL automated installation answer file.\r\n#\r\n# Usage:\r\n# 1) copy this file and modify the properties below\r\n# 2) run setup -s <path to modified setupconfig.ini file>\r\n#\r\n# The setup program returns one of the follow... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 19590,
"all_permissive": false
} |
ansible_role | brunomariz/it-support | 091cfc4dd62d1e29eec959c42cba2be84faf0dcc | 0 | ansible/roles/dns | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/dns/defaults/main.yaml",
"content": "---\nDNS_NAMESERVER1_IP: 172.16.58.3\nDNS_NAMESERVER2_IP: 172.16.58.3\n\nDNS_SERVER_IP: \"{{ansible_default_ipv4.address}}\" # using the servers default IP as the dns server IP\n...",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2188,
"all_permissive": false
} |
ansible_role | brunomariz/it-support | 091cfc4dd62d1e29eec959c42cba2be84faf0dcc | 0 | ansible/roles/ipa | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/ipa/tasks/client-rhel.yaml",
"content": "---\n# Configure IPA client\n\n- name: Install freeipa-client package\n ansible.builtin.dnf:\n name: freeipa-client \n state: latest\n\n- name: Configure firewall\n vars:\n tcp_ports: \n - 80\n - 88\n - 389\n -... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6212,
"all_permissive": false
} |
ansible_role | brunomariz/it-support | 091cfc4dd62d1e29eec959c42cba2be84faf0dcc | 0 | ansible/roles/iptables | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/iptables/tasks/ws-proxmox.yaml",
"content": "---\n# Configure proxmox servers firewall rules and forwarding\n- name: Copy script with iptables commands\n ansible.builtin.template:\n src: templates/iptables-proxmox.sh\n dest: /tmp/iptables-proxmox.sh\n mode: +x\n\n- name: M... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3734,
"all_permissive": false
} |
ansible_role | brunomariz/it-support | 091cfc4dd62d1e29eec959c42cba2be84faf0dcc | 0 | ansible/roles/lmod | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/lmod/tasks/install-lua.yaml",
"content": "---\n- name: Download Lua tar file \n ansible.builtin.get_url:\n url: https://sourceforge.net/projects/lmod/files/lua-5.1.4.8.tar.gz/download\n dest: /tmp/lua-5.1.4.8.tar.bz2\n \n- name: Install tar package (RedHat)\n ansible.buil... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2897,
"all_permissive": false
} |
ansible_role | brunomariz/it-support | 091cfc4dd62d1e29eec959c42cba2be84faf0dcc | 0 | ansible/roles/nfs | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs/defaults/main.yaml",
"content": "---\n# Global configuration vars\n# Path exported from server\nNFS_SERVER_SHARE_PATH: /share/data\n# If neither variable below is true, nothing will be done \n# Define if server taks should be ran on hosts\nNFS_CONFIGURE_SERVER: false\n# Define i... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3118,
"all_permissive": false
} |
ansible_role | brunomariz/it-support | 091cfc4dd62d1e29eec959c42cba2be84faf0dcc | 0 | ansible/roles/slurm | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/slurm/tasks/configure-headnode.yaml",
"content": "---\n- name: debug head\n ansible.builtin.debug:\n msg: head\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "ansible/roles/slurm/tasks/configure-computenode.yaml",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 400,
"all_permissive": false
} |
ansible_role | brunomariz/it-support | 091cfc4dd62d1e29eec959c42cba2be84faf0dcc | 0 | ansible/roles/spack | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/spack/defaults/main.yaml",
"content": "---\n# Package names to be used in 'spack install <package>'\n# SPACK_PACKAGE_NAMES:\n# - package1\n# - packae2\n\nSPACK_DIR: /opt/spack\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
{
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3189,
"all_permissive": false
} |
ansible_role | brunomariz/it-support | 091cfc4dd62d1e29eec959c42cba2be84faf0dcc | 0 | ansible/roles/unminimize | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/unminimize/tasks/rhel-9.yaml",
"content": "---\n\n- name: Install xorg-x11-server-Xorg\n ansible.builtin.dnf:\n name: xorg-x11-server-Xorg\n state: present\n\n- name: Install \"Server with GUI\"\n ansible.builtin.dnf:\n name: \"@Server with GUI\"\n state: present\n\n- ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | brunomariz/it-support | 091cfc4dd62d1e29eec959c42cba2be84faf0dcc | 0 | ansible/roles/vpn | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/vpn/tasks/main.yaml",
"content": "---\n# the main list of tasks that the role executes\n- name: Install OpenVPN\n import_tasks: install.yaml\n when: VPN_INSTALL\n\n- name: Add VPN client\n import_tasks: client.yaml\n when: VPN_CLIENT\n...\n",
"license_type": "no_license",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2728,
"all_permissive": false
} |
ansible_role | brunomariz/it-support | 091cfc4dd62d1e29eec959c42cba2be84faf0dcc | 0 | ansible/roles/zabbix | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix/tasks/zabbix-server.yaml",
"content": "---\n- name: Create initial database\n ansible.builtin.shell:\n chdir: \n cmd: |\n DB_EXISTS=$(mysql -uroot -e \"SELECT 1 FROM information_schema.SCHEMATA WHERE SCHEMA_NAME = 'zabbix';\" -s -N); if [ \"$DB_EXISTS\" != \"1\" ]... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4273,
"all_permissive": false
} |
ansible_role | kazeyoba/sae604-monitoring-k8s | 57abfb8491cb47f2449fa4bccc80de52cf3da89e | 0 | roles/containerd | 7,569 | [
"no_license"
] | [
{
"path": "roles/containerd/tasks/main.yml",
"content": "---\n- name: Disable SWAP since kubernetes can't work with swap enabled (1/2)\n ansible.builtin.shell:\n cmd: /usr/sbin/swapoff -a\n executable: /bin/bash\n register: swap_output\n changed_when: swap_output.rc != 0\n\n- name: Disable SWAP in ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2562,
"all_permissive": false
} |
ansible_role | kazeyoba/sae604-monitoring-k8s | 57abfb8491cb47f2449fa4bccc80de52cf3da89e | 0 | roles/helm | 7,569 | [
"no_license"
] | [
{
"path": "roles/helm/tasks/main.yml",
"content": "---\n- name: Add HELM apt-key\n ansible.builtin.get_url:\n url: https://baltocdn.com/helm/signing.asc\n dest: /etc/apt/keyrings/helm-apt-keyring.asc\n mode: '0644'\n\n- name: Add HELM APT repository\n ansible.builtin.apt_repository:\n repo: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1192,
"all_permissive": false
} |
ansible_role | kazeyoba/sae604-monitoring-k8s | 57abfb8491cb47f2449fa4bccc80de52cf3da89e | 0 | roles/kubernetes | 7,569 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/main.yml",
"content": "---\n- name: Installer GPG\n ansible.builtin.apt:\n name: gpg\n state: present\n\n- name: Add Kubernetes apt-key\n ansible.builtin.get_url:\n url: https://pkgs.k8s.io/core:/stable:/v1.32/deb/Release.key\n dest: /etc/apt/keyrings/kubernet... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | kazeyoba/sae604-monitoring-k8s | 57abfb8491cb47f2449fa4bccc80de52cf3da89e | 0 | roles/qemu-agent | 7,569 | [
"no_license"
] | [
{
"path": "roles/qemu-agent/tasks/main.yml",
"content": "---\n- name: Installer QEMU Guest Agent\n package:\n name: qemu-guest-agent\n state: present\n\n- name: Activer et démarrer le service QEMU Guest Agent\n systemd:\n name: qemu-guest-agent\n enabled: yes\n state: started\n notify: Res... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 999,
"all_permissive": false
} |
ansible_role | Degete/pi-config | ad997ea5ee5460e9c6037faa83713075555ec8b9 | 0 | roles/cloudflared | 7,569 | [
"no_license"
] | [
{
"path": "roles/cloudflared/tasks/main.yaml",
"content": "- name: Cloudflared Docker\n become: yes\n docker_compose:\n definition:\n version: '3'\n services:\n cloudflared:\n container_name: cloudflared\n build: https://github.com/cloudflare/cloudflared.git\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | Degete/pi-config | ad997ea5ee5460e9c6037faa83713075555ec8b9 | 0 | roles/dashy | 7,569 | [
"no_license"
] | [
{
"path": "roles/dashy/tasks/main.yaml",
"content": "- name: Verify adguard folders exists\n become: yes\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - ~/config/adguard/work\n - ~/config/adguard/conf\n\n- name: AdGuard Docker\n become: yes\n docker_container:\n name: adgua... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | Degete/pi-config | ad997ea5ee5460e9c6037faa83713075555ec8b9 | 0 | roles/dns | 7,569 | [
"no_license"
] | [
{
"path": "roles/dns/files/Dockerfile",
"content": "# https://github.com/isc-projects/bind9-docker\nFROM ubuntu:focal\n\nENV DEBIAN_FRONTEND noninteractive\nENV LC_ALL C.UTF-8\n\nRUN apt-get -qqqy update\nRUN apt-get -qqqy install apt-utils software-properties-common dctrl-tools\n\nRUN apt-get -qqqy update ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3017,
"all_permissive": false
} |
ansible_role | Degete/pi-config | ad997ea5ee5460e9c6037faa83713075555ec8b9 | 0 | roles/docker | 7,569 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "- name: Remove old packages\n become: yes\n apt:\n name: \"{{ item }}\"\n state: absent\n loop:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n\n- name: Install requirements\n become: yes\n apt:\n name: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1183,
"all_permissive": false
} |
ansible_role | Degete/pi-config | ad997ea5ee5460e9c6037faa83713075555ec8b9 | 0 | roles/docker-compose | 7,569 | [
"no_license"
] | [
{
"path": "roles/docker-compose/tasks/main.yaml",
"content": "- name: Check docker directories exists\n become: yes\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - ~/.docker/cli-plugins\n\n- name: Install Docker compose\n become: yes\n get_url:\n url: https://github.com/docker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | Degete/pi-config | ad997ea5ee5460e9c6037faa83713075555ec8b9 | 0 | roles/grafana | 7,569 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yaml",
"content": "- name: Grafana\n become: yes\n docker_container:\n name: grafana\n image: grafana/grafana\n container_default_behavior: no_defaults\n ports:\n - 3000:3000",
"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": 167,
"all_permissive": false
} |
ansible_role | Degete/pi-config | ad997ea5ee5460e9c6037faa83713075555ec8b9 | 0 | roles/nginx | 7,569 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "- name: Check nginx directories exists\n become: yes\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - ~/config/nginx/templates\n\n- name: Copy docker-gen template\n become: yes\n get_url:\n url: https://raw.githubusercontent.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1123,
"all_permissive": false
} |
ansible_role | Degete/pi-config | ad997ea5ee5460e9c6037faa83713075555ec8b9 | 0 | roles/node-exporter | 7,569 | [
"no_license"
] | [
{
"path": "roles/node-exporter/tasks/main.yaml",
"content": "- name: Node exporter\n become: yes\n docker_container:\n name: node_exporter\n image: quay.io/prometheus/node-exporter:latest\n state: started\n restart: yes\n restart_policy: always\n container_default_behavior: no_defaults\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | Degete/pi-config | ad997ea5ee5460e9c6037faa83713075555ec8b9 | 0 | roles/packages | 7,569 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yaml",
"content": "- name: Install common packages\n become: yes\n apt:\n name: \"{{ item }}\"\n state: latest\n loop:\n - acl\n - build-essential\n - ack\n - bat\n - curl\n - fish\n - fzf\n - git\n - htop\n - jq\n - neovim\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | Degete/pi-config | ad997ea5ee5460e9c6037faa83713075555ec8b9 | 0 | roles/prometheus | 7,569 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yaml",
"content": "- name: Check prometheus directories exists\n become: yes\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - ~/config/prometheus\n\n- name: Prometheus\n become: yes\n docker_container:\n name: prometheus\n image: prom/p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | Degete/pi-config | ad997ea5ee5460e9c6037faa83713075555ec8b9 | 0 | roles/setup | 7,569 | [
"no_license"
] | [
{
"path": "roles/setup/README.md",
"content": "# PI Setup\n\n## Format\n\nSD card can be formatted either using the playbook (old) or software such as [Raspberry Pi Imager](https://www.raspberrypi.org/software/).\n\nIf using the software, after installing the OS generate a `ssh` file on the root path to ena... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3731,
"all_permissive": false
} |
ansible_role | Trillon008/basic-ansible | d4813ac9045091bdd7806aed008c2cfaccf13b5b | 0 | roles/config | 7,569 | [
"no_license"
] | [
{
"path": "roles/config/handlers/main.yaml",
"content": "---\n- name: Restart sshd\n ansible.builtin.systemd:\n name: sshd\n state: restarted\n\n# There is a reboot module for this but it has a failsafe and refuses to launch on a controller node\n- name: Reboot\n ansible.builtin.command:\n cmd: s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 908,
"all_permissive": false
} |
ansible_role | Trillon008/basic-ansible | d4813ac9045091bdd7806aed008c2cfaccf13b5b | 0 | roles/dnf | 7,569 | [
"no_license"
] | [
{
"path": "roles/dnf/defaults/main.yaml",
"content": "---\ndest_folder: \"/usr/local/bin\"\n\npackages:\n - wget\n - curl\n - bash-completion\n - bind-utils\n - net-tools\n - sysstat\n - bat\n - tmux\n - postgresql\n - htop\n - btop\n - unzip\n - vim-common\n - neovim\n - kubectl\n - azcopy\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1846,
"all_permissive": false
} |
ansible_role | eip-work/kuboard-spray-resource | 7fb49d67b58e76e48f58d2e11a8955a9efb37ffb | 42 | roles/backup-etcd | 7,569 | [
"no_license"
] | [
{
"path": "roles/backup-etcd/tasks/main.yml",
"content": "---\n- name: 检查 ETCD 集群健康状况\n shell: \"set -o pipefail && {{ bin_dir }}/etcdctl endpoint --cluster status && {{ bin_dir }}/etcdctl endpoint --cluster health 2>&1 | grep -v 'Error: unhealthy cluster' >/dev/null\"\n args:\n executable: /bin/bash\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3209,
"all_permissive": false
} |
ansible_role | eip-work/kuboard-spray-resource | 7fb49d67b58e76e48f58d2e11a8955a9efb37ffb | 42 | roles/bootstrap-os | 7,569 | [
"no_license"
] | [
{
"path": "roles/bootstrap-os/tasks/main.yml",
"content": "---\n\n- name: Fetch /etc/os-release\n raw: cat /etc/os-release\n register: os_release\n changed_when: false\n # This command should always run, even in check mode\n check_mode: false\n\n- name: \"bootstrap-{{ ansible_distribution|lower }}\"\n ... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4915,
"all_permissive": false
} |
ansible_role | eip-work/kuboard-spray-resource | 7fb49d67b58e76e48f58d2e11a8955a9efb37ffb | 42 | roles/config-apt-sources | 7,569 | [
"no_license"
] | [
{
"path": "roles/config-apt-sources/templates/etc/apt/sources.list.j2",
"content": "deb {{ ubuntu_repo }} {{ ansible_distribution_release }} main restricted\ndeb {{ ubuntu_repo }} {{ ansible_distribution_release }}-updates main restricted\ndeb {{ ubuntu_repo }} {{ ansible_distribution_release }} universe\nd... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1269,
"all_permissive": false
} |
ansible_role | eip-work/kuboard-spray-resource | 7fb49d67b58e76e48f58d2e11a8955a9efb37ffb | 42 | roles/config-yum-repo | 7,569 | [
"no_license"
] | [
{
"path": "roles/config-yum-repo/tasks/openeuler.yml",
"content": "- name: Get openEuler repo file\n get_url:\n url: \"{{ openeuler_repo }}\"\n dest: /etc/yum.repos.d/openEuler.repo\n mode: '0644'\n register: kuboardspray_yum_repo_configured\n\n- name: \"dnf-clean-metadata\"\n command: \"dnf cle... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2267,
"all_permissive": false
} |
ansible_role | eip-work/kuboard-spray-resource | 7fb49d67b58e76e48f58d2e11a8955a9efb37ffb | 42 | roles/configure-docker-repo | 7,569 | [
"no_license"
] | [
{
"path": "roles/configure-docker-repo/templates/docker.repo.j2",
"content": "[docker-ce]\nname=Docker-CE Repository\nbaseurl={{ docker_yum_repo_base_url }}\nenabled=0\ngpgcheck=0\nsslverify=0\nkeepcache={{ docker_rpm_keepcache | default('1') }}\ngpgkey={{ docker_yum_repo_gpgkey }}\n{% if http_proxy is defi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6346,
"all_permissive": false
} |
ansible_role | eip-work/kuboard-spray-resource | 7fb49d67b58e76e48f58d2e11a8955a9efb37ffb | 42 | roles/deploy-kube-bench | 7,569 | [
"no_license"
] | [
{
"path": "roles/deploy-kube-bench/tasks/main.yml",
"content": "---\n\n- name: 复制 kubebench config 到目标服务器\n ansible.builtin.copy:\n src: \"{{ role_path }}/kube-bench/cfg\"\n dest: /root/kube-bench/\n force: true\n owner: root\n group: root\n mode: '0644'\n\n- name: 复制 kubebench 到目标服务器\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 429,
"all_permissive": false
} |
ansible_role | eip-work/kuboard-spray-resource | 7fb49d67b58e76e48f58d2e11a8955a9efb37ffb | 42 | roles/deploy-kuboard | 7,569 | [
"no_license"
] | [
{
"path": "roles/deploy-kuboard/templates/import-cluster-once.yaml.j2",
"content": "---\nkind: KubernetesCluster\nmetadata:\n name: {{ kuboard_cluster_name }}\n cluster: {{ kuboard_cluster_name }}\n annotations:\n description: {{ kuboard_cluster_name }}\nspec:\n # port: 35000\n type: EXISTING\n con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8098,
"all_permissive": false
} |
ansible_role | eip-work/kuboard-spray-resource | 7fb49d67b58e76e48f58d2e11a8955a9efb37ffb | 42 | roles/kuboard-spray-facts | 7,569 | [
"no_license"
] | [
{
"path": "roles/kuboard-spray-facts/defaults/main.yml",
"content": "---\n\n_host_architecture_groups:\n x86_64: amd64\n aarch64: arm64\n armv7l: arm\nhost_architecture: >-\n {%- if ansible_architecture in _host_architecture_groups -%}\n {{ _host_architecture_groups[ansible_architecture] }}\n {%- else... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3525,
"all_permissive": false
} |
ansible_role | eip-work/kuboard-spray-resource | 7fb49d67b58e76e48f58d2e11a8955a9efb37ffb | 42 | roles/renew-cert | 7,569 | [
"no_license"
] | [
{
"path": "roles/renew-cert/tasks/main.yml",
"content": "---\n- debug:\n msg: \"开始更新 {{ inventory_hostname }} 的证书\"\n\n- name: 生成新的证书\n shell: \"/usr/local/bin/k8s-certs-renew.sh\"\n\n- name: 等待 kube-apiserver 重启,大约需要 1 分钟\n wait_for:\n timeout: 10\n\n- name: 等待 kube-apiserver 重新启动\n shell: \"set -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | eip-work/kuboard-spray-resource | 7fb49d67b58e76e48f58d2e11a8955a9efb37ffb | 42 | roles/restore-etcd | 7,569 | [
"no_license"
] | [
{
"path": "roles/restore-etcd/tasks/main.yml",
"content": "---\n- name: Create Backup Temporary Directory\n file:\n path: \"/tmp/etcd-restore\"\n state: directory\n owner: root\n group: root\n mode: 0777\n\n- name: \"解压缩备份文件到服务器\"\n ansible.builtin.unarchive:\n src: \"{{ kuboardspray_clu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4133,
"all_permissive": false
} |
ansible_role | tc0208/system | bc5c91f98e82731648899630f05e79ce169d27db | 0 | roles/system | 7,569 | [
"no_license"
] | [
{
"path": "roles/system/vars/main.yml",
"content": "private_key_path: /home/fih/.ssh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/system/tasks/private_key.yml",
"content": "---\n\n- name: fih ci private key\n include_vars: private_k... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 752,
"all_permissive": false
} |
ansible_role | tc0208/system | bc5c91f98e82731648899630f05e79ce169d27db | 0 | roles/test01 | 7,569 | [
"no_license"
] | [
{
"path": "roles/test01/tasks/main.yml",
"content": "---\n\n- name: deploy elasticsearch.j2 file\n template: src=elasticsearch.j2 dest=/tmp/elasticsearch.yml owner={{ user }} group={{ group }} mode=0644\n become: true\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | ppawlowski/macbook_devops_env | 4864e75e8383e3ee4f66e76268b8ca13466fbd9e | 0 | ansible/roles/aws_cli | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/aws_cli/templates/config.j2",
"content": "[default]\nregion={{aws_cli_region}}\noutput={{aws_cli_output}}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "ansible/roles/aws_cli/tasks/main.yaml",
"content": "- name: Insta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 779,
"all_permissive": false
} |
ansible_role | ppawlowski/macbook_devops_env | 4864e75e8383e3ee4f66e76268b8ca13466fbd9e | 0 | ansible/roles/brackets | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/brackets/tasks/main.yaml",
"content": "- name: Install Brackets text editor\n homebrew_cask:\n name: brackets\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 92,
"all_permissive": false
} |
ansible_role | ppawlowski/macbook_devops_env | 4864e75e8383e3ee4f66e76268b8ca13466fbd9e | 0 | ansible/roles/browsers | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/browsers/defaults/main.yaml",
"content": "browsers_list:\n - vivaldi\n - google-chrome",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "ansible/roles/browsers/tasks/main.yaml",
"content": "- name: Install browsers\n h... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | ppawlowski/macbook_devops_env | 4864e75e8383e3ee4f66e76268b8ca13466fbd9e | 0 | ansible/roles/iterm2 | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/iterm2/tasks/main.yaml",
"content": "- name: Install iterm2 package\n homebrew_cask:\n name: iterm2\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | ppawlowski/macbook_devops_env | 4864e75e8383e3ee4f66e76268b8ca13466fbd9e | 0 | ansible/roles/oh-my-zsh | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/oh-my-zsh/tasks/main.yaml",
"content": "- name: 'Clone oh-my-zsh repository'\n git:\n repo: '{{omz_repo_url}}'\n dest: ~/.oh-my-zsh\n\n- name: 'Set ownership for ~/.oh-my-zsh directory'\n file:\n path: ~/.oh-my-zsh\n owner: '{{ansible_user_id}}'\n mode: 0755\n\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | ppawlowski/macbook_devops_env | 4864e75e8383e3ee4f66e76268b8ca13466fbd9e | 0 | ansible/roles/pycharm-ce | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/pycharm-ce/tasks/main.yaml",
"content": "- name: Install Pycharm-CE\n homebrew_cask:\n name: pycharm-ce\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | ppawlowski/macbook_devops_env | 4864e75e8383e3ee4f66e76268b8ca13466fbd9e | 0 | ansible/roles/sublime | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/sublime/tasks/main.yaml",
"content": "- name: Install Sublime text editor\n homebrew_cask:\n name: sublime-text\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | ppawlowski/macbook_devops_env | 4864e75e8383e3ee4f66e76268b8ca13466fbd9e | 0 | ansible/roles/sysadmin_shell_tools | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/sysadmin_shell_tools/tasks/main.yaml",
"content": "- name: Install common shell tools\n homebrew:\n name: '{{shell_tools_list}}'\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "ansible/roles/sysadmin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | ppawlowski/macbook_devops_env | 4864e75e8383e3ee4f66e76268b8ca13466fbd9e | 0 | ansible/roles/text_editors | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/text_editors/tasks/main.yaml",
"content": "- include_role:\n name: sublime\n when: install_sublime\n\n- include_role:\n name: brackets\n when: install_brackets\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "an... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | ppawlowski/macbook_devops_env | 4864e75e8383e3ee4f66e76268b8ca13466fbd9e | 0 | ansible/roles/zoom | 7,569 | [
"no_license"
] | [
{
"path": "ansible/roles/zoom/tasks/main.yaml",
"content": "- name: Install Zoom video conferencing tool\n homebrew_cask:\n name: zoomus\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": false
} |
ansible_role | buntafujikawa/osx-provisioner | 04517b68fe400a204d7f7b4c97c212670818b734 | 3 | roles/dotfiles | 7,569 | [
"no_license"
] | [
{
"path": "roles/dotfiles/files/.vimrc",
"content": "\"-------エンコード------\n\"エンコーディング指定\nset encoding=utf-8\nset fileencodings=utf-8,iso-2022-jp,cp932,euc-jp\n\n\"-------オペレーション------\n\" オートインデント\nset smartindent\n\n\" Backspaceキーの影響範囲に制限を設けない\nset backspace=indent,eol,start\n\n\" 矩形ビジュアルモードをブロック表示に\nset v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 9203,
"all_permissive": false
} |
ansible_role | buntafujikawa/osx-provisioner | 04517b68fe400a204d7f7b4c97c212670818b734 | 3 | roles/karabiner | 7,569 | [
"no_license"
] | [
{
"path": "roles/karabiner/tasks/main.yml",
"content": "---\n- name: Make directory for karabiner\n file: path=~/.config/karabiner state=directory\n\n- name: Copy karabiner settings file to config directory\n copy: src=../files/karabiner.json dest=~/.config/karabiner/karabiner.json\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | buntafujikawa/osx-provisioner | 04517b68fe400a204d7f7b4c97c212670818b734 | 3 | roles/packages | 7,569 | [
"no_license"
] | [
{
"path": "roles/packages/vars/main.yml",
"content": "homebrew_taps:\n - homebrew/core\n - heroku/brew\nhomebrew_packages:\n - { name: git }\n - { name: wget }\n - { name: curl }\n - { name: tree }\n - { name: nkf }\n - { name: jq }\n - { name: peco }\n - { name: composer }\n - { name: php-code-s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3720,
"all_permissive": false
} |
ansible_role | buntafujikawa/osx-provisioner | 04517b68fe400a204d7f7b4c97c212670818b734 | 3 | roles/zsh | 7,569 | [
"no_license"
] | [
{
"path": "roles/zsh/vars/main.yml",
"content": "---\nlogin_shell_path: \"{{ lookup('env','SHELL') }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n- name: Check brew list zsh\n shell: brew lis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | titocampis/ansible-playbooks-linux-workstation | f64a2208a57c0c0324908e8918e62f1527699327 | 0 | playbooks/roles/b4syk | 7,559 | [
"no_license"
] | [
{
"path": "playbooks/roles/b4syk/tasks/main.yaml",
"content": "- name: Set fact local_user\n ansible.builtin.import_tasks: set_facts.yaml\n tags:\n - b4syk\n - b4syk_shell\n - b4syk_git\n - b4syk_vim\n - b4syk_tmux\n - b4syk_docker\n - b4syk_fzf\n\n- name: Ensure base packages install... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 12060,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/playbooks/adhoc/hotfix/roles/check_update_needed | 7,559 | [
"no_license"
] | [
{
"path": "ansible/playbooks/adhoc/hotfix/roles/check_update_needed/tasks/main.yml",
"content": "---\n- name: Set default values for update_needed=False and update_successful=False\n set_fact: \n update_needed: False\n update_successful: False\n downgrade_successful: False\n\n- name: Check if upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 696,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/playbooks/adhoc/hotfix/roles/pre_update_node | 7,559 | [
"no_license"
] | [
{
"path": "ansible/playbooks/adhoc/hotfix/roles/pre_update_node/tasks/main.yml",
"content": "---\n- name: Choose a single master to run commands on\n set_fact:\n cluster_master: \"{{ groups['oo_hosttype_master'] | intersect(groups['oo_clusterid_' ~ oo_clusterid]) | first }}\"\n run_once: true\n when: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/playbooks/adhoc/hotfix/roles/update_master | 7,559 | [
"no_license"
] | [
{
"path": "ansible/playbooks/adhoc/hotfix/roles/update_master/tasks/main.yml",
"content": "---\n\n# Default to False before attempting upgrade\n- set_fact: \n wanted_version_installed: False\n when: \"{{ update_needed == True }}\" \n\n- name: Upgrade atomic-openshift-master and dependencies\n command: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2742,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/playbooks/adhoc/hotfix/roles/update_node | 7,559 | [
"no_license"
] | [
{
"path": "ansible/playbooks/adhoc/hotfix/roles/update_node/tasks/main.yml",
"content": "---\n\n# Default to False before attempting upgrade\n- set_fact: \n wanted_version_installed: False\n when: \"{{ update_needed == True }}\" \n\n- name: Upgrade atomic-openshift-node and dependencies\n command: \"yu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2766,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/ansible | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible/tasks/main.yml",
"content": "---\n# Install ansible client\n\n- name: Install Ansible\n action: \"{{ ansible_pkg_mgr }} name=ansible state=present\"\n\n- name: modify ansible.cfg\n lineinfile:\n dest: /etc/ansible/ansible.cfg\n backrefs: yes\n regexp: \"^#?({{ ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/ansible_inventory | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible_inventory/meta/main.yml",
"content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Install and configure openshift-tools-scripts-inventory-clients\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\ndependencies: []\n",
"license_type"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6308,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/ansible_tower | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible_tower/tasks/main.yaml",
"content": "---\n- name: install some useful packages\n action: \"{{ ansible_pkg_mgr }} name={{ item }} state=present\"\n with_items:\n - git\n - python-pip\n - unzip\n - python-psphere\n - ansible\n - telnet\n - ack\n - pylint\n - firewall... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1823,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/ansible_tower_cli | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible_tower_cli/vars/main.yml",
"content": "---\n# vars file for ansible_tower_cli\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "ansible/roles/ansible_tower_cli/README.md",
"content": "ansible_tower_cli\n=========... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1811,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/aws_account_list | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/aws_account_list/defaults/main.yml",
"content": "---\naal_aws_account_file_do_write: True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "ansible/roles/aws_account_list/tasks/main.yml",
"content": "---\n- include_vars... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2418,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/aws_pre_warm_ebs | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/aws_pre_warm_ebs/meta/main.yml",
"content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations AWS Pre Warm EBS Volume\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\n platforms:\n - name: EL\n versions:\n - 7\ndependen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1380,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/chrony | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/chrony/tasks/main.yml",
"content": "---\n- name: ensure chrony and ntp package are installed\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - chrony\n - ntp\n\n- name:\n service:\n name: ntpd\n state: stopped\n enabled: no\n\n- name: Install /et... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2468,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/cloud_storage_udev_rules | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/cloud_storage_udev_rules/tasks/main.yml",
"content": "---\n- name: Install nvme-cli package\n package:\n name: nvme-cli\n state: present\n\n- name: Copy cloud_aws_ebs_nvme_id utility\n copy:\n src: cloud_aws_ebs_nvme_id\n dest: /usr/lib/udev/\n owner: root\n grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2337,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/daemonset_pods | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/daemonset_pods/templates/oso-rhel7-host-monitoring.service.j2",
"content": "# This is a systemd file to run this docker container under systemd.\n# To make this work:\n# * pull the image (probably from ops docker registry)\n# * place this file in /etc/systemd/system without the .s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 45785,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/dns | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/dns/README.md",
"content": "dns\n===\n\nConfigure a DNS server serving IPs of all the nodes of the cluster\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n| Name | Mandatory / Optional | Description |\n|------|----------------------|-------------|\n| `dns_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2298,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/dnsmasq_proxy | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/dnsmasq_proxy/templates/caching_server.conf.j2",
"content": "#\n# Configuration file for dnsmasq acting as a caching nameserver.\n#\n# Format is one option per line, legal options are the same\n# as the long options legal on the command line. See\n# \"/usr/sbin/dnsmasq --help\" or \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4863,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/dnsmasq_proxy_file | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/dnsmasq_proxy_file/tasks/main.yml",
"content": "---\n- name: Check if dnsmasq is installed\n command: /usr/bin/rpm -q dnsmasq\n register: rpm_check_dnsmasq\n ignore_errors: True\n changed_when: False\n\n- name: warn when dnsmasq is not installed\n debug:\n msg: Warning, Warn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1832,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/docker_storage_driver | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_storage_driver/tasks/main.yml",
"content": "---\n\n- name: Start docker service\n service:\n name: docker\n state: started\n\n- name: Capture output of \"docker info\"\n command: docker info\n register: docker_info_output\n changed_when: False\n\n- name: Isolate sto... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1070,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/docker_storage_setup | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_storage_setup/README.md",
"content": "docker_storage_setup\n====================\n\nThis role converts Docker's storage driver to devicemapper or overlay2.\n\nIt requires the block device to be already provisioned and attached to the host.\n\n Notes:\n * This is NOT idempot... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2783,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/docker_storage_to_overlay2 | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_storage_to_overlay2/vars/main.yml",
"content": "---\ndocker_storage_to_overlay2_storage_setup_path: \"/etc/sysconfig/docker-storage-setup\"\n\n# List of services to stop and restart. Any available services\n# in optional_service_names get appended to this list beforehand.\nd... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 9110,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/epel_repository | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/epel_repository/meta/main.yml",
"content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations Install EPEL Repo\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\n platforms:\n - name: EL\n versions:\n - 7\ndependencies:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2338,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/fstab_mount_options | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/fstab_mount_options/tasks/main.yml",
"content": "---\n- name: grab mount point line from fstab\n shell: /usr/bin/awk '($1 !~ /^#/) && ($2==\"{{ fmo_mount_point }}\")' /etc/fstab\n register: fstab_line\n changed_when: False\n\n- debug: var=fstab_line\n\n- name: fail when\n fail:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1486,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/gcp_api_tools | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/gcp_api_tools/tasks/main.yml",
"content": "---\n- name: install packages\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - python-gcloud\n - google-cloud-sdk\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 485,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/gcp_compute_packages | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/gcp_compute_packages/tasks/main.yml",
"content": "---\n- name: Install Google Cloud Repo\n copy:\n src: google-cloud.repo\n dest: /etc/yum.repos.d/google-cloud.repo\n owner: root\n group: root\n mode: 0644\n\n- name: Install Google Cloud RPM GPG key\n rpm_key:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1386,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/gpg_encrypt_send | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/gpg_encrypt_send/tasks/main.yml",
"content": "---\n- name: stat the files that are going to be encrypted\n stat:\n path: \"{{ gpges_dir }}/{{ item.username }}\"\n with_items: \"{{ gpges_users }}\"\n register: plain_files_stat\n no_log: True\n\n- name: Encrypt credentials and ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2859,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/hyperthreading | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/hyperthreading/tasks/main.yml",
"content": "---\n- name: disable hyper-threading\n when: not hyperthreading_enabled\n block:\n - name: install disable-hyperthreading.sh\n copy:\n src: files/disable-hyperthreading.sh\n dest: /usr/local/bin/disable-hyperthreading.sh\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3489,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/iam_account_list | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/iam_account_list/tasks/main.yml",
"content": "---\n- name: Copy the list of IAM accounts\n copy:\n content: \"{{ g_iam_acc_list }}\"\n dest: \"{{ ial_iam_account_file }}\"\n owner: root\n group: awx\n mode: 0640\n tags:\n - inventory\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 912,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/install_docker_registry_certs | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/install_docker_registry_certs/tasks/main.yml",
"content": "---\n- name: ensure that the /etc/origin/node/ca.crt is there\n stat:\n path: /etc/origin/node/ca.crt\n register: ca_cert_stat\n\n- name: Exit if ca.crt is not found\n fail:\n msg: \"/etc/origin/node/ca.crt is not f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3225,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/iptables_service | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/iptables_service/meta/main.yml",
"content": "---\ngalaxy_info:\n author: Openshift Operations\n description: Enable iptables services\n company: Red Hat, Inc.\n license: Apache License, Version 2.0\n min_ansible_version: 1.7\n platforms:\n - name: EL\n versions:\n - 7\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1844,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/kube_nfs_volumes | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/kube_nfs_volumes/templates/v1beta3/nfs.json.j2",
"content": "{\n \"kind\": \"PersistentVolume\",\n \"apiVersion\": \"v1beta3\",\n \"metadata\": {\n \"name\": \"pv-{{ inventory_hostname | regex_replace(\"\\.\", \"-\") }}-{{ item.name }}\",\n \"labels\": {\n \"type\": \... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 15070,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/lib_dyn | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/lib_dyn/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: A role to provide the dyn_record module\n company: Red Hat, Inc.\n # If the issue tracker for your role is not on github, uncomment the\n # next line and provide a value\n # issue_tracker_ur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1498,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/oa_add_aws_hosts_to_inventory | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/oa_add_aws_hosts_to_inventory/tasks/main.yml",
"content": "- name: fetch master instances\n ec2_instance_facts:\n region: \"{{ openshift_aws_region }}\"\n filters:\n \"tag:clusterid\": \"{{ openshift_clusterid }}\"\n \"tag:host-type\": master\n instance-state-n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1073,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/oa_aws_provisioning_dns_hook | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/oa_aws_provisioning_dns_hook/tasks/main.yml",
"content": "# master: api & console\n- name: Update DNS for master elb\n dyn_record:\n customer_name: \"{{ oa_dyn_customer_name }}\"\n user_name: \"{{ oa_dyn_user_name }}\"\n user_password: \"{{ <PASSWORD>password }}\"\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 17955,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/openshift_ami_prep | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/openshift_ami_prep/defaults/main.yml",
"content": "oap_package_list:\n- atomic-openshift-master\n- atomic-openshift-sdn-ovs\n- atomic-openshift-tests\n- atomic-openshift-node\n- atomic-openshift-pod\n- atomic-openshift-utils\n- atomic-openshift-clients\n- atomic-openshift-clients-re... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1137,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/openshift_aws_add_keys | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/openshift_aws_add_keys/tasks/main.yml",
"content": "---\n- name: Add the public keys for the users\n ec2_key:\n name: \"{{ item.username }}_key\"\n key_material: \"{{ item.pub_key }}\"\n region: \"{{ osaak_region }}\"\n with_items: \"{{ osaak_users }}\"\n no_log: True\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 908,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/openshift_aws_ami_copy | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/openshift_aws_ami_copy/meta/main.yml",
"content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations AWS AMI copy Role\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\n platforms:\n - name: EL\n versions:\n - 7\ndependen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2348,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/openshift_aws_ami_perms | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/openshift_aws_ami_perms/meta/main.yml",
"content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations AWS AMI sharing Role\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\n platforms:\n - name: EL\n versions:\n - 7\ndepe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1655,
"all_permissive": false
} |
ansible_role | openshift/openshift-tools | e342f6659a4ef1a188ff403e2fc6b06ac6d119c7 | 166 | ansible/roles/openshift_aws_elb_instance_manager | 7,559 | [
"no_license"
] | [
{
"path": "ansible/roles/openshift_aws_elb_instance_manager/meta/main.yml",
"content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations ELB Instance Manager\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\n platforms:\n - name: EL\n versions:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1705,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.