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
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/lemp/roles/nginx
4,357
[ "no_license" ]
[ { "path": "playbooks/lemp/roles/nginx/tasks/main.yml", "content": "# Install Pre-reqs\n- name: install prereqs\n yum:\n state: present\n name:\n - epel-release\n \n# Install Nginx\n- name: install nginx\n yum:\n state: present\n name:\n - nginx\n \n# Open firewall\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 631, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/phpipam/roles/apache
4,357
[ "no_license" ]
[ { "path": "playbooks/phpipam/roles/apache/tasks/main.yml", "content": "- name: install apache\n yum:\n state: present\n name:\n - httpd\n - mod_ssl\n - libsemanage-python\n \n- name: enable and start apache\n systemd:\n name: httpd\n state: started\n enabled: true\n \n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 825, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/phpipam/roles/common
4,357
[ "no_license" ]
[ { "path": "playbooks/phpipam/roles/common/tasks/main.yml", "content": "# Install Pre-reqs\n\n- name: install epel release\n yum:\n state: present\n name:\n - epel-release\n - git\n - policycoreutils-python\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/phpipam/roles/mysql
4,357
[ "no_license" ]
[ { "path": "playbooks/phpipam/roles/mysql/tasks/main.yml", "content": "# Install MariaDB for phpIPAM\n\n- name: install python pip\n yum:\n state: present\n name:\n - python-setuptools\n - python-pip\n - python-devel\n - mysql-devel\n - libsemanage-python\n\n- name: install th...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1692, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/phpipam/roles/php
4,357
[ "no_license" ]
[ { "path": "playbooks/phpipam/roles/php/tasks/main.yml", "content": "- name: add repository for php 7.3\n yum:\n state: present\n name: https://rpms.remirepo.net/enterprise/remi-release-7.rpm\n \n- name: install php packages (7.3)\n yum:\n state: present\n enablerepo: remi-php73\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/phpipam/roles/phpipam
4,357
[ "no_license" ]
[ { "path": "playbooks/phpipam/roles/phpipam/tasks/main.yml", "content": "- name: clone phpipam repo \n git:\n repo: https://github.com/phpipam/phpipam.git\n dest: /var/www/html/\n force: yes\n\n- name: change file and group permissions for /var/www/html\n file:\n path: /var/www/html\n o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2596, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/snipe-it/roles/common
4,357
[ "no_license" ]
[ { "path": "playbooks/snipe-it/roles/common/tasks/main.yml", "content": "# Install Pre-reqs\n\n- name: install epel release\n yum:\n state: present\n name:\n - epel-release\n - policycoreutils-python\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
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/snipe-it/roles/php
4,357
[ "no_license" ]
[ { "path": "playbooks/snipe-it/roles/php/tasks/main.yml", "content": "- name: add repository for php 7.3\n yum:\n state: present\n name: https://rpms.remirepo.net/enterprise/remi-release-7.rpm\n \n- name: install php packages (7.3)\n yum:\n state: present\n enablerepo: remi-php73...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 521, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/snipe-it/roles/snipe-it
4,357
[ "no_license" ]
[ { "path": "playbooks/snipe-it/roles/snipe-it/tasks/main.yml", "content": "- name: install git and expect\n yum:\n state: present\n name:\n - git\n - expect\n \n- name: clone snipeit repo \n git:\n repo: https://github.com/snipe/snipe-it\n dest: /var/www/snipe-it\n force:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3336, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/wordpress/roles/apache
4,357
[ "no_license" ]
[ { "path": "playbooks/wordpress/roles/apache/tasks/main.yml", "content": "- name: Install Apache\n yum:\n state: present\n name:\n - httpd\n - mod_ssl\n - libsemanage-python\n \n- name: Enable and start Apache\n systemd:\n name: httpd\n state: started\n enabled: true\n \n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 617, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/wordpress/roles/php
4,357
[ "no_license" ]
[ { "path": "playbooks/wordpress/roles/php/tasks/main.yml", "content": "- name: Add repository for php 7.3\n yum:\n state: present\n name: https://rpms.remirepo.net/enterprise/remi-release-7.rpm\n\n- name: Install php packages\n yum:\n state: present\n enablerepo: remi-php73\n name:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/wordpress/roles/phpmyadmin
4,357
[ "no_license" ]
[ { "path": "playbooks/wordpress/roles/phpmyadmin/tasks/main.yml", "content": "# tasks file for phpmyadmin\n- name: install phpmyadmin\n yum:\n state: present\n enablerepo: remi-php73\n name: phpmyadmin\n \n- name: update phpMyAdmin.conf\n copy:\n src: phpMyAdmin.conf\n dest: /etc/httpd/conf....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/wordpress/roles/wordpress
4,357
[ "no_license" ]
[ { "path": "playbooks/wordpress/roles/wordpress/tasks/main.yml", "content": "# Pre-req for Ansible MYSQL_DB and MYSQL_USer modules\n- name: install python pip\n yum:\n state: present\n name:\n - python-setuptools\n - python-pip\n - python-devel\n - mysql-devel\n - li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2314, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/zabbix/roles/apache
4,357
[ "no_license" ]
[ { "path": "playbooks/zabbix/roles/apache/tasks/main.yml", "content": "# Install Apache\n - name: install apache\n yum:\n state: present\n name: httpd\n\n# Config SELinux Apache\n - name: Set SELinux boolean for Apache\n seboolean:\n name: httpd_can_network_connect\n state: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 688, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/zabbix/roles/common
4,357
[ "no_license" ]
[ { "path": "playbooks/zabbix/roles/common/tasks/main.yml", "content": "# Install EPEL\n - name: Install pre-reqs\n yum:\n state: present\n name:\n - epel-release\n - libsemanage-python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/zabbix/roles/mysql
4,357
[ "no_license" ]
[ { "path": "playbooks/zabbix/roles/mysql/tasks/main.yml", "content": "# Pre-req for Ansible MYSQL_DB and MYSQL_USer modules\n - name: install python pip\n yum:\n state: present\n name:\n - python-setuptools\n - python-pip\n - python-devel\n - mysql-devel\n \n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2201, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/zabbix/roles/php
4,357
[ "no_license" ]
[ { "path": "playbooks/zabbix/roles/php/tasks/main.yml", "content": "# Install PHP \n - name: install php\n yum:\n state: present\n name:\n - php\n - php-pear\n - php-cgi\n - php-common\n - php-mbstring\n - php-snmp\n - php-gd\n - php-xml\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/zabbix/roles/server-config
4,357
[ "no_license" ]
[ { "path": "playbooks/zabbix/roles/server-config/tasks/main.yml", "content": "# Import database\n - name: Import MYSQL\n shell: zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -uzabbix -p{{ zabbix_password }} zabbix\n ignore_errors: true\n\n# Configure Database for Zabbix in /etc/zabbix...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1419, "all_permissive": false }
ansible_role
TCC421/Ansible
f7a87af64da140b80b7192b2ca94b8729b0f3b7f
0
playbooks/zabbix/roles/zabbix
4,357
[ "no_license" ]
[ { "path": "playbooks/zabbix/roles/zabbix/tasks/main.yml", "content": "# Mount Zabbix repo\n - name: add zabbix repo\n yum:\n state: present\n name: https://repo.zabbix.com/zabbix/4.2/rhel/7/x86_64/zabbix-release-4.2-1.el7.noarch.rpm\n \n# Install Zabbix\n - name: install zabbix with my...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
2203juan/IaC-MovieWebApp
94d9a9d46cab9089acfd58c95b44e754ba22ba06
0
ansible/roles/mysql
4,357
[ "no_license" ]
[ { "path": "ansible/roles/mysql/vars/main.yml", "content": "user: movie_database\npass: <PASSWORD>\nhost: dbmovie.c3by6yvh7dj1.ca-central-1.rds.amazonaws.com", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "ansible/roles/mysql/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 789, "all_permissive": false }
ansible_role
felipevicens/ansible
f76149a1643eb5243d540980b3bd408d04d61baf
0
docker/roles/common
4,357
[ "no_license" ]
[ { "path": "docker/roles/common/tasks/debian.yml", "content": "---\n# tasks file for common\n\n- name: DOCKER > install Docker dependency libraries\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - git\n - python-pip\n - apparmor\n\n- name: on Trusty it’s recommended to install the...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 875, "all_permissive": false }
ansible_role
felipevicens/ansible
f76149a1643eb5243d540980b3bd408d04d61baf
0
docker/roles/docker
4,357
[ "no_license" ]
[ { "path": "docker/roles/docker/tasks/redhat7.yml", "content": "---\n- name: DOCKER > add YUM repo\n copy: src=/tmp/docker.repo dest=/etc/yum.repos.d/\n\n- name: DOCKER | installing Docker on RHEL/CentOS 7 machines \n yum: name=docker-engine state=present update_cache=yes\n \n- name: DOCKER > starting Dock...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1082, "all_permissive": false }
ansible_role
felipevicens/ansible
f76149a1643eb5243d540980b3bd408d04d61baf
0
docker/roles/epel
4,357
[ "no_license" ]
[ { "path": "docker/roles/epel/vars/main.yml", "content": "---\n# vars file for common\nepel_release:\n \"4\": 10\n \"5\": 4\n \"6\": 8\n \"7\": 5\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "docker/roles/epel/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 448, "all_permissive": false }
ansible_role
felipevicens/ansible
f76149a1643eb5243d540980b3bd408d04d61baf
0
lamp/roles/apache
4,357
[ "no_license" ]
[ { "path": "lamp/roles/apache/tasks/main.yml", "content": "---\n# tasks file for Apache\n\n- include: redhat.yml\n when: ansible_os_family == \"RedHat\"\n\n- include: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- name: check for SElinux\n command: getenforce\n register: sestatus\n changed_when...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 921, "all_permissive": false }
ansible_role
felipevicens/ansible
f76149a1643eb5243d540980b3bd408d04d61baf
0
lamp/roles/common
4,357
[ "no_license" ]
[ { "path": "lamp/roles/common/tasks/redhat.yml", "content": "---\n\n- name: update all RPM packages to the latest version\n yum: \n name: '*'\n state: present\n update_cache: yes\n\n- name: install common software RPM packages, eg, SAR, NMAP, HTOP, GIT\n yum: \n name: \"{{item}}\"\n state: p...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2341, "all_permissive": false }
ansible_role
felipevicens/ansible
f76149a1643eb5243d540980b3bd408d04d61baf
0
lamp/roles/mysql
4,357
[ "no_license" ]
[ { "path": "lamp/roles/mysql/templates/my.cnf.j2", "content": "[mysqld]\ndatadir=/var/lib/mysql\nsocket=/var/lib/mysql/mysql.sock\nuser=mysql\n# disable symbolic links is recomended\nsymbolic-links=0\nport={{ mysql_port }}\n\n[mysqld_safe]\nlog_error=/var/log/mysqld.log\npid-file=/var/run/mysqld/mysqld.pid\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1516, "all_permissive": false }
ansible_role
felipevicens/ansible
f76149a1643eb5243d540980b3bd408d04d61baf
0
lamp/roles/php
4,357
[ "no_license" ]
[ { "path": "lamp/roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: install PHP on Redhat/CentOS machine\n yum: name={{ item }} state=present\n with_items: \n - php\n - php-mysql\n when: ansible_os_family == \"RedHat\"\n\n- name: install PHP on Debina/Ubuntu machine\n apt: name={...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1150, "all_permissive": false }
ansible_role
felipevicens/ansible
f76149a1643eb5243d540980b3bd408d04d61baf
0
nginx/roles/nginx
4,357
[ "no_license" ]
[ { "path": "nginx/roles/nginx/tasks/copy-www-content.yml", "content": "---\n- name: copy www content \n unarchive: src=son-sp-api.tar.gz dest=/usr/share/nginx/html owner=root group=root mod=0755\n# notify: restart NGINX\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1096, "all_permissive": false }
ansible_role
iesen/mac-env-setup
17b95ef13a1ff4831dae5dfbf96715bd012e559e
0
roles/dev_mac
4,357
[ "no_license" ]
[ { "path": "roles/dev_mac/tasks/nvm_setup.yml", "content": "---\n- name: \"[NVM_SETUP] Ensure nvm directory exists\"\n ansible.builtin.file:\n path: \"{{ user_home_dir }}/.nvm\"\n state: directory\n \n- name: \"[NVM_SETUP] Configure nvm on zshrc\"\n ansible.builtin.blockinfile:\n path: \"{{ use...
{ "task_files": 23, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 25, "total_bytes": 19432, "all_permissive": false }
ansible_role
dzanto/ansible-roles
7c3039bfdaead4e245fa7a7673f9fc87e294dc96
0
roles/deploy_nginx
4,357
[ "no_license" ]
[ { "path": "roles/deploy_nginx/tasks/main.yml", "content": "---\n#- include: nginx-setup.yml\n#- include: create-log.yml\n#- include: reboot.yml\n- include: error-handling.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/deploy_nginx/tasks...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 3244, "all_permissive": false }
ansible_role
Neutrollized/test-kitchen_windows-ansible-inspec
ab82be794f4748c13cc21657acb6a643b6d7d7c8
0
roles/win-test
4,297
[ "no_license" ]
[ { "path": "roles/win-test/tasks/main.yml", "content": "---\n- name: win_ping test\n win_ping:\n\n- name: create a directory structure via win_file\n win_file:\n path: C:\\temp\\test_dir\n state: directory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
raehik/arch-crypt-basic
ccadf2158f08ad27ebc1689c67deb500679ece53
0
roles/bootloader
4,297
[ "no_license" ]
[ { "path": "roles/bootloader/tasks/main.yml", "content": "---\n- name: Install systemd-boot bootloader\n command: bootctl --path=/boot install\n\n- name: Install systemd config TODO\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
raehik/arch-crypt-basic
ccadf2158f08ad27ebc1689c67deb500679ece53
0
roles/bootstrap
4,297
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n- name: pacstrap\n command: pacstrap {{mount_dir}} base {{extra_packages}}\n- name: generate fstab\n shell: genfstab -U -p {{mount_dir}} >> {{mount_dir}}/etc/fstab\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
raehik/arch-crypt-basic
ccadf2158f08ad27ebc1689c67deb500679ece53
0
roles/chroot
4,297
[ "no_license" ]
[ { "path": "roles/chroot/tasks/main.yml", "content": "---\n- name: set root password\n command: chpasswd \"root:{{root_password}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
raehik/arch-crypt-basic
ccadf2158f08ad27ebc1689c67deb500679ece53
0
roles/close
4,297
[ "no_license" ]
[ { "path": "roles/close/tasks/main.yml", "content": "---\n- name: close LUKS\n command: cryptsetup close cryptlvm\n tags:\n - cryptlvm\n- name: unmount /boot\n- name: unmount /home\n- name: unmount /\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
raehik/arch-crypt-basic
ccadf2158f08ad27ebc1689c67deb500679ece53
0
roles/cryptlvm
4,297
[ "no_license" ]
[ { "path": "roles/cryptlvm/tasks/main.yml", "content": "---\n- name: check that LUKS is set up\n command: cryptsetup isLuks {{partition_crypt}}\n register: isluks\n- name: set up LUKS\n when: isluks.rc != 0\n command: cryptsetup luksFormat --type luks2 {{partition_crypt}} -\n args:\n stdin: \"{{crypt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
raehik/arch-crypt-basic
ccadf2158f08ad27ebc1689c67deb500679ece53
0
roles/kernel
4,297
[ "no_license" ]
[ { "path": "roles/kernel/templates/mkinitcpio.conf.j2", "content": "# {{ ansible_managed }}\n# General configuration for all computers, using:\n# * all keyboards (keyboard.. .autodetect)\n# * LUKS on LVM (encrypt... lvm2)\n# * resume for LVM (lvm2... resume)\nHOOKS=(base udev keyboard autodetect filesy...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 479, "all_permissive": false }
ansible_role
raehik/arch-crypt-basic
ccadf2158f08ad27ebc1689c67deb500679ece53
0
roles/lvm
4,297
[ "no_license" ]
[ { "path": "roles/lvm/tasks/main.yml", "content": "---\n- name: Create LVM volume group (and set up physical volume)\n lvg:\n vg: \"{{hostname}}\"\n pvs: /dev/mapper/cryptlvm\n state: present\n\n- name: Create LVM logical volume for /\n lvol:\n vg: \"{{hostname}}\"\n lv: root\n size: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 836, "all_permissive": false }
ansible_role
raehik/arch-crypt-basic
ccadf2158f08ad27ebc1689c67deb500679ece53
0
roles/partition
4,297
[ "no_license" ]
[ { "path": "roles/partition/tasks/main.yml", "content": "---\n- name: Create disk partition for LVM\n parted: TODO\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 57, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/adict
4,297
[ "no_license" ]
[ { "path": "ansible/roles/adict/tasks/install.yml", "content": "---\n- name: Install pandda_gui if ADiCT installation is enabled\n ansible.builtin.include_role:\n name: pandda_gui\n\n- name: Install dp3 if ADiCT installation is enabled\n ansible.builtin.include_role:\n name: dp3\n when: dp3_role_has...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 971, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/adict_vars
4,297
[ "no_license" ]
[ { "path": "ansible/roles/adict_vars/tasks/main.yml", "content": "---\n- name: Set install_adict if not defined to default value\n ansible.builtin.set_fact:\n install_adict: \"{{ install_adict | default(false) | bool }}\"\n\n- name: Set remove_adict if not defined to default value\n ansible.builtin.set_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2033, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/common_tools
4,297
[ "no_license" ]
[ { "path": "ansible/roles/common_tools/tasks/main.yaml", "content": "---\n- name: Sudo is installed\n ansible.builtin.dnf:\n name: sudo\n state: latest # noqa package-latest\n\n- name: Package dnf-plugins-core is installed\n ansible.builtin.dnf:\n name: dnf-plugins-core\n state: latest # noqa p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/docker
4,297
[ "no_license" ]
[ { "path": "ansible/roles/docker/meta/main.yaml", "content": "---\ndependencies:\n - role: repository_epel\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install required system packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 851, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/dp3
4,297
[ "no_license" ]
[ { "path": "ansible/roles/dp3/templates/adict_server_config.yml", "content": "- ip_filter.yml:\n dest: /opt/adict/config/modules/\n owner: \"{{ app_name }}\"\n group: \"{{ app_name }}\"\n mode: \"0644\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4624, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/dp3_remove
4,297
[ "no_license" ]
[ { "path": "ansible/roles/dp3_remove/meta/main.yaml", "content": "---\ndependencies:\n - role: mongodb_remove\n - role: rabbitmq_remove\n - role: nginx_remove\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "ansible/roles/dp3_remove/tasks/main.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1877, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/dpdk_tools
4,297
[ "no_license" ]
[ { "path": "ansible/roles/dpdk_tools/tasks/main.yaml", "content": "---\n- name: Package dpdk-tools is installed\n ansible.builtin.dnf:\n name: dpdk-tools\n state: latest # noqa package-latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/epel_version
4,297
[ "no_license" ]
[ { "path": "ansible/roles/epel_version/tasks/main.yml", "content": "- name: Get OS version for EPEL\n ansible.builtin.shell:\n cmd: \"set -o pipefail && grep -oE '[0-9]+' /etc/redhat-release | head -1\"\n executable: /bin/bash\n register: os_version\n changed_when: false\n\n- name: Set EPEL version ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/ipfixcol2
4,297
[ "no_license" ]
[ { "path": "ansible/roles/ipfixcol2/meta/main.yml", "content": "dependencies:\n - role: repository_ipfixcol\n - role: supervisor\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible/roles/ipfixcol2/tasks/main.yml", "content": "---\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2372, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/ipfixprobe_dpdk
4,297
[ "no_license" ]
[ { "path": "ansible/roles/ipfixprobe_dpdk/tasks/main.yaml", "content": "---\n- name: Package ipfixprobe dpdk is installed\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: latest # noqa package-latest\n update_cache: true\n loop:\n - \"ipfixprobe\"\n - \"ipfixprobe-input-dpdk\"\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 265, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/metering_point
4,297
[ "no_license" ]
[ { "path": "ansible/roles/metering_point/meta/main.yaml", "content": "---\ndependencies:\n - role: dpdk_tools\n - role: pandda_conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "ansible/roles/metering_point/tasks/main.yaml", "content": "--...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3893, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/mongodb
4,297
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/templates/docker-compose.yml", "content": "services:\n mongo:\n image: mongo:6\n container_name: mongo_{{ app_name }}\n restart: unless-stopped\n network_mode: host\n volumes:\n - {{ mongo_data_path }}:/data/db\n deploy:\n resources:\n lim...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1498, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/mongodb_remove
4,297
[ "no_license" ]
[ { "path": "ansible/roles/mongodb_remove/tasks/main.yml", "content": "---\n- name: Stop MongoDB container\n ansible.builtin.systemd:\n name: mongodb-{{ app_name }}\n state: stopped\n enabled: false\n failed_when: false\n tags: uninstall\n\n- name: Remove systemd service file\n ansible.builtin.fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 554, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/nemea_adict
4,297
[ "no_license" ]
[ { "path": "ansible/roles/nemea_adict/files/configs/adict_prefix_filter/prefix_filter.ini", "content": "[program:prefix_filter_single]\ncommand=/usr/bin/nemea/unirecfilter\n -f \"/etc/nemea_adict/prefix_filter_single\"\n -i \"u:eta_flowdata,u:adict_filter:timeout=NO_WAIT,u:adict_filter_outgoing...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5962, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/nemea_adict_remove
4,297
[ "no_license" ]
[ { "path": "ansible/roles/nemea_adict_remove/tasks/main.yml", "content": "---\n- name: Stop modules in supervisor\n ansible.builtin.command: \"{{ item }}\"\n changed_when: true\n loop:\n - \"supervisorctl stop adict_prefix_filter:\"\n - \"supervisorctl stop adict_ip_activity:\"\n - \"supervisorct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1190, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/nemea_collector
4,297
[ "no_license" ]
[ { "path": "ansible/roles/nemea_collector/tasks/main.yml", "content": "---\n- name: NEMEA packages are installed\n ansible.builtin.dnf:\n name:\n - telemetry\n - nemea-modules\n - nemea-detectors\n - nemea-modules-ng\n - ipfixcol2-unirec-output\n state: present\n tags: instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1100, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/nginx
4,297
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/generate_certs.yml", "content": "- name: Create SSL key directory\n ansible.builtin.file:\n path: \"{{ nginx_ssl.key.dir }}\"\n mode: \"{{ nginx_ssl.key.dir_permissions }}\"\n state: directory\n\n- name: Create SSL cert directory\n ansible.builtin.file:\n p...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5491, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/nginx_remove
4,297
[ "no_license" ]
[ { "path": "ansible/roles/nginx_remove/tasks/main.yml", "content": "- name: Ensure firewalld is not masked, enabled and running\n ansible.builtin.systemd:\n name: firewalld\n masked: false\n enabled: true\n state: started\n tags: uninstall\n\n- name: Close ports 80/tcp and 443/tcp\n ansible.po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 760, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/pandda_conf
4,297
[ "no_license" ]
[ { "path": "ansible/roles/pandda_conf/files/ipfixprobe_conf.py", "content": "import sys\nimport os\nimport yaml\n\ndef main():\n # ./ipfixprobe_conf.py pandda.yaml output\n if len(sys.argv) != 3:\n print(f\"Usage: {sys.argv[0]} <pandda.yaml> <output_dir>\")\n sys.exit(1)\n\n yaml_file ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 14724, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/pandda_gui
4,297
[ "no_license" ]
[ { "path": "ansible/roles/pandda_gui/meta/main.yml", "content": "dependencies:\n - role: repository_nemea_stable\n - role: dp3\n - role: nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "ansible/roles/pandda_gui/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 213, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/python
4,297
[ "no_license" ]
[ { "path": "ansible/roles/python/tasks/main.yml", "content": "- name: Install python3 and pip for EPEL 8\n ansible.builtin.dnf:\n name: [\"python39\", \"python39-pip\", \"python3-requests\"]\n state: present\n when: epel_version is defined and epel_version==\"8\"\n\n- name: Install python3 and pip fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 465, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/rabbitmq
4,297
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq/tasks/enable.yml", "content": "---\n- name: Start and enable rabbitmq-server service\n ansible.builtin.service:\n name: rabbitmq-server\n state: started\n enabled: true\n\n- name: Enable web management interface\n ansible.builtin.command:\n cmd: rabbitmq-plugi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2438, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/rabbitmq_remove
4,297
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq_remove/tasks/main.yml", "content": "---\n- name: Remove rabbitmqadmin from /usr/bin\n ansible.builtin.file:\n path: /usr/bin/rabbitmqadmin\n state: absent\n tags: uninstall\n\n- name: Stop and disable rabbitmq-server service\n ansible.builtin.service:\n name: ra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/repository_ipfixcol
4,297
[ "no_license" ]
[ { "path": "ansible/roles/repository_ipfixcol/tasks/main.yml", "content": "---\n- name: IPFIXColpfixcol repository is installed\n ansible.builtin.yum_repository:\n name: copr:copr.fedorainfracloud.org:group_CESNET:IPFIXcol\n description: Copr repo for IPFIXcol owned by @CESNET\n baseurl: \"{{ url }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/repository_ipfixprobe
4,297
[ "no_license" ]
[ { "path": "ansible/roles/repository_ipfixprobe/tasks/main.yaml", "content": "---\n- name: Ipfixprobe repository is installed\n ansible.builtin.yum_repository:\n name: copr:copr.fedorainfracloud.org:group_CESNET:ipfixprobe\n description: Copr repo for ipfixprobe owned by @CESNET\n baseurl: \"{{ url...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/repository_nemea_stable
4,297
[ "no_license" ]
[ { "path": "ansible/roles/repository_nemea_stable/tasks/main.yaml", "content": "---\n- name: Nemea stable repository is installed\n ansible.builtin.yum_repository:\n name: copr:copr.fedorainfracloud.org:group_CESNET:NEMEA\n description: Copr repo for NEMEA owned by @CESNET\n baseurl: \"{{ url }}/ep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/supervisor
4,297
[ "no_license" ]
[ { "path": "ansible/roles/supervisor/tasks/main.yml", "content": "---\n- name: Supervisor is installed\n ansible.builtin.dnf:\n name: supervisor\n state: present\n tags:\n - install\n - configure\n\n- name: Supervisord service is started\n ansible.builtin.systemd:\n name: supervisord\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 12184, "all_permissive": false }
ansible_role
CESNET/Pandda-Playbooks
68c8f039ad91e5c48fae2c39c7c0191ea7a2dc3c
0
ansible/roles/supervisor_restart
4,297
[ "no_license" ]
[ { "path": "ansible/roles/supervisor_restart/tasks/main.yml", "content": "---\n- name: Restarting the systemd service of Supervisor to apply all configurations.\n ansible.builtin.systemd:\n name: supervisord\n state: restarted\n enabled: true\n daemon_reload: true\n tags:\n - configure\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
Denriful/ansible
93ec2a37c26676e8ad01ed751b51ba079e45c93d
0
roles/app
4,297
[ "no_license" ]
[ { "path": "roles/app/tasks/puma.yml", "content": "---\n- name: Add unit file for Puma\n become: yes\n template:\n src: puma.service.j2\n dest: /etc/systemd/system/puma.service\n # copy:\n # src: puma.service\n # dest: /etc/systemd/system/puma.service\n notify: reload puma\n\n- name: Add conf...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2730, "all_permissive": false }
ansible_role
Denriful/ansible
93ec2a37c26676e8ad01ed751b51ba079e45c93d
0
roles/db
4,297
[ "no_license" ]
[ { "path": "roles/db/handlers/main.yml", "content": "---\n# handlers file for db\n\n- name: restart mongodb\n become: true\n service: name=mongodb state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/db/tasks/install_mongo.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 779, "all_permissive": false }
ansible_role
ghostwords/ansible-bootstrap
d4faea964808722349dd54ec84507f106613d4d5
1
roles/ufw
4,297
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yaml", "content": "---\n\n- name: Install ufw\n apt: pkg=ufw state=present\n tags:\n - dependencies\n\n# port names are defined in /etc/services\n- name: Allow some TCP traffic\n ufw: rule=allow to_port={{ item }} proto=tcp\n with_items:\n - http\n - https\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/build-ocp-vms
4,297
[ "no_license" ]
[ { "path": "roles/build-ocp-vms/tasks/pxe-vms.yaml", "content": "- name: restart the pxe, dhcpd services from the utility server\n tags: restart-pxe-dhcp\n delegate_to: \"{{ groups['utility'][0] }}\"\n\n service:\n name: \"{{ item }}\"\n state: restarted\n loop:\n - tftp\n - dhcpd\n\n- name: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5609, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/build-vms
4,297
[ "no_license" ]
[ { "path": "roles/build-vms/templates/ocp80.xml.j2", "content": "<network>\n <name>ocp80</name>\n <mac address='52:54:00:45:bd:93'/>\n <domain name='ocp80'/>\n <ip address='192.168.80.1' netmask='255.255.255.0'>\n <dhcp>\n <range start='192.168.80.2' end='192.168.80.254'/>\n </dhcp>\n </ip>\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 13777, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/config-dhcpd
4,297
[ "no_license" ]
[ { "path": "roles/config-dhcpd/templates/ocp-dhcpd.conf.j2", "content": "#\n# DHCP Server Configuration file.\n# see /usr/share/doc/dhcp*/dhcpd.conf.example\n# see dhcpd.conf(5) man page\n#\nauthoritative;\nddns-update-style interim;\ndefault-lease-time 14400;\nmax-lease-time 14400;\n\n\toption routers ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2295, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/config-dns
4,297
[ "no_license" ]
[ { "path": "roles/config-dns/tasks/main.yml", "content": "- name: install bind package\n yum:\n name: bind\n state: latest\n\n- name: generate to bind zone files\n template:\n src: ocp-domain.zone\n dest: /var/named/{{ ocp_base_domain }}.zone\n owner: root\n group: named\n\n- name: genera...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1656, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/config-haproxy
4,297
[ "no_license" ]
[ { "path": "roles/config-haproxy/tasks/main.yml", "content": "- name: install haproxy package\n yum:\n name: haproxy\n state: latest\n\n- name: add haproxy service ports to Firewalld\n firewalld:\n permanent: yes\n port: \"{{ item }}\"\n state: enabled\n immediate: yes\n loop:\n - 644...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3100, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/config-ocp-config-gen
4,297
[ "no_license" ]
[ { "path": "roles/config-ocp-config-gen/tasks/main.yaml", "content": "---\n- debug:\n msg: '{{ ocp_public_keyfile }}'\n\n- name: create openssh keypair\n openssh_keypair:\n path: /tmp/id_ssh_ocp\n type: rsa\n size: 4096\n\n- name:\n shell: sed 's/^/ /' '{{ tls_default_directory }}/{{ ocp_base_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1869, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/config-tftpd
4,297
[ "no_license" ]
[ { "path": "roles/config-tftpd/tasks/rhel8-tftp.yaml", "content": "- name: install tftpd\n yum:\n name: \"{{ item }}\"\n state: present\n loop:\n - tftp\n - tftp-server\n - syslinux-tftpboot\n\n- name: build tftpd service directory\n file:\n name: \"{{ item }}\"\n state: directory\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2390, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/config-tls-key
4,297
[ "no_license" ]
[ { "path": "roles/config-tls-key/tasks/main.yaml", "content": "- name: ensure directory exists for local self-signed TLS certs.\n file:\n path: '/etc/ssl/certs/{{ ocp_base_domain }}'\n state: directory\n\n- name: install a cryptography package\n yum:\n name: '{{ item }}'\n state: latest\n loop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2593, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/config-utility
4,297
[ "no_license" ]
[ { "path": "roles/config-utility/tasks/main.yaml", "content": "- name: install python3, tftp, dhcp package\n yum:\n name: \"{{ item }}\"\n state: latest\n loop:\n - python3\n - zip\n - tar\n\n- name: unarchive materials\n unarchive:\n src: /tmp/ocp-upi.tar.bz2\n dest: /tmp/\n run_onc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/disconnected-bootstrap-node
4,297
[ "no_license" ]
[ { "path": "roles/disconnected-bootstrap-node/tasks/main.yaml", "content": "- name: the bootstrap detach from the OCP cluster\n command: \"{{ ocp_work_dir }}/openshift-install --dir={{ ocp_work_dir }}/install_dir wait-for bootstrap-complete --log-level debug\"\n\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/mirror-registry
4,297
[ "no_license" ]
[ { "path": "roles/mirror-registry/tasks/generate_certificate.yaml", "content": "# tasks file for mirror-registry\n- block:\n - name: install podman on utility server for RHEL and CentOS 7\n package:\n name: \"{{ item }}\"\n state: latest\n loop:\n - podman\n - httpd-tools\n - ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6360, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/mirror-rpms
4,297
[ "no_license" ]
[ { "path": "roles/mirror-rpms/tasks/main.yaml", "content": "- name: create RPMs mirror directory in /opt/mirror\n file:\n path: '{{ yum_local_repository }}'\n state: present\n\n- name: RPM repositories download to local from the remote server\n command: 'reposync -g {{ yum_local_repository }}'\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/ocp-csr-approve
4,297
[ "no_license" ]
[ { "path": "roles/ocp-csr-approve/tasks/main.yml", "content": "---\n- name: aa \n shell: \"oc get csr | grep -i pending | cut -f 1 -d ' ' | wc -l\"\n register: csr_list\n\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/ocp-infra-node-patch
4,297
[ "no_license" ]
[ { "path": "roles/ocp-infra-node-patch/tasks/main.yml", "content": "---\n- name: label to nodes as infra node \n shell: \"oc label node {{ item }} node-role.kubernetes.io/infra=true --overwrite\"\n loop:\n - 'infra0.{{ ocp_cluster_name }}.{{ ocp_base_domain }}'\n - 'infra1.{{ ocp_cluster_name }}.{{ o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1076, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/ocp-oc-client
4,297
[ "no_license" ]
[ { "path": "roles/ocp-oc-client/tasks/main.yml", "content": "---\n- name: make a .kube directory to root user\n file:\n path: '{{ ansible_env.HOME }}/.kube/'\n state: directory\n\n- name: copy kubeconfig files on the '{{ inventory_hostname }}'\n copy:\n src: '{{ ocp_work_dir }}/install_dir/auth/ku...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 460, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/ocp-vm-cluster
4,297
[ "no_license" ]
[ { "path": "roles/ocp-vm-cluster/tasks/main.yaml", "content": "- name: start ocp-bootstrap\n virt:\n name: ocp-bootstrap\n state: running\n\n- name: wait for ocp-bootstrap VM about 10 mins\n pause:\n minutes: 20\n\n- name: start ocp-master nodes\n virt:\n name: \"{{ item }}\"\n state: runni...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 900, "all_permissive": false }
ansible_role
tangt64/duststack-ocp-auto-upi
3b7362cf536dd9956a2dd0f381d3c2c85e4c9a98
2
roles/post-setup
4,297
[ "no_license" ]
[ { "path": "roles/post-setup/tasks/main.yml", "content": "---\n# tasks file for post-cleanup-vms\n#\n- name: RWX storage no has the cluster\n shell: oc patch configs.imageregistry.operator.openshift.io cluster --type merge --patch '{\"spec\":{\"storage\":{\"emptyDir\":{}}}}'\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
SarahREzzat/ansible
d6813c0d303584a568e3d7443a4edde38f28f6f0
0
roles/prometheus
4,297
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yaml", "content": "---\n- name: Update\n apt:\n update_cache: true\n force_apt_get: true\n \n- name: Create Prometheus user\n shell: |\n useradd prometheus --no-create-home --shell /bin/false\n mkdir /etc/prometheus\n mkdir /var/lib/prometheus \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
tydar/ansible-pihole
fcdf7bfce08a344a2de98382900018b94372c1a0
0
roles/pihole
4,297
[ "no_license" ]
[ { "path": "roles/pihole/defaults/main.yml", "content": "---\n# defaults file for pihole-unbound\ngit_clone_location: '/srv/pihole'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/pihole/templates/setupVars.conf.j2", "content": "PIHOLE_I...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5094, "all_permissive": false }
ansible_role
ryan-highley/ocp-advdep-homework
024fa27e99f1575d0328bb8e13b0e4fca098c15d
0
roles/default-project-updater
4,297
[ "no_license" ]
[ { "path": "roles/default-project-updater/tasks/main.yml", "content": "---\n- name: Create temp file\n tempfile:\n state: file\n register: project_request_tempfile\n\n- name: Generate project request template\n shell: \"oc adm create-bootstrap-project-template -o yaml >{{ project_request_tempfile.path ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1268, "all_permissive": false }
ansible_role
ryan-highley/ocp-advdep-homework
024fa27e99f1575d0328bb8e13b0e4fca098c15d
0
roles/nfs-server
4,297
[ "no_license" ]
[ { "path": "roles/nfs-server/templates/persistent_volumes_exports.d.j2", "content": "{% for idx in range(pv_count|int) %}\n{{ nfs_base_path ~ '/pv' ~ (idx + 1) ~ ' *(rw,root_squash)' }}\n{% endfor %}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 890, "all_permissive": false }
ansible_role
ryan-highley/ocp-advdep-homework
024fa27e99f1575d0328bb8e13b0e4fca098c15d
0
roles/pv-registrar
4,297
[ "no_license" ]
[ { "path": "roles/pv-registrar/tasks/main.yml", "content": "---\n- name: Create persistent_volume definitions\n template:\n src: templates/persistent-volumes.yml.j2\n dest: \"{{ pv_def_tmp_file }}\"\n\n- name: Delete existing persistent_volume definitions\n command: \"oc delete -f {{ pv_def_tmp_file ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1395, "all_permissive": false }
ansible_role
Pprashu-63/Nss-GP
244d7097d78772e1a7ca34b91a54da54f55bada1
0
roles/nexus
4,297
[ "no_license" ]
[ { "path": "roles/nexus/tasks/main.yml", "content": "---\n- name: Create directories for Nexus\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - /opt/nexus/\n become: yes\n\n- name: Download Nexus\n get_url:\n url: \"{{ nexus_url }}\"\n dest: /opt/nexus/nexus.tar.gz\n become: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1532, "all_permissive": false }
ansible_role
abijithvjn/mstackx
58a6cac9b20dc05df8a737087876c9e24daf80bd
0
ansible/roles/ansible
4,297
[ "no_license" ]
[ { "path": "ansible/roles/ansible/tasks/main.yml", "content": "---\n- name: Add Ansible repository\n apt_repository:\n repo: ppa:ansible/ansible\n state: present\n- name: Update apt respository\n apt:\n update_cache=yes\n ignore_errors: yes\n- name: Install Ansible packages\n apt:\n name: ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
abijithvjn/mstackx
58a6cac9b20dc05df8a737087876c9e24daf80bd
0
ansible/roles/elasticsearch
4,297
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/vars/main.yml", "content": "---\n# ES package url from https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.6.1.deb (substitute version as required)\n## ES vars\nes_user: elasticsearch\nes_cluster_name: mstackx\nes_group: elasticsearch\nes_apt_key: \"ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4226, "all_permissive": false }
ansible_role
abijithvjn/mstackx
58a6cac9b20dc05df8a737087876c9e24daf80bd
0
ansible/roles/grafana
4,297
[ "no_license" ]
[ { "path": "ansible/roles/grafana/tasks/dashboards.yml", "content": "---\n\n- name: Upload dashboards\n uri:\n url: \"http://localhost:3000/api/dashboards/db\"\n method: POST\n user: admin\n password: \"{{ <PASSWORD>ana_admin_password | default('<PASSWORD>') }}\"\n force_basic_auth: yes\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 9201, "all_permissive": false }
ansible_role
abijithvjn/mstackx
58a6cac9b20dc05df8a737087876c9e24daf80bd
0
ansible/roles/java
4,297
[ "no_license" ]
[ { "path": "ansible/roles/java/vars/main.yml", "content": "---\njava_version: 1.8.0\njava_packages: [\"openjdk-8-jdk\"]\n\njava_home: \"/usr/lib/jvm/java-{{ java_version }}-openjdk-amd64/jre\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 538, "all_permissive": false }
ansible_role
abijithvjn/mstackx
58a6cac9b20dc05df8a737087876c9e24daf80bd
0
ansible/roles/jenkins
4,297
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "\n---\n- name: Ensure dependencies are installed.\n apt:\n name:\n - curl\n - apt-transport-https\n state: present\n\n- name: Add Jenkins apt repository key.\n apt_key:\n url: \"{{ jenkins_repo_key_url }}\"\n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 929, "all_permissive": false }
ansible_role
abijithvjn/mstackx
58a6cac9b20dc05df8a737087876c9e24daf80bd
0
ansible/roles/kibana
4,297
[ "no_license" ]
[ { "path": "ansible/roles/kibana/vars/main.yml", "content": "---\n# vars file for kibana\nkibana_apt_key: \"https://artifacts.elastic.co/GPG-KEY-elasticsearch\"\nkibana_apt_url: \"deb https://artifacts.elastic.co/packages/6.x/apt stable main\"\npackage_name: kibana\nkibana_version: 6.5.3\nkibana_user: kibana...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1759, "all_permissive": false }
ansible_role
abijithvjn/mstackx
58a6cac9b20dc05df8a737087876c9e24daf80bd
0
ansible/roles/prometheus
4,297
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/templates/prometheus.service.j2", "content": "[Unit]\nDescription=Prometheus service\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser=root\nGroup=root\nType=simple\nExecStart=/usr/local/bin/prometheus --config.file=/data/prometheus/configs/prom...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4188, "all_permissive": false }