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
JMAConsulting/ansible-configurations
7b6c668031ab9b4aced74c5bcaf170c405ba8138
0
roles/backup-client
7,296
[ "no_license" ]
[ { "path": "roles/backup-client/templates/etc/backup.d/30-databases.mysql", "content": "databases = all \nbackupdir = /var/backups/mysql\nhotcopy = no\nsqldump = yes \ncompress = no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3604, "all_permissive": false }
ansible_role
JMAConsulting/ansible-configurations
7b6c668031ab9b4aced74c5bcaf170c405ba8138
0
roles/common-all
7,296
[ "no_license" ]
[ { "path": "roles/common-all/tasks/main.yml", "content": "# We deploy our sources.list to include \"contrib\"\n- name: common-all | Deploy apt sources.list\n template: src=\"etc/apt/sources.list.{{ ansible_distribution }}\" dest=/etc/apt/sources.list owner=root group=root mode=0644\n tags:\n - common-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3765, "all_permissive": false }
ansible_role
JMAConsulting/ansible-configurations
7b6c668031ab9b4aced74c5bcaf170c405ba8138
0
roles/gitmonitoring
7,296
[ "no_license" ]
[ { "path": "roles/gitmonitoring/tasks/main.yml", "content": "- name: \"git monitoring | deploy git cron job for each site to monitor for changes\"\n template: src=etc/cron.d/gitcron dest=/etc/cron.d/gitcron-{{ item.name }} owner=root group=root mode=0600\n with_items: \"{{ git_repos }}\"\n when: git_repos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
JMAConsulting/ansible-configurations
7b6c668031ab9b4aced74c5bcaf170c405ba8138
0
roles/keycloak
7,296
[ "no_license" ]
[ { "path": "roles/keycloak/tasks/main.yml", "content": "- name: Keycloak | Install necessary apt pacakges\n apt: name={{ item }} state=present install_recommends=no\n with_items:\n - default-jdk\n - apache2\n - python-certbot-apache\n - certbot\n tags:\n - packages\n - keycloak\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 886, "all_permissive": false }
ansible_role
JMAConsulting/ansible-configurations
7b6c668031ab9b4aced74c5bcaf170c405ba8138
0
roles/php
7,296
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n\n# These packages have been used with Xenial+buildkit:\n# See also: do_system_xenial\n# https://github.com/civicrm/civicrm-buildkit/blob/master/bin/civi-download-tools#L307\n\n# Makes it easier to eventually switch between different versions (ex: 5.6)....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 10965, "all_permissive": false }
ansible_role
JMAConsulting/ansible-configurations
7b6c668031ab9b4aced74c5bcaf170c405ba8138
0
roles/sshuserkeys
7,296
[ "no_license" ]
[ { "path": "roles/sshuserkeys/tasks/main.yml", "content": "---\n- name: Generate a random password for users\n set_fact:\n password_item: \"{{ item }};{{ lookup('password', '/dev/null chars=ascii_letters,digits length=25') }}\"\n with_items: \"{{ ssh_users }}\"\n register: password_results\n tags:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2206, "all_permissive": false }
ansible_role
JMAConsulting/ansible-configurations
7b6c668031ab9b4aced74c5bcaf170c405ba8138
0
roles/terraform
7,296
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "- name: prerequsite for installing terraform\n apt:\n install_recommends: no\n state: present \n name:\n - zip\n tags: \n - terraform\n\n- name: download and unzip terraform\n unarchive:\n remote_src: yes\n src: https://releas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
henryk/simple-server
8f71ba2e2fc6edf593649a517b3947e08c83f7c8
0
roles/bootstrap
7,296
[ "no_license" ]
[ { "path": "roles/bootstrap/handlers/main.yml", "content": "- name: reboot for bootstrap\n command: systemd-run --on-active=10 systemctl reboot\n async: 0\n poll: 0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/bootstrap/tasks/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1991, "all_permissive": false }
ansible_role
intel/vmsifter
f8843fc796dccb6749e6167f9d73f2c52915e623
11
deploy/roles/runner
7,296
[ "no_license" ]
[ { "path": "deploy/roles/runner/tasks/main.yml", "content": "- name: Import monolithprojects.github_actions_runner\n import_role:\n name: monolithprojects.github_actions_runner\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "deploy/roles/runn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 382, "all_permissive": false }
ansible_role
intel/vmsifter
f8843fc796dccb6749e6167f9d73f2c52915e623
11
deploy/roles/vmsifter
7,296
[ "no_license" ]
[ { "path": "deploy/roles/vmsifter/tasks/main.yml", "content": "- name: Ensure docker\n ansible.builtin.command: docker --version\n register: docker_info\n failed_when: false\n\n- name: Docker setup\n when: docker_info.rc != 0\n block:\n - name: Install required packages\n ansible.builtin.apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2330, "all_permissive": false }
ansible_role
intel/vmsifter
f8843fc796dccb6749e6167f9d73f2c52915e623
11
deploy/roles/xen
7,296
[ "no_license" ]
[ { "path": "deploy/roles/xen/defaults/main.yml", "content": "xen_deb_url: \"{{ TODO }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "deploy/roles/xen/.gitignore", "content": "files/*.deb\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2085, "all_permissive": false }
ansible_role
danch/cluster-ansible
992656c580a2f67726440d7b3ca15678196088bb
0
roles/base
7,296
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: ensure yum-config-manager is available\n become: yes\n yum:\n name: yum-utils\n state: present\n when: ansible_distribution == 'Centos'\n\n- name: Check if EPEL repo is already configured.\n stat: path=\"/etc/yum.repos.d/epel.repo\"\n reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2333, "all_permissive": false }
ansible_role
danch/cluster-ansible
992656c580a2f67726440d7b3ca15678196088bb
0
roles/docker
7,296
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Add docker yum repository\n become: yes\n command: yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo\n when: ansible_distribution == 'Centos'\n\n- name: add docker key to apt-keys\n become: yes\n apt_key:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1470, "all_permissive": false }
ansible_role
danch/cluster-ansible
992656c580a2f67726440d7b3ca15678196088bb
0
roles/kubernetes
7,296
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "\n- name: add the kubernetes yum repo\n become: true\n copy:\n src: kubernetes.repo\n dest: /etc/yum.repos.d/kubernetes.repo\n when: ansible_distribution == 'Centos'\n\n- name: add kubernetes key to apt-keys\n become: yes\n apt_key:\n ur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3261, "all_permissive": false }
ansible_role
danch/cluster-ansible
992656c580a2f67726440d7b3ca15678196088bb
0
roles/proxy
7,296
[ "no_license" ]
[ { "path": "roles/proxy/files/haproxy-kube01.cfg", "content": "#---------------------------------------------------------------------\n# Example configuration for a possible web application. See the\n# full configuration options online.\n#\n# http://haproxy.1wt.eu/download/1.4/doc/configuration.txt\n#\n#-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4965, "all_permissive": false }
ansible_role
danch/cluster-ansible
992656c580a2f67726440d7b3ca15678196088bb
0
roles/storage
7,296
[ "no_license" ]
[ { "path": "roles/storage/tasks/main.yml", "content": "\n- name: install smartmontools\n become: yes\n package:\n name: smartmontools\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
heytrav/intermediate-ansible
30d224d8c63c79ee1bd25d5f15039507a7e78fd1
2
sample-code/upgrade-strategies-2/roles/common
7,276
[ "no_license" ]
[ { "path": "sample-code/upgrade-strategies-2/roles/common/tasks/main.yml", "content": "\n- name: Update apt cache\n raw: apt update -y\n\n- name: Install python\n raw: >\n which python || apt-get install -y python && echo 'installed'\n register: python\n changed_when: python.stdout == 'installed'\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 759, "all_permissive": false }
ansible_role
heytrav/intermediate-ansible
30d224d8c63c79ee1bd25d5f15039507a7e78fd1
2
sample-code/upgrade-strategies-2/roles/os-provision
7,276
[ "no_license" ]
[ { "path": "sample-code/upgrade-strategies-2/roles/os-provision/tasks/main.yml", "content": "---\n\n- name: Connect to Catalyst Cloud\n os_auth:\n\n- name: Create keypair\n os_keypair:\n name: \"{{ keypair_name }}\"\n public_key: \"{{ ssh_public_key }}\"\n\n- name: Create Network\n os_network:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2982, "all_permissive": false }
ansible_role
Asher9/netdata-ansible
4b7cf4d1a2a3dc5d3ebf874cfd27c79733c6a5c2
0
roles/configure_node
7,276
[ "no_license" ]
[ { "path": "roles/configure_node/templates/stream.conf.j2", "content": "[stream]\n # Stream metrics to another Netdata\n enabled = yes\n # The IP and PORT of the parent\n destination = {{ master_server_address }}:19999\n # The shared API key, generated by uuidgen\n api key = {{ api_key.stdo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 814, "all_permissive": false }
ansible_role
Asher9/netdata-ansible
4b7cf4d1a2a3dc5d3ebf874cfd27c79733c6a5c2
0
roles/download
7,276
[ "no_license" ]
[ { "path": "roles/download/tasks/main.yaml", "content": "---\n- name: Download netdata install script\n ansible.builtin.get_url:\n url: https://get.netdata.cloud/kickstart.sh\n checksum: md5:e8924943fb2b089190df8c9f2cb12162\n dest: /root/\n owner: root\n group: root\n mode: \"0755\"\n "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
Asher9/netdata-ansible
4b7cf4d1a2a3dc5d3ebf874cfd27c79733c6a5c2
0
roles/install
7,276
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yaml", "content": "---\n- name: Install netdata\n ansible.builtin.shell: /root/kickstart.sh --disable-telemetry --non-interactive >> install_log.txt\n args:\n chdir: /root/\n creates: install_log.txt\n ", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
Asher9/netdata-ansible
4b7cf4d1a2a3dc5d3ebf874cfd27c79733c6a5c2
0
roles/prereq
7,276
[ "no_license" ]
[ { "path": "roles/prereq/tasks/main.yaml", "content": "---\n- name: Set Hostname\n ansible.builtin.hostname:\n name: \"{{ system_hostname }}\"\n when: (system_hostname is defined)\n register: changed_hostname\n\n- name: Set Hostname in /etc/hosts file\n ansible.builtin.replace:\n path: /etc/hosts\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1309, "all_permissive": false }
ansible_role
ginolatorilla/k8s-homenet
412ea17affea214a5d716cd71913ff71cbded4bb
0
ansible/roles/certificates
7,276
[ "no_license" ]
[ { "path": "ansible/roles/certificates/tasks/main.yaml", "content": "---\n- name: Personal Certificate Authority\n block:\n - name: Signing key\n community.crypto.openssl_privatekey:\n path: ownca.key\n register: ownca_privatekey\n\n - name: Signing request\n community.crypto.ope...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 893, "all_permissive": false }
ansible_role
ginolatorilla/k8s-homenet
412ea17affea214a5d716cd71913ff71cbded4bb
0
ansible/roles/cluster_bootstrap
7,276
[ "no_license" ]
[ { "path": "ansible/roles/cluster_bootstrap/tasks/kubernetes-control-plane.yaml", "content": "---\n- name: Cluster bootstrapping\n ansible.builtin.command:\n cmd: kubeadm init --config {{ kubeadm.dest }}\n creates: /etc/kubernetes/manifests/kube*.yaml\n when: kubernetes_node_role == \"leader\"\n\n- n...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 9801, "all_permissive": false }
ansible_role
ginolatorilla/k8s-homenet
412ea17affea214a5d716cd71913ff71cbded4bb
0
ansible/roles/cluster_config
7,276
[ "no_license" ]
[ { "path": "ansible/roles/cluster_config/handlers/main.yaml", "content": "---\n- name: Restart coreDNS\n ansible.builtin.command: kubectl rollout restart -n kube-system deploy/coredns\n register: restart_coredns\n changed_when: restart_coredns.rc != 0\n listen: restart coredns\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 6237, "all_permissive": false }
ansible_role
ginolatorilla/k8s-homenet
412ea17affea214a5d716cd71913ff71cbded4bb
0
ansible/roles/hypervisor
7,276
[ "no_license" ]
[ { "path": "ansible/roles/hypervisor/tasks/lxd.yaml", "content": "---\n- name: Install dependencies using the Snap package manager\n community.general.snap:\n name: \"{{ item }}\"\n loop:\n - lxd\n become: true\n\n- name: Initialise LXD\n ansible.builtin.command:\n cmd: lxd init --preseed\n s...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2345, "all_permissive": false }
ansible_role
ginolatorilla/k8s-homenet
412ea17affea214a5d716cd71913ff71cbded4bb
0
ansible/roles/loadbalancer
7,276
[ "no_license" ]
[ { "path": "ansible/roles/loadbalancer/templates/keepalived/keepalived.conf.j2", "content": "! /etc/keepalived/keepalived.conf\n! Configuration File for keepalived\nglobal_defs {\n router_id LVS_DEVEL\n}\n\n{% for item in keepalived_vips %}\n! ---\n! vip {{ item.name }}\nvrrp_script check_server_{{ item.n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5947, "all_permissive": false }
ansible_role
ginolatorilla/k8s-homenet
412ea17affea214a5d716cd71913ff71cbded4bb
0
ansible/roles/virtual_machine
7,276
[ "no_license" ]
[ { "path": "ansible/roles/virtual_machine/templates/lima.yaml.j2", "content": "images:\n - location: \"https://cloud-images.ubuntu.com/releases/22.04/release-20240125/ubuntu-22.04-server-cloudimg-amd64.img\"\n arch: \"x86_64\"\n digest: \"sha256:42dcf9757e75c3275486b397a752fb535c7cd8e5232ee5ee349554b7...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4289, "all_permissive": false }
ansible_role
sabeywardhana/demo-ei-ansible
9adc76c33676bd6230584833f93e42cac2ce8cc7
0
roles/carapp_deploy
7,276
[ "permissive" ]
[ { "path": "roles/carapp_deploy/tasks/main.yml", "content": "# MySQL related things\n---\n - block:\n - name: \"Coping car file to ei-master\"\n copy:\n src: \"files/{{ ei_car_app_name }}\"\n dest: \"{{ carbonapp_server_location }}/{{ ei_car_app_name }}\"\n owner: \"wso2carbon\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": true }
ansible_role
sabeywardhana/demo-ei-ansible
9adc76c33676bd6230584833f93e42cac2ce8cc7
0
roles/common
7,276
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "#----------------------------------------------------------------------------\n# Copyright (c) 2018 WSO2, Inc. http://www.wso2.org\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2091, "all_permissive": true }
ansible_role
sabeywardhana/demo-ei-ansible
9adc76c33676bd6230584833f93e42cac2ce8cc7
0
roles/integrator
7,276
[ "permissive" ]
[ { "path": "roles/integrator/tasks/main.yml", "content": "#----------------------------------------------------------------------------\n# Copyright (c) 2018 WSO2, Inc. http://www.wso2.org\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compli...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 9260, "all_permissive": true }
ansible_role
sabeywardhana/demo-ei-ansible
9adc76c33676bd6230584833f93e42cac2ce8cc7
0
roles/mysql
7,276
[ "permissive" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "# MySQL related things\n---\n - block:\n\n # DB Creation of REGISTRY_LOCAL3 DB\n - name: Create a new database with name 'REGISTRY_LOCAL3'\n mysql_db:\n login_host: \"{{mysql_db_host}}\"\n login_port: \"{{mysql_db_port}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1045, "all_permissive": true }
ansible_role
sabeywardhana/demo-ei-ansible
9adc76c33676bd6230584833f93e42cac2ce8cc7
0
roles/nginx
7,276
[ "permissive" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "# NginX related configs\n---\n - block:\n - name: \"Coping the config file\"\n copy:\n src: \"files/{{ item.0 }}\"\n dest: \"{{ nginx_conf_server_location }}\"\n with_together:\n - [ '{{ nginx_http_file }}', '{{ nginx_htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 385, "all_permissive": true }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/backup
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/backup/tasks/postgresql.yml", "content": "---\n- name: Create temp directory in pg server\n delegate_to: '{{ pg_main_server }}'\n become: true\n become_user: postgres\n ansible.builtin.tempfile:\n state: directory\n register: pg_tempdir\n\n- name: Make backup directory in ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 8846, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/clean_dnf
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/clean_dnf/tasks/main.yml", "content": "# update\n---\n- name: Autoremove\n ansible.builtin.dnf:\n autoremove: true\n\n- name: Clear chace\n ansible.builtin.command:\n argv:\n - dnf\n - clean\n - all\n register: dnf_cache_all\n changed_when: dnf_cache_all.r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/common
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/main.yml", "content": "---\n- name: Set other variables\n ansible.builtin.set_fact:\n data_webuser_dir: '{{ data_webuser_dir | default(data_dir ~ \"/webuser\") }}'\n data_tls_dir: '{{ data_tls_dir | default(data_dir ~ \"/tls\") }}'\n data_html_dir: '{{ data_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5274, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/conf_app
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/conf_app/tasks/sshd.yml", "content": "# sshd\n---\n- name: Set seboolean for home dirs\n ansible.posix.seboolean:\n name: '{{ item }}'\n state: true\n persistent: true\n loop:\n - use_fusefs_home_dirs\n - use_nfs_home_dirs\n\n- name: Check sshd_config.d\n ansible...
{ "task_files": 10, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 18478, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/conf_bk
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/conf_bk/tasks/backup.yml", "content": "---\n- name: Make backup dirs\n ansible.builtin.file:\n path: '{{ backup_data_dir }}/{{ item }}'\n state: directory\n owner: root\n group: wheel\n mode: '0750'\n loop:\n - db\n - pg\n - web\n\n- name: Install rsync\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1140, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/conf_ctl
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/conf_ctl/tasks/main.yml", "content": "# ctl\n---\n- name: Role sv user env\n ansible.builtin.import_role:\n name: sv_user_env\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/conf_db
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/conf_db/tasks/postgresql_main.yml", "content": "# PostgreSQL main\n---\n# for demotion to backup\n- name: Copy .pgpass\n ansible.builtin.copy:\n dest: /var/lib/pgsql/.pgpass\n content: |\n {{ pg_main_server }}:5432:replication:{{ pg_replication_user }}:{{ pg_replicatio...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 10000, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/conf_fs
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/conf_fs/templates/ganesha/ganesha.conf.j2", "content": "###################################################\n#\n# Ganesha Config Example\n#\n# This is a commented example configuration file for Ganesha. It is not\n# complete, but only has some common configuration options. See t...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 9261, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/conf_lb
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/conf_lb/handlers/main.yml", "content": "---\n- name: Reload firewalld\n ansible.builtin.command: firewall-cmd --reload\n changed_when: true\n listen: 'reload firewalld'\n\n- name: Restart keepalived\n ansible.builtin.systemd:\n name: keepalived.service\n state: restarted...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4306, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/conf_mgt
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/conf_mgt/tasks/nginx.yml", "content": "# phpMyAdminをやめてAimerにする?\n# AWSatsは?\n---\n- name: Import role common nginx\n ansible.builtin.import_role:\n name: sv_nginx\n\n- name: Instnall httpd-filesystem\n ansible.builtin.dnf:\n state: present\n name: httpd-filesystem\n\n-...
{ "task_files": 10, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 18075, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/conf_rp
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/conf_rp/tasks/nginx.yml", "content": "# nginx\n---\n- name: Import role common nginx\n ansible.builtin.import_role:\n name: sv_nginx\n\n- name: Set seboolean for nginx\n ansible.posix.seboolean:\n name: '{{ item }}'\n state: true\n persistent: true\n loop:\n - ht...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4922, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/conf_web
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/conf_web/tasks/logrotate.yml", "content": "# logrotate\n---\n- name: Set seboolean for logrotate\n ansible.posix.seboolean:\n name: '{{ item }}'\n state: true\n persistent: true\n loop:\n - logrotate_use_fusefs\n - logrotate_use_nfs\n\n- name: Template nginx_user ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1491, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/create_tls
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/create_tls/tasks/main.yml", "content": "# create tls\n---\n- name: Import task webuser_presnt from user_present\n ansible.builtin.import_role:\n name: user_present\n tasks_from: webuser_present\n when:\n - site is not defined\n - user is defined\n\n- name: Set site\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3136, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/create_webuser
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/create_webuser/tasks/main.yml", "content": "---\n- name: Require user\n ansible.builtin.assert:\n that: user is defined\n msg: 'Require `user` variable'\n quiet: true\n\n- name: Check vaild user\n ansible.builtin.assert:\n that: user is match(\"^[a-z][0-9a-z_]*$\")\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2581, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/gluster_ss
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/gluster_ss/tasks/main.yml", "content": "---\n- name: Create gluster snapshot\n ansible.builtin.command:\n argv:\n - /usr/sbin/gluster\n - snapshot\n - create\n - '{{ gluster_snapshot_name }}'\n - '{{ gluster_volume }}'\n changed_when: true\n when: in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/gluster_update_client
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/gluster_update_client/tasks/update.yml", "content": "- name: Fact serivce\n ansible.builtin.service_facts:\n when: ansible_facts.services is not defined\n\n- name: Stop nginx\n ansible.builtin.systemd:\n name: nginx.service\n state: stopped\n when: ansible_facts.services...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1707, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/gluster_update_server
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/gluster_update_server/tasks/main.yml", "content": "# gluster update for server\n---\n- name: Check gluster_old_version\n ansible.builtin.assert:\n that: gluster_old_version is defined\n msg: 'Require `gluster_old_version` variable'\n quiet: true\n\n- name: Check gluster_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1967, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/health_check
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/health_check/tasks/system.yml", "content": "# system\n---\n- name: Set health_check_threshold_loadavgs\n ansible.builtin.set_fact:\n health_check_threshold_loadavg: >-\n {{ {\n \"1m\": health_check_threshold_loadavg_1m | default(1.0) | float,\n \"5m\": healt...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 9097, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/load_webuser
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/load_webuser/tasks/main.yml", "content": "# load data webuser\n\n- name: Find webuser yml\n delegate_to: localhost\n ansible.builtin.find:\n paths: '{{ data_dir }}/webuser'\n patterns: '*.yml'\n register: result_find_webuser\n\n- name: Set webuser_list to an empty list\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 752, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/reboot
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/reboot/defaults/main.yml", "content": "reboot_timeout: 3600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "playbooks/roles/reboot/tasks/main.yml", "content": "# reboot\n---\n- name: Reboot\n ansible.builtin.reboot...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 134, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/restart_app
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/restart_app/tasks/user.yml", "content": "# restart app\n---\n- name: Restart php-fpm for user\n ansible.builtin.systemd:\n name: php-fpm.service\n state: restarted\n when:\n - httpd_php == \"php-fpm\"\n - '\"httpd@\" ~ user ~ \".service\" in ansible_facts.services'\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1574, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/restart_db
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/restart_db/tasks/main.yml", "content": "# restnart db\n---\n- name: Rstart mariadb\n ansible.builtin.systemd:\n service: mariadb.service\n state: restarted\n\n- name: Restart postgresql\n ansible.builtin.systemd:\n service: postgresql.service\n state: restarted\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/restart_web
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/restart_web/tasks/main.yml", "content": "# restart web\n---\n- name: Restart nginx\n ansible.builtin.systemd:\n name: 'nginx.service'\n state: restarted\n", "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
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/setup
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/setup/tasks/hosts.yml", "content": "# hosts\n---\n- name: Set setup_hosts is emtpy\n ansible.builtin.set_fact:\n setup_hosts: []\n\n- name: Set host in hosts\n ansible.builtin.set_fact:\n setup_hosts: >-\n {{\n setup_hosts + [{\n \"hostname\": hostvars...
{ "task_files": 10, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 7219, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/sv_app
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/sv_app/tasks/pkg_dev.yml", "content": "# Development\n\n- name: Install group Development Tools\n ansible.builtin.dnf:\n state: present\n name: '@Development Tools'\n\n# EL9からgdbmはCRBに移動\n- name: Include task enable repo crb for gdbm-devel\n ansible.builtin.include_tasks: ...
{ "task_files": 16, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 9073, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/sv_db_client
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/sv_db_client/tasks/postgresql.yml", "content": "# PostgreSQL\n---\n- name: Install PostgreSQL client\n ansible.builtin.dnf:\n state: present\n name: postgresql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "pla...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2868, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/sv_fs_client
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/sv_fs_client/templates/yum.repos.d/CentOS-Gluster-Custom.repo.j2", "content": "# CentOS-Gluster-{{ gluster_version }}-custom.repo\n#\n# Please see http://wiki.centos.org/SpecialInterestGroup/Storage for more\n# information\n#\n# $stream -> $releasever\n\n[centos-gluster{{ gluster_...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6370, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/sv_lvm
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/sv_lvm/tasks/main.yml", "content": "---\n- name: Task pkc\n ansible.builtin.import_tasks: pkg.yml\n\n- name: Task lvm\n ansible.builtin.import_tasks: lvm.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "playbooks/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 958, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/sv_lvs_dr
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/sv_lvs_dr/tasks/main.yml", "content": "# common lvs dr\n---\n- name: Task firewalld\n ansible.builtin.import_tasks: firewalld.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "playbooks/roles/sv_lvs_dr/handlers/main....
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 892, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/sv_nginx
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/sv_nginx/tasks/main.yml", "content": "# common nginx\n---\n- name: Add nginx group\n ansible.builtin.group:\n name: nginx\n gid: '{{ nginx_gid }}'\n system: true\n state: present\n\n- name: Add nginx user\n ansible.builtin.user:\n name: nginx\n uid: '{{ nginx_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/sv_tls
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/sv_tls/tasks/tls.yml", "content": "# tls dir\n---\n- name: Make tls dir\n ansible.builtin.file:\n path: '{{ web_tls_dir }}'\n owner: root\n group: root\n mode: '0755'\n state: directory\n\n- name: Make tls certs dir\n ansible.builtin.file:\n path: '{{ web_tls_c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 546, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/sv_user_env
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/sv_user_env/templates/sysctl.d/max-users-watches.conf.j2", "content": "fs.inotify.max_user_watches={{ sv_user_env_sysctl_max_user_watches }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "playbooks/roles/sv_user_env/te...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 1442, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/sv_vip
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/sv_vip/tasks/keepalived.yml", "content": "# common vip\n---\n- name: Install Keepalived\n ansible.builtin.dnf:\n state: present\n name: keepalived\n\n- name: Set vrrp_index\n ansible.builtin.set_fact:\n vrrp_index: '{{ groups[vip_group] | ansible.utils.index_of(\"eq\", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2385, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/sv_web_mount
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/sv_web_mount/templates/web-mount@.service.j2", "content": "[Unit]\nDescription=Web User Mount\nAfter=local-fs.target remote-fs.target\n\n[Service]\nType=oneshot\nExecStartPre=/usr/bin/test -d {{ web_dir }}/%i\n{% for entry in sv_web_mount_entries %}\nExecStart=/usr/bin/bash -c '/u...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2480, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/update
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/update/tasks/main.yml", "content": "# update\n---\n- name: Update all packages\n ansible.builtin.dnf:\n name: \"*\"\n exclude: '{{ update_exclude }}'\n state: latest\n nobest: true\n update_only: '{{ update_only }}'\n\n- name: Autoremove\n ansible.builtin.dnf:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1033, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/update_check
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/update_check/defaults/main.yml", "content": "update_check_ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "playbooks/roles/update_check/tasks/main.yml", "content": "# update check\n---\n- name: Up...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 460, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/update_in_permissive
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/update_in_permissive/tasks/main.yml", "content": "# update in permissive mode, and reboot\n---\n# force reboot\n- name: Set fact update_reboot_force true\n ansible.builtin.set_fact:\n update_reboot_force: true\n\n# all update\n- name: Set fact update_exclude empty\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/update_reboot
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/update_reboot/tasks/main.yml", "content": "# update and reboot if necessary\n---\n- name: Task health check fs\n ansible.builtin.import_tasks: health_check_fs.yml\n when: '\"fs\" in group_names'\n\n- name: Role update\n ansible.builtin.import_role:\n name: update\n\n- name: ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 994, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/user_absent
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/user_absent/tasks/no_chroot_dir.yml", "content": "# no chroot dir\n---\n- name: Remove chroot dir\n ansible.builtin.file:\n path: '{{ webuser.chroot_dir }}'\n state: absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { ...
{ "task_files": 14, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 6092, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/user_present
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/user_present/templates/php-fpm.d/user.conf.j2", "content": "; user php-fpm\n[{{ webuser.name }}]\nuser = {{ webuser.name }}\ngroup = apache\nlisten = /run/php-fpm/{{ webuser.name }}.sock\nlisten.owner = {{ webuser.name}}\nlisten.group = apache\nlisten.mode = 0600\nlisten.allowed_c...
{ "task_files": 16, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 21, "total_bytes": 23198, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/user_restart_app
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/user_restart_app/tasks/main.yml", "content": "---\n- name: Task present webuser in user_present\n ansible.builtin.import_role:\n name: user_present\n tasks_from: webuser_present\n\n- name: Restart app for user\n ansible.builtin.systemd:\n name: 'app@{{ webuser.name }}.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 589, "all_permissive": false }
ansible_role
kue-ipc/whscs
eb5d9b21126e51ab23e6a1f5d3032470799e24c5
1
playbooks/roles/user_sync
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/user_sync/tasks/main.yml", "content": "# user sync\n---\n- name: Find webuser yml\n delegate_to: localhost\n ansible.builtin.find:\n paths: '{{ data_dir }}/webuser'\n patterns: '*.yml'\n register: result_find_webuser\n\n- name: Set webuser_list\n ansible.builtin.set_fact...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1230, "all_permissive": false }
ansible_role
hbenyamina/Cluster_OpenMPI_DevOps
d90c123273f139242ff8c876a1e3b0a0805100a1
0
roles/create_inventory
7,276
[ "no_license" ]
[ { "path": "roles/create_inventory/tasks/main.yml", "content": "---\n\n- name: gathering facts\n tags: gather\n setup:\n filter: \"{{interface}}\"\n register: out\n- name: registering data\n tags: register\n delegate_to: localhost\n become: no\n copy:\n content: \"ansible_host: {{out.ansible_fac...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 580, "all_permissive": false }
ansible_role
hbenyamina/Cluster_OpenMPI_DevOps
d90c123273f139242ff8c876a1e3b0a0805100a1
0
roles/grouped_passwordless_access
7,276
[ "no_license" ]
[ { "path": "roles/grouped_passwordless_access/tasks/main.yml", "content": "---\n\n- name: fetching all the public keys\n fetch:\n src: \"~/.ssh/id_rsa.pub\"\n dest: \"./rsa_keys/{{inventory_hostname}}.pub\"\n flat: yes\n- name: assembling the keys in one file\n delegate_to: localhost\n assemble:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 516, "all_permissive": false }
ansible_role
hbenyamina/Cluster_OpenMPI_DevOps
d90c123273f139242ff8c876a1e3b0a0805100a1
0
roles/known_hosts
7,276
[ "no_license" ]
[ { "path": "roles/known_hosts/tasks/main.yml", "content": "--- \n \n- name: gathering facts\n tags: gather\n setup:\n filter: \"{{interface}}\"\n register: out\n- name: fetching public keys\n tags: fetching\n delegate_to: localhost\n copy:\n content: \"{{ lookup('pipe', 'ssh-keyscan -trsa ' + ou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 661, "all_permissive": false }
ansible_role
hbenyamina/Cluster_OpenMPI_DevOps
d90c123273f139242ff8c876a1e3b0a0805100a1
0
roles/passwordless_user
7,276
[ "no_license" ]
[ { "path": "roles/passwordless_user/tasks/main.yml", "content": "---\n\n\n- name: create the user mpi-user\n become: true\n user:\n name: \"{{username}}\"\n state: present\n password: \"{{ <PASSWORD> | string | password_hash('<PASSWORD>')}}\"\n create_home: yes\n group: sudo\n shell: \"/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1309, "all_permissive": false }
ansible_role
asimtech12/AWSAutomation
a552fc8f3f79437eba801555513b41eb55476420
0
roles/spinnewec2
7,276
[ "no_license" ]
[ { "path": "roles/spinnewec2/tasks/main.yml", "content": "---\n - ec2:\n key_name : \"{{ key_pairname }}\"\n region: \"{{ region }}\"\n group_id: \"{{ security_group }}\"\n instance_type: \"{{ instance_type }}\"\n image: \"{{ image }}\"\n wait: yes\n assign_public_ip...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 643, "all_permissive": false }
ansible_role
StanfordLegion/gitlab-runner-deploy
e2125a3ca415685eb49cf0107382f5d6b47b3498
2
roles/gitlab
7,276
[ "permissive" ]
[ { "path": "roles/gitlab/tasks/runner.yml", "content": "---\n# FIXME: There doesn't seem to be a good way to upgrade a runner\n# in-place, so just remove and re-add it each time. At least this way\n# we can upgrade the configuration automatically.\n\n# FIXME: Graceful shutdown doesn't seem to work, the runne...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4324, "all_permissive": true }
ansible_role
StanfordLegion/gitlab-runner-deploy
e2125a3ca415685eb49cf0107382f5d6b47b3498
2
roles/provision
7,276
[ "permissive" ]
[ { "path": "roles/provision/tasks/network.yml", "content": "---\n- name: configure network\n gcp_compute_network:\n name: \"{{network_name}}\"\n auto_create_subnetworks: 'true'\n state: present\n register: network\n\n- name: configure firewall rules for external traffic\n gcp_compute_firewall:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2188, "all_permissive": true }
ansible_role
botdeniska/Raiffeisen-DGTL_DevOps-Bootcamp
63e48f1da84fd062b4af8dad34ecb3e70f9b9f94
0
roles/Role
7,276
[ "no_license" ]
[ { "path": "roles/Role/handlers/main.yml", "content": "---\n# handlers file for Role\n- name: restart server\n reboot:\n msg: \"Reboot initiated by Ansible\"\n connect_timeout: 5\n reboot_timeout: 60\n pre_reboot_delay: 0\n post_reboot_delay: 30\n test_command: whoami\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 874, "all_permissive": false }
ansible_role
botdeniska/Raiffeisen-DGTL_DevOps-Bootcamp
63e48f1da84fd062b4af8dad34ecb3e70f9b9f94
0
roles/Role_centos
7,276
[ "no_license" ]
[ { "path": "roles/Role_centos/defaults/main.yml", "content": "---\n# defaults file for Role_centos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/Role_centos/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 760, "all_permissive": false }
ansible_role
boryashkin/obsesson-installator
a724588ef399c28ee7e81cd4d9740df5d16037bc
0
roles/app
7,276
[ "permissive" ]
[ { "path": "roles/app/meta/main.yml", "content": "---\ndependencies:\n- { role: common }\n- { role: nginx }\n- { role: php }", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 70 }, { "path": "roles/app/tasks/main.yml", "content": "---\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1543, "all_permissive": true }
ansible_role
boryashkin/obsesson-installator
a724588ef399c28ee7e81cd4d9740df5d16037bc
0
roles/app-db
7,276
[ "permissive" ]
[ { "path": "roles/app-db/tasks/main.yml", "content": "---\n#databases\n- name: Ensure MySQL databases are present.\n mysql_db:\n name: account\n collation: utf8_general_ci\n encoding: utf8\n state: present\n\n- name: Ensure MySQL users are present.\n mysql_user:\n name: obsession\n host: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": true }
ansible_role
boryashkin/obsesson-installator
a724588ef399c28ee7e81cd4d9740df5d16037bc
0
roles/mysql
7,276
[ "permissive" ]
[ { "path": "roles/mysql/tasks/install-mysql.yml", "content": "---\n- name: Check if MySQL is already installed.\n stat: path=/etc/init.d/mysql\n register: mysql_installed\n\n- name: Update apt cache if MySQL is not yet installed.\n apt: update_cache=yes\n when: mysql_installed.stat.exists == false\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6646, "all_permissive": true }
ansible_role
boryashkin/obsesson-installator
a724588ef399c28ee7e81cd4d9740df5d16037bc
0
roles/nginx
7,276
[ "permissive" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Check if nginx is already installed.\n stat: path=/etc/init.d/nginx\n register: nginx_installed\n\n- name: Add the Nginx source to the APT source list\n apt_repository: repo=\"ppa:nginx/stable\" state=present\n when: nginx_installed.stat.e...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1038, "all_permissive": true }
ansible_role
boryashkin/obsesson-installator
a724588ef399c28ee7e81cd4d9740df5d16037bc
0
roles/php
7,276
[ "permissive" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n\n- name: Add the php7 source to the APT source list\n apt_repository: repo=\"ppa:ondrej/php\" state=present\n tags:\n - php7-installation\n\n- name: Install Php7\n apt: name={{item}} state=present\n with_items:\n - php7.1-fpm\n - php7.1-mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": true }
ansible_role
seeruk/gallery
7aa9d35997fbe89fbe27bf8bea266c2a7b0c7cc8
0
vagrant/provisioning/ansible/roles/db_server
7,276
[ "no_license" ]
[ { "path": "vagrant/provisioning/ansible/roles/db_server/tasks/mysql.yml", "content": "---\n- name: Install MySQL\n apt: name={{ item }} state=present\n with_items:\n - mysql-client\n - mysql-server\n\n- name: Start MySQL\n service: name=mysql state=started\n\n- name: Install MySQL User gal_db\n mysql_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
techsaurabh19/ansible_practice
4c784e46c8eaa9fa762ebf1ce09c871b0ef357d6
0
roles/apache
7,276
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n- name: install apache version\n ansible.builtin.dnf:\n name: \n - httpd\n - firewalld\n state: latest\n\n- name: start service httpd\n ansible.builtin.service:\n name: httpd\n state: started\n enab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
Mr-STARK22/Ansible_Automation
c1e309fc2d90767459a648ede3d8b43931d134e4
0
roles/database
7,276
[ "no_license" ]
[ { "path": "roles/database/tasks/db_healthcheck.yml", "content": "- name: install net-tools on the database\n ansible.builtin.apt:\n name: net-tools\n state: present\n become: true\n\n- name: Check mariadb Service status\n ansible.builtin.systemd:\n name: mariadb\n state: started\n register: ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6668, "all_permissive": false }
ansible_role
Mr-STARK22/Ansible_Automation
c1e309fc2d90767459a648ede3d8b43931d134e4
0
roles/webserver
7,276
[ "no_license" ]
[ { "path": "roles/webserver/tasks/php-fpm.yml", "content": "- name: Install php-fpm and dependencies\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - php\n - php8.1-fpm\n - php-enchant\n - php-mbstring\n - php-mysql\n - php-xml\n - php-simplexml\n - p...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 7065, "all_permissive": false }
ansible_role
aasush/tomcat-deploy
b687273cb646fe26d5680a6bfab0c64a7fb3d19a
0
roles/jdk
7,276
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "---\n - name: upgrade all the packages\n yum:\n name: \"*\"\n state: latest\n \n - name: java install \n yum:\n name: \"{{ java_name }}\" \n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
MGoulley/InitPlaybooks
0a898c1e12e59ceb731d20e914a0d9f77a74fe4f
0
playbooks/roles/basic_install
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/basic_install/vars/main.yml", "content": "---\n# vars file for test\nunnecessary_services:\n - postfix\n\nunnecessary_software:\n - tcpdump\n - nmap-ncat\n - wpa_supplicant\n\ndnf_packages_to_install:\n - firewalld\n - openssl-devel\n - bzip2-devel\n - libffi-devel\n - xz...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3674, "all_permissive": false }
ansible_role
MGoulley/InitPlaybooks
0a898c1e12e59ceb731d20e914a0d9f77a74fe4f
0
playbooks/roles/django-web
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/django-web/tasks/setup_ssh.yml", "content": "---\n- name: Add hardened SSH config\n copy:\n dest: /etc/ssh/sshd_config\n src: etc/ssh/sshd_config\n owner: root\n group: root\n mode: 0600\n\n- name: Reload SSH\n service:\n name: sshd\n state: reloaded\n", ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 2666, "all_permissive": false }
ansible_role
MGoulley/InitPlaybooks
0a898c1e12e59ceb731d20e914a0d9f77a74fe4f
0
playbooks/roles/minecraft-server
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/minecraft-server/defaults/main.yml", "content": "---\nminecraft_version: \"1.17.1\"\nminecraft_repo_url: https://launcher.mojang.com/v1/objects/a16d67e5807f57fc4e550299cf20226194497dc2/server.jar\nminecraft_jar_name: minecraft_server.jar\nminecraft_user: minecraft\nminecraft_home:...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3162, "all_permissive": false }
ansible_role
MGoulley/InitPlaybooks
0a898c1e12e59ceb731d20e914a0d9f77a74fe4f
0
playbooks/roles/postgres-master
7,276
[ "no_license" ]
[ { "path": "playbooks/roles/postgres-master/tasks/main.yml", "content": "---\n- name: Install Requiered Packages\n include_tasks:\n file: install_packages.yml\n\n- name: Setup Default Database\n include_tasks:\n file: create_default_db.yml\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1939, "all_permissive": false }
ansible_role
bdellegrazie/vagrant-centos-6-build
6b8bc517997d884a05e7ac1605a459500db2613e
0
ansible/roles/bootstrap
7,276
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap/tasks/main.yml", "content": "---\n# Python libraries for Ansible\n- name: Python libraries for Ansible\n yum:\n name: \"libselinux-python\"\n state: present\n when: ansible_os_family == 'RedHat'\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
bdellegrazie/vagrant-centos-6-build
6b8bc517997d884a05e7ac1605a459500db2613e
0
ansible/roles/build-tools
7,276
[ "no_license" ]
[ { "path": "ansible/roles/build-tools/defaults/main.yml", "content": "---\n# Minimal set of 'C' build tools\nbuild_tools_packages:\n - gcc\n - make\n - rpmdevtools\n - git\n\nbuild_tools_smp_threads: \"{{ ansible_processor_cores | int }}\"\nbuild_tools_packager: \"Vagrant <<EMAIL>>\"\n", "license_typ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 738, "all_permissive": false }