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 | kakunindima/otus_linux | 8711d3d8e7887c1c7a174642e496a485c6b2d6fa | 2 | less34/roles/django | 8,132 | [
"no_license"
] | [
{
"path": "less34/roles/django/files/homework.ini",
"content": "[uwsgi]\nproject = homework\nusername = django\nbase = /var/www/%(username)\nchdir = %(base)/%(project)\nmodule = %(project).wsgi:application\nmaster = true\nprocesses = 5\nuid = %(username)\nsocket = /run/uwsgi/%(project).sock\nchown-socket = ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1891,
"all_permissive": false
} |
ansible_role | kakunindima/otus_linux | 8711d3d8e7887c1c7a174642e496a485c6b2d6fa | 2 | less34/roles/laravel | 8,132 | [
"no_license"
] | [
{
"path": "less34/roles/laravel/tasks/main.yml",
"content": "---\n- name: Install epel\n yum:\n name: epel-release\n state: present\n\n- name: Install packages\n yum:\n name:\n - libselinux-python\n - unzip\n state: present\n\n- name: SELinux disable\n selinux:\n state: disabled\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1739,
"all_permissive": false
} |
ansible_role | kakunindima/otus_linux | 8711d3d8e7887c1c7a174642e496a485c6b2d6fa | 2 | less34/roles/react | 8,132 | [
"no_license"
] | [
{
"path": "less34/roles/react/tasks/main.yml",
"content": "---\n- name: Nodejs repo\n shell: curl -sL https://rpm.nodesource.com/setup_10.x | bash -\n\n- name: Nodejs install\n yum:\n name: nodejs\n state: present\n\n- name: React app create\n shell: |\n cd /tmp\n npm install -g create-react-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1269,
"all_permissive": false
} |
ansible_role | kakunindima/otus_linux | 8711d3d8e7887c1c7a174642e496a485c6b2d6fa | 2 | less36/roles/common | 8,132 | [
"no_license"
] | [
{
"path": "less36/roles/common/tasks/main.yml",
"content": "---\n- name: firewalld start & enable\n service: \n name: firewalld \n state: started \n enabled: yes\n\n- name: firewalld-rules for nfs \n firewalld:\n service: \"{{ item }}\"\n permanent: yes\n state: enabled\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | kakunindima/otus_linux | 8711d3d8e7887c1c7a174642e496a485c6b2d6fa | 2 | less36/roles/nfs-client | 8,132 | [
"no_license"
] | [
{
"path": "less36/roles/nfs-client/tasks/main.yml",
"content": "---\n- name: create directory for nfs-share\n file:\n path: /share\n owner: vagrant\n group: vagrant\n state: directory\n mode: '0755'\n\n- name: mount nfs-share\n mount:\n path: /share\n src: server:/stor\n fstype: nf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | kakunindima/otus_linux | 8711d3d8e7887c1c7a174642e496a485c6b2d6fa | 2 | less36/roles/nfs-server | 8,132 | [
"no_license"
] | [
{
"path": "less36/roles/nfs-server/tasks/main.yml",
"content": "---\n- name: create dir nfs-share\n file:\n path: /stor\n state: directory\n owner: vagrant\n group: vagrant\n mode: '0755'\n\n- name: copy nfs-configs (exports)\n copy: src=exports dest=/etc/exports\n notify: restart nfs-serv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | StefBibi/Jenkins | e55d7deac5300ce3554e8a39433b32fba5bda358 | 0 | 22_JenkinsAnsible/roles/utils | 8,132 | [
"no_license"
] | [
{
"path": "22_JenkinsAnsible/roles/utils/tasks/main.yml",
"content": "---\n- name: Installation des packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n # update_cache: yes\n state: latest\n loop:\n - htop\n - git\n...\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | tuanpham435/haproxy-ansible | 6fedcaaf08b7c54760a9d398a8aa7e6b61df4c1f | 0 | roles/haproxy | 8,132 | [
"no_license"
] | [
{
"path": "roles/haproxy/meta/main.yml",
"content": "---\n# meta/main.yml - Thông tin meta cho role haproxy\n\ngalaxy_info:\n role_name: haproxy\n author: <NAME>\n description: Triển khai HAProxy cho OpenShift\n license: MIT\n min_ansible_version: 2.9\n \n platforms:\n - name: EL\n versions:\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9270,
"all_permissive": false
} |
ansible_role | bigboards/bigboards-system-bootstrapper | ba32fa0881aa8b1b0cf02a8fb41e71ff5b36c41d | 0 | roles/node | 8,132 | [
"no_license"
] | [
{
"path": "roles/node/tasks/consul.yml",
"content": "---\n- name: create the consul user\n user:\n name: consul\n group: bigboards\n system: yes\n state: present\n\n- name: install consul\n copy:\n src: \"{{ ansible_machine }}/consul\"\n dest: /usr/bin/consul\n mode: 755\n owner: c... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5453,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/aur_builder | 8,132 | [
"no_license"
] | [
{
"path": "roles/aur_builder/tasks/main.yaml",
"content": "---\n- name: Create aur_builder user\n ansible.builtin.user:\n name: aur_builder\n group: wheel\n system: true\n\n- name: Add aur_builder to sudoers\n ansible.builtin.lineinfile:\n path: /etc/sudoers.d/11-install-aur_builder\n line:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 967,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/cockpit | 8,132 | [
"no_license"
] | [
{
"path": "roles/cockpit/tasks/main.yaml",
"content": "---\n- name: Deploy Cockpit\n community.general.pacman:\n name:\n - cockpit\n - cockpit-packagekit\n - cockpit-pcp\n - cockpit-storaged\n state: present\n become: true\n become_user: root\n when: cockpit.installed\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/core_packages | 8,132 | [
"no_license"
] | [
{
"path": "roles/core_packages/tasks/main.yaml",
"content": "- name: Install core OS packages\n community.general.pacman:\n name: \"{{ item }}\"\n state: present\n with_items:\n - base\n - base-devel\n - bash\n - btop\n - coreutils\n - curl\n - dateutils\n - fish\n - fwupd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/create_user | 8,132 | [
"no_license"
] | [
{
"path": "roles/create_user/defaults/main.yaml",
"content": "---\nuser:\n name: \"{{ user.name }}\"\n generate_ssh_key: true\n ssh_key_type: ed25519\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "roles/create_user/tasks/main.yaml",
"cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 716,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/fastfetch | 8,132 | [
"no_license"
] | [
{
"path": "roles/fastfetch/tasks/main.yaml",
"content": "---\n- name: Install fastfetch\n become: true\n become_user: root\n community.general.pacman:\n name:\n - fastfetch\n - chafa\n - imagemagick\n - libdrm\n - libelf\n - zlib\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 198,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/hostname | 8,132 | [
"no_license"
] | [
{
"path": "roles/hostname/tasks/main.yaml",
"content": "- name: Create hostname file\n ansible.builtin.lineinfile:\n path: /etc/hostname\n line: \"{{ hostname }}\"\n create: yes\n become: true\n become_user: root\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": 161,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/kernel | 8,132 | [
"no_license"
] | [
{
"path": "roles/kernel/tasks/kernels.yaml",
"content": "- name: Install linux kernel and headers\n community.general.pacman:\n name:\n - linux\n - linux-headers\n state: present\n when: kernel == \"linux\"\n notify:\n - Regenerate initramfs\n\n- name: Install linux-hardened and harden... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4938,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/makepkg | 8,132 | [
"no_license"
] | [
{
"path": "roles/makepkg/tasks/main.yaml",
"content": "---\n- name: Install package-build tools\n become: true\n become_user: root\n community.general.pacman:\n name:\n - ccache\n - git\n - pbzip2\n - pigz\n state: present\n\n- name: Ensure directory exists\n ansible.builtin.fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1103,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/mdns | 8,132 | [
"no_license"
] | [
{
"path": "roles/mdns/tasks/main.yaml",
"content": "---\n- name: Install mDNS packages\n become: true\n become_user: root\n community.general.pacman:\n name: \"{{ item }}\"\n state: present\n with_items:\n - avahi\n - nss-mdns\n\n- name: Update nsswitch.conf\n become: true\n become_user: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/microcodes | 8,132 | [
"no_license"
] | [
{
"path": "roles/microcodes/tasks/main.yaml",
"content": "---\n# Grab CPU flags from `/proc/cpuinfo` and put the result into the\n# `cpu_flags_cmd` variable.\n- name: get cpu flags\n command: >\n awk -F: '/^flags/ {print $2; exit}' /proc/cpuinfo\n register: cpu_flags_cmd\n\n# Extract the flags into a l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/mkinitcpio | 8,132 | [
"no_license"
] | [
{
"path": "roles/mkinitcpio/tasks/main.yaml",
"content": "---\n- name: Install required btrfs-progs package\n become: true\n become_user: root\n community.general.pacman:\n name:\n - btrfs-progs\n state: present\n\n- name: Ensure directory exists\n ansible.builtin.file:\n path: /etc/mkinit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1488,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/neovim | 8,132 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yaml",
"content": "---\n- name: Install neovim\n community.general.pacman:\n name: \"{{ item }}\"\n state: present\n with_items:\n - neovim\n - neovide\n - neovim-lspconfig\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": 161,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/networkmanager | 8,132 | [
"no_license"
] | [
{
"path": "roles/networkmanager/handlers/main.yaml",
"content": "---\n- name: Reload networkmanager\n ansible.builtin.systemd:\n name: NetworkManager.service\n state: reloaded\n\n- name: Restart resolved\n ansible.builtin.service:\n name: systemd-resolved.service\n state: restarted\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1563,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/openssh_client | 8,132 | [
"no_license"
] | [
{
"path": "roles/openssh_client/defaults/main.yaml",
"content": "---\nopenssh:\n user_name: \"{{ user_name }}\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/openssh_client/tasks/main.yaml",
"content": "---\n- name: Ensure director... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/openssh_server | 8,132 | [
"no_license"
] | [
{
"path": "roles/openssh_server/tasks/main.yaml",
"content": "---\n- name: Install openssh\n become: true\n become_user: root\n community.general.pacman:\n name:\n - openssh\n\n- name: Copy sshd conf files\n become: true\n become_user: root\n ansible.builtin.copy:\n src: \"{{ item }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 883,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/p7zip | 8,132 | [
"no_license"
] | [
{
"path": "roles/p7zip/tasks/main.yaml",
"content": "---\n- name: Install p7zip\n become: true\n become_user: root\n community.general.pacman:\n name:\n - p7zip\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 113,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/pacman | 8,132 | [
"no_license"
] | [
{
"path": "roles/pacman/tasks/main.yaml",
"content": "---\n- name: Install contrib and reflector\n become: true\n become_user: root\n community.general.pacman:\n name:\n - pacman-contrib\n - reflector\n - pacutils\n\n- name: Update pacman.conf to print color, ILoveCandy, and use 9 paral... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2652,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/refind | 8,132 | [
"no_license"
] | [
{
"path": "roles/refind/vars/main.yaml",
"content": "common_boot:\n - zswap.enabled=0\n - nowatchdog\n - splash\n\namd_boot:\n - amd_pstate=active\n - amdgpu.dc=1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/refind/defaults/main.ya... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3172,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/reflector | 8,132 | [
"no_license"
] | [
{
"path": "roles/reflector/tasks/main.yaml",
"content": "- name: Install reflector\n become: true\n become_user: root\n community.general.pacman:\n name: reflector\n state: present\n register: task_result\n until: task_result is success\n retries: 2\n delay: 2\n\n- name: Update reflector.conf -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1229,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/userconf | 8,132 | [
"no_license"
] | [
{
"path": "roles/userconf/tasks/main.yaml",
"content": "---\n- name: Create systemd/user.conf drop-in directory\n ansible.builtin.file:\n path: /etc/systemd/user.conf.d\n state: directory\n mode: \"0755\"\n register: userconfd_dropin\n\n- name: Deploy user.conf dropin file\n ansible.builtin.copy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | amatos/archibald | 522f6fa5cd119c16383a374d975635a97ba10e67 | 0 | roles/vconsole | 8,132 | [
"no_license"
] | [
{
"path": "roles/vconsole/tasks/main.yaml",
"content": "---\n- name: Ensure directory exists\n become: true\n become_user: root\n ansible.builtin.file:\n path: /usr/local/share/kbd/keymaps\n state: directory\n mode: 0755\n\n- name: Copy vconsole.conf\n become: true\n become_user: root\n ansib... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | kazu1029/ansible_centos7.2 | 757fbc3be7c665c397bc9e113d5aef50cd613547 | 0 | roles/mysql | 8,134 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/my.cnf.j2",
"content": "[client]\npassword=''\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 21
},
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Install MySQL 5.7 repo\n yum: name=http://dev.mysql.com/get/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2026,
"all_permissive": false
} |
ansible_role | kazu1029/ansible_centos7.2 | 757fbc3be7c665c397bc9e113d5aef50cd613547 | 0 | roles/nodejs | 8,134 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: Check nodejs is already installed\n shell: node -v\n register: nodejs_installed\n failed_when: nodejs_installed.rc not in [0, 1]\n ignore_errors: True\n- name: Update yum\n yum: name=* state=present\n when: nodejs_installed.rc not in [0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | kazu1029/ansible_centos7.2 | 757fbc3be7c665c397bc9e113d5aef50cd613547 | 0 | roles/railsenv | 8,134 | [
"no_license"
] | [
{
"path": "roles/railsenv/tasks/main.yml",
"content": "---\n- name: Install dependencies for railsenv\n yum: name={{ item }} state=present\n become: True\n with_items:\n - git\n - gcc-c++\n - curl\n - curl-devel\n - gpg\n - tk-devel\n - httpd-devel\n - glibc-headers\n - openssl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1959,
"all_permissive": false
} |
ansible_role | kazu1029/ansible_centos7.2 | 757fbc3be7c665c397bc9e113d5aef50cd613547 | 0 | roles/vim | 8,134 | [
"no_license"
] | [
{
"path": "roles/vim/templates/zshrc.j2",
"content": "# If you come from bash you might have to change your $PATH.\nexport PATH=$HOME/bin:/usr/local/bin:$PATH\n\n# Path to your oh-my-zsh installation.\nexport ZSH=/Users/kkagami/.oh-my-zsh\n\n# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes\nZSH_T... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 8657,
"all_permissive": false
} |
ansible_role | Tomualdo/ansible_arch | 170418966dc445be86628de0610d7c17257bbf2a | 0 | roles/docker | 8,134 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: install docker\n community.general.pacman:\n name: \n - docker\n - docker-compose\n state: present\n\n- name: Ensure group docker exists\n group:\n name: docker\n state: present\n\n- name: Add user \"{{ username }}\" to gro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 601,
"all_permissive": false
} |
ansible_role | Tomualdo/ansible_arch | 170418966dc445be86628de0610d7c17257bbf2a | 0 | roles/system | 8,134 | [
"no_license"
] | [
{
"path": "roles/system/tasks/essential.yml",
"content": "- name: Show username\n debug:\n var: \"{{ ansible_user_id }}\"\n\n\n- name: Update and upgrade pacman packages\n community.general.pacman:\n update_cache: yes\n upgrade: yes\n\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | 14jasimmtp/RKE2-K8s-Deploy-Script | 507fba962fdcdfd74fc929b4ca6e4e5d1720308f | 0 | roles/rke2_agent | 8,134 | [
"no_license"
] | [
{
"path": "roles/rke2_agent/tasks/main.yml",
"content": "- name: Install RKE2 agent\r\n ansible.builtin.shell: curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=\"agent\" sh -\r\n args:\r\n creates: /var/lib/rancher/rke2/bin/\r\n\r\n- name: Ensure the RKE2 config directory exists\r\n ansible.builtin.f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 680,
"all_permissive": false
} |
ansible_role | 14jasimmtp/RKE2-K8s-Deploy-Script | 507fba962fdcdfd74fc929b4ca6e4e5d1720308f | 0 | roles/rke2_initial | 8,134 | [
"no_license"
] | [
{
"path": "roles/rke2_initial/tasks/main.yml",
"content": "---\r\n\r\n- name: Install RKE2 on the first master\r\n ansible.builtin.shell: |\r\n curl -sfL https://get.rke2.io | sh -\r\n\r\n- name: Start RKE2 server on the first master\r\n ansible.builtin.systemd:\r\n name: rke2-server\r\n enabled:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | 14jasimmtp/RKE2-K8s-Deploy-Script | 507fba962fdcdfd74fc929b4ca6e4e5d1720308f | 0 | roles/rke2_server | 8,134 | [
"no_license"
] | [
{
"path": "roles/rke2_server/tasks/main.yml",
"content": "---\r\n\r\n- name: Install RKE2 on other master nodes\r\n ansible.builtin.shell: |\r\n curl -sfL https://get.rke2.io | sh -\r\n\r\n- name: Ensure the RKE2 config directory exists\r\n ansible.builtin.file:\r\n path: /etc/rancher/rke2\r\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 606,
"all_permissive": false
} |
ansible_role | gamekiller095/school | 50b7397449a31a5572a8c0fb1f41d97680f411f0 | 0 | School/System and network managment/librenms_playbook/roles/docker | 8,134 | [
"no_license"
] | [
{
"path": "School/System and network managment/librenms_playbook/roles/docker/tasks/main.yml",
"content": "- name: Install packages\r\n dnf:\r\n state: present\r\n name:\r\n - bridge-utils\r\n - ca-certificates\r\n - curl\r\n - gnupg2\r\n update_cache: true\r\n\r\n- name: Get a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1281,
"all_permissive": false
} |
ansible_role | gamekiller095/school | 50b7397449a31a5572a8c0fb1f41d97680f411f0 | 0 | School/System and network managment/librenms_playbook/roles/librenms | 8,134 | [
"no_license"
] | [
{
"path": "School/System and network managment/librenms_playbook/roles/librenms/tasks/main.yml",
"content": "- name: Update and install required packages for LibreNMS\r\n dnf:\r\n name:\r\n - curl\r\n - composer\r\n - unzip\r\n - git\r\n - mariadb-server\r\n - net-snmp\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 841,
"all_permissive": false
} |
ansible_role | gamekiller095/school | 50b7397449a31a5572a8c0fb1f41d97680f411f0 | 0 | School/System and network managment/librenms_playbook/roles/mysql | 8,134 | [
"no_license"
] | [
{
"path": "School/System and network managment/librenms_playbook/roles/mysql/tasks/main.yml",
"content": "- name: Install MySQL packages\r\n dnf:\r\n name:\r\n - mariadb-server\r\n state: present\r\n update_cache: true\r\n\r\n- name: Start and enable MySQL service\r\n systemd:\r\n name: m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | gamekiller095/school | 50b7397449a31a5572a8c0fb1f41d97680f411f0 | 0 | School/System and network managment/librenms_playbook/roles/nginx | 8,134 | [
"no_license"
] | [
{
"path": "School/System and network managment/librenms_playbook/roles/nginx/tasks/main.yml",
"content": "- name: Install Nginx\r\n dnf:\r\n name: nginx\r\n state: present\r\n update_cache: true\r\n \r\n- name: Create Nginx directories\r\n file:\r\n path: \"{{ item }}\"\r\n state: direct... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1301,
"all_permissive": false
} |
ansible_role | gamekiller095/school | 50b7397449a31a5572a8c0fb1f41d97680f411f0 | 0 | School/System and network managment/librenms_playbook/roles/php | 8,134 | [
"no_license"
] | [
{
"path": "School/System and network managment/librenms_playbook/roles/php/tasks/main.yml",
"content": "- name: Install PHP and required extensions\r\n dnf:\r\n name:\r\n - php\r\n - php-cli\r\n - php-fpm\r\n - php-mysqlnd\r\n - php-mbstring\r\n - php-xml\r\n - php-cur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | aemoein/Week4-Assignment-Ansible-Roles | 81d1b4ba9b4f5ccc7e3bdbe29784817d71c7d235 | 0 | roles/docker_setup | 8,134 | [
"no_license"
] | [
{
"path": "roles/docker_setup/tasks/main.yml",
"content": "# roles/docker_setup/tasks/main.yml\n---\n- name: Install prerequisites\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache: yes\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | aemoein/Week4-Assignment-Ansible-Roles | 81d1b4ba9b4f5ccc7e3bdbe29784817d71c7d235 | 0 | roles/nginx_container | 8,134 | [
"no_license"
] | [
{
"path": "roles/nginx_container/tasks/main.yml",
"content": "# roles/nginx_container/tasks/main.yml\n---\n- name: Ensure Docker is installed\n apt:\n name: docker-ce\n state: present\n\n- name: Pull the latest Nginx image\n docker_image:\n name: nginx\n source: pull\n\n- name: Run Nginx conta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | kg0r0/action-ansible-playbook-test | ccad0e27c697d5093d1511425a93600d54f5715d | 0 | roles/nginx | 8,134 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: add nginx user\n become: true\n user:\n name: nginx\n\n- name: install nginx\n become: true\n apt:\n name: nginx\n state: latest\n update_cache: yes\n cache_valid_time: 3600\n\n- name: start nginx\n become: true\n service:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | MuriloChianfa/self-hosted-secure-infra | 45a6ec272e2492c36ee9beabf36cba0835208979 | 0 | ansible/roles/ca | 8,134 | [
"no_license"
] | [
{
"path": "ansible/roles/ca/tasks/configure-openssh-ca.yml",
"content": "---\n- name: be sure openssh is present\n apt:\n name:\n - openssh-client\n - openssh-server\n state: present\n update_cache: yes\n install_recommends: true\n tags: openssh-ca\n\n- name: check if ssh ca key alre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 779,
"all_permissive": false
} |
ansible_role | MuriloChianfa/self-hosted-secure-infra | 45a6ec272e2492c36ee9beabf36cba0835208979 | 0 | ansible/roles/dns | 8,134 | [
"no_license"
] | [
{
"path": "ansible/roles/dns/defaults/main.yml",
"content": "---\nhostname: \"ns1\"\nlisten_ip: 127.0.0.1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "ansible/roles/dns/tasks/install-bind9-recursive.yml",
"content": "---\n- name: be sure bin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2228,
"all_permissive": false
} |
ansible_role | MuriloChianfa/self-hosted-secure-infra | 45a6ec272e2492c36ee9beabf36cba0835208979 | 0 | ansible/roles/ldap | 8,134 | [
"no_license"
] | [
{
"path": "ansible/roles/ldap/handlers/main.yml",
"content": "---\n- name: restart-slapd\n service:\n name: slapd.service\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "ansible/roles/ldap/tasks/install-openldap-server.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2410,
"all_permissive": false
} |
ansible_role | MuriloChianfa/self-hosted-secure-infra | 45a6ec272e2492c36ee9beabf36cba0835208979 | 0 | ansible/roles/radius | 8,134 | [
"no_license"
] | [
{
"path": "ansible/roles/radius/tasks/configure-pam-client.yml",
"content": "---\n- name: be sure libpam-radius are installed\n apt:\n name:\n - libpam-radius-auth\n - libpam-script\n state: present\n update_cache: yes\n install_recommends: false\n tags: freeradius-client\n\n- name: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5114,
"all_permissive": false
} |
ansible_role | MuriloChianfa/self-hosted-secure-infra | 45a6ec272e2492c36ee9beabf36cba0835208979 | 0 | ansible/roles/vpn | 8,134 | [
"no_license"
] | [
{
"path": "ansible/roles/vpn/tasks/install-wireguard-server.yml",
"content": "---\n- name: be sure wireguard is installed\n apt:\n name: wireguard\n state: present\n tags: wireguard-server\n\n- name: be sure wireguard is configured\n template:\n src: wg0.conf\n dest: /etc/wireguard/wg0.conf\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5729,
"all_permissive": false
} |
ansible_role | rakeshnexturn/Ansible-Role-Sonarqube | e22a8f639adbda91bcafe8b39d031e1ee27f632e | 0 | roles/sonarqube-backup | 8,134 | [
"no_license"
] | [
{
"path": "roles/sonarqube-backup/defaults/main.yml",
"content": "---\nsonarqube_backup_path: \"/backup/sonarqube_backups\"\npostgres_backup_path: \"/backup\"\ncentralized_backup_directory: \"/tmp/sonarqube-backup\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1608,
"all_permissive": false
} |
ansible_role | rakeshnexturn/Ansible-Role-Sonarqube | e22a8f639adbda91bcafe8b39d031e1ee27f632e | 0 | roles/sonarqube-update | 8,134 | [
"no_license"
] | [
{
"path": "roles/sonarqube-update/defaults/main.yml",
"content": "---\n# defaults file for sonarqube-update\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/sonarqube-update/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1648,
"all_permissive": false
} |
ansible_role | taruch/psvm_ansible_refactor | 1845262e62dd2a7de346e2eced49bbc019a80dfc | 0 | roles/configure_ports | 8,134 | [
"no_license"
] | [
{
"path": "roles/configure_ports/tasks/main.yml",
"content": "---\n\n- include: \"nxos.yml\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/configure_ports/templates/port_config.j2",
"content": "{% for item in ports_list -%}\ninterface {... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 803,
"all_permissive": false
} |
ansible_role | taruch/psvm_ansible_refactor | 1845262e62dd2a7de346e2eced49bbc019a80dfc | 0 | roles/configure_vlans | 8,134 | [
"no_license"
] | [
{
"path": "roles/configure_vlans/tasks/main.yml",
"content": "---\n\n- include: \"nxos.yml\"\n\n\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/configure_vlans/tasks/nxos.yml",
"content": "---\n\n\n\n- name: PRINT VLAN LIST ON NODE... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1006,
"all_permissive": false
} |
ansible_role | taruch/psvm_ansible_refactor | 1845262e62dd2a7de346e2eced49bbc019a80dfc | 0 | roles/ensure_features | 8,134 | [
"no_license"
] | [
{
"path": "roles/ensure_features/tasks/nxos.yml",
"content": "---\n\n - name: ENABLE FEATURE SCHEDULER\n nxos_feature:\n feature: nxapi\n provider: \"{{ nxos_provider }}\"\n state: enabled\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 | taruch/psvm_ansible_refactor | 1845262e62dd2a7de346e2eced49bbc019a80dfc | 0 | roles/get_facts | 8,134 | [
"no_license"
] | [
{
"path": "roles/get_facts/templates/config.j2",
"content": "{% for config_line in nxos_facts['ansible_facts']['ansible_net_config'].split('\\\\n') %}\n{{ config_line }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "roles/get_fac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1479,
"all_permissive": false
} |
ansible_role | taruch/psvm_ansible_refactor | 1845262e62dd2a7de346e2eced49bbc019a80dfc | 0 | roles/get_ports_and_Vlans | 8,134 | [
"no_license"
] | [
{
"path": "roles/get_ports_and_Vlans/vars/main.yml",
"content": "nxos_provider:\n host: \"{{ inventory_hostname }}\"\n username: admin\n password: <PASSWORD>!\n transport: nxapi",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/get_ports_a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 374,
"all_permissive": false
} |
ansible_role | xunilog/edd | 871b23ef9d69c478edf21696d932b88fb4871707 | 0 | roles/chrome | 8,134 | [
"no_license"
] | [
{
"path": "roles/chrome/files/common.json",
"content": "{\n \"DefaultPluginsSetting\": 1,\n \"ForceYouTubeRestrict\": 1,\n \"ForceGoogleSafeSearch\": true,\n \"PluginsAllowedForUrls\": [\"https://*\", \"http://*\"],\n \"ExtensionInstallForcelist\": [\"gbchcmhmhahfdphkhkmpfmihenigjmpp;https://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2354,
"all_permissive": false
} |
ansible_role | xunilog/edd | 871b23ef9d69c478edf21696d932b88fb4871707 | 0 | roles/chrome-RDC | 8,134 | [
"no_license"
] | [
{
"path": "roles/chrome-RDC/tasks/main.yml",
"content": "---\n# tasks file for chrome-RDC\n- name: Install Chrome Remote Desktop package\n apt:\n deb: https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb\n become: yes",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | xunilog/edd | 871b23ef9d69c478edf21696d932b88fb4871707 | 0 | roles/cron | 8,134 | [
"no_license"
] | [
{
"path": "roles/cron/templates/ansible-user.sh.j2",
"content": "#!/usr/bin/env bash\nansible-pull -U {{ repo_url }} update-user.yml --clean --purge --full -C master\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/cron/vars/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1980,
"all_permissive": false
} |
ansible_role | xunilog/edd | 871b23ef9d69c478edf21696d932b88fb4871707 | 0 | roles/desktop | 8,134 | [
"no_license"
] | [
{
"path": "roles/desktop/vars/main.yml",
"content": "---\n# vars file for desktop\nsettings:\n backgroundImage:\n path: /org/cinnamon/desktop/background/picture-uri\n name: \"'file:///usr/share/backgrounds/linuxmint-tessa/ubuntu-wallpaper.jpg'\"\n backgroundShading:\n path: /org/c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3581,
"all_permissive": false
} |
ansible_role | xunilog/edd | 871b23ef9d69c478edf21696d932b88fb4871707 | 0 | roles/libreoffice | 8,134 | [
"no_license"
] | [
{
"path": "roles/libreoffice/tasks/main.yml",
"content": "---\n- name: Add LibreOffice Repository\n apt_repository:\n repo: ppa:libreoffice/ppa\n state: present\n codename: bionic\n become: yes\n- name: Install latest LibreOffice\n apt:\n pkg: libreoffice\n state: latest\n update_cache:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 410,
"all_permissive": false
} |
ansible_role | xunilog/edd | 871b23ef9d69c478edf21696d932b88fb4871707 | 0 | roles/power | 8,134 | [
"no_license"
] | [
{
"path": "roles/power/tasks/main.yml",
"content": "---\n# tasks file for power\n- name: Configure power settings\n dconf:\n key: \"{{ item.value.path }}\"\n value: \"{{ item.value.name }}\"\n state: present\n loop: \"{{ lookup('dict', settings) }}\"\n\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1234,
"all_permissive": false
} |
ansible_role | xunilog/edd | 871b23ef9d69c478edf21696d932b88fb4871707 | 0 | roles/printer | 8,134 | [
"no_license"
] | [
{
"path": "roles/printer/tasks/main.yml",
"content": "---\n# tasks file for printer\n- name: \"cups - installation\"\n apt: \n name: cups \n state: present \n update_cache: yes \n cache_valid_time: 3600\n become: yes\n\n#- name: \"cups - md5 on local printers.conf\"\n# local_action: stat \n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1332,
"all_permissive": false
} |
ansible_role | xunilog/edd | 871b23ef9d69c478edf21696d932b88fb4871707 | 0 | roles/shotcut | 8,134 | [
"no_license"
] | [
{
"path": "roles/shotcut/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - shotcut",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/shotcut/tasks/main.yml",
"content": "---\n# tasks file for shotcut... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | xunilog/edd | 871b23ef9d69c478edf21696d932b88fb4871707 | 0 | roles/theme | 8,134 | [
"no_license"
] | [
{
"path": "roles/theme/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - theme",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/theme/tasks/main.yml",
"content": "---\n- name: Copy background pictur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | xunilog/edd | 871b23ef9d69c478edf21696d932b88fb4871707 | 0 | roles/upgrade | 8,134 | [
"no_license"
] | [
{
"path": "roles/upgrade/tasks/main.yml",
"content": "---\n# tasks file for upgrade\n- name: Linuxmint has its specific upgrade utility, we only apply security updates\n shell: mintupdate-cli upgrade -y -r -s\n become: yes\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": 167,
"all_permissive": false
} |
ansible_role | xunilog/edd | 871b23ef9d69c478edf21696d932b88fb4871707 | 0 | roles/users | 8,134 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n# tasks file for users\n- name: Add the invite user\n user:\n name: invite\n state: present\n password: \"{{ <PASSWORD> }}\"\n become: yes\n- name: Creates autostart directory for invite user\n file:\n path: \"{{ item }}\"\n state: d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 780,
"all_permissive": false
} |
ansible_role | moiferrsan/stackweb-k8s-docker-aws-terraform-ansible | 25bd57faeea9e5c737127e591f3da9b960c73056 | 1 | ansible/k8s/roles/create-cluster | 8,134 | [
"no_license"
] | [
{
"path": "ansible/k8s/roles/create-cluster/tasks/init-cluster.yml",
"content": "- name: Reset Cluster\n command:\n kubeadm reset --force\n register: kubeadmin_init\n- name: Iniciar o Cluster com kubeadm init.\n command:\n kubeadm init\n register: kubeadmin_init\n- name: Verificando se o diretorio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1268,
"all_permissive": false
} |
ansible_role | moiferrsan/stackweb-k8s-docker-aws-terraform-ansible | 25bd57faeea9e5c737127e591f3da9b960c73056 | 1 | ansible/k8s/roles/deploy-app | 8,134 | [
"no_license"
] | [
{
"path": "ansible/k8s/roles/deploy-app/tasks/deploy.yml",
"content": "- name: Criando um diretorio para salvar os manifestos\n file: path={{item}} state=directory\n with_items:\n - /opt/corp\n\n- name: Copiando os yml para o servidor\n copy: src={{ item.src }} dest={{ item.dest }}\n with_items:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2076,
"all_permissive": false
} |
ansible_role | moiferrsan/stackweb-k8s-docker-aws-terraform-ansible | 25bd57faeea9e5c737127e591f3da9b960c73056 | 1 | ansible/k8s/roles/join-workers | 8,134 | [
"no_license"
] | [
{
"path": "ansible/k8s/roles/join-workers/tasks/join-cluster.yml",
"content": "- name: \n debug:\n msg: \"[Worker] K8S_TOKEN_HOLDER K8S token: {{ hostvars['K8S_TOKEN_HOLDER']['token'] }}\"\n\n- name:\n debug:\n msg: \"[Worker] K8S_TOKEN_HOLDER K8S CA Hash: {{ hostvars['K8S_TOKEN_HOLDER']['hash'] }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 595,
"all_permissive": false
} |
ansible_role | chainstay/k8s-rpi-provisioning | 47f462b97a49cfd719ff248b419e3c90c80e2d1c | 0 | roles/common | 8,134 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Set authorized key for base rasbpi user\n authorized_key:\n user: pi\n state: present\n key: \"{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}\"\n\n- name: Change default unix password\n user:\n name: pi\n pas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1683,
"all_permissive": false
} |
ansible_role | chainstay/k8s-rpi-provisioning | 47f462b97a49cfd719ff248b419e3c90c80e2d1c | 0 | roles/dhcp_server | 8,134 | [
"no_license"
] | [
{
"path": "roles/dhcp_server/tasks/main.yml",
"content": "# TODO: Is this necessary?\n---\n- name: Initialize systemd tempfiles\n file:\n path: /var/log/journal\n state: directory\n register: init_tempfiles\n\n# TODO: Is this necessary?\n- name: Run systemd-tmpfiles\n command: systemd-tmpfiles --cr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1889,
"all_permissive": false
} |
ansible_role | ReBedc/caso-practico2 | 3063d705a5ef557042267cbc95ad923256aab023 | 0 | ansible/roles/role_app | 8,131 | [
"no_license"
] | [
{
"path": "ansible/roles/role_app/vars/main.yml",
"content": "---\n# vars file for role_app\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "ansible/roles/role_app/tasks/main.yml",
"content": "\n- name: 'Abrir puerto https'\n firewalld:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1409,
"all_permissive": false
} |
ansible_role | ReBedc/caso-practico2 | 3063d705a5ef557042267cbc95ad923256aab023 | 0 | ansible/roles/role_common | 8,131 | [
"no_license"
] | [
{
"path": "ansible/roles/role_common/tasks/main.yml",
"content": "---\n# tasks file for role_common\n- name: 'Setear zona horaria'\n timezone:\n name: \"{{ zone }}\"\n tags: common\n\n- name: 'Setear hostname'\n hostname:\n name: \"{{ nombre_dominio }}\"\n use: systemd\n tags: common\n\n- name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1763,
"all_permissive": false
} |
ansible_role | ReBedc/caso-practico2 | 3063d705a5ef557042267cbc95ad923256aab023 | 0 | ansible/roles/role_kubernetes | 8,131 | [
"no_license"
] | [
{
"path": "ansible/roles/role_kubernetes/tasks/main.yml",
"content": "---\n# tasks file for role_kubernetes\n- name: 'Habilitar br_netfilter'\n modprobe:\n name: br_netfilter\n state: present\n tags: kubernetes\n\n- name: 'Setear masquerade'\n firewalld:\n masquerade: yes\n permanent: yes\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2380,
"all_permissive": false
} |
ansible_role | ReBedc/caso-practico2 | 3063d705a5ef557042267cbc95ad923256aab023 | 0 | ansible/roles/role_master | 8,131 | [
"no_license"
] | [
{
"path": "ansible/roles/role_master/defaults/main.yml",
"content": "---\n# defaults file for role_master\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible/roles/role_master/vars/main.yml",
"content": "---\n# vars file for role_master\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2458,
"all_permissive": false
} |
ansible_role | ReBedc/caso-practico2 | 3063d705a5ef557042267cbc95ad923256aab023 | 0 | ansible/roles/role_nfs | 8,131 | [
"no_license"
] | [
{
"path": "ansible/roles/role_nfs/defaults/main.yml",
"content": "---\n# defaults file for role_nfs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "ansible/roles/role_nfs/templates/exports.j2",
"content": "{% for master in groups['master'] %}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1543,
"all_permissive": false
} |
ansible_role | ReBedc/caso-practico2 | 3063d705a5ef557042267cbc95ad923256aab023 | 0 | ansible/roles/role_worker | 8,131 | [
"no_license"
] | [
{
"path": "ansible/roles/role_worker/defaults/main.yml",
"content": "---\n# defaults file for role_worker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible/roles/role_worker/vars/main.yml",
"content": "---\n# vars file for role_worker\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 572,
"all_permissive": false
} |
ansible_role | fmind/code.fmind.me | 5e45549562f0fe836353fba9c7ee01383e41f2c0 | 0 | roles/backs | 8,131 | [
"no_license"
] | [
{
"path": "roles/backs/tasks/main.yml",
"content": "---\n\n- name: script\n template:\n mode: 700\n owner: root\n group: root\n dest: /usr/local/bin/backup\n src: templates/backup.j2\n\n- name: schedule\n cron:\n hour: 3\n minute: 0\n user: root\n name: backup\n cron_file: ba... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 713,
"all_permissive": false
} |
ansible_role | fmind/code.fmind.me | 5e45549562f0fe836353fba9c7ee01383e41f2c0 | 0 | roles/certs | 8,131 | [
"no_license"
] | [
{
"path": "roles/certs/meta/main.yml",
"content": "galaxy_info:\n author: fmind\n description: setup certs\n\ndependencies: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/certs/tasks/main.yml",
"content": "---\n\n- name: private\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | fmind/code.fmind.me | 5e45549562f0fe836353fba9c7ee01383e41f2c0 | 0 | roles/hub | 8,131 | [
"no_license"
] | [
{
"path": "roles/hub/tasks/service.yml",
"content": "---\n\n- name: service deploy\n template:\n mode: 0640\n dest: \"{{ hub_serv }}\"\n src: templates/service.j2\n notify: restart hub\n\n- name: service enable\n service:\n name: hub\n enabled: true\n",
"license_type": "no_license",
... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 3938,
"all_permissive": false
} |
ansible_role | fmind/code.fmind.me | 5e45549562f0fe836353fba9c7ee01383e41f2c0 | 0 | roles/ssh | 8,131 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n\n- name: group\n group:\n system: true\n name: \"{{ sftp_group }}\"\n\n- name: service\n service:\n name: ssh\n state: started\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 153
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | fmind/code.fmind.me | 5e45549562f0fe836353fba9c7ee01383e41f2c0 | 0 | roles/students | 8,131 | [
"no_license"
] | [
{
"path": "roles/students/meta/main.yml",
"content": "galaxy_info:\n author: fmind\n description: setup students\n\ndependencies: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/students/tasks/main.yml",
"content": "---\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | fmind/code.fmind.me | 5e45549562f0fe836353fba9c7ee01383e41f2c0 | 0 | roles/teachers | 8,131 | [
"no_license"
] | [
{
"path": "roles/teachers/tasks/main.yml",
"content": "# ---\n\n- name: users\n user:\n append: true\n shell: /bin/bash\n name: \"{{ item.user }}\"\n groups: \"{{ hub_group }}\"\n with_items: \"{{ teachers_users }}\"\n\n- name: courses\n template:\n mode: 0640\n owner: \"{{ item.user }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 824,
"all_permissive": false
} |
ansible_role | fmind/code.fmind.me | 5e45549562f0fe836353fba9c7ee01383e41f2c0 | 0 | roles/users | 8,131 | [
"no_license"
] | [
{
"path": "roles/users/meta/main.yml",
"content": "galaxy_info:\n author: fmind\n description: setup users\n\ndependencies: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/users/tasks/main.yml",
"content": "---\n\n- name: root\n u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | footvote/foot.vote | 34b22953a5d582d6623fc2fa67cc8d4c2ba2c0c9 | 0 | footvote-backend/config/ansible/roles/common | 8,131 | [
"no_license"
] | [
{
"path": "footvote-backend/config/ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: apt | update\n apt: update_cache=yes cache_valid_time=36000\n\n- name: apt | install packages\n apt: name={{ item }} state=present\n with_items:\n - curl\n - git\n - python\n - apt-transport-ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 778,
"all_permissive": false
} |
ansible_role | footvote/foot.vote | 34b22953a5d582d6623fc2fa67cc8d4c2ba2c0c9 | 0 | footvote-backend/config/ansible/roles/nginx | 8,131 | [
"no_license"
] | [
{
"path": "footvote-backend/config/ansible/roles/nginx/tasks/main.yml",
"content": "---\n\n- name: nginx | install\n apt: name=nginx state=present\n notify: start nginx\n\n- include: cloudflare_ssl.yml\n when: domain_name != \"_\"\n\n- name: nginx | remove default site symlink\n file: path=/etc/nginx/si... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5241,
"all_permissive": false
} |
ansible_role | footvote/foot.vote | 34b22953a5d582d6623fc2fa67cc8d4c2ba2c0c9 | 0 | footvote-backend/config/ansible/roles/postgresql | 8,131 | [
"no_license"
] | [
{
"path": "footvote-backend/config/ansible/roles/postgresql/tasks/main.yml",
"content": "---\n\n- name: apt | add postgres apt key\n apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc state=present\n\n- name: apt | add PostgreSQL official repository\n apt_repository:\n repo: \"deb http://a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1530,
"all_permissive": false
} |
ansible_role | footvote/foot.vote | 34b22953a5d582d6623fc2fa67cc8d4c2ba2c0c9 | 0 | footvote-backend/config/ansible/roles/railsapp | 8,131 | [
"no_license"
] | [
{
"path": "footvote-backend/config/ansible/roles/railsapp/templates/puma-init.sh.j2",
"content": "#!/usr/bin/env bash\n### BEGIN INIT INFO\n# Provides: puma\n# Required-Start: $remote_fs $syslog\n# Required-Stop: $remote_fs $syslog\n# Default-Start: 2 3 4 5\n# Default-Stop: 0 1 6\n#... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7082,
"all_permissive": false
} |
ansible_role | footvote/foot.vote | 34b22953a5d582d6623fc2fa67cc8d4c2ba2c0c9 | 0 | footvote-backend/config/ansible/roles/redis | 8,131 | [
"no_license"
] | [
{
"path": "footvote-backend/config/ansible/roles/redis/tasks/main.yml",
"content": "---\n\n- name: redis | install\n apt: name=redis-server state=present\n\n- name: redis | ensure running and enabled on boot\n service: name=redis-server state=started enabled=yes\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | anixon604/proxmox-vm-lxc | ec7462be6401925e260f94afb75a04f109c14e71 | 0 | ansible/roles/package_installer | 8,131 | [
"no_license"
] | [
{
"path": "ansible/roles/package_installer/defaults/main.yml",
"content": "---\n# Default list of packages to install\npackage_installer_packages:\n - vim\n - curl\n - wget\n - htop\n - net-tools\npackage_installer_package_action: present\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 469,
"all_permissive": false
} |
ansible_role | monergeim/ansible | 5718c8fd4950ea57e1864a2fe369adec5ab97910 | 0 | roles/test | 8,131 | [
"no_license"
] | [
{
"path": "roles/test/files/install_cht_perfmon.sh",
"content": "#!/usr/bin/env bash\n\nSCRIPTPATH=$( cd $(dirname $0) ; pwd -P)\n\nrm -f /tmp/agent_install_log.txt\necho \"** CHT Performance Agent version \"$1 2>&1 | tee -a /tmp/agent_install_log.txt\nAGENT_VERSION=$1\nKEY=$2\nCLOUD=$3\nPERFMON_ENV=${4:-pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 14036,
"all_permissive": false
} |
ansible_role | artis3n/ansible-collection-homelab | 6a8d001f0552f4dc8c14b2bcfe15012e7626b8d3 | 1 | roles/canonical_ads | 8,131 | [
"no_license"
] | [
{
"path": "roles/canonical_ads/README.md",
"content": "artis3n.homelab.canonical_ads\n=========\n\nThis role disables Canonical's advertisement injections into Ubuntu servers and desktops.\n\nCurrently, the role disables:\n- [Motd News](https://ubuntu.com/legal/motd)\n- [Apt News](https://askubuntu.com/ques... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2618,
"all_permissive": false
} |
ansible_role | BGSolutions-pa/apache2_mysql_container_deployment_automation | 26feca5b1816edffef9b6a5c110016131875f1aa | 0 | roles/create_containers | 8,131 | [
"no_license"
] | [
{
"path": "roles/create_containers/tasks/apache2_lxc.yml",
"content": "---\n- name: 'Copy Apache2 container files.'\n copy:\n src: \"../files/apache2/\"\n dest: \"/opt/apache2/\"\n\n- name: 'Create networks.'\n docker_network:\n name: \"{{ item }}\"\n loop: \"{{ lxc_networks }}\"\n\n- name: 'Cre... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8708,
"all_permissive": false
} |
ansible_role | BGSolutions-pa/apache2_mysql_container_deployment_automation | 26feca5b1816edffef9b6a5c110016131875f1aa | 0 | roles/create_users | 8,131 | [
"no_license"
] | [
{
"path": "roles/create_users/tasks/add_sudoers.yml",
"content": "---\n- community.general.sudoers:\n name: \"{{ user.name }}\"\n user: \"{{ user.name }}\"\n #group: \"{{ user.name }}\"\n state: present\n nopassword: \"{{ <PASSWORD> }}\"\n commands: \"{{ user.commands }}\"\n validation:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1396,
"all_permissive": false
} |
ansible_role | BGSolutions-pa/apache2_mysql_container_deployment_automation | 26feca5b1816edffef9b6a5c110016131875f1aa | 0 | roles/ubuntu_update | 8,131 | [
"no_license"
] | [
{
"path": "roles/ubuntu_update/tasks/main.yml",
"content": "---\n- name: 'Update ubuntu packages list.'\n ansible.builtin.apt:\n update_cache: \"{{update_cache}}\"\n update_cache_retries: \"{{update_cache_retries}}\"\n\n- name: 'Upgrade ubuntu packages.'\n ansible.builtin.apt:\n upgrade: \"{{upgr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 374,
"all_permissive": false
} |
ansible_role | cflb/argolab | ff9b22b50abcf3c90604583411927b524990fa29 | 0 | roles/argocd | 8,131 | [
"no_license"
] | [
{
"path": "roles/argocd/tasks/argocd.yml",
"content": "---\n- name: Install ArgoCD using kubectl\n shell: |\n kubectl create namespace argocd\n kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml\n args:\n creates: /etc/kubernetes/manifests/... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3611,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.