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 | patsoffice/ansible-proxmox | cdfae2dfb8f8da7f6bc97dd149b551b951fa869b | 1 | roles/tailscale | 7,739 | [
"no_license"
] | [
{
"path": "roles/tailscale/tasks/main.yml",
"content": "---\n- name: Download the repo key\n ansible.builtin.get_url:\n url: https://pkgs.tailscale.com/stable/ubuntu/noble.noarmor.gpg\n dest: /usr/share/keyrings/tailscale-archive-keyring.gpg\n tags:\n - tailscale\n\n- name: Install the apt repo\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1067,
"all_permissive": false
} |
ansible_role | patsoffice/ansible-proxmox | cdfae2dfb8f8da7f6bc97dd149b551b951fa869b | 1 | roles/tautulli | 7,739 | [
"no_license"
] | [
{
"path": "roles/tautulli/tasks/main.yml",
"content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - freeipa-client\n - git\n - kstart\n - nfs-common\n - nfs4-acl-tools\n - python3\n - python3-dev\n - python3-pip\n - python3-venv\n - rdif... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4192,
"all_permissive": false
} |
ansible_role | patsoffice/ansible-proxmox | cdfae2dfb8f8da7f6bc97dd149b551b951fa869b | 1 | roles/tdarr_node | 7,739 | [
"no_license"
] | [
{
"path": "roles/tdarr_node/tasks/main.yml",
"content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - ffmpeg\n - freeipa-client\n - handbrake-cli\n - intel-opencl-icd\n - kstart\n - nfs-common\n - nfs4-acl-tools\n - ocl-icd-libopencl1\n - rdi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4206,
"all_permissive": false
} |
ansible_role | patsoffice/ansible-proxmox | cdfae2dfb8f8da7f6bc97dd149b551b951fa869b | 1 | roles/tdarr_server | 7,739 | [
"no_license"
] | [
{
"path": "roles/tdarr_server/tasks/main.yml",
"content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - freeipa-client\n - kstart\n - nfs-common\n - nfs4-acl-tools\n - rdiff-backup\n - unzip\n tags:\n - tdarr_server\n\n- import_tasks: idm_client_setup.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4654,
"all_permissive": false
} |
ansible_role | patsoffice/ansible-proxmox | cdfae2dfb8f8da7f6bc97dd149b551b951fa869b | 1 | roles/test | 7,739 | [
"no_license"
] | [
{
"path": "roles/test/files/remove-done-torrent",
"content": "#!/bin/sh\n# script to check for completed torrents and stop and remove them\n\nTORRENTLIST=`/opt/transmission/bin/transmission-remote --list | sed -e '1d;$d;s/^ *//' | cut -f1 -d' '`\n\nfor TORRENTID in $TORRENTLIST\ndo\n TORRENTID=`echo ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1913,
"all_permissive": false
} |
ansible_role | patsoffice/ansible-proxmox | cdfae2dfb8f8da7f6bc97dd149b551b951fa869b | 1 | roles/transmission | 7,739 | [
"no_license"
] | [
{
"path": "roles/transmission/tasks/main.yml",
"content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - build-essential\n - cmake\n - freeipa-client\n - git\n - kstart\n - libcurl4-openssl-dev\n - libssl-dev\n - libsystemd-dev\n - nfs-common\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4851,
"all_permissive": false
} |
ansible_role | patsoffice/ansible-proxmox | cdfae2dfb8f8da7f6bc97dd149b551b951fa869b | 1 | roles/udev | 7,739 | [
"no_license"
] | [
{
"path": "roles/udev/tasks/main.yml",
"content": "---\n- name: copy the udev admin rules\n template:\n src: udev\n dest: \"/etc/udev/rules.d/98-{{ item.key }}.rules\"\n mode: 0644\n owner: root\n group: root\n loop: \"{{ proxmox_udev_rules | dict2items }}\"\n notify: update udev\n tags:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | patsoffice/ansible-proxmox | cdfae2dfb8f8da7f6bc97dd149b551b951fa869b | 1 | roles/unbound | 7,739 | [
"no_license"
] | [
{
"path": "roles/unbound/tasks/main.yml",
"content": "- import_tasks: ubuntu_setup.yml\n vars:\n username: unbound\n groupname: unbound\n uid: '{{ unbound_uid }}'\n gid: '{{ unbound_gid }}'\n packages:\n - bison\n - bsdmainutils\n - ca-certificates\n - coreutils\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6297,
"all_permissive": false
} |
ansible_role | patsoffice/ansible-proxmox | cdfae2dfb8f8da7f6bc97dd149b551b951fa869b | 1 | roles/valkey | 7,739 | [
"no_license"
] | [
{
"path": "roles/valkey/tasks/main.yml",
"content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - build-essential\n - cmake\n - freeipa-client\n - git\n - kstart\n - libssl-dev\n - libsystemd-dev\n - nfs-common\n - nfs4-acl-tools\n - pkg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3432,
"all_permissive": false
} |
ansible_role | patsoffice/ansible-proxmox | cdfae2dfb8f8da7f6bc97dd149b551b951fa869b | 1 | roles/zfs_features | 7,739 | [
"no_license"
] | [
{
"path": "roles/zfs_features/tasks/main.yml",
"content": "- name: Turn off atime on ZFS filesystems\n community.general.zfs:\n name: '{{ item }}'\n state: present\n extra_zfs_properties:\n atime: off\n with_items: '{{ proxmox_zfs_pools }}'\n tags:\n - zfs_features\n\n- name: Set any add... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | patsoffice/ansible-proxmox | cdfae2dfb8f8da7f6bc97dd149b551b951fa869b | 1 | roles/zigbee2mqtt | 7,739 | [
"no_license"
] | [
{
"path": "roles/zigbee2mqtt/templates/configuration.yaml",
"content": "frontend: true\nhomeassistant: true\npermit_join: true\nmqtt:\n base_topic: zigbee2mqtt\n server: 'mqtt://mqtt.int.chezlawrence.com'\n user: '{{ mqtt_user }}'\n password: '{{ <PASSWORD>_<PASSWORD> }}'\nserial:\n port: /dev/zigbee\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4968,
"all_permissive": false
} |
ansible_role | patsoffice/ansible-proxmox | cdfae2dfb8f8da7f6bc97dd149b551b951fa869b | 1 | roles/zwave_js_ui | 7,739 | [
"no_license"
] | [
{
"path": "roles/zwave_js_ui/tasks/main.yml",
"content": "---\n- import_tasks: ubuntu_setup.yml\n vars:\n packages:\n - binutils\n - freeipa-client\n - kstart\n - nfs-common\n - nfs4-acl-tools\n - rdiff-backup\n - unzip\n tags:\n - zwave_js_ui\n\n- import_tasks: id... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3811,
"all_permissive": false
} |
ansible_role | AasSuhendar/ansible-galera-mariadb | ad4e6e9d014ecc04bf566e0c6ce652eefbee009b | 0 | roles/common | 7,739 | [
"no_license"
] | [
{
"path": "roles/common/tasks/zfs_mounts.yml",
"content": "---\n- name: Mount ZFS Dataset to MariaDB Directory\n mount:\n path: /var/lib/mariadb\n src: \"/dev/zvol/{{ zfs_pool_name }}/mariadb\"\n fstype: xfs\n opts: defaults\n passno: 2\n state: mounted\n",
"license_type": "no_license... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7629,
"all_permissive": false
} |
ansible_role | AasSuhendar/ansible-galera-mariadb | ad4e6e9d014ecc04bf566e0c6ce652eefbee009b | 0 | roles/galera-lb | 7,739 | [
"no_license"
] | [
{
"path": "roles/galera-lb/tasks/haproxy_configs.yml",
"content": "---\n- name: Generate HAProxy Configuration haproxy.cfg in Load Balancer Node\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n owner: root\n group: root\n mode: 0644\n\n- name: Add IP address of all hosts ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3098,
"all_permissive": false
} |
ansible_role | AasSuhendar/ansible-galera-mariadb | ad4e6e9d014ecc04bf566e0c6ce652eefbee009b | 0 | roles/galera-node | 7,739 | [
"no_license"
] | [
{
"path": "roles/galera-node/tasks/facts.yml",
"content": "---\n- name: Set Host Facts\n set_fact:\n cluster_name: \"{{ cluster_name | default(default_value, true) }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/galera-node/tasks/... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3174,
"all_permissive": false
} |
ansible_role | AasSuhendar/ansible-galera-mariadb | ad4e6e9d014ecc04bf566e0c6ce652eefbee009b | 0 | roles/uninstall | 7,739 | [
"no_license"
] | [
{
"path": "roles/uninstall/tasks/main.yml",
"content": "---\n- include: facts.yml\n\n- include: mariadb_services.yml\n when: \n - inventory_hostname in groups['nodes']\n\n- include: mariadb_configs.yml\n when:\n - inventory_hostname in groups['nodes']\n\n- include: mariadb_packages.yml\n when:\n ... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 7559,
"all_permissive": false
} |
ansible_role | ChainTools-Tech/ansible-roles | 9d07de533ce9ca010c35c3542f390bc2af3fdf30 | 0 | roles/ardor-node | 7,739 | [
"no_license"
] | [
{
"path": "roles/ardor-node/templates/ardor.service.j2",
"content": "[Unit]\nDescription=Ardor Node\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser={{ node_user }}\nGroup={{ node_group }}\nType=simple\nExecStart={{ node_home }}/ardor/run.sh\nRestart=always\nRestartSec=5\n\n[Inst... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7967,
"all_permissive": false
} |
ansible_role | ChainTools-Tech/ansible-roles | 9d07de533ce9ca010c35c3542f390bc2af3fdf30 | 0 | roles/cosmovisor | 7,739 | [
"no_license"
] | [
{
"path": "roles/cosmovisor/tasks/main.yml",
"content": "---\n- name : Create temporary build folder\n tempfile:\n state: directory\n suffix: staging\n path: \"{{ temp_path }}\"\n register: build_folder\n\n\n- name: Temporary build folder\n debug:\n msg: \"Building Cosmovisor in: {{ build_fol... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1105,
"all_permissive": false
} |
ansible_role | ChainTools-Tech/ansible-roles | 9d07de533ce9ca010c35c3542f390bc2af3fdf30 | 0 | roles/dvpn-node | 7,739 | [
"no_license"
] | [
{
"path": "roles/dvpn-node/defaults/main.yml",
"content": "packages_list:\n - make\n - clang\n - pkg-config\n - libssl-dev\n - build-essential\n - automake\n - libtool\n - libunbound-dev\n - git\n - jq\n - llvm\n - libudev-dev\n - wireguard\n - wireguard-tools\n - pwgen\n - expect\nnode_home... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 10966,
"all_permissive": false
} |
ansible_role | ChainTools-Tech/ansible-roles | 9d07de533ce9ca010c35c3542f390bc2af3fdf30 | 0 | roles/golang | 7,739 | [
"no_license"
] | [
{
"path": "roles/golang/tasks/main.yml",
"content": "---\n- name: Fetch the latest version of Golang from URL\n uri:\n url: https://go.dev/VERSION?m=text\n return_content: yes\n register: url_output\n\n\n- name: Extract Golang version\n set_fact:\n golang_version: \"{{ url_output.content.split('... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2154,
"all_permissive": false
} |
ansible_role | ChainTools-Tech/ansible-roles | 9d07de533ce9ca010c35c3542f390bc2af3fdf30 | 0 | roles/nxt-node | 7,739 | [
"no_license"
] | [
{
"path": "roles/nxt-node/tasks/debian.yml",
"content": "---\n- name: Install ufw\n apt: package=ufw state=present\n\n\n- name: Configure ufw default policies\n ufw: direction={{ item.direction }} policy={{ item.policy }}\n with_items:\n \"{{ firewall_policies }}\"\n\n\n- name: Configure ufw rules\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5605,
"all_permissive": false
} |
ansible_role | rejuve-bio/ansible-deploy | a528db29b893666f17bc6bb09da7f5b15359c70e | 0 | playbooks/roles/AI_Assistant | 7,739 | [
"no_license"
] | [
{
"path": "playbooks/roles/AI_Assistant/tasks/main.yml",
"content": "# roles/biocypher/tasks/main.yml\r\n- name: Fix dpkg if interrupted\r\n command: sudo dpkg --configure -a\r\n ignore_errors: yes\r\n\r\n- name: Update apt cache\r\n apt:\r\n update_cache: yes\r\n\r\n- name: Install Python and Git\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 570,
"all_permissive": false
} |
ansible_role | rejuve-bio/ansible-deploy | a528db29b893666f17bc6bb09da7f5b15359c70e | 0 | playbooks/roles/Annotation | 7,739 | [
"no_license"
] | [
{
"path": "playbooks/roles/Annotation/tasks/main.yml",
"content": "# roles/biocypher/tasks/main.yml\r\n- name: Fix dpkg if interrupted\r\n command: sudo dpkg --configure -a\r\n ignore_errors: yes\r\n\r\n- name: Update apt cache\r\n apt:\r\n update_cache: yes\r\n\r\n- name: Install Python and Git\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | rejuve-bio/ansible-deploy | a528db29b893666f17bc6bb09da7f5b15359c70e | 0 | playbooks/roles/Galaxy | 7,739 | [
"no_license"
] | [
{
"path": "playbooks/roles/Galaxy/tasks/main.yml",
"content": "# roles/biocypher/tasks/main.yml\r\n- name: Fix dpkg if interrupted\r\n command: sudo dpkg --configure -a\r\n ignore_errors: yes\r\n\r\n- name: Update apt cache\r\n apt:\r\n update_cache: yes\r\n\r\n- name: Install Python and Git\r\n apt:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | rejuve-bio/ansible-deploy | a528db29b893666f17bc6bb09da7f5b15359c70e | 0 | playbooks/roles/Hypothesis | 7,739 | [
"no_license"
] | [
{
"path": "playbooks/roles/Hypothesis/tasks/main.yml",
"content": "# roles/biocypher/tasks/main.yml\r\n- name: Fix dpkg if interrupted\r\n command: sudo dpkg --configure -a\r\n ignore_errors: yes\r\n\r\n- name: Update apt cache\r\n apt:\r\n update_cache: yes\r\n\r\n- name: Install Python and Git\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 517,
"all_permissive": false
} |
ansible_role | rejuve-bio/ansible-deploy | a528db29b893666f17bc6bb09da7f5b15359c70e | 0 | playbooks/roles/biocypher | 7,739 | [
"no_license"
] | [
{
"path": "playbooks/roles/biocypher/tasks/main.yml",
"content": "---\r\n- name: Update apt cache\r\n apt:\r\n update_cache: yes\r\n\r\n- name: Upgrade system packages\r\n apt:\r\n upgrade: dist\r\n\r\n- name: Install required system packages\r\n apt:\r\n name:\r\n - python3\r\n - pyth... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1268,
"all_permissive": false
} |
ansible_role | inxilpro/orch-for-cheyne | 564980ea4f775a83ee2bb78dc0f87e1d5ad22a0c | 0 | roles/www | 7,739 | [
"no_license"
] | [
{
"path": "roles/www/handlers/main.yml",
"content": "---\n- name: restart httpd\n service: name=apache2 state=restarted\n\n- name: reload httpd\n service: name=apache2 state=reloaded\n\n- name: restart elasticsearch\n service: name=elasticsearch state=restarted",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 11007,
"all_permissive": false
} |
ansible_role | BADOUANA/tdDevops | 81574ed6145f186603e8ea4dcd2faa73f3744fe9 | 0 | ansible/roles/backend | 7,739 | [
"no_license"
] | [
{
"path": "ansible/roles/backend/tasks/main.yml",
"content": "---\n# This YAML file represents a tasks file for the \"backend\" role in an Ansible playbook.\n\n# Task: Run the backend container\n- name: Run backend\n docker_container:\n # Name of the Docker container to create\n name: simpleapistuden... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 546,
"all_permissive": false
} |
ansible_role | BADOUANA/tdDevops | 81574ed6145f186603e8ea4dcd2faa73f3744fe9 | 0 | ansible/roles/db | 7,739 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/main.yml",
"content": "- name: Run database\n docker_container:\n name: tp\n image: badou237/devops_database:1.0\n pull: true\n env:\n POSTGRES_DB: db # Variables d'environnement pour la base de données PostgreSQL\n POSTGRES_USER: usr # Nom de l'uti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | BADOUANA/tdDevops | 81574ed6145f186603e8ea4dcd2faa73f3744fe9 | 0 | ansible/roles/docker | 7,739 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n# This YAML file represents a tasks file for the \"docker\" role in an Ansible playbook.\n\n# Task: Clean packages\n- name: Clean packages\n # Use the \"command\" module to run a command to clean packages\n command:\n cmd: yum clean -y p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1207,
"all_permissive": false
} |
ansible_role | BADOUANA/tdDevops | 81574ed6145f186603e8ea4dcd2faa73f3744fe9 | 0 | ansible/roles/httpd | 7,739 | [
"no_license"
] | [
{
"path": "ansible/roles/httpd/tasks/main.yml",
"content": "---\n# This YAML file represents a tasks file for the \"httpd\" role in an Ansible playbook.\n\n# Task: Run an HTTPD Docker container\n- name: Run HTTPD\n docker_container:\n # Name of the Docker container to create\n name: devops-httpd-1\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | apaffka/ansible_project_6 | 0dc8c5db641076e52da0c2e84093ce99f38ecd70 | 0 | roles/docker_centos | 7,739 | [
"no_license"
] | [
{
"path": "roles/docker_centos/tasks/main.yml",
"content": "---\n# tasks file for docker_centos\n- name: install required packages\n package:\n name:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n\n- name: add docker repository\n yum_repository:\n name: docker-ce-stable\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 614,
"all_permissive": false
} |
ansible_role | apaffka/ansible_project_6 | 0dc8c5db641076e52da0c2e84093ce99f38ecd70 | 0 | roles/docker_ubuntu | 7,739 | [
"no_license"
] | [
{
"path": "roles/docker_ubuntu/tasks/main.yaml",
"content": "---\n# tasks file for docker\n- name: Install dependencies\n ansible.builtin.apt:\n name: '{{item}}'\n state: present\n update_cache: yes\n loop:\n - ca-certificates\n - curl\n\n- name: directory keyrings proper setup\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1431,
"all_permissive": false
} |
ansible_role | apaffka/ansible_project_6 | 0dc8c5db641076e52da0c2e84093ce99f38ecd70 | 0 | roles/postgres | 7,739 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "---\n# tasks file for postgres\n- name: Add PostgreSQL APT repository key\n ansible.builtin.apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n\n- name: Add PostgreSQL APT repository\n ansible.builtin.apt_repository:\n repo: \"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 996,
"all_permissive": false
} |
ansible_role | iatroshchenko/jenkins-ansible-provision | 50bdc40335e9990502a87ea7965ce3434a4b9c2c | 0 | provision/ansible/roles/certbot | 7,741 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/certbot/tasks/install_certbot.yml",
"content": "# Install certbot\n- name: \"Install certbot\"\n snap:\n name: certbot\n classic: yes\n- name: \"Remove useless dependencies\"\n apt:\n autoremove: yes\n- name: \"Update apt packages\"\n apt:\n update_cache: ye... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | iatroshchenko/jenkins-ansible-provision | 50bdc40335e9990502a87ea7965ce3434a4b9c2c | 0 | provision/ansible/roles/docker | 7,741 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/docker/tasks/main.yml",
"content": "- import_tasks: install_docker_and_compose.yml\n- import_tasks: docker_login.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "provision/ansible/roles/docker/tasks/docker_... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1295,
"all_permissive": false
} |
ansible_role | iatroshchenko/jenkins-ansible-provision | 50bdc40335e9990502a87ea7965ce3434a4b9c2c | 0 | provision/ansible/roles/general | 7,741 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/general/tasks/main.yml",
"content": "- import_tasks: generate_certificates.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "provision/ansible/roles/general/tasks/generate_certificates.yml",
"content": "- na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1184,
"all_permissive": false
} |
ansible_role | iatroshchenko/jenkins-ansible-provision | 50bdc40335e9990502a87ea7965ce3434a4b9c2c | 0 | provision/ansible/roles/jenkins | 7,741 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/jenkins/tasks/main.yml",
"content": "- import_tasks: add_certbot_hook.yml\n- import_tasks: add_docker_prune_dind.yml\n- import_tasks: create_deploy_user.yml\n- import_tasks: generate_certificates.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | titocampis/ansible-dcompose | 755318eb9bc054c16d7c8cdcc9e2df96ff3fa21b | 0 | roles/debug | 7,741 | [
"no_license"
] | [
{
"path": "roles/debug/tasks/ansible_vars.yaml",
"content": "- name: Check the ansible variables inside the env_var [debug_vars]\n debug:\n var: \"{{ item }}\"\n with_items: \"{{ debug_vars }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | titocampis/ansible-dcompose | 755318eb9bc054c16d7c8cdcc9e2df96ff3fa21b | 0 | roles/lineinfile | 7,741 | [
"no_license"
] | [
{
"path": "roles/lineinfile/tasks/main.yaml",
"content": "- name: Ensuring lines in file\n ansible.builtin.lineinfile:\n path: \"{{ file }}\"\n line: \"{{ line }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 106,
"all_permissive": false
} |
ansible_role | titocampis/ansible-dcompose | 755318eb9bc054c16d7c8cdcc9e2df96ff3fa21b | 0 | roles/packages | 7,741 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yaml",
"content": "# https://docs.ansible.com/ansible/latest/collections/ansible/builtin/package_module.html\n- name: Installing packages in Debian Systems\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ packages }}\"\n when: an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 909,
"all_permissive": false
} |
ansible_role | titocampis/ansible-dcompose | 755318eb9bc054c16d7c8cdcc9e2df96ff3fa21b | 0 | roles/services | 7,741 | [
"no_license"
] | [
{
"path": "roles/services/tasks/services.yaml",
"content": "- name: Ensuring services in [services_rh_started] started in Debian Systems\n ansible.builtin.service:\n name: \"{{ item }}\"\n state: started\n with_items: \"{{ services_rh_started }}\"\n when: ansible_os_family|lower == \"redhat\" # Cen... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1003,
"all_permissive": false
} |
ansible_role | titocampis/ansible-dcompose | 755318eb9bc054c16d7c8cdcc9e2df96ff3fa21b | 0 | roles/users | 7,741 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yaml",
"content": "# Main yaml from users role, importing all the tasks with its tag\n- import_tasks: users.yaml\n tags:\n - users\n - users-users\n\n- import_tasks: sudo.yaml\n tags:\n - users\n - users-sudo",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1479,
"all_permissive": false
} |
ansible_role | fruwe/mac-ansible | 1a353f9d7bfbb921b592b6c3b3b24204a0eba3c4 | 6 | roles/atom | 7,741 | [
"no_license"
] | [
{
"path": "roles/atom/tasks/main.yml",
"content": "---\n- apm: name={{ item }} state=latest\n with_items: \"{{ atom_packages }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": false
} |
ansible_role | fruwe/mac-ansible | 1a353f9d7bfbb921b592b6c3b3b24204a0eba3c4 | 6 | roles/brew | 7,741 | [
"no_license"
] | [
{
"path": "roles/brew/tasks/main.yml",
"content": "---\n- name: update homebrew\n homebrew: update_homebrew=yes upgrade_all=yes\n\n- name: install taps\n homebrew_tap: tap={{ item }} state=present\n with_items: \"{{ brew_taps }}\"\n\n- name: install CLI tools\n homebrew: name={{ item }} state=present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 845,
"all_permissive": false
} |
ansible_role | fruwe/mac-ansible | 1a353f9d7bfbb921b592b6c3b3b24204a0eba3c4 | 6 | roles/cask | 7,741 | [
"no_license"
] | [
{
"path": "roles/cask/tasks/main.yml",
"content": "---\n- name: Install Casks\n homebrew_cask: name={{ item }} state=present\n with_items: \"{{ cask_packages }}\"\n\n- name: install CLI tools after cask dependencies\n homebrew: name={{ item }} state=present\n with_items: \"{{ brew_packages_after_cask }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | fruwe/mac-ansible | 1a353f9d7bfbb921b592b6c3b3b24204a0eba3c4 | 6 | roles/luarocks | 7,741 | [
"no_license"
] | [
{
"path": "roles/luarocks/tasks/main.yml",
"content": "---\n- name: Install luarocks\n command: \"{{ item.command }} creates={{ item.file }}\"\n become: yes\n with_items: \"{{ luarocks }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 130,
"all_permissive": false
} |
ansible_role | fruwe/mac-ansible | 1a353f9d7bfbb921b592b6c3b3b24204a0eba3c4 | 6 | roles/rails | 7,741 | [
"no_license"
] | [
{
"path": "roles/rails/tasks/main.yml",
"content": "- name: Install bundler\n gem:\n name: bundler\n executable: ~/.rbenv/shims/gem\n user_install: False\n\n- name: Install rails gem\n gem:\n name: rails\n executable: ~/.rbenv/shims/gem\n user_install: False\n\n- name: rbenv rehash\n co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | fruwe/mac-ansible | 1a353f9d7bfbb921b592b6c3b3b24204a0eba3c4 | 6 | roles/ruby | 7,741 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "- name: install rbenv\n homebrew: name={{ item }} state=present\n with_items:\n - rbenv\n - ruby-build\n\n- name: install ruby 2.4.3\n command: rbenv install -s 2.4.3\n\n- name: set global ruby version\n command: rbenv global 2.4.3\n\n- name: init... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | fruwe/mac-ansible | 1a353f9d7bfbb921b592b6c3b3b24204a0eba3c4 | 6 | roles/settings | 7,741 | [
"no_license"
] | [
{
"path": "roles/settings/tasks/main.yml",
"content": "---\n- name: default to use standard quotes\n command: defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false\n\n- name: default to use standard quotes\n command: defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3598,
"all_permissive": false
} |
ansible_role | 653737623/jixian | dcca94d56a1be98137b1f407a9b9178803365aa5 | 1 | ansible/roles/jixian | 7,741 | [
"no_license"
] | [
{
"path": "ansible/roles/jixian/tasks/main.yml",
"content": "#密码复杂性\n- name: 安装libpam-cracklib\n shell: apt-get update && apt install -y libpam-cracklib --allow-unauthenticated\n\n- name: 修改配置文件/etc/pam.d/common-password\n template: src=common-password dest=/etc/pam.d/common-password mode=644\n\n#日志文件\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2206,
"all_permissive": false
} |
ansible_role | 653737623/jixian | dcca94d56a1be98137b1f407a9b9178803365aa5 | 1 | ansible/roles/openresty | 7,741 | [
"no_license"
] | [
{
"path": "ansible/roles/openresty/templates/nginx.conf",
"content": "#user root;\nworker_processes auto;\nworker_rlimit_nofile 40960;\n\nevents {\n use epoll;\n worker_connections 102400;\n}\n\nhttp {\n log_format main '$remote_addr - $remote_user [$time_local] \"$request\" '\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1672,
"all_permissive": false
} |
ansible_role | nielipin/ansible_openvpn_ldap | 41025b17b454d80de284d097c852020d4f9f48cb | 1 | roles/ca | 7,741 | [
"no_license"
] | [
{
"path": "roles/ca/tasks/main.yml",
"content": " - name: isntall easy-rsa\n yum: name=easy-rsa state=latest\n \n - name: Creates directory\n file: path={{ vpn_confdir }}easy-rsa state=directory\n\n - name: stat easy-rsa\n stat: path=/usr/share/easy-rsa\n register: easy_stat\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2481,
"all_permissive": false
} |
ansible_role | nielipin/ansible_openvpn_ldap | 41025b17b454d80de284d097c852020d4f9f48cb | 1 | roles/common | 7,741 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": " - name: set hostname\n hostname: name={{ hostname }}\n\n - name: clean openvpn\n yum: name=openvpn state=absent\n\n - name: clean openvpn-ldap\n yum: name=openvpn-auth-ldap state=absent\n\n - name: Clean vpn configs\n file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | nielipin/ansible_openvpn_ldap | 41025b17b454d80de284d097c852020d4f9f48cb | 1 | roles/openvpn-server | 7,741 | [
"no_license"
] | [
{
"path": "roles/openvpn-server/templates/client.ovpn.j2",
"content": "client\ndev tun\nproto {{ vpn_proto }}\n\n#Server IP and Port\nremote {{ ipify_public_ip }} {{ vpn_port }}\n\nresolv-retry infinite\nnobind\npersist-key\npersist-tun\nmute-replay-warnings\nns-cert-type server\ncomp-lzo\nauth-user-pass\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5541,
"all_permissive": false
} |
ansible_role | EhabAshrafMu/ansible-study-local | 00fca09a5fc9f481a8d0dae4d625cd123808d024 | 0 | roles/base | 7,741 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for simone\n tags: always\n authorized_key:\n user: simone\n key: \"<KEY>\"\n \n- name: change e-mail add for admin\n tags: apache,apache2\n lineinfile:\n path: /etc/apache2/sites-available/000-default.conf\n regexp: '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 564,
"all_permissive": false
} |
ansible_role | saknouche/Prom_Grafana_Node_exp | 3f543f46da7d862e96520506788d2c61b20a9640 | 0 | node-exporter/roles/install-node-exporter | 7,741 | [
"no_license"
] | [
{
"path": "node-exporter/roles/install-node-exporter/tasks/main.yml",
"content": "---\n- name: Create node-exporter container \n community.docker.docker_container:\n name: node-exporter\n image: prom/node-exporter:latest\n ports:\n - \"9100:9100\"\n volumes:\n - /proc:/host/proc:ro\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 262,
"all_permissive": false
} |
ansible_role | zsvs/EmergencySite | 3ad64173c589c2824f7f5a1a44c5532315cf8401 | 0 | ansible/roles/ChangeHTMLText | 7,741 | [
"no_license"
] | [
{
"path": "ansible/roles/ChangeHTMLText/tasks/main.yml",
"content": "---\n# tasks file for ChangeHTMLText\n- name: Get timestamp from the system\n shell: \"date +%d/%m/%Y\"\n register: tstamp\n\n- name: Set variables\n set_fact:\n curr_date: \"{{ tstamp.stdout[0:10]}}\"\n\n- name: Set up text in html ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 892,
"all_permissive": false
} |
ansible_role | Fiki80/vagrant-task | c25e0608d30ccdf6a7ff4f1c601764f1e883bb76 | 0 | ansible/roles/app | 7,741 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n - name: Create user with permissions\n shell: |\n useradd -U web\n mkdir -p /opt/python && chown -R web:web /opt/python\n\n - name: Install prerequisities\n pip:\n name: ['flask', 'prometheus-client']\n virtualenv: /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1712,
"all_permissive": false
} |
ansible_role | Fiki80/vagrant-task | c25e0608d30ccdf6a7ff4f1c601764f1e883bb76 | 0 | ansible/roles/grafana | 7,741 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/tasks/main.yml",
"content": "---\n - name: Add grafana repo\n yum_repository:\n name: grafana\n description: grafana server\n baseurl: https://packages.grafana.com/oss/rpm\n gpgcheck: yes\n gpgkey: https://packages.grafana.com/gpg.key\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1045,
"all_permissive": false
} |
ansible_role | Fiki80/vagrant-task | c25e0608d30ccdf6a7ff4f1c601764f1e883bb76 | 0 | ansible/roles/nginx | 7,741 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/defaults/main.yml",
"content": "---\nnginx_listen_port: 8080\nnginx_server_name: localhost\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "ansible/roles/nginx/templates/nginx.conf.j2",
"content": "events {\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1389,
"all_permissive": false
} |
ansible_role | Fiki80/vagrant-task | c25e0608d30ccdf6a7ff4f1c601764f1e883bb76 | 0 | ansible/roles/prometheus | 7,741 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/handlers/main.yml",
"content": "---\n- name: prometheus_restart\n become: yes\n service:\n name: prometheus\n state: restarted\n\n- name: prometheus_reload\n become: yes\n service:\n name: prometheus\n state: reloaded\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 827,
"all_permissive": false
} |
ansible_role | tanils/ansible-playbook | df26a3b7e9644d07f8189c608006140064d7d951 | 0 | roles/db | 7,741 | [
"no_license"
] | [
{
"path": "roles/db/templates/my.cnf",
"content": "[mysqld]\ndatadir=/var/lib/mysql\nsocket=/var/lib/mysql.sock\nuser=mysql\nsymbolic-links=0\nport={{ mysql_port }}\n\n[mysql_safe]\nlog-error=/var/log/mysql.log\npid-file=/var/run/mysqld/mysqld.pid\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1134,
"all_permissive": false
} |
ansible_role | tanils/ansible-playbook | df26a3b7e9644d07f8189c608006140064d7d951 | 0 | roles/web | 7,741 | [
"no_license"
] | [
{
"path": "roles/web/tasks/copy_code.yml",
"content": "---\n\n- name: Copy the code from repository\n git: repo={{ repository }} dest=/var/www/html\n \n \n- name: Create the index.html\n template: src=index.php.j2 dest=/var/www/html/index.php",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 838,
"all_permissive": false
} |
ansible_role | zakariaBoukernafa/Auto-Deploy-starter | 99a1f71badd2d13b9e3d3334709dba3dee6036de | 1 | .circleci/ansible/roles/configure-server | 7,743 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name: \"Add nodejs apt key\"\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n\n- name: \"Add nodejs 13.x ppa for apt repo\"\n apt_repository:\n repo: deb https://deb.no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | zakariaBoukernafa/Auto-Deploy-starter | 99a1f71badd2d13b9e3d3334709dba3dee6036de | 1 | .circleci/ansible/roles/deploy | 7,743 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"create dir\"\n file:\n path: ~/api\n state: directory\n\n- name: \"Unarchive api\"\n unarchive:\n src: ~/project/artifact.tar.gz\n dest: ~/api\n\n- name: \"start api\"\n shell: |\n cd ~/api\n pm2 stop ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 253,
"all_permissive": false
} |
ansible_role | IT-Bob/cloud-1 | 71a3de7db8148b70811cb2c31bd5309e58eb579e | 0 | roles/docker | 7,743 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "---\n# defaults file for docker\n\ndocker_networks_list:\n - {\n name: bridge\n }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "roles/docker/tasks/rhel_based_dnf.yml",
"conten... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4393,
"all_permissive": false
} |
ansible_role | IT-Bob/cloud-1 | 71a3de7db8148b70811cb2c31bd5309e58eb579e | 0 | roles/mysql | 7,743 | [
"no_license"
] | [
{
"path": "roles/mysql/defaults/main.yml",
"content": "---\n# defaults file for mysql\n\n# Docker path to context\nmysql_docker_context_path: /etc/docker/ft_mysql\n# Container name\nmysql_docker_ctn_name: mysql\n# Image name\nmysql_docker_image_name: ft_mysql\n# Image tag\nmysql_docker_image_tag: latest\n# ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4943,
"all_permissive": false
} |
ansible_role | IT-Bob/cloud-1 | 71a3de7db8148b70811cb2c31bd5309e58eb579e | 0 | roles/nginx | 7,743 | [
"no_license"
] | [
{
"path": "roles/nginx/files/Dockerfile",
"content": "# nginx\n\n# use alpine linux as base image\nFROM alpine:latest\n\n# update and upgrade packages\n# and install prerequisites\nRUN apk update\\\n && apk upgrade\\\n && apk add\\\n ca-certificates\\\n curl\\\n openssl\n\n# set up nginx apk repo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1443,
"all_permissive": false
} |
ansible_role | IT-Bob/cloud-1 | 71a3de7db8148b70811cb2c31bd5309e58eb579e | 0 | roles/php_fpm | 7,743 | [
"no_license"
] | [
{
"path": "roles/php_fpm/defaults/main.yml",
"content": "---\n# defaults file for php_fpm\n\n# Docker context path\nphpfpm_docker_context_path: /etc/docker/ft_php-fpm\n# Container name\nphpfpm_docker_ctn_name: php-fpm\n# Image name\nphpfpm_docker_image_name: ft_php-fpm\n# Image tag\nphpfpm_docker_image_tag:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2186,
"all_permissive": false
} |
ansible_role | IT-Bob/cloud-1 | 71a3de7db8148b70811cb2c31bd5309e58eb579e | 0 | roles/phpmyadmin | 7,743 | [
"no_license"
] | [
{
"path": "roles/phpmyadmin/defaults/main.yml",
"content": "---\n# defaults file for phpmyadmin\n\n# Docker context path\nphpmyadmin_docker_context_path: /etc/docker/ft_phpmyadmin\n# Container name\nphpmyadmin_docker_ctn_name: phpmyadmin\n# Image name\nphpmyadmin_docker_image_name: ft_phpmyadmin\n# Image ta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5245,
"all_permissive": false
} |
ansible_role | IT-Bob/cloud-1 | 71a3de7db8148b70811cb2c31bd5309e58eb579e | 0 | roles/reverse_proxy | 7,743 | [
"no_license"
] | [
{
"path": "roles/reverse_proxy/defaults/main.yml",
"content": "---\n# defaults file for reverse_proxy\n\n# Container name\nreverseproxy_docker_ctn_name: proxy\n# Image to use to for container\nreverseproxy_docker_image_name: \"{{ nginx_docker_image_name }}\"\n# Docker network(s) in which the container will ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5286,
"all_permissive": false
} |
ansible_role | IT-Bob/cloud-1 | 71a3de7db8148b70811cb2c31bd5309e58eb579e | 0 | roles/upgrade | 7,743 | [
"no_license"
] | [
{
"path": "roles/upgrade/tasks/arch_based.yml",
"content": "# upgrade - arche_based.yml\n\n#\n# Upgrade packages on arch-based system\n#\n\n- name: arch-based - upgrade packages\n community.general.pacman:\n update_cache: yes\n upgrade: yes\n become: yes\n",
"license_type": "no_license",
"de... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1207,
"all_permissive": false
} |
ansible_role | IT-Bob/cloud-1 | 71a3de7db8148b70811cb2c31bd5309e58eb579e | 0 | roles/wordpress | 7,743 | [
"no_license"
] | [
{
"path": "roles/wordpress/meta/main.yml",
"content": "# meta file for wordpress\n---\ndependencies:\n - role: docker\n - role: nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/wordpress/templates/wp-config.php.j2",
"content": "<... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7277,
"all_permissive": false
} |
ansible_role | scman1/rails-setup | bbf4fbd63fdd35e69169dc1d9fa398abe5f48b4e | 0 | playbooks/roles/basic | 7,743 | [
"permissive"
] | [
{
"path": "playbooks/roles/basic/tasks/main.yaml",
"content": "#basic tasks required for preparing the deployment environment\n# 1. add deploy user\n# 2. add package dependencies\n\n- name: Ask for the new user password\n pause:\n prompt: \"Enter the password for the new user\"\n register: user_passw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2488,
"all_permissive": true
} |
ansible_role | scman1/rails-setup | bbf4fbd63fdd35e69169dc1d9fa398abe5f48b4e | 0 | playbooks/roles/nginx | 7,743 | [
"permissive"
] | [
{
"path": "playbooks/roles/nginx/tasks/main.yaml",
"content": "# nginx tasks\n# required for installing the nginx server and passenger for hosting the rails app\n- name: add key for passenger\n apt_key:\n #keyserver: keyserver.ubuntu.com\n url: http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x5... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1614,
"all_permissive": true
} |
ansible_role | scman1/rails-setup | bbf4fbd63fdd35e69169dc1d9fa398abe5f48b4e | 0 | playbooks/roles/postgresql | 7,743 | [
"permissive"
] | [
{
"path": "playbooks/roles/postgresql/tasks/main.yaml",
"content": "# only for production \n- name: Install PostgreSQL\n apt:\n name: postgresql\n state: present\n update_cache: yes\n\n- name: Ensure PostgreSQL is running\n systemd:\n name: postgresql\n state: started\n enabled: yes\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 575,
"all_permissive": true
} |
ansible_role | scman1/rails-setup | bbf4fbd63fdd35e69169dc1d9fa398abe5f48b4e | 0 | playbooks/roles/rotatelog | 7,743 | [
"permissive"
] | [
{
"path": "playbooks/roles/rotatelog/tasks/main.yaml",
"content": "- name: Configure logrotate for Rails logs in shared folder\n ansible.builtin.template:\n src: logrotate_rails.j2\n dest: /etc/logrotate.d/rails_app\n mode: '0644'\n force: yes\n \n- name: Ensure logrotate runs daily\n ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 510,
"all_permissive": true
} |
ansible_role | scman1/rails-setup | bbf4fbd63fdd35e69169dc1d9fa398abe5f48b4e | 0 | playbooks/roles/ruby | 7,743 | [
"permissive"
] | [
{
"path": "playbooks/roles/ruby/tasks/main.yaml",
"content": "# ruby tasks \n# required for installing and runnign the rails application on the deployment environment\n# \n\n- name: Allow dubious Git repository ownership\n command: git config --global --add safe.directory /home/deploy/.rbenv\n command: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2634,
"all_permissive": true
} |
ansible_role | scman1/rails-setup | bbf4fbd63fdd35e69169dc1d9fa398abe5f48b4e | 0 | playbooks/roles/sslserve | 7,743 | [
"permissive"
] | [
{
"path": "playbooks/roles/sslserve/tasks/main.yaml",
"content": "# Configure NGINX with HTTPS (Let's Encrypt)\n- name: Install NGINX Certbot\n apt:\n name:\n - certbot\n - python3-certbot-nginx\n state: present\n update_cache: yes\n\n- name: Ensure NGINX is running\n systemd:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 935,
"all_permissive": true
} |
ansible_role | scman1/rails-setup | bbf4fbd63fdd35e69169dc1d9fa398abe5f48b4e | 0 | playbooks/roles/ssltest | 7,743 | [
"permissive"
] | [
{
"path": "playbooks/roles/ssltest/tasks/main.yaml",
"content": "- name: Create SSL Certificate Directory\n file:\n path: /etc/nginx/ssl\n state: directory\n mode: \"0755\"\n\n- name: Generate Self-Signed SSL Certificate\n command: >\n openssl req -x509 -nodes -days 365 -newkey rsa:2048\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 698,
"all_permissive": true
} |
ansible_role | amarao/home | 5514dcede9462114aa8695038b168f209aead90f | 4 | roles/george.shuklin.reboot-if-needed-for-upgrade | 7,743 | [
"no_license"
] | [
{
"path": "roles/george.shuklin.reboot-if-needed-for-upgrade/README.md",
"content": "reboot-if-needed-for-upgrade\n=========\n\nThis playbook reboots server and waits for it to come back online.\nBy default reboots only if reboot operation is pending due to apt-get upgrade operation (/var/run/reboot-require... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2536,
"all_permissive": false
} |
ansible_role | amarao/home | 5514dcede9462114aa8695038b168f209aead90f | 4 | roles/wireguard | 7,743 | [
"no_license"
] | [
{
"path": "roles/wireguard/templates/wireguard.conf.j2",
"content": "{{ansible_managed|comment}}\n\n{% if wireguard_mode == 'server' %}\n[Interface]\nAddress={{ server_internal_address }}\nPrivateKey={{ wireguard_server_private_key }}\nListenPort={{ wireguard_server_port }}\n[Peer]\nPublicKey={{ wireguard_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2109,
"all_permissive": false
} |
ansible_role | astartes21/DevOps-probation-tasks | d54564990a00d905a7167b3f0c212b21df6d4734 | 0 | roles/nginx | 7,743 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx package\n apt:\n name: \"{{ nginx_package }}\"\n state: present\n update_cache: yes\n\n- name: Deploy nginx.conf from template\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n notify: Reload ngin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1055,
"all_permissive": false
} |
ansible_role | TypingGatito/l3 | 47eef6960d0da43da484c1182c467a8614575ddb | 0 | roles/tradeoffer | 7,743 | [
"no_license"
] | [
{
"path": "roles/tradeoffer/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for roles/tradeoffer\n- name: Clone repo from git\n ansible.builtin.git:\n repo: https://gitlab.com/moshkin_mikail/devops\n dest: /srv/tradeoffer\n version: main\n\n- name: Choose copy init... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | zyx8375699/kubernetes-auto-deploy | c411d72d9b48c0fa9db502b85150096613984c8c | 3 | roles/usertool | 7,743 | [
"no_license"
] | [
{
"path": "roles/usertool/templates/role.yaml.j2",
"content": "apiVersion: rbac.authorization.k8s.io/v1\nkind: Role\nmetadata:\n annotations:\n rbac.authorization.kubernetes.io/autoupdate: \"true\"\n labels:\n kubernetes.io/bootstrapping: rbac-defaults\n name: {{ role_name }}\n namespace: {{ ns_na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1365,
"all_permissive": false
} |
ansible_role | sivakumarreddyk/project | a7e76b13838f83174f6dc9c749f22fba28c0aed2 | 0 | roles/docker | 7,743 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n- name: install docker\n yum:\n name: docker\n state: present\n- name: docker start and enable\n service:\n name: docker\n state: started\n enabled: true\n- name: add ec2-user to docker group\n group:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 275,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb87081 | ad6c76fa8b9751289a2c6412e0b1b153299cdb72 | 6 | roles/analytics | 7,743 | [
"no_license"
] | [
{
"path": "roles/analytics/vars/main.yaml",
"content": "---\njar_file: /usr/lib/vmware/common-jars/log4j-core-2.8.2.jar",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/analytics/tasks/main.yml",
"content": "---\n\n- name: get analytics_se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1315,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb87081 | ad6c76fa8b9751289a2c6412e0b1b153299cdb72 | 6 | roles/cm_service | 7,743 | [
"no_license"
] | [
{
"path": "roles/cm_service/vars/main.yaml",
"content": "---\njar_file: /usr/lib/vmware-cm/lib/log4j-core.jar\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/cm_service/handlers/main.yml",
"content": "- name: stop_cm_service\n shell:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1303,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb87081 | ad6c76fa8b9751289a2c6412e0b1b153299cdb72 | 6 | roles/dbcc | 7,743 | [
"no_license"
] | [
{
"path": "roles/dbcc/vars/main.yaml",
"content": "---\njar_file: /usr/lib/vmware-dbcc/lib/log4j-core-2.8.2.jar",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/dbcc/tasks/main.yml",
"content": "---\n\n- name: get dbcc_service state\n she... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb87081 | ad6c76fa8b9751289a2c6412e0b1b153299cdb72 | 6 | roles/idm | 7,743 | [
"no_license"
] | [
{
"path": "roles/idm/handlers/main.yml",
"content": "---\n- name: stop_idm_service\n shell:\n cmd: service-control --stop vmware-sts-idmd\n\n- name: start_idm_service\n shell:\n cmd: service-control --start vmware-sts-idmd\n\n ",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 746,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb87081 | ad6c76fa8b9751289a2c6412e0b1b153299cdb72 | 6 | roles/perf-chart | 7,743 | [
"no_license"
] | [
{
"path": "roles/perf-chart/handlers/main.yml",
"content": "---\n---\n- name: stop_perf-chart_service\n shell:\n cmd: service-control --stop vmware-perfcharts\n\n- name: start_perf-chart_service\n shell:\n cmd: service-control --start vmware-perfcharts\n\n ",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1325,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb87081 | ad6c76fa8b9751289a2c6412e0b1b153299cdb72 | 6 | roles/pscc | 7,743 | [
"no_license"
] | [
{
"path": "roles/pscc/handlers/main.yml",
"content": "---\n- name: stop_pscc_service\n shell:\n cmd: service-control --stop vmware-psc-client\n\n- name: start_pscc_service\n shell:\n cmd: service-control --start vmware-psc-client\n\n ",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 763,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb87081 | ad6c76fa8b9751289a2c6412e0b1b153299cdb72 | 6 | roles/sts | 7,743 | [
"no_license"
] | [
{
"path": "roles/sts/tasks/main.yml",
"content": "---\n- name: check for backup file\n stat:\n path: \"{{ base_file }}.bak\"\n register: sts_backup_stat\n changed_when: false\n\n- name: backup wrapper file\n copy:\n src: \"{{ base_file }}\"\n dest: \"{{ base_file }}.bak\"\n remote_src: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 739,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb87081 | ad6c76fa8b9751289a2c6412e0b1b153299cdb72 | 6 | roles/vmon_65 | 7,743 | [
"no_license"
] | [
{
"path": "roles/vmon_65/tasks/main.yml",
"content": "---\n- name: check for backup file\n stat:\n path: \"{{ base_file }}.bak\"\n register: vmon_backup_stat\n changed_when: false\n\n- name: backup wrapper file\n copy:\n src: \"{{ base_file }}\"\n dest: \"{{ base_file }}.bak\"\n remote_src: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb87081 | ad6c76fa8b9751289a2c6412e0b1b153299cdb72 | 6 | roles/vmon_70u2 | 7,743 | [
"no_license"
] | [
{
"path": "roles/vmon_70u2/vars/main.yaml",
"content": "---\nbase_file: /usr/lib/vmware-vmon/java-wrapper-vmon",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "roles/vmon_70u2/handlers/main.yml",
"content": "- name: stop_services\n shell:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 827,
"all_permissive": false
} |
ansible_role | DaveCrown/vmware-kb87081 | ad6c76fa8b9751289a2c6412e0b1b153299cdb72 | 6 | roles/vum | 7,743 | [
"no_license"
] | [
{
"path": "roles/vum/tasks/main.yml",
"content": "---\n- name: get vum_service state\n shell: \"java -jar start.jar --list-config\"\n args:\n chdir: /usr/lib/vmware-updatemgr/bin/jetty/\n register: vum_output\n changed_when: false\n\n- name: set check_variable\n set_fact:\n vum_service_fixed: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1368,
"all_permissive": false
} |
ansible_role | brianstinehart/Cloud-Deploy | 1b9377c35a274546f25213525c633dc0dfab07c4 | 0 | roles/aws_configure_rhel_drift | 7,743 | [
"no_license"
] | [
{
"path": "roles/aws_configure_rhel_drift/tasks/main.yml",
"content": "---\n- name: Install packages\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - NetworkManager\n - chrony\n - sysstat\n - httpd\n\n- name: Start Apache service\n ansible.builtin.ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2120,
"all_permissive": false
} |
ansible_role | brianstinehart/Cloud-Deploy | 1b9377c35a274546f25213525c633dc0dfab07c4 | 0 | roles/aws_update_rhel | 7,743 | [
"no_license"
] | [
{
"path": "roles/aws_update_rhel/tasks/main.yml",
"content": "---\n# Install yum-utils if it's not there\n- name: Install yum-utils\n ansible.builtin.yum:\n name: yum-utils\n state: installed\n\n- name: Include patching role\n ansible.builtin.include_role:\n name: ../../roles/patch_linux\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1393,
"all_permissive": false
} |
ansible_role | brianstinehart/Cloud-Deploy | 1b9377c35a274546f25213525c633dc0dfab07c4 | 0 | roles/azure_iis_windows | 7,743 | [
"no_license"
] | [
{
"path": "roles/azure_iis_windows/tasks/main.yml",
"content": "---\n- set_fact:\n user: bstineha\n\n- name: Install IIS (Web-Server only) with subfeatures\n ansible.windows.win_feature:\n name: Web-Server\n include_sub_features: true\n register: win_iis\n\n- name: Reboot if installing IIS featur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1704,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.