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 | alperencelik/kafka-zookeeper-challenge | 34ec14414cd8c5302975f8fe244bd310359a1060 | 1 | ansible/roles/prometheus-grafana | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus-grafana/tasks/main.yaml",
"content": "# Playbook to deploy prometheus&grafana\n\n- name: Copy grafana.repo\n copy:\n src: grafana.repo\n dest: /etc/yum.repos.d/grafana.repo\n \n- name: Install grafana\n yum:\n name: grafana-enterprise\n state: installed\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2342,
"all_permissive": false
} |
ansible_role | nolte/ansible_playbook-baseline-online-server | 4799dd3e96052b0b1ad255c0f5d1d6fefc8c817f | 7 | ansible/roles/common_packages | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/common_packages/defaults/main.yml",
"content": "---\narmhf:\n common_packages:\n - \"vim\"\n - \"jq\"\n - \"unzip\"\n - \"tar\"\n - \"policycoreutils\"\nx86:\n common_packages:\n - \"rkhunter\"\n - \"vim\"\n - \"jq\"\n - \"unzip\"\n - \"tar\"\n - \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | nolte/ansible_playbook-baseline-online-server | 4799dd3e96052b0b1ad255c0f5d1d6fefc8c817f | 7 | ansible/roles/configure_fail2ban | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/configure_fail2ban/templates/jail.local.j2",
"content": "[DEFAULT]\n# Ban hosts for one hour:\nbantime = {{ fail2ban_bantime }}\n\n# Override /etc/fail2ban/jail.d/00-firewalld.conf:\nbanaction = iptables-multiport\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 758,
"all_permissive": false
} |
ansible_role | nolte/ansible_playbook-baseline-online-server | 4799dd3e96052b0b1ad255c0f5d1d6fefc8c817f | 7 | ansible/roles/harder_system | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/harder_system/tasks/main.yml",
"content": "---\n\n- name: Disable SELinux\n ansible.posix.selinux:\n state: \"{{ selinux_state }}\"\n when: selinux_enabled\n\n- ansible.builtin.include_tasks:\n file: harder_sshd.yml\n\n- name: Configure audit.rules\n template:\n src: aud... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9110,
"all_permissive": false
} |
ansible_role | nolte/ansible_playbook-baseline-online-server | 4799dd3e96052b0b1ad255c0f5d1d6fefc8c817f | 7 | ansible/roles/preparation_backup | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/preparation_backup/tasks/main.yml",
"content": "---\n- name: Ensure botocore and boto3 modules are installed\n pip:\n name:\n - \"boto3\"\n - \"botocore\"\n\n- name: Using External Role to install all required tools for doing backups\n include_role:\n name: arillso... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | nolte/ansible_playbook-baseline-online-server | 4799dd3e96052b0b1ad255c0f5d1d6fefc8c817f | 7 | ansible/roles/python3 | 7,722 | [
"no_license"
] | [
{
"path": "ansible/roles/python3/tasks/main.yml",
"content": "---\n- name: Install the yum-utils rpm from a remote repo\n yum:\n name: yum-utils\n state: present\n\n- name: Install the python rpm from a remote repo\n yum:\n name: https://centos7.iuscommunity.org/ius-release.rpm\n state: presen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 492,
"all_permissive": false
} |
ansible_role | heathdbrown/gns3-lab-ansible | 5165a90a804fb457a828d93deee02c37e90d9c6e | 0 | roles/bridging | 7,722 | [
"no_license"
] | [
{
"path": "roles/bridging/tasks/nxos_bridging.yml",
"content": "---\n- name: \"NXOS Vlans using config and src\"\n nxos_config:\n src: templates/vlans.j2\n when: vlans is defined\n tags:\n - bridging\n - vlans\n\n- name: \"NXOS Spanning-tree using config and src\"\n nxos_config:\n src: templ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 971,
"all_permissive": false
} |
ansible_role | heathdbrown/gns3-lab-ansible | 5165a90a804fb457a828d93deee02c37e90d9c6e | 0 | roles/interfaces | 7,722 | [
"no_license"
] | [
{
"path": "roles/interfaces/tasks/eos_interfaces.yml",
"content": "---\n- name: \"EOS Interfaces using config and src\"\n eos_config:\n src: templates/interfaces.j2\n when: interfaces is defined\n tags:\n - interfaces\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | heathdbrown/gns3-lab-ansible | 5165a90a804fb457a828d93deee02c37e90d9c6e | 0 | roles/l2_interfaces | 7,722 | [
"no_license"
] | [
{
"path": "roles/l2_interfaces/tasks/nxos_l2_interfaces.yml",
"content": "---\n- name: \"NXOS L2 interfaces using config and src\"\n nxos_config:\n src: templates/l2_interfaces.j2\n when:\n - l2_interfaces is defined\n tags:\n - l2_interfaces\n - bridging\n",
"license_type": "no_license"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 720,
"all_permissive": false
} |
ansible_role | heathdbrown/gns3-lab-ansible | 5165a90a804fb457a828d93deee02c37e90d9c6e | 0 | roles/l3_interfaces | 7,722 | [
"no_license"
] | [
{
"path": "roles/l3_interfaces/tasks/eos_l3_interfaces.yml",
"content": "---\n- name: \"EOS L3 interfaces using config and src\"\n eos_config:\n src: templates/l3_interfaces.j2\n when:\n - l3_interfaces is defined\n tags:\n - l3_interfaces\n - mlag\n",
"license_type": "no_license",
"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 588,
"all_permissive": false
} |
ansible_role | heathdbrown/gns3-lab-ansible | 5165a90a804fb457a828d93deee02c37e90d9c6e | 0 | roles/linkagg | 7,722 | [
"no_license"
] | [
{
"path": "roles/linkagg/templates/nxos_linkagg.j2",
"content": "feature lacp\n\n{% for interface in linkagg %}\n\n{% for member in interface.members %}\n\ninterface {{ member }}\n channel-group {{ interface.id }} mode {{ interface.mode }}\n\n{% endfor %}\n\n{% endfor %}\n",
"license_type": "no_licen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 758,
"all_permissive": false
} |
ansible_role | heathdbrown/gns3-lab-ansible | 5165a90a804fb457a828d93deee02c37e90d9c6e | 0 | roles/mlag | 7,722 | [
"no_license"
] | [
{
"path": "roles/mlag/tasks/main.yml",
"content": "---\n- name: \"Include tasks based on ansbile_network_os\"\n include_tasks: \"{{ item }}\"\n with_first_found:\n - \"{{ ansible_network_os }}_mlag.yml\"\n - \"mlag.yml\"\n when:\n - mlag is defined\n - mlag.enabled\n",
"license_type": "no... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1570,
"all_permissive": false
} |
ansible_role | heathdbrown/gns3-lab-ansible | 5165a90a804fb457a828d93deee02c37e90d9c6e | 0 | roles/system | 7,722 | [
"no_license"
] | [
{
"path": "roles/system/tasks/nxos_system.yml",
"content": "---\n- name: \"NXOS hostname using config and src\"\n nxos_config:\n src: templates/system.j2\n when: hostname is defined\n tags:\n - system\n\n- name: \"NXOS nxos_banner login\"\n nxos_banner:\n banner: exec\n text: \"{{ banner.log... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1246,
"all_permissive": false
} |
ansible_role | Camilool8/Ansible-Kubernetes | a295fcaea775b0e034775c0e60a9dc0d38e73eea | 1 | roles/kubernetes | 7,718 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/main.yml",
"content": "---\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: true\n\n- name: Install Docker\n ansible.builtin.apt:\n name: docker.io\n state: present\n\n- name: Install apt-transport-https\n ansible.builtin.apt:\n name: apt-tran... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1522,
"all_permissive": false
} |
ansible_role | Camilool8/Ansible-Kubernetes | a295fcaea775b0e034775c0e60a9dc0d38e73eea | 1 | roles/kubeslice-cli | 7,718 | [
"no_license"
] | [
{
"path": "roles/kubeslice-cli/tasks/main.yml",
"content": "---\n- name: Install Kubeslice-cli\n ansible.builtin.get_url:\n url: https://github.com/kubeslice/kubeslice-cli/releases/download/0.4.4/kubeslice-cli-0.4.4-linux-amd64\n dest: /usr/local/bin/kubeslice-cli\n mode: 'a+x'\n validate_certs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | Camilool8/Ansible-Kubernetes | a295fcaea775b0e034775c0e60a9dc0d38e73eea | 1 | roles/macos_tools | 7,718 | [
"no_license"
] | [
{
"path": "roles/macos_tools/tasks/main.yml",
"content": "- name: Check if Homebrew is installed\n ansible.builtin.command: which brew\n register: homebrew_installed\n ignore_errors: true\n changed_when: false\n\n- name: Install Homebrew\n ansible.builtin.command: \"{{ homebrew_install_script }}\"\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1056,
"all_permissive": false
} |
ansible_role | stevenluke/ihaupdate | 2ea8ac951d52f6c80e66d2a71e55b6fa366fa3bb | 0 | roles/dnf-update | 7,718 | [
"no_license"
] | [
{
"path": "roles/dnf-update/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/dnf-update",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/dnf-update/vars/main.yml",
"content": "---\n# vars fil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 874,
"all_permissive": false
} |
ansible_role | stevenluke/ihaupdate | 2ea8ac951d52f6c80e66d2a71e55b6fa366fa3bb | 0 | roles/reboot-check | 7,718 | [
"no_license"
] | [
{
"path": "roles/reboot-check/handlers/main.yml",
"content": "---\n# handlers file for roles/reboot-check",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/reboot-check/defaults/main.yml",
"content": "---\n# defaults file for roles/reboot-c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 794,
"all_permissive": false
} |
ansible_role | stevenluke/ihaupdate | 2ea8ac951d52f6c80e66d2a71e55b6fa366fa3bb | 0 | roles/yum-updatec | 7,718 | [
"no_license"
] | [
{
"path": "roles/yum-updatec/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/yum-updatec",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/yum-updatec/vars/main.yml",
"content": "---\n# vars ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 911,
"all_permissive": false
} |
ansible_role | rh-fran6/ansible-aro-bootstrap | 38675db9890cdfe43f2320d23d191161b7b84069 | 0 | ansible/roles/delete-aro-cluster | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/delete-aro-cluster/tasks/main.yml",
"content": "---\n- name: Get Key Vault by name\n azure.azcollection.azure_rm_keyvault_info:\n resource_group: \"{{ akv_resource_group }}\"\n name: \"{{ vault_name }}\"\n client_id: \"{{ akv_read_client_id }}\"\n secret: \"{{ akv_read_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 17548,
"all_permissive": false
} |
ansible_role | SallyNader/Gitlab-Docker-AWS | ce9d95084c2e492bda7234b0037e810a81e23f81 | 0 | ansible/roles/docker | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Copy the authorized key file\n authorized_key:\n user: \"{{ansible_user}}\"\n state: \"{{status}}\"\n key: \"{{ lookup('file', '{{ key }}')}}\"\n\n- name: Checking def updates\n dnf:\n security: yes\n state: latest\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1407,
"all_permissive": false
} |
ansible_role | SallyNader/Gitlab-Docker-AWS | ce9d95084c2e492bda7234b0037e810a81e23f81 | 0 | ansible/roles/python | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/python/tasks/main.yml",
"content": "- name: Install Dependencies \n dnf:\n name: \"{{ packages }}\"\n state: latest \n vars:\n packages:\n - gcc\n - make\n - openssl-devel\n - bzip2-devel\n - libffi-devel \n\n- name: Download Python\n get_url:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 794,
"all_permissive": false
} |
ansible_role | SallyNader/Gitlab-Docker-AWS | ce9d95084c2e492bda7234b0037e810a81e23f81 | 0 | ansible/roles/run | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/run/tasks/main.yml",
"content": "- name: Create Gitlab folder\n file:\n path: /srv/gitlab\n state: directory\n mode: '0775'\n\n- name: Add Gitlab environment variable\n shell: \"export GITLAB_HOME=/srv/gitlab\" \n \n- name: Run Python script\n command: \"cd /home/ec2-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | lilianguang/kubeasz | 8b4b7969bdb3cc8c286cc3c3c8df6aa9baec8203 | 0 | roles/kube-node | 7,718 | [
"no_license"
] | [
{
"path": "roles/kube-node/tasks/create-kubelet-kubeconfig.yml",
"content": "- name: 准备kubelet 证书签名请求\n template: src=kubelet-csr.json.j2 dest={{ cluster_dir }}/ssl/{{ inventory_hostname }}-kubelet-csr.json\n connection: local\n\n- name: 创建 kubelet 证书与私钥\n shell: \"cd {{ cluster_dir }}/ssl && {{ base_dir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5055,
"all_permissive": false
} |
ansible_role | lilianguang/kubeasz | 8b4b7969bdb3cc8c286cc3c3c8df6aa9baec8203 | 0 | roles/prepare | 7,718 | [
"no_license"
] | [
{
"path": "roles/prepare/tasks/common.yml",
"content": "# 禁用系统swap\n- name: 禁用系统 swap\n shell: \"swapoff -a && sysctl -w vm.swappiness=0\"\n ignore_errors: true\n\n- name: 删除fstab swap 相关配置\n lineinfile:\n path: /etc/fstab\n regexp: 'swap'\n state: absent\n backup: 'yes'\n\n- name: 转换内核版本为浮点数... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2417,
"all_permissive": false
} |
ansible_role | maribcs/ansible_init_setup | 61927fd04ec778cb79334c2e70947008677d2482 | 1 | roles/ssh | 7,718 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n# tasks file for ssh\n- name: enable PasswordAuthentication\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: '^PasswordAuthentication'\n line: \"PasswordAuthentication yes\"\n state: present\n backup: yes\n notify:\n - restart ss... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | maribcs/ansible_init_setup | 61927fd04ec778cb79334c2e70947008677d2482 | 1 | roles/user | 7,718 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n- name: display default users\n debug:\n msg: \"username: {{ item.username }}, groups: {{ item.groups | default('-') }}\" \n loop: \"{{ default_users }}\"\n loop_control:\n index_var: idx\n label:\n - \"user {{ idx+1 }}\"\n- name: add... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 586,
"all_permissive": false
} |
ansible_role | mt5h/ansible-swarm | 6786b5af96fa835037e1d9e093539999dfad2274 | 0 | roles/swarm_apps | 7,718 | [
"no_license"
] | [
{
"path": "roles/swarm_apps/tasks/main.yml",
"content": "---\n\n- name: Ensure swarm folder exists\n file:\n path: \"{{ swarm_folder }}\"\n state: directory\n owner: root\n group: root\n mode: 0775\n\n- name: Deploy stack from a compose file\n include: deploy.yml\n loop: \"{{ swarm_apps }}... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4277,
"all_permissive": false
} |
ansible_role | braheezy/prettybox-catppuccin | b301f912bc31ede738ca9b9d4f05d9878d4b4de9 | 0 | ansible/roles/alacritty | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/alacritty/tasks/main.yml",
"content": "---\n\n- name: Install Alacritty\n become: yes\n yum:\n name: alacritty\n state: present\n\n- name: Ensure alacritty config dir exists\n file:\n path: '{{ ansible_env.HOME }}/.config/alacritty'\n state: directory\n mode: 0755\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | braheezy/prettybox-catppuccin | b301f912bc31ede738ca9b9d4f05d9878d4b4de9 | 0 | ansible/roles/cursors | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/cursors/tasks/main.yml",
"content": "---\n\n- name: Download cursor source\n get_url:\n url: https://github.com/catppuccin/cursors/archive/refs/heads/main.zip\n dest: /tmp\n\n- name: Unpack cursor source\n unarchive:\n src: /tmp/cursors-main.zip\n dest: /tmp/\n remo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | braheezy/prettybox-catppuccin | b301f912bc31ede738ca9b9d4f05d9878d4b4de9 | 0 | ansible/roles/firefox | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/firefox/defaults/main.yml",
"content": "---\n# Name of Firefox profile that will be created\nprofile_name: catppuccin\n\n# Config location for Firefox\nconfig_dir: '{{ ansible_env.HOME }}/.mozilla/firefox'\n\n# The specific Catppuccin theme to use\ntheme_name: catppuccin-mocha-mauve... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2320,
"all_permissive": false
} |
ansible_role | braheezy/prettybox-catppuccin | b301f912bc31ede738ca9b9d4f05d9878d4b4de9 | 0 | ansible/roles/fonts | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/fonts/defaults/main.yml",
"content": "---\n# Name of font to install\n# default: Leave fonts as system defaults\n# inter: Install Inter fonts\nfont: default\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "ansible/roles/f... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1134,
"all_permissive": false
} |
ansible_role | braheezy/prettybox-catppuccin | b301f912bc31ede738ca9b9d4f05d9878d4b4de9 | 0 | ansible/roles/gnome | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/gnome/tasks/configure_gnome.yml",
"content": "---\n\n- name: Ensure packages for customization are installed\n become: yes\n yum:\n name:\n - gnome-tweaks\n - gnome-extensions-app\n - gnome-shell-extension-user-theme\n - dconf-editor\n state: present\n\n-... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1869,
"all_permissive": false
} |
ansible_role | braheezy/prettybox-catppuccin | b301f912bc31ede738ca9b9d4f05d9878d4b4de9 | 0 | ansible/roles/gnome-terminal | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/gnome-terminal/defaults/main.yml",
"content": "---\n# The name of the gnome terminal profile that will be created.\nprofile_name: catppuccin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "ansible/roles/gnome-terminal/tas... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 688,
"all_permissive": false
} |
ansible_role | braheezy/prettybox-catppuccin | b301f912bc31ede738ca9b9d4f05d9878d4b4de9 | 0 | ansible/roles/gtk | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/gtk/tasks/configure_theme.yml",
"content": "- name: Configure theme in shell extensions\n dconf:\n key: \"/org/gnome/shell/extensions/user-theme/name\"\n value: \"'{{ gtk_theme_name }}'\"\n state: present\n\n- name: Configure theme in applications\n dconf:\n key: \"/or... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1810,
"all_permissive": false
} |
ansible_role | braheezy/prettybox-catppuccin | b301f912bc31ede738ca9b9d4f05d9878d4b4de9 | 0 | ansible/roles/kitty | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/kitty/templates/kitty.conf.j2",
"content": "# Include theme file\ninclude themes/{{ kitty_theme }}.conf\n\n# This defaults to a glaring white, so change it\nwayland_titlebar_color background\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 944,
"all_permissive": false
} |
ansible_role | braheezy/prettybox-catppuccin | b301f912bc31ede738ca9b9d4f05d9878d4b4de9 | 0 | ansible/roles/neovim | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/neovim/tasks/main.yml",
"content": "---\n\n- name: Install neovim\n become: yes\n yum:\n name:\n - neovim\n - python3-neovim\n state: present\n\n- name: Ensure directory for vim-plug exists\n file:\n path: '{{ ansible_env.HOME }}/.local/share/nvim/site/autoload... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 741,
"all_permissive": false
} |
ansible_role | braheezy/prettybox-catppuccin | b301f912bc31ede738ca9b9d4f05d9878d4b4de9 | 0 | ansible/roles/spicetify | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/spicetify/tasks/main.yml",
"content": "---\n\n- name: Download install scripts\n get_url:\n url: \"{{ item.url }}\"\n dest: /tmp/{{ item.name }}\n loop:\n - { url: https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh, name: spicetify-cli.sh }\n\n# T... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3309,
"all_permissive": false
} |
ansible_role | braheezy/prettybox-catppuccin | b301f912bc31ede738ca9b9d4f05d9878d4b4de9 | 0 | ansible/roles/spotify | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/spotify/tasks/main.yml",
"content": "---\n- name: Ensure flatpak is installed\n yum:\n name: flatpak\n state: present\n\n- name: Add the flathub flatpak repository remote\n flatpak_remote:\n name: flathub\n state: present\n flatpakrepo_url: https://flathub.org/repo/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 470,
"all_permissive": false
} |
ansible_role | braheezy/prettybox-catppuccin | b301f912bc31ede738ca9b9d4f05d9878d4b4de9 | 0 | ansible/roles/vs_code | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/vs_code/defaults/main.yml",
"content": "---\n# Visual Studio Code version number (defaults to the latest version)\nvs_code_version: ''\n# Mirror server for fetching the public keys and the Visual Studio Code\n# installation package. The URL may include directories. The URL must not ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2425,
"all_permissive": false
} |
ansible_role | braheezy/prettybox-catppuccin | b301f912bc31ede738ca9b9d4f05d9878d4b4de9 | 0 | ansible/roles/wallpapers | 7,718 | [
"no_license"
] | [
{
"path": "ansible/roles/wallpapers/tasks/main.yml",
"content": "---\n\n- name: Download catppuccin wallpapers\n get_url:\n url: https://github.com/catppuccin/wallpapers/archive/refs/heads/main.zip\n dest: /tmp/wallpapers.zip\n\n- name: Ensure target directory exists\n become: yes\n file:\n path... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 985,
"all_permissive": false
} |
ansible_role | tracebookvn/travel | 6a414f6bc8b0222c988bc3d6a7c061f9837ddf60 | 0 | deploy/provision/roles/kibana | 7,718 | [
"no_license"
] | [
{
"path": "deploy/provision/roles/kibana/vars/main.yml",
"content": "kibana_version: \"4.0.2\"\nkibana_os: \"linux\"\nkibana_arch: \"x64\"\nkibana_dir: \"/opt\"\nkibana_host: \"0.0.0.0\"\nkibana_port: \"5601\"\nkibana_elasticsearch: \"http://localhost:9200\"\nkibana_index: \".kibana\"\nkibana_log: \"/var/lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1583,
"all_permissive": false
} |
ansible_role | tracebookvn/travel | 6a414f6bc8b0222c988bc3d6a7c061f9837ddf60 | 0 | deploy/provision/roles/logstash | 7,718 | [
"no_license"
] | [
{
"path": "deploy/provision/roles/logstash/templates/logstash.conf.j2",
"content": "input {\n redis {\n host => '127.0.0.1'\n key => talalogs\n data_type => ['list']\n }\n}\n\nfilter {\n grok {\n match => {\"message\" => \"\\[%{TIMESTAMP_ISO8601:datetime}\\]%{SPACE}logstash.%{LOGLEVEL:level}:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | tracebookvn/travel | 6a414f6bc8b0222c988bc3d6a7c061f9837ddf60 | 0 | deploy/provision/roles/nginx | 7,718 | [
"no_license"
] | [
{
"path": "deploy/provision/roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx\n yum: name=nginx state=present\n \n- name: Copy vhosts config\n copy: src={{ item }} dest=/etc/nginx/conf.d/ force=yes\n with_fileglob:\n - ../files/vhosts/*\n \n- name: Copy nginx config\n copy: src=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | tracebookvn/travel | 6a414f6bc8b0222c988bc3d6a7c061f9837ddf60 | 0 | deploy/provision/roles/npm | 7,718 | [
"no_license"
] | [
{
"path": "deploy/provision/roles/npm/tasks/main.yml",
"content": "---\n- name: install npm\n yum: name=npm state=present\n \n- name: install grunt\n command: \"npm install -g bower grunt-cli\"\n sudo: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 133,
"all_permissive": false
} |
ansible_role | tracebookvn/travel | 6a414f6bc8b0222c988bc3d6a7c061f9837ddf60 | 0 | deploy/provision/roles/php | 7,718 | [
"no_license"
] | [
{
"path": "deploy/provision/roles/php/tasks/main.yml",
"content": "---\n- name: install php-fpm and extensions\n yum: name={{ item }} state=present\n with_items:\n - phpw70-pecl-zip\n - phpw70-xml\n - phpw70-pecl-igbinary\n - phpw70-phalcon\n - phpw70-pecl-memcache\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1215,
"all_permissive": false
} |
ansible_role | tracebookvn/travel | 6a414f6bc8b0222c988bc3d6a7c061f9837ddf60 | 0 | deploy/provision/roles/redis | 7,718 | [
"no_license"
] | [
{
"path": "deploy/provision/roles/redis/tasks/main.yml",
"content": "---\n\n- name: Install redis \n yum: name=redis state=latest\n\n- name: Copy redis configuration\n template: src=redis.conf dest=/etc/redis.conf\n notify: restart redis\n\n- name: Be make sure redis is running and enabled\n service: na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/alloy | 7,718 | [
"no_license"
] | [
{
"path": "roles/alloy/templates/config.alloy.j2",
"content": "logging {\n level = \"warn\"\n}\nprometheus.exporter.unix \"local\" {\n rootfs_path = \"{{ rootfs | default('/') }}\"\n udev_data_path = \"{{ udev | default('/run/udev/data') }}\"\n enable_collectors = [\"systemd\", \"processes\"]\n}\n\nprom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2166,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/backup_scripts | 7,718 | [
"no_license"
] | [
{
"path": "roles/backup_scripts/tasks/main.yml",
"content": "---\n\n- name: Ensure backup script directory exists\n file: path=/root/abyss state=directory\n\n- name: Copy backup scripts to target.\n file: src={{ ansible_hostname }}/ dest=/root/abyss/ backup=yes\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1351,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/blok | 7,718 | [
"no_license"
] | [
{
"path": "roles/blok/tasks/main.yml",
"content": "---\n- name: Cloning blok repo\n git:\n repo: 'https://github.com/ZeusWPI/blokmap.git'\n dest: /home/blok/public\n update: no\n become_user: blok\n\n- name: Update to latest release\n shell: ./deploy.sh\n args:\n chdir: /home/blok/public\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/borgmatic | 7,718 | [
"no_license"
] | [
{
"path": "roles/borgmatic/tasks/files/common.yaml",
"content": "source_directories:\n - /home\n - /etc\n - /var\n\nrepositories:\n - path: ssh://flanagan@kelder.zeus.ugent.be:2222/home/flanagan/borgbackup\n label: backupserver\n\nexclude_patterns:\n - '- /home/*/.cache'\n - '- /var... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1142,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/caddy | 7,718 | [
"no_license"
] | [
{
"path": "roles/caddy/tasks/main.yml",
"content": "- name: Copy Caddyfile\n copy:\n src: \"Caddyfile\"\n dest: \"/etc/caddy/Caddyfile\"\n\n- name: Copy caddy domain files\n copy:\n src: \"host_files/{{ ansible_hostname }}/caddy/\"\n dest: \"/etc/caddy/Caddyfile.d/\"\n changed_when: True\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/cifs_share | 7,718 | [
"no_license"
] | [
{
"path": "roles/cifs_share/templates/smbcredentials.yml.j2",
"content": "username={{ share.username }}\npassword={{ <PASSWORD> }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/cifs_share/tasks/main.yml",
"content": "---\n- name: Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/common | 7,718 | [
"no_license"
] | [
{
"path": "roles/common/tasks/Debian8.yml",
"content": "---\n- name: Adjust /etc/apt/sources.list\n copy: src=apt/sources.list dest=/etc/apt/sources.list\n\n- name: Update apt\n apt: update_cache=yes\n\n- apt_key: url=https://dl.yarnpkg.com/debian/pubkey.gpg\n\n- name: Install packages that don't need con... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3048,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/common-nodejs | 7,718 | [
"no_license"
] | [
{
"path": "roles/common-nodejs/tasks/main.yml",
"content": "---\n- name: Update apt\n apt: update_cache=yes\n\n- name: Install packages that don't need configuration\n apt: name={{ item }} state=latest\n with_items:\n - npm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/common-rails | 7,718 | [
"no_license"
] | [
{
"path": "roles/common-rails/tasks/main.yml",
"content": "---\n- name: Update apt\n apt: update_cache=yes\n\n- name: Install packages that don't need configuration\n apt: name={{ item }} state=latest\n with_items:\n - imagemagick\n - libmagickcore-dev\n - libmagickwand-dev\n - libxml2-dev\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/copy | 7,718 | [
"no_license"
] | [
{
"path": "roles/copy/defaults/main.yml",
"content": "owner: 'root'\nmode: '664'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/copy/tasks/main.yml",
"content": "---\n- name: Copy a directory\n copy:\n src: \"host_files/{{ ansible_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/dnsmasq | 7,718 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/tasks/main.yml",
"content": "---\n# TODO: this does not actually fork FIXME\n- name: Install dnsmasq\n pacman:\n name: dnsmasq\n state: latest\n\n- name: Ensure dnsmasq.d exists\n file:\n path: /etc/dnsmasq.d\n state: directory\n\n- name: Copy dnsmasq configuration\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/etc | 7,718 | [
"no_license"
] | [
{
"path": "roles/etc/tasks/main.yml",
"content": "---\n- name: Copy all files\n copy:\n src: \"host_files/{{ ansible_hostname }}/etc/{{ directory }}/\"\n dest: \"/etc/{{ directory }}/\"\n owner: \"{{ owner }}\"\n mode: \"444\"\n register: copy\n\n- name: Restart the service\n systemd:\n na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/fail2ban | 7,718 | [
"no_license"
] | [
{
"path": "roles/fail2ban/tasks/main.yml",
"content": "---\n- name: Install fail2ban\n apt: name=fail2ban state=present\n register: fail2ban_install\n\n- name: Touch /var/log/auth.log\n file:\n path: \"/var/log/auth.log\"\n state: touch\n\n- name: Copy jail.local\n copy: src={{ fail2ban_config_loc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 729,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/fastcgiwrap | 7,718 | [
"no_license"
] | [
{
"path": "roles/fastcgiwrap/handlers/main.yml",
"content": "---\n- name: Restart FastCGI\n service: name=fcgiwrap state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/fastcgiwrap/meta/main.yml",
"content": "---\ndependencie... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 604,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/hookermost | 7,718 | [
"no_license"
] | [
{
"path": "roles/hookermost/tasks/main.yml",
"content": "---\n# Role for setting up hookermost: github -> mattermost \n# It runs 2 instances:\n# - Hookermost: send updates to specific mattermost channels\n# - Matterhook: send updates to the dev channel (+ Hookermost)\n- name: Create the hookermost user\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5613,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/iptables | 7,718 | [
"no_license"
] | [
{
"path": "roles/iptables/tasks/main.yml",
"content": "---\n- name: Install iptables and arno-iptables\n apt: name={{ item }} state=present\n with_items:\n - iptables\n - arno-iptables-firewall\n notify:\n - Restart arno-iptables\n\n- name: Copy config files\n copy: src={{ item }} dest=/etc/arn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 555,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/letsencrypt_base | 7,718 | [
"no_license"
] | [
{
"path": "roles/letsencrypt_base/tasks/CentOS.yml",
"content": "---\n- name: Install certbot\n yum:\n pkg: \"{{ item }}\"\n state: latest\n update_cache: yes\n with_items:\n - openssl\n - epel-release\n - certbot\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2200,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/letsencrypt_domain | 7,718 | [
"no_license"
] | [
{
"path": "roles/letsencrypt_domain/meta/main.yml",
"content": "---\nallow_duplicates: yes\ndependencies:\n - role: letsencrypt_base\n tags: letsencrypt\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/letsencrypt_domain/tasks/main.yml",... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1240,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/logrotate | 7,718 | [
"no_license"
] | [
{
"path": "roles/logrotate/tasks/main.yml",
"content": "---\n- name: Install logrotate package\n apt: name=logrotate\n\n- name: Copy config file\n copy: src=logrotate.conf dest=/etc/logrotate.conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/mail_antivirus | 7,718 | [
"no_license"
] | [
{
"path": "roles/mail_antivirus/tasks/main.yml",
"content": "---\n- name: Install antivirus packages\n apt:\n name: ['amavisd-new']\n notify:\n - Restart amavis\n\n- name: Install optional packages for better virus detection of archives\n apt:\n name: ['arj', 'bzip2', 'cabextract', 'cpio', 'file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1075,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/mailman | 7,718 | [
"no_license"
] | [
{
"path": "roles/mailman/handlers/main.yml",
"content": "---\n- name: Start mailman for the first time\n service: name=mailman state=started\n\n- name: Restart mailman\n service: name=mailman state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 913,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/mariadb | 7,718 | [
"no_license"
] | [
{
"path": "roles/mariadb/files/etc/my.cnf",
"content": "#\n# The MySQL database server configuration file.\n#\n# You can copy this to one of:\n# - \"/etc/mysql/my.cnf\" to set global options,\n# - \"~/.my.cnf\" to set user-specific options.\n#\n# One can use all long options that the program supports.\n# Ru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5248,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/mongodb | 7,718 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "---\n- name: Install MongoDB package\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - mongodb\n\n- name: run mongodb\n service:\n name: mongodb\n state: started\n enabled: yes\n daemon_reload: yes\n",
"license_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 222,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/mysql_configs | 7,718 | [
"no_license"
] | [
{
"path": "roles/mysql_configs/tasks/main.yml",
"content": "---\n# These configs actually are for mariadb\n\n- name: Initialize databases for certain users\n mysql_db: name={{ item.db_name }}\n when: item.mysql is defined\n with_items: \"{{ users }}\"\n\n- name: Create user for databases\n mysql_user: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 739,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/nginx_base | 7,718 | [
"no_license"
] | [
{
"path": "roles/nginx_base/tasks/Ubuntu.yml",
"content": "---\n- name: Install nginx package\n apt:\n name: ['nginx', 'nginx-extras', 'openssl']\n state: present\n\n- set_fact:\n nginx_user: www-data",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
},
{
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2958,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/nginx_sites_events | 7,718 | [
"no_license"
] | [
{
"path": "roles/nginx_sites_events/meta/main.yml",
"content": "---\ndependencies:\n - { role: nginx_base }\n - { role: users }\n - { role: passenger }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/nginx_sites_events/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/nginx_sites_king | 7,718 | [
"no_license"
] | [
{
"path": "roles/nginx_sites_king/handlers/main.yml",
"content": "---\n- name: Restart FastCGI\n service: name=fcgiwrap state=restarted\n\n- name: Restart nginx\n service: name=nginx state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/nginx_vhost | 7,718 | [
"no_license"
] | [
{
"path": "roles/nginx_vhost/tasks/main.yml",
"content": "---\n- name: Copy vhost file (optionally fill in variables)\n template:\n src: \"{{ nginx_vhost_location }}/{{ nginx_vhost_file }}\"\n dest: \"/etc/nginx/sites-available/{{ nginx_vhost_file }}\"\n notify: Restart nginx\n\n- name: Symlink the ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 756,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/ntp | 7,718 | [
"no_license"
] | [
{
"path": "roles/ntp/tasks/main.yml",
"content": "---\n- name: Install ntp\n apt: name=ntp state=present\n\n- name: Copy config file\n copy: src=ntp.conf dest=/etc/ntp.conf\n\n- name: Update time\n service: name=ntp state=started enabled=yes\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 187,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/passenger | 7,718 | [
"no_license"
] | [
{
"path": "roles/passenger/tasks/main.yml",
"content": "---\n- name: Ensure PGP key is installed\n apt_key: keyserver=keyserver.ubuntu.com\n id=<KEY>\n\n- name: Ensure HTTPS support for APT is installed\n apt:\n pkg: \"{{ item }}\"\n with_items:\n - apt-transport-https\n - ca-certifica... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/php | 7,718 | [
"no_license"
] | [
{
"path": "roles/php/meta/main.yml",
"content": "---\ndependencies:\n - role: fastcgiwrap\n - role: nginx_base\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Install PHP\n apt: name={{ i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1095,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/phpmyadmin | 7,718 | [
"no_license"
] | [
{
"path": "roles/phpmyadmin/tasks/main.yml",
"content": "---\n- name: Update apt\n apt: update_cache=yes\n\n- name: debconf for pma\n debconf: name=phpmyadmin question='phpmyadmin/dbconfig-install' value='true' vtype='boolean'\n\n- name: debconf for pma\n debconf: name=phpmyadmin question='phpmyadmin/app... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1183,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/postfix | 7,718 | [
"no_license"
] | [
{
"path": "roles/postfix/tasks/main.yml",
"content": "---\n- name: Copy the configuration file\n copy:\n src: \"host_files/{{ ansible_hostname }}/postfix/\"\n dest: \"/etc/postfix/\"\n notify: Reload Postfix\n\n- name: Copy header checks\n copy:\n src: \"header_checks\"\n dest: /etc/postfix/h... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 816,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/python | 7,718 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: Install Python 2.x\n apt: name=python state=present\n\n- name: Install Python 2.x development version\n apt: name=python-dev state=present\n\n- name: Install Python 3.x\n apt: name=python3 state=present\n\n- name: Install Python 3.x-dev\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 404,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/quadlet_host | 7,718 | [
"no_license"
] | [
{
"path": "roles/quadlet_host/tasks/main.yml",
"content": "- name: Create the containers directory\n file:\n path: \"/etc/containers/systemd\"\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n- name: Set path\n set_fact:\n path: \"host_files/{{ ansible_hostname }}/quadlet... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/shares | 7,718 | [
"no_license"
] | [
{
"path": "roles/shares/tasks/main.yml",
"content": "---\n- name: Copy smbcredentials\n template:\n src: smbcredentials.yml.j2\n dest: \"/root/.smbcredentials-{{ item.name }}\"\n mode: 0600\n with_items: \"{{ shares }}\"\n\n- name: Mount share\n mount:\n name: \"{{ item.dest }}\"\n src: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 495,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/spamassassin | 7,718 | [
"no_license"
] | [
{
"path": "roles/spamassassin/handlers/main.yml",
"content": "---\n- name: Restart spamassassin\n command: /usr/bin/spamassassin --lint && service spamassassin restart\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/spamassassin/tasks/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 446,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/ssh-config | 7,718 | [
"no_license"
] | [
{
"path": "roles/ssh-config/tasks/main.yml",
"content": "---\n- name: Copy ssh config\n copy:\n src: sshd_config\n dest: /etc/ssh/sshd_config.d/10-custom-defaults.conf\n notify:\n - restart sshd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 525,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/sshkeys | 7,718 | [
"no_license"
] | [
{
"path": "roles/sshkeys/tasks/main.yml",
"content": "---\n- name: Install authorized_keys for root\n authorized_key:\n user: root\n key: \"{{ authorized_keys }}\\n{{ extra_keys }}\"\n exclusive: True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
},
{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 168,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/user | 7,718 | [
"no_license"
] | [
{
"path": "roles/user/defaults/main.yml",
"content": "user_authorized_keys: \"{{ authorized_keys }}\"\nuser_directories: []\nuser_shell: \"/bin/bash\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/user/tasks/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 626,
"all_permissive": false
} |
ansible_role | ZeusWPI/ansible-config | 89fc081afae869cdafa8d26835f12cd972b3cd3a | 6 | roles/users | 7,718 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n\n- debug:\n var: users\n\n- name: Add users\n user:\n name: \"{{ item.name }}\"\n shell: /bin/bash\n password: \"{{ item.crypted_password|default(omit) }}\"\n groups: \"{{ item.groups|default(omit) }}\"\n with_items: \"{{ users }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | godfilf/automateKVM | d2306e5bb6a15252184d6ca6bc3db5b1cb2a7ec5 | 0 | roles/darkwizard242.docker | 7,718 | [
"no_license"
] | [
{
"path": "roles/darkwizard242.docker/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: docker\n author: <NAME>\n description: Docker-ce stable version installation/uninstallation.\n company: none\n license: MIT\n min_ansible_version: 2.4\n\n platforms:\n - name: Ubuntu\n versions:\n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 25428,
"all_permissive": false
} |
ansible_role | godfilf/automateKVM | d2306e5bb6a15252184d6ca6bc3db5b1cb2a7ec5 | 0 | roles/ob.kvmdisk | 7,718 | [
"no_license"
] | [
{
"path": "roles/ob.kvmdisk/defaults/main.yml",
"content": "\nbase_image_path: /tmp\n\nvm_name: vm1\n\nvmcfg:\n storage:\n extra:\n size: 30G\n type: ext4\n name: vdx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "roles/ob.kv... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2381,
"all_permissive": false
} |
ansible_role | godfilf/automateKVM | d2306e5bb6a15252184d6ca6bc3db5b1cb2a7ec5 | 0 | roles/ob.make_kvm | 7,718 | [
"no_license"
] | [
{
"path": "roles/ob.make_kvm/tasks/basicconf.yml",
"content": "---\n#Create the template \n\n- name: perpare | script sudoers\n copy:\n dest: \"/tmp/sudouser.sh\"\n content: |\n echo '%{{ lib_os.vm_user }} ALL=(ALL:ALL) NOPASSWD: ALL' >> /etc/sudoers\n\n- name: prepare | create directory for Vir... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 14865,
"all_permissive": false
} |
ansible_role | godfilf/automateKVM | d2306e5bb6a15252184d6ca6bc3db5b1cb2a7ec5 | 0 | roles/ob.manage_lvm | 7,718 | [
"no_license"
] | [
{
"path": "roles/ob.manage_lvm/tasks/create_fs.yml",
"content": "---\n\n- name: create_fs | check already converted\n shell: \"xfs_info {{ lv_groups.mntp }} | grep -c 'ftype=1'\"\n become: yes\n register: mountedxfs\n ignore_errors: true\n changed_when: false\n when:\n - lv_groups.filesystem == \"x... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5761,
"all_permissive": false
} |
ansible_role | Demnart/k8s | 0fd745fe05b3751e255b0ca29ccedae92798b2fd | 0 | roles/control_node_install | 7,718 | [
"no_license"
] | [
{
"path": "roles/control_node_install/tasks/nodelocal.yml",
"content": "- name: Get kube-dns service IP\n ansible.builtin.shell: kubectl --kubeconfig={{ home_directory }}/.kube/config get svc kube-dns -n kube-system -o jsonpath='{.spec.clusterIP}'\n register: kube_dns_ip\n changed_when: false\n\n- name: ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4288,
"all_permissive": false
} |
ansible_role | Demnart/k8s | 0fd745fe05b3751e255b0ca29ccedae92798b2fd | 0 | roles/k8s_prepare | 7,718 | [
"no_license"
] | [
{
"path": "roles/k8s_prepare/tasks/container.yml",
"content": "- name: Upload docker key\n ansible.builtin.get_url:\n url: https://download.docker.com/linux/ubuntu/gpg\n dest: /etc/apt/keyrings/docker.asc\n mode: '0644'\n\n- name: Add docker to Apt source\n ansible.builtin.template:\n src: doc... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2723,
"all_permissive": false
} |
ansible_role | Demnart/k8s | 0fd745fe05b3751e255b0ca29ccedae92798b2fd | 0 | roles/kubeadm_install | 7,718 | [
"no_license"
] | [
{
"path": "roles/kubeadm_install/tasks/main.yml",
"content": "---\n- name: Install kubeadm\n ansible.builtin.import_tasks: kubeadm.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/kubeadm_install/tasks/kubeadm.yml",
"content": "- na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 892,
"all_permissive": false
} |
ansible_role | Demnart/k8s | 0fd745fe05b3751e255b0ca29ccedae92798b2fd | 0 | roles/workers_join | 7,718 | [
"no_license"
] | [
{
"path": "roles/workers_join/tasks/main.yml",
"content": "---\n- name: Run join command on workers\n ansible.builtin.shell: \"sudo {{ hostvars['control']['control_join'] | trim }} --ignore-preflight-errors=all\"\n args:\n executable: /bin/bash\n creates: /etc/kubernetes/kubelet.conf\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | rus-bryl/wp-dbgroupreplica-test-project | 8601253e98c1ca1e76e256df381f9e27f1417741 | 0 | roles/config_mysql | 7,724 | [
"no_license"
] | [
{
"path": "roles/config_mysql/tasks/db_secure.yml",
"content": "---\n# tasks file for db_secure\n\n- name: Set the root password\n mysql_user:\n name: root\n password: \"{{ <PASSWORD> }}\"\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n login_unix_socket: /var/run/mysqld/mysqld.s... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7975,
"all_permissive": false
} |
ansible_role | rus-bryl/wp-dbgroupreplica-test-project | 8601253e98c1ca1e76e256df381f9e27f1417741 | 0 | roles/config_mysql_master | 7,724 | [
"no_license"
] | [
{
"path": "roles/config_mysql_master/db_users.yml",
"content": "---\n# tasks file for db_users\n\n- name: Create MySQL user for WordPress\n mysql_user:\n name: \"{{ mysql_wp_user }}\"\n password: \"{{ <PASSWORD> }}\"\n priv: \"{{ mysql_db }}.*:ALL\"\n host: \"{{ hostvars[groups['webservers'][0]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 992,
"all_permissive": false
} |
ansible_role | rus-bryl/wp-dbgroupreplica-test-project | 8601253e98c1ca1e76e256df381f9e27f1417741 | 0 | roles/config_proxysql | 7,724 | [
"no_license"
] | [
{
"path": "roles/config_proxysql/tasks/main.yml",
"content": "---\n# tasks file for config_proxysql\n\n- name: Replication Hostgroups\n proxysql_replication_hostgroups:\n login_user: admin\n login_password: <PASSWORD>\n writer_hostgroup: 0\n reader_hostgroup: 1\n state: present\n load_to_... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3135,
"all_permissive": false
} |
ansible_role | rus-bryl/wp-dbgroupreplica-test-project | 8601253e98c1ca1e76e256df381f9e27f1417741 | 0 | roles/config_wordpress | 7,724 | [
"no_license"
] | [
{
"path": "roles/config_wordpress/tasks/main.yml",
"content": "---\n# tasks file for config_wordpress\n- name: Site config\n template:\n src: \"wordpress.j2\"\n dest: \"/etc/nginx/sites-available/{{ project_name }}\"\n notify: Reload Nginx\n\n- name: Site enable\n file:\n src: \"/etc/nginx/sites... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 763,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.