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
cristianrgreco/archlinux-bootstrap-ansible
2304d4866e4fd1b6046ef44022e5b03819c0b7b2
0
roles/user-create
5,057
[ "no_license" ]
[ { "path": "roles/user-create/vars/main.yml", "content": "password_hashed: \"{{ password | password_hash('<PASSWORD>') }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/user-create/tasks/main.yml", "content": "- name: Create new user\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 443, "all_permissive": false }
ansible_role
cristianrgreco/archlinux-bootstrap-ansible
2304d4866e4fd1b6046ef44022e5b03819c0b7b2
0
roles/window-manager-i3
5,057
[ "no_license" ]
[ { "path": "roles/window-manager-i3/tasks/main.yml", "content": "- name: Install dependencies\n pacman:\n name: \n - picom\n - i3\n - polybar\n - rofi\n - feh\n - xorg-xev\n - xorg-xrandr\n state: present\n\n- name: Create i3 conf directory\n become: true\n become_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2843, "all_permissive": false }
ansible_role
azukichi67/postgresql-environment
a3c4b87053c921f4d688a77d70ee8618f5148a99
0
vagrant/ansible/roles/postgres
5,057
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/postgres/tasks/setting.yml", "content": "# https://docs.ansible.com/ansible/2.9_ja/modules/blockinfile_module.html#blockinfile-module\n- name: edit postgresql.conf\n become: yes\n become_user: postgres\n blockinfile:\n path: /var/lib/pgsql/{{version}}/data/postgresql.c...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1914, "all_permissive": false }
ansible_role
det23hat/ansible-create-K8s-with-Prometheus
a2a58b9c4b0a30b50b6ac21bdb1d954f60bf952d
0
roles/docker_install
5,057
[ "no_license" ]
[ { "path": "roles/docker_install/tasks/main.yml", "content": "---\n - name: Install docker required packages\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: true\n loop: \"{{ requried_packages }}\" \n - name: Add docker's official GPG key\n apt_key:\n url: https:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1158, "all_permissive": false }
ansible_role
pavantech/DockerImageBuildContianer
15f6a379ec4891b4c530fc0ab4d430cc1622b1d3
0
roles/ansibledocker
5,197
[ "no_license" ]
[ { "path": "roles/ansibledocker/tasks/main.yml", "content": "---\n- name: start docker service\n service:\n name: docker\n state: started\n \n- name: copying resource directory to target server /tmp location\n copy: src=static_files/resources/ dest=/tmp/resources/ follow=true mode=0777\n- name: i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
Otus-DevOps-22-08/il-admin_infra
13c14e049d88f35fa9c2473608b97a2a99938dc5
0
ansible/roles/db
5,197
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/install_mongo.yml", "content": "---\n- name: add key\n apt_key:\n url: https://www.mongodb.org/static/pgp/server-3.2.asc\n state: present\n tags: install\n\n- name: add repository\n apt_repository:\n repo: deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 598, "all_permissive": false }
ansible_role
Contribution-DAO/story-node-setup
0d898f6d7728019ff2ad259fd2ca68fabbecb0b5
0
roles/geth_install
5,197
[ "no_license" ]
[ { "path": "roles/geth_install/tasks/main.yaml", "content": "---\n- name: Insatll from source\n become: false\n block:\n - name: Clone geth repo\n git:\n repo: \"https://github.com/piplabs/story-geth\"\n dest: \"{{ user_dir }}/story-geth\"\n version: \"{{ geth_version }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
Contribution-DAO/story-node-setup
0d898f6d7728019ff2ad259fd2ca68fabbecb0b5
0
roles/node_configure
5,197
[ "no_license" ]
[ { "path": "roles/node_configure/tasks/main.yaml", "content": "---\n- name: register public ip\n uri:\n url: \"https://api.ipify.org?format=json\"\n register: public_ip\n\n- name: Setup external address\n lineinfile:\n path: \"{{ user_dir }}/.story/story/config/config.toml\"\n regexp: 'external_a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 784, "all_permissive": false }
ansible_role
Contribution-DAO/story-node-setup
0d898f6d7728019ff2ad259fd2ca68fabbecb0b5
0
roles/node_initialize
5,197
[ "no_license" ]
[ { "path": "roles/node_initialize/tasks/main.yaml", "content": "---\n- name: Ensure that the folder does not exits\n file:\n path: \"{{ user_dir }}/.story\"\n state: absent\n\n- name: Initialize Story Node\n command: \"story init --network {{ chain_id }}\"\n environment:\n PATH: \"{{ path }}\"\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1593, "all_permissive": false }
ansible_role
Contribution-DAO/story-node-setup
0d898f6d7728019ff2ad259fd2ca68fabbecb0b5
0
roles/node_launch
5,197
[ "no_license" ]
[ { "path": "roles/node_launch/tasks/main.yaml", "content": "---\n- name: Start Geth service\n become: true\n systemd:\n name: \"story-geth\"\n state: restarted\n daemon_reload: yes\n enabled: yes\n\n- name: Start Story service\n become: true\n systemd:\n name: \"story\"\n state: restart...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
Contribution-DAO/story-node-setup
0d898f6d7728019ff2ad259fd2ca68fabbecb0b5
0
roles/recovery_geth
5,197
[ "no_license" ]
[ { "path": "roles/recovery_geth/tasks/main.yaml", "content": "---\n- name: Download snapshot\n become: true\n shell: \"wget --progress=dot:giga -O {{ user_dir }}/geth_lasted_snapshot.tar.lz4 {{ geth_snapshot_url }}\"\n args:\n chdir: \"{{ user_dir }}\"\n\n- name: Stop Geth service\n systemd:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 751, "all_permissive": false }
ansible_role
Contribution-DAO/story-node-setup
0d898f6d7728019ff2ad259fd2ca68fabbecb0b5
0
roles/recovery_story
5,197
[ "no_license" ]
[ { "path": "roles/recovery_story/tasks/main.yaml", "content": "---\n- name: Download snapshot\n become: true\n shell: \"wget --progress=dot:giga -O {{ user_dir }}/story_lasted_snapshot.tar.lz4 {{ story_snapshot_url }}\"\n args:\n chdir: \"{{ user_dir }}\"\n\n- name: Stop Geth service\n systemd:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1106, "all_permissive": false }
ansible_role
Contribution-DAO/story-node-setup
0d898f6d7728019ff2ad259fd2ca68fabbecb0b5
0
roles/story_install
5,197
[ "no_license" ]
[ { "path": "roles/story_install/tasks/main.yaml", "content": "---\n- name: Install from source\n become: false\n block:\n - name: Clone story repo\n git:\n repo: \"https://github.com/piplabs/story\"\n dest: \"{{ user_dir }}/story\"\n version: \"{{ story_version }}\"\n up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
Contribution-DAO/story-node-setup
0d898f6d7728019ff2ad259fd2ca68fabbecb0b5
0
roles/upgrade_geth
5,197
[ "no_license" ]
[ { "path": "roles/upgrade_geth/tasks/main.yaml", "content": "---\n- name: Clone Geth repo\n git:\n repo: \"https://github.com/piplabs/story-geth\"\n dest: \"{{ user_dir }}/story-geth\"\n version: \"{{ geth_version }}\"\n update: yes\n force: yes\n recursive: no\n\n- name: Install Geth\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 754, "all_permissive": false }
ansible_role
Contribution-DAO/story-node-setup
0d898f6d7728019ff2ad259fd2ca68fabbecb0b5
0
roles/upgrade_story
5,197
[ "no_license" ]
[ { "path": "roles/upgrade_story/tasks/main.yaml", "content": "---\n- name: Clone story repo\n git:\n repo: \"https://github.com/piplabs/story\"\n dest: \"{{ user_dir }}/story\"\n version: \"{{ story_version }}\"\n update: yes\n force: yes\n recursive: no\n\n- name: Install Story\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 727, "all_permissive": false }
ansible_role
intellect-web-development/symfony-skeleton
c27dfce59d29283e814576d699396cc60a368c13
0
provisioning/roles/deploy
5,197
[ "no_license" ]
[ { "path": "provisioning/roles/deploy/tasks/main.yml", "content": "---\n- import_tasks: create_user.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 38, "all_permissive": false }
ansible_role
intellect-web-development/symfony-skeleton
c27dfce59d29283e814576d699396cc60a368c13
0
provisioning/roles/docker
5,197
[ "no_license" ]
[ { "path": "provisioning/roles/docker/tasks/main.yml", "content": "---\n- import_tasks: install_docker.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "provisioning/roles/docker/tasks/install_docker.yml", "content": "---\n- name: Update a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1494, "all_permissive": false }
ansible_role
intellect-web-development/symfony-skeleton
c27dfce59d29283e814576d699396cc60a368c13
0
provisioning/roles/infrastructure
5,197
[ "no_license" ]
[ { "path": "provisioning/roles/infrastructure/tasks/install_nginx.yml", "content": "---\n#1. Установка Nginx:\n- name: Install Nginx\n become: yes\n apt:\n name: nginx\n state: present\n\n#2. Создание директорий для хранения конфигурационных файлов:\n- name: Create directory for nginx configuration\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1756, "all_permissive": false }
ansible_role
intellect-web-development/symfony-skeleton
c27dfce59d29283e814576d699396cc60a368c13
0
provisioning/roles/jobs
5,197
[ "no_license" ]
[ { "path": "provisioning/roles/jobs/tasks/main.yml", "content": "---\n- import_tasks: cron.yml\n- import_tasks: supervisord.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "provisioning/roles/jobs/tasks/supervisord.yml", "content": "---...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 988, "all_permissive": false }
ansible_role
intellect-web-development/symfony-skeleton
c27dfce59d29283e814576d699396cc60a368c13
0
provisioning/roles/jwt
5,197
[ "no_license" ]
[ { "path": "provisioning/roles/jwt/tasks/generate_key.yml", "content": "---\n- name: Create JWT directory\n become: true\n become_user: deploy\n file:\n path: /home/deploy/jwt\n state: directory\n mode: '0755'\n\n- name: Generate JWT key pair\n ansible.builtin.shell: |\n ssh-keygen -t rsa -b ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 479, "all_permissive": false }
ansible_role
karubits/unifi-network-controller-playbook
8d9aa4e40aaab1e274dc96e0f5e4eb45bc825f17
1
roles/unifi_network_controller
5,197
[ "no_license" ]
[ { "path": "roles/unifi_network_controller/tasks/mongodb.yml", "content": "---\n - name: check mongodb if gpg key exists\n stat:\n path: \"{{ mongodb_keypath }}\"\n register: mongodb_check\n\n - name: ensure the armored key is present\n get_url:\n url: https://www.mongodb.org/static/pgp/...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 9641, "all_permissive": false }
ansible_role
SatyamTTN/Drupal
d5d2ba8436b924fe1651c4fac623545ef7be43d6
0
roles/mysql
5,197
[ "no_license" ]
[ { "path": "roles/mysql/tasks/setup.yml", "content": "---\n- name: MySQL | Install MySQL\n apt: pkg={{ item }} state=installed\n with_items:\n - mysql-common\n - mysql-server\n - python-mysqldb\n when: ansible_os_family == \"Debian\"\n\n- name: MySQL | Install MySQL\n yum: pkg={{ item }} state=i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
SatyamTTN/Drupal
d5d2ba8436b924fe1651c4fac623545ef7be43d6
0
roles/nginx
5,197
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx\n apt: name=nginx state=latest\n when: ansible_os_family == \"Debian\"\n\n- name: install nginx\n yum: name=nginx state=latest\n when: ansible_os_family == \"CentOS\" or ansible_os_family == \"RedHat\"\n\n- name: Copy config ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
SatyamTTN/Drupal
d5d2ba8436b924fe1651c4fac623545ef7be43d6
0
roles/php
5,197
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: PHP | install php packages\n apt: pkg={{ item }} state=present\n with_items:\n - php\n - php-fpm\n - php-cli\n - php-common\n - php-curl\n - php-json\n - php-gd\n - php-odbc\n - php-mbstring\n - php-mysql\n - p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
SatyamTTN/Drupal
d5d2ba8436b924fe1651c4fac623545ef7be43d6
0
roles/update
5,197
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "---\n- name: update the ubuntu server\n apt: update_cache=yes\n when: ansible_os_family == \"Debian\"\n\n- name: update the CentOS or RHEL server\n yum: update_cache=yes\n when: ansible_os_family == \"CentOS\" or ansible_os_family == \"RedHat\"\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
rgcpgithub/jenkins-pipelines
91bd9e2ee33d9a9a9194157af7e0a65586b2aa0d
0
ansible/roles/pythonrun
5,197
[ "no_license" ]
[ { "path": "ansible/roles/pythonrun/tasks/main.yml", "content": "---\n# tasks file for pythonrun\n\n- name: Install docker.\n package:\n name: docker-ce\n state: present\n- name: Start docker service\n service:\n name: docker\n state: started\n\n- name: Build Docker image from Dockerfile\n she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 768, "all_permissive": false }
ansible_role
jkupferer/openshift-libvirt-cluster
a85fa0cab9d237c4f9ab9631ec241f2c0a3e2981
0
roles/node-prep
5,197
[ "no_license" ]
[ { "path": "roles/node-prep/vars/main.yml", "content": "---\n# vars file for node-prep", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/node-prep/tasks/main.yml", "content": "---\n# tasks file for node-prep\n- name: Register nodes with subs...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2335, "all_permissive": false }
ansible_role
crusoecloud/slurm
a3bb8a755d2a4c89d781c96865f6d045408cd452
13
ansible/roles/autofs
5,197
[ "no_license" ]
[ { "path": "ansible/roles/autofs/tasks/main.yml", "content": "- name: Install nfs-client\n tags: nfs_client\n ansible.builtin.apt:\n name: \n - nfs-common\n - autofs\n state: latest\n update_cache: yes\n\n- name: Add /home entry to /etc/auto.master\n tags: nfs_client\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 560, "all_permissive": false }
ansible_role
crusoecloud/slurm
a3bb8a755d2a4c89d781c96865f6d045408cd452
13
ansible/roles/hostname
5,197
[ "no_license" ]
[ { "path": "ansible/roles/hostname/templates/01-search.yaml", "content": "network:\n version: 2\n ethernets:\n alleths:\n match:\n name: en*\n nameservers:\n search: [\"{{ location }}.compute.internal\"]\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 503, "all_permissive": false }
ansible_role
crusoecloud/slurm
a3bb8a755d2a4c89d781c96865f6d045408cd452
13
ansible/roles/nfs_server
5,197
[ "no_license" ]
[ { "path": "ansible/roles/nfs_server/tasks/main.yml", "content": "- name: Check if /home is mounted\n tags: nfs_server\n debug: msg=\"/home is mounted\"\n with_items: \"{{ ansible_mounts }}\"\n when: item.mount == \"/home\"\n register: home_mount_exists\n\n- name: Create a xfs filesystem on /dev/vdb\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1528, "all_permissive": false }
ansible_role
crusoecloud/slurm
a3bb8a755d2a4c89d781c96865f6d045408cd452
13
ansible/roles/observability
5,197
[ "no_license" ]
[ { "path": "ansible/roles/observability/templates/node_exporter.service.j2", "content": "[Unit]\nDescription=Node Exporter\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser=node_exporter\nGroup=node_exporter\nType=simple\nExecStart=/opt/node_exporter/node_exporter-{{ node_exporter_...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 29266, "all_permissive": false }
ansible_role
crusoecloud/slurm
a3bb8a755d2a4c89d781c96865f6d045408cd452
13
ansible/roles/raid0
5,197
[ "no_license" ]
[ { "path": "ansible/roles/raid0/handlers/main.yml", "content": "- name: Update initramfs\n ansible.builtin.shell:\n cmd: \"update-initramfs -u\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "ansible/roles/raid0/files/raid0.sh", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2027, "all_permissive": false }
ansible_role
crusoecloud/slurm
a3bb8a755d2a4c89d781c96865f6d045408cd452
13
ansible/roles/slurm_compute_node
5,197
[ "no_license" ]
[ { "path": "ansible/roles/slurm_compute_node/vars/main.yml", "content": "slurm_user: root\nslurm_group: \"{{ slurm_user }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible/roles/slurm_compute_node/tasks/main.yaml", "content": "- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1126, "all_permissive": false }
ansible_role
crusoecloud/slurm
a3bb8a755d2a4c89d781c96865f6d045408cd452
13
ansible/roles/slurm_conf
5,197
[ "no_license" ]
[ { "path": "ansible/roles/slurm_conf/tasks/main.yml", "content": "- name: Create /etc/slurm directory\n ansible.builtin.file:\n path: /etc/slurm\n state: directory\n owner: \"{{ slurm_user }}\"\n group: \"{{ slurm_group }}\"\n mode: '0755'\n\n- name: Install slurm.conf\n ansible.builtin.temp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 730, "all_permissive": false }
ansible_role
crusoecloud/slurm
a3bb8a755d2a4c89d781c96865f6d045408cd452
13
ansible/roles/slurm_head_node
5,197
[ "no_license" ]
[ { "path": "ansible/roles/slurm_head_node/tasks/main.yaml", "content": "- name: Configure autofs\n ansible.builtin.import_role:\n name: autofs\n \n- name: Install dependencies\n ansible.builtin.apt:\n name: nfs-common\n\n- name: Install override.conf\n ansible.builtin.template:\n src: override.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 766, "all_permissive": false }
ansible_role
crusoecloud/slurm
a3bb8a755d2a4c89d781c96865f6d045408cd452
13
ansible/roles/slurm_nfs_node
5,197
[ "no_license" ]
[ { "path": "ansible/roles/slurm_nfs_node/tasks/main.yml", "content": "- name: Configure raid0\n ansible.builtin.import_role:\n name: raid0\n vars:\n raid0_mount_path: /scratch/shared\n when: (disk_count | int) > 0\n\n- name: \"Create /var/spool/slurmctld directory\"\n file:\n path: /var/spool/sl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }
ansible_role
crusoecloud/slurm
a3bb8a755d2a4c89d781c96865f6d045408cd452
13
ansible/roles/user
5,197
[ "no_license" ]
[ { "path": "ansible/roles/user/vars/main.yml", "content": "user_gid: \"{{ user_uid }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "ansible/roles/user/tasks/main.yml", "content": "- name: \"Add group {{ user_name }}\"\n ansible.builtin.gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 626, "all_permissive": false }
ansible_role
lmhinnel/go-go-go
3c2a79cb29c6195254a51b518b5a422bc47a866d
0
roles/api
5,197
[ "no_license" ]
[ { "path": "roles/api/vars/main.yml", "content": "API_DOCKER_EXPORT_PORT: 3000\nAPI_DOCKER_NAME: \"server-go\"\nAPI_DOCKER_IMAGE: \"go-go-be-server-go\"\nAPI_DOCKER_IMAGE_TAG: \"latest\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "roles/api/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 304, "all_permissive": false }
ansible_role
lmhinnel/go-go-go
3c2a79cb29c6195254a51b518b5a422bc47a866d
0
roles/common
5,197
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Ensure docker service is running\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Copy src\n synchronize:\n src: \"../../../{{ item }}\"\n dest: ./go-go-go\n rsync_opts:\n - \"--exclude=.git\"\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
lmhinnel/go-go-go
3c2a79cb29c6195254a51b518b5a422bc47a866d
0
roles/db
5,197
[ "no_license" ]
[ { "path": "roles/db/vars/main.yml", "content": "DB_DOCKER_EXPORT_PORT: 5433\nDB_DOCKER_NAME: \"postgres-go\"\nDB_DOCKER_IMAGE: \"go-go-be-postgres-go\"\nDB_DOCKER_IMAGE_TAG: \"latest\"\nDB_DOCKER_VOLUME: \"pgdata\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 395, "all_permissive": false }
ansible_role
lmhinnel/go-go-go
3c2a79cb29c6195254a51b518b5a422bc47a866d
0
roles/docker-compose
5,197
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "- name: Run services with docker compose\n community.docker.docker_compose_v2:\n project_src: \"./go-go-go/{{ item }}\"\n state: present\n with_items: \"{{ path }}\"\n register: output\n\n# - name: Debug output of docker compose\n# debu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 448, "all_permissive": false }
ansible_role
lmhinnel/go-go-go
3c2a79cb29c6195254a51b518b5a422bc47a866d
0
roles/fe
5,197
[ "no_license" ]
[ { "path": "roles/fe/vars/main.yml", "content": "FE_DOCKER_EXPORT_PORT: 8081\nFE_DOCKER_NAME: \"go-go-fe-web-1\"\nFE_DOCKER_IMAGE: \"go-go-fe-web\"\nFE_DOCKER_IMAGE_TAG: \"latest\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/fe/tasks/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 292, "all_permissive": false }
ansible_role
hewsonhuynh/k3s_homelab
0dc7b0c9576a28375a04491c0a8b96c37bec0841
0
ansible/roles/WakeOnLan
5,097
[ "no_license" ]
[ { "path": "ansible/roles/WakeOnLan/tasks/main.yaml", "content": "- name: Send magic Wake-On-Lan packet to turn on individual systems\n community.general.wakeonlan:\n mac: \"{{ hostvars[inventory_hostname]['mac'] }}\"\n delegate_to: localhost\n\n- name: Wait for system to become reachable\n wait_for_co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": false }
ansible_role
chiterojr/machine
acc21178c0e5e33a5a1407f345b8df6d7fc3b84f
0
roles/applications
5,097
[ "no_license" ]
[ { "path": "roles/applications/tasks/browsers.yml", "content": "- name: Install Chrome\n yay: name=google-chrome\n\n- name: Install Chromium\n become: yes\n pacman: name=chromium\n\n- name: Install Firefox\n become: yes\n pacman: name=firefox\n\n- name: Install NEXT\n yay: name=next-browser-git\n", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 349, "all_permissive": false }
ansible_role
chiterojr/machine
acc21178c0e5e33a5a1407f345b8df6d7fc3b84f
0
roles/programming
5,097
[ "no_license" ]
[ { "path": "roles/programming/tasks/elixir.yml", "content": "- name: Install Elixir\n become: yes\n pacman: name=elixir\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/programming/tasks/main.yml", "content": "- include: docker.yml\n-...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 707, "all_permissive": false }
ansible_role
chiterojr/machine
acc21178c0e5e33a5a1407f345b8df6d7fc3b84f
0
roles/system
5,097
[ "no_license" ]
[ { "path": "roles/system/tasks/file-manager.yml", "content": "- name: Install PCMan\n become: yes\n pacman: name=pcmanfm\n\n- name: Install ranger\n become: yes\n pacman: name=ranger\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/syste...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 2385, "all_permissive": false }
ansible_role
tsailiming/servicenow-ansible
8caf4bd08fab4ae86bc69fdb6d2a174166a91c55
0
playbooks/roles/create_panos_rule
5,097
[ "no_license" ]
[ { "path": "playbooks/roles/create_panos_rule/tasks/main.yml", "content": "---\n- name: Check if Palo Alto Firewall is ready\n panos_check:\n ip_address: \"{{ firewall_node }}\"\n password: \"{{ <PASSWORD> }}\"\n\n- name: Export Palo Alto Configuration Prior to Creation of New Rule\n uri:\n url: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2819, "all_permissive": false }
ansible_role
tsailiming/servicenow-ansible
8caf4bd08fab4ae86bc69fdb6d2a174166a91c55
0
playbooks/roles/reboot
5,097
[ "no_license" ]
[ { "path": "playbooks/roles/reboot/tasks/main.yml", "content": "---\n- name: Reboot\n shell: sleep 2 && shutdown -r now\n async: 1\n poll: 0\n ignore_errors: true\n \n- name: Wait for SSH to be up\n wait_for:\n host: \"{{ hostvars[inventory_hostname]['ansible_ec2_public_ipv4'] }}\"\n port: 22\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
alencar-felipe/ansible
678c037d9ee881a3e339a17716ec32a0db3d495f
1
roles/base
5,097
[ "no_license" ]
[ { "path": "roles/base/tasks/packages.yml", "content": "- name: install base packages\n package: \n name:\n - git\n - ansible\n - cronie\n - wget\n - curl\n - nano\n - vim\n - man-db\n - man-pages\n - usbutils\n - net-tools\n - inetutils\n ...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 5902, "all_permissive": false }
ansible_role
alencar-felipe/ansible
678c037d9ee881a3e339a17716ec32a0db3d495f
1
roles/desktop
5,097
[ "no_license" ]
[ { "path": "roles/desktop/tasks/cron.yml", "content": "- name: wallpaper cron job\n cron:\n name: wallpaper\n user: ansible\n special_time: reboot\n job: sudo ln -sf \"$(shuf -n1 -e /usr/share/wallpapers/*)\" /usr/share/wallpapers/.wallpaper\n", "license_type": "no_license", "detected_li...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 7264, "all_permissive": false }
ansible_role
alencar-felipe/ansible
678c037d9ee881a3e339a17716ec32a0db3d495f
1
roles/ecad
5,097
[ "no_license" ]
[ { "path": "roles/ecad/tasks/packages.yml", "content": "- name: install desktop packages\n package: \n name:\n - kicad\n\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/ecad/tasks/main.yml", "content": "- name: include rol...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1084, "all_permissive": false }
ansible_role
alencar-felipe/ansible
678c037d9ee881a3e339a17716ec32a0db3d495f
1
roles/home-server
5,097
[ "no_license" ]
[ { "path": "roles/home-server/tasks/main.yml", "content": "- name: include roles/server/tasks/docker.yml\n import_tasks: docker.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/home-server/tasks/docker.yml", "content": "- name: Copy da...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 367, "all_permissive": false }
ansible_role
alencar-felipe/ansible
678c037d9ee881a3e339a17716ec32a0db3d495f
1
roles/modeling
5,097
[ "no_license" ]
[ { "path": "roles/modeling/tasks/main.yml", "content": "- name: include roles/modeling/tasks/packages.yml\n import_tasks: packages.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/modeling/tasks/packages.yml", "content": "- name: insta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 180, "all_permissive": false }
ansible_role
alencar-felipe/ansible
678c037d9ee881a3e339a17716ec32a0db3d495f
1
roles/printing
5,097
[ "no_license" ]
[ { "path": "roles/printing/meta/main.yml", "content": "dependencies:\n - role: base", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/printing/tasks/main.yml", "content": "- name: include roles/printing/tasks/packages.yml\n import_tasks: p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 188, "all_permissive": false }
ansible_role
alencar-felipe/ansible
678c037d9ee881a3e339a17716ec32a0db3d495f
1
roles/server
5,097
[ "no_license" ]
[ { "path": "roles/server/tasks/packages.yml", "content": "- name: install server packages\n package: \n name:\n - docker-compose\n \n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/server/tasks/services.yml", "content": "-...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 333, "all_permissive": false }
ansible_role
alencar-felipe/ansible
678c037d9ee881a3e339a17716ec32a0db3d495f
1
roles/workstation
5,097
[ "no_license" ]
[ { "path": "roles/workstation/tasks/main.yml", "content": "- name: include roles/workstation/tasks/packages.yml\n import_tasks: packages.yml\n\n- name: include roles/workstation/tasks/cron.yml\n import_tasks: cron.yml\n \n- name: include roles/workstation/tasks/services.yml\n import_tasks: services.yml\n ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3038, "all_permissive": false }
ansible_role
CodeTiburon/magento-box
a888766e88f2e1b6632f26734943f5f00c4d269f
1
ansible/roles/magento
5,097
[ "no_license" ]
[ { "path": "ansible/roles/magento/templates/default.tpl", "content": "server {\n listen 80;\n server_name localhost;\n\n root {{ magento.docroot }};\n index index.html index.php;\n\n error_page 404 /404.html;\n\n error_page 500 502 503 504 /50x.html;\n location = /50x.html {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3249, "all_permissive": false }
ansible_role
CodeTiburon/magento-box
a888766e88f2e1b6632f26734943f5f00c4d269f
1
ansible/roles/magerun
5,097
[ "no_license" ]
[ { "path": "ansible/roles/magerun/tasks/main.yml", "content": "---\n- name: magerun | Install\n command: curl -o /usr/local/bin/n98-magerun https://raw.githubusercontent.com/netz98/n98-magerun/master/n98-magerun.phar creates=/usr/local/bin/n98-magerun\n\n- name: magerun | Make exucutable\n file: path=/usr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
CodeTiburon/magento-box
a888766e88f2e1b6632f26734943f5f00c4d269f
1
ansible/roles/mailcatcher
5,097
[ "no_license" ]
[ { "path": "ansible/roles/mailcatcher/tasks/main.yml", "content": "---\n- name: mailcatcher | Add brightbox ppa repository for Ruby 1.9\n apt_repository: repo=ppa:brightbox/ruby-ng update_cache=yes\n\n- name: mailcatcher | Install dependencies\n apt: pkg={{ item }} state=latest\n with_items:\n - ruby1....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1144, "all_permissive": false }
ansible_role
CodeTiburon/magento-box
a888766e88f2e1b6632f26734943f5f00c4d269f
1
ansible/roles/mariadb
5,097
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/main.yml", "content": "---\n# Retrieve the current hostname, because {{ ansible_hostname }} still contains the old name\n- shell: hostname\n register: current_hostname\n\n- name: mariadb | Add repository\n apt_repository: repo='deb http://mirror3.layerjet.com/mariadb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1082, "all_permissive": false }
ansible_role
CodeTiburon/magento-box
a888766e88f2e1b6632f26734943f5f00c4d269f
1
ansible/roles/nginx
5,097
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: nginx | Install\n apt: pkg=nginx state=latest\n\n- name: nginx | Create locations directory\n shell: mkdir {{ nginx.locations_dir }}\n\n- name: nginx | Set default site config\n template: src=server.conf.tpl dest=/etc/nginx/sites-av...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
CodeTiburon/magento-box
a888766e88f2e1b6632f26734943f5f00c4d269f
1
ansible/roles/php
5,097
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/php-cli.yml", "content": "---\n- name: php-cli | ensure timezone is set in cli php.ini\n lineinfile: dest=/etc/php5/cli/php.ini\n regexp='date.timezone ='\n line='date.timezone = {{ server.timezone }}'\n\n- name: php-cli | enabling opcache cli\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1680, "all_permissive": false }
ansible_role
CodeTiburon/magento-box
a888766e88f2e1b6632f26734943f5f00c4d269f
1
ansible/roles/phpmyadmin
5,097
[ "no_license" ]
[ { "path": "ansible/roles/phpmyadmin/templates/default.tpl", "content": "location /phpmyadmin {\n\troot /usr/share/;\n index index.php index.html index.htm;\n\n location ~ ^/phpmyadmin/(.+\\.php)$ {\n try_files $uri =404;\n root /usr/share/;\n fastcgi_pass unix:/var/run/php5-fpm.so...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1040, "all_permissive": false }
ansible_role
CodeTiburon/magento-box
a888766e88f2e1b6632f26734943f5f00c4d269f
1
ansible/roles/redis
5,097
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "---\n- name: redis | Add brightbox ppa repository for Redis\n apt_repository: repo=ppa:chris-lea/redis-server update_cache=yes\n\n- name: redis | Ensure required packages are installed\n apt: pkg=redis-server state=latest\n\n- name: redis | Start...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
CodeTiburon/magento-box
a888766e88f2e1b6632f26734943f5f00c4d269f
1
ansible/roles/server
5,097
[ "no_license" ]
[ { "path": "ansible/roles/server/tasks/main.yml", "content": "---\n- name: server | Update apt\n apt: update_cache=yes\n\n- name: server | Install System Packages\n apt: pkg={{ item }} state=latest\n with_items:\n - curl\n - wget\n - python-software-properties\n - vim\n\n- name: server | Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 681, "all_permissive": false }
ansible_role
CodeTiburon/magento-box
a888766e88f2e1b6632f26734943f5f00c4d269f
1
ansible/roles/vagrant_local
5,097
[ "no_license" ]
[ { "path": "ansible/roles/vagrant_local/tasks/main.yml", "content": "---\n- name: vagrant_local | Set the hostname in /etc/hostname\n shell: echo {{ vagrant_local.hostname }} > /etc/hostname\n when: vagrant_local.hostname is defined\n\n- name: vagrant_local | Set the hostname\n shell: hostname {{ vagrant_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
CodeTiburon/magento-box
a888766e88f2e1b6632f26734943f5f00c4d269f
1
ansible/roles/xdebug
5,097
[ "no_license" ]
[ { "path": "ansible/roles/xdebug/tasks/main.yml", "content": "---\n- name: xdebug | Install\n apt: pkg=php5-xdebug state=latest\n\n- name: xdebug | Change xdebug config\n template: src=default.tpl dest=/etc/php5/mods-available/xdebug.ini\n notify: restart php-fpm\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 364, "all_permissive": false }
ansible_role
willocio/ansible-nginx
dccaea925fc3fce251c4aee0480b8560e4928e7d
0
ansible/roles/nginx
5,097
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Instalando pacotes para o Nginx\n apt:\n name:\n - curl\n - gnupg2\n - ca-certificates\n - lsb-release\n - certbot\n - python3-certbot-nginx\n state: present\n\n- name: Copiar template nginx.list para ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 701, "all_permissive": false }
ansible_role
mu-ruU1/ictsc-2024-problem
e48051ef0ef7aa172f53db512c566f67afe8db74
0
ikm/ansible/roles/client
5,097
[ "no_license" ]
[ { "path": "ikm/ansible/roles/client/templates/src/firefox.py.j2", "content": "from selenium import webdriver\nimport logging\nimport os\nimport time\n\nurl = \"https://www.ikm.internal/\"\nlogfile = os.path.join(os.path.dirname(__file__), \"firefox.log\")\nwebdriver_path = \"{{ geckodriver_path.stdout }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4575, "all_permissive": false }
ansible_role
mu-ruU1/ictsc-2024-problem
e48051ef0ef7aa172f53db512c566f67afe8db74
0
ikm/ansible/roles/knotdns
5,097
[ "no_license" ]
[ { "path": "ikm/ansible/roles/knotdns/templates/knot/internal.ikm.zone.j2", "content": "$ORIGIN ikm.internal.\n$TTL 345600\n\n@\tIN\tSOA\tns1.ikm.internal. admin.ikm.internal. (\n\t\t2025031623\n\t\t28800\n\t\t7200\n\t\t864000\n\t\t345600\n\t\t)\n\n\tIN\tNS\tns1.ikm.internal.\n\nns1\tIN\tA\t{{ hostvars['knot...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2514, "all_permissive": false }
ansible_role
mu-ruU1/ictsc-2024-problem
e48051ef0ef7aa172f53db512c566f67afe8db74
0
ikm/ansible/roles/knotres
5,097
[ "no_license" ]
[ { "path": "ikm/ansible/roles/knotres/templates/knot-resolver/kresd.conf.j2", "content": "net.listen('{{ hostvars['knotres']['interface_ip'] | default(hostvars['knotres']['ansible_host'], true) }}', 53, { kind = 'dns' })\n\nmodules = {\n 'hints > iterate',\n 'stats',\n 'predict',\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2302, "all_permissive": false }
ansible_role
mu-ruU1/ictsc-2024-problem
e48051ef0ef7aa172f53db512c566f67afe8db74
0
ikm/ansible/roles/nginx
5,097
[ "no_license" ]
[ { "path": "ikm/ansible/roles/nginx/tasks/main.yml", "content": "- name: Install dependencies\n ansible.builtin.apt:\n name:\n - curl\n - gnupg2\n - ca-certificates\n - lsb-release\n - ubuntu-keyring\n update_cache: true\n\n- name: Setup cron to dig A every 1 minutes\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4179, "all_permissive": false }
ansible_role
dehnert/squaresdb
27d5078ee2b6881df5117f34982956484b0b60f5
0
ansible/roles/squaresdb
5,097
[ "no_license" ]
[ { "path": "ansible/roles/squaresdb/templates/vhost.conf", "content": "# Disable this vhost if we don't have a cert yet\n# (Getting a cert uses the webroot authenticator, so there's an awkward\n# manual bootstrap phase otherwise)\n#<IfFile \"/etc/letsencrypt/live/{{extname}}/fullchain.pem\">\n<IfModule mod_s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 13833, "all_permissive": false }
ansible_role
DrMiracle/IaC
170f2fb039e4ff57fc32c48ca695a3e3e116f828
0
ansible/roles/postgres
5,097
[ "no_license" ]
[ { "path": "ansible/roles/postgres/molecule/default/verify.yml", "content": "---\n- name: Verify PostgreSQL Streaming Replication\n hosts:\n - postgres_db\n - replica_db # Target the replica server\n become: true\n tasks:\n\n - name: Check if database exists on the replica\n become_user: po...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 10358, "all_permissive": false }
ansible_role
DrMiracle/IaC
170f2fb039e4ff57fc32c48ca695a3e3e116f828
0
ansible/roles/replica_db
5,097
[ "no_license" ]
[ { "path": "ansible/roles/replica_db/tasks/main.yml", "content": "---\n- name: Install ACL package (fix permission issues)\n ansible.builtin.apt:\n name: acl\n state: present\n update_cache: yes\n\n- name: Install PostgreSQL\n apt:\n name:\n - postgresql\n - \"python3-psycopg2\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2098, "all_permissive": false }
ansible_role
medvesek/infrastructure
879547102803e4e9dba08b6ee7460941ec7b227b
0
ansible/roles/appserver
5,177
[ "no_license" ]
[ { "path": "ansible/roles/appserver/files/docker/app1/docker-compose.yaml", "content": "services:\n whoami:\n image: traefik/whoami\n networks:\n - traefik-net\n deploy:\n labels:\n - \"traefik.enable=true\"\n - \"traefik.http.routers.whoami.rule=Host(`test.ajmuht.eu`)\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4282, "all_permissive": false }
ansible_role
medvesek/infrastructure
879547102803e4e9dba08b6ee7460941ec7b227b
0
ansible/roles/common
5,177
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: UFW allow SSH\n become: yes\n ufw:\n rule: allow\n name: OpenSSH\n\n- name: UFW enable\n become: yes\n ufw:\n state: enabled\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
medvesek/infrastructure
879547102803e4e9dba08b6ee7460941ec7b227b
0
ansible/roles/mailserver
5,177
[ "no_license" ]
[ { "path": "ansible/roles/mailserver/meta/main.yml", "content": "dependencies:\n - role: geerlingguy.postfix\n vars:\n postfix_service_state: started\n postfix_service_enabled: true\n postfix_inet_interfaces: all\n postfix_inet_protocols: all\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 887, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/agama
5,177
[ "no_license" ]
[ { "path": "roles/agama/tasks/main.yaml", "content": "---\n - name: create dir for agama\n file:\n path: /opt/agama\n state: directory\n\n - name: install agama\n get_url:\n url: https://raw.githubusercontent.com/hudolejev/agama/master/Dockerfile\n dest: /opt/agama/Dockerfile\n\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1685, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/backup
5,177
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yaml", "content": "---\n - name: create user backup\n ansible.builtin.user:\n name: backup\n home: /home/backup\n shell: /bin/bash\n generate_ssh_key: yes\n\n - name: Create a directory if it does not exist\n ansible.builtin.file:\n path: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 590, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/bind
5,177
[ "no_license" ]
[ { "path": "roles/bind/templates/db.spray.j2", "content": "$TTL\t604800\n{{ domain_name }}.\tIN\tSOA\t{{ vm2 }}.{{ domain_name }}. daniel.{{ domain_name }}. (\n\t\t\t 2\t\t; Serial\n\t\t\t 604800\t\t; Refresh\n\t\t\t 86400\t\t; Retry\n\t\t\t2419200\t\t; Expire\n\t\t\t 604800 \t; Negative Cache TTL\n);\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3444, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/bind_exporter
5,177
[ "no_license" ]
[ { "path": "roles/bind_exporter/tasks/main.yaml", "content": "---\n - name: install bind exporter\n apt:\n name: prometheus-bind-exporter\n state: latest\n\n - name: enable bind exporter\n service:\n name: prometheus-bind-exporter\n state: started\n enabled: yes \n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/dns_resolve
5,177
[ "no_license" ]
[ { "path": "roles/dns_resolve/templates/resolv.conf.j2", "content": "search {{ domain_name }}\n{% for vm in groups['dns_slaves'] %}\nnameserver {{ hostvars[vm]['ansible_default_ipv4']['address'] }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 352, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/docker
5,177
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n - name: install docker\n apt:\n name: \n - docker.io\n - python3-docker\n state: latest\n\n - name: start docker service\n service:\n name: docker\n state: started\n enabled: yes\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/grafana
5,177
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main_apt.yaml", "content": "---\n - name: Install required tools for Grafana installation\n apt:\n name: apt-transport-https\n state: latest\n\n - name: Add an apt key\n apt_key:\n url: https://packages.grafana.com/gpg.key\n\n - name: Add Grafana reposi...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 15604, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/haproxy
5,177
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yaml", "content": "---\n - name: Install haproxy\n apt:\n name: haproxy\n state: latest\n\n - name: put haproxy config\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n notify: restart haproxy service\n\n - name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 972, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/influxdb
5,177
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yaml", "content": "---\n - name: Add apt key for influxDB\n ansible.builtin.apt_key:\n url: https://repos.influxdata.com/influxdb.key\n\n - name: add specified repository into sources list\n ansible.builtin.apt_repository:\n repo: deb https://repos.infl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/influxdb_backup
5,177
[ "no_license" ]
[ { "path": "roles/influxdb_backup/tasks/main.yaml", "content": "---\n - name: Create a directory if it does not exist\n ansible.builtin.file:\n path: /home/backup/influxdb\n state: directory\n owner: backup\n group: backup\n mode: '0755'\n\n - name: put backup template\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/influxdb_exporter
5,177
[ "no_license" ]
[ { "path": "roles/influxdb_exporter/tasks/main.yaml", "content": "---\n - name: download influxdb stats exporter\n get_url:\n url: https://github.com/carlpett/influxdb_stats_exporter/releases/download/v0.1.1/influx_stats_exporter_linux_amd64\n dest: /usr/local/bin/influxdb_stats_exporter\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1071, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/keepalived
5,177
[ "no_license" ]
[ { "path": "roles/keepalived/handlers/main.yaml", "content": "---\n - name: restart keepalived service\n service:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/keepalived/tasks/main.yaml",...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 725, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/keepalived_exporter
5,177
[ "no_license" ]
[ { "path": "roles/keepalived_exporter/handlers/main.yaml", "content": "---\n - name: reload systemd\n shell: systemctl daemon-reload\n\n - name: restart keepalived exporter\n service:\n name: prometheus-keepalived-exporter\n state: restarted\n enabled: yes\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 992, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/mysql
5,177
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "---\n - name: Install MySQL server\n apt:\n name:\n - mysql-server\n - python3-pymysql\n state: latest\n\n - name: Start mysql service\n service:\n name: mysql\n state: started\n enabled: yes\n\n - nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1392, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/mysql_backup
5,177
[ "no_license" ]
[ { "path": "roles/mysql_backup/templates/mysql-backup.j2", "content": "{% if inventory_hostname != mysql_host -%}\n50 * * * * backup mysqldump agama > /home/backup/mysql/agama.sql\n35 0 28 * * backup duplicity --no-encryption full /home/backup/mysql/ rsync://yyjjjjy666@backup.{{ domain_name }}//home/yyjjj...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1313, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/mysql_exporter
5,177
[ "no_license" ]
[ { "path": "roles/mysql_exporter/tasks/main.yaml", "content": "---\n - name: install mysqld exporter\n apt:\n name: prometheus-mysqld-exporter\n state: latest\n register: prom_exporter_installed\n\n - name: Create MySQL user exporter\n community.mysql.mysql_user:\n name: \"{{ mysql_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1059, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/nginx
5,177
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "---\n - name: Install nginx\n apt:\n name: nginx\n state: latest\n\n - name: Start nginx service\n service:\n name: nginx\n state: started\n enabled: yes\n\n - name: Copy config to location\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/node_exporter
5,177
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yaml", "content": "---\n - name: Exporter packages\n apt:\n name: \n - prometheus-node-exporter\n\n - name: Enable node exporter service\n service:\n name: prometheus-node-exporter\n state: started\n enabled: yes\n become: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/pinger
5,177
[ "no_license" ]
[ { "path": "roles/pinger/templates/pinger.conf.j2", "content": "database_url=http://{{ vm3 }}:8086\ndatabase_name=latency\ntargets=google.com,cloudflare.com,twitter.com\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/pinger/templates/pinger...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1353, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/prometheus
5,177
[ "no_license" ]
[ { "path": "roles/prometheus/handlers/main.yaml", "content": "---\n - name: Restart prometheus service\n service:\n name: prometheus\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/prometheus/tasks/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 529, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/rsyslog
5,177
[ "no_license" ]
[ { "path": "roles/rsyslog/tasks/main.yaml", "content": "---\n - name: Install Rsyslog\n apt:\n name: rsyslog\n state: latest\n\n - name: Reconfigure Rsyslog\n template:\n src: 10-telegraf.conf.j2\n dest: /etc/rsyslog.d/10-telegraf.conf\n notify: restart rsyslog\n\n - name: sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
yyjjjjy666/ica0002
f5fbc0577c883995af0b99a4400f47177ff06dcd
0
roles/users
5,177
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yaml", "content": "---\n - name: create user juri\n ansible.builtin.user:\n name: juri\n shell: /bin/bash\n\n - name: add key for juri\n ansible.posix.authorized_key:\n user: juri\n state: present\n key: https://github.com/hudolejev.keys\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 488, "all_permissive": false }