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
AkashMainali/AAP-Windows-demo
13fec9d38790a48406d8caf863c1a7ee978b4954
0
Ansible-Core/roles/create_directory_for_ad_user
450
[ "no_license" ]
[ { "path": "Ansible-Core/roles/create_directory_for_ad_user/tasks/main.yml", "content": "---\n# tasks file for create_directory_for_ad_user\n- name: Create directories for AD user\n win_file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - 'C:\\Users\\{{ ad_firstname }}\\Desktop\\ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
AkashMainali/AAP-Windows-demo
13fec9d38790a48406d8caf863c1a7ee978b4954
0
Ansible-Core/roles/create_win_vm
450
[ "no_license" ]
[ { "path": "Ansible-Core/roles/create_win_vm/tasks/main.yml", "content": "---\n# tasks file for create_windows_vm\n- name: Select Windows 2016 template\n set_fact:\n windows_template: \"windows2016_template\"\n when: vm_template == \"Windows_2016\"\n\n- name: Select Windows 2019 template\n set_fact:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2069, "all_permissive": false }
ansible_role
AkashMainali/AAP-Windows-demo
13fec9d38790a48406d8caf863c1a7ee978b4954
0
Ansible-Core/roles/install_choco_windows
450
[ "no_license" ]
[ { "path": "Ansible-Core/roles/install_choco_windows/tasks/main.yml", "content": "---\n# tasks file for install_choco_windows\n- name: Call task file to install chocolatey\n include_tasks: install_chocolatey.yml\n\n# - name: Install package dependencies\n# win_chocolatey:\n# name:\n# - chocolate...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 739, "all_permissive": false }
ansible_role
AkashMainali/AAP-Windows-demo
13fec9d38790a48406d8caf863c1a7ee978b4954
0
Ansible-Core/roles/install_windows_service
450
[ "no_license" ]
[ { "path": "Ansible-Core/roles/install_windows_service/tasks/deploy_website.yml", "content": "---\n# Start a website\n- name: Copy the website files and folders\n win_copy:\n src: romofyi-html\n dest: C:\\sites\n\n- name: Remove Default Web Site\n community.windows.win_iis_website:\n name: \"Defau...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
AkashMainali/AAP-Windows-demo
13fec9d38790a48406d8caf863c1a7ee978b4954
0
roles/configure_dns_server
450
[ "no_license" ]
[ { "path": "roles/configure_dns_server/tasks/main.yml", "content": "---\n# tasks file for configure_dns\n- name: Get the last octate of the ip address\n set_fact:\n ip_last_octate: \"{{windows_ip_address.split('.')[3] }}\"\n\n- name: Get the First octate of the ip address\n set_fact:\n short_hostname:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 956, "all_permissive": false }
ansible_role
AkashMainali/AAP-Windows-demo
13fec9d38790a48406d8caf863c1a7ee978b4954
0
roles/create_win_vm
450
[ "no_license" ]
[ { "path": "roles/create_win_vm/tasks/main.yml", "content": "---\n# tasks file for create_windows_vm\n- name: Select Windows 2016 template\n ansible.builtin.set_fact:\n windows_template: \"windows2016_template\"\n when: vm_template == \"Windows_2016\"\n\n- name: Select Windows 2019 template\n ansible.b...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4948, "all_permissive": false }
ansible_role
AkashMainali/AAP-Windows-demo
13fec9d38790a48406d8caf863c1a7ee978b4954
0
roles/install_windows_service
450
[ "no_license" ]
[ { "path": "roles/install_windows_service/tasks/main.yml", "content": "---\n- name: Install IIS Web-Server with sub features and management tools\n ansible.windows.win_feature:\n name: Web-Server\n state: present\n include_sub_features: yes\n include_management_tools: yes\n register: win_featur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 812, "all_permissive": false }
ansible_role
AkashMainali/AAP-Windows-demo
13fec9d38790a48406d8caf863c1a7ee978b4954
0
roles/read_csv
450
[ "no_license" ]
[ { "path": "roles/read_csv/tasks/main.yml", "content": "---\n# tasks file for read_csv\n- name: Debug playbook directory\n debug:\n msg: \"{{ playbook_dir }}\"\n\n- name: Read users from CSV file and return a list\n read_csv:\n path: \"{{ playbook_dir }}/roles/read_csv/files/share_directory_details.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
sterburg/ansible-vmware
c12ad72152f54ac86b3ccf7abee0e3ed5f3b29c9
0
roles/RedHat
450
[ "no_license" ]
[ { "path": "roles/RedHat/tasks/main.yml", "content": "---\n- include: \"{{ansible_distribution}}.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/RedHat/tasks/Red Hat Enterprise Linux.yml", "content": "---\n- name: subscribe to Red ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 192, "all_permissive": false }
ansible_role
sterburg/ansible-vmware
c12ad72152f54ac86b3ccf7abee0e3ed5f3b29c9
0
roles/Windows
450
[ "no_license" ]
[ { "path": "roles/Windows/tasks/Microsoft Windows Server 2012 R2 Standard.yml", "content": "---\n- name: subscribe to Red Hats Enterprise Linux Server\n user: \n name: Administrator\n password: bla\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 150, "all_permissive": false }
ansible_role
sterburg/ansible-vmware
c12ad72152f54ac86b3ccf7abee0e3ed5f3b29c9
0
roles/vcloud
450
[ "no_license" ]
[ { "path": "roles/vcloud/defaults/main.yml", "content": "---\nvm_memory: 1024\nvm_cpus: 1\ntemplate_name: \"Template-CentOS6.8-x64\"\ncatalog_name: \"AOS-global01\"\nvdc_name: 'OvDC-AteaStockholm6'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1578, "all_permissive": false }
ansible_role
sterburg/ansible-vmware
c12ad72152f54ac86b3ccf7abee0e3ed5f3b29c9
0
roles/vsphere
450
[ "no_license" ]
[ { "path": "roles/vsphere/defaults/main.yml", "content": "---\nvm_memory: 1024\nvm_cpus: 1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/vsphere/tasks/main.yml", "content": "---\n- name: Create VMware VM\n vsphere_guest:\n guest: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1459, "all_permissive": false }
ansible_role
ArseniD/vagrant_jenkins_ansible
5549bf1db955394fcce3423baf84a6c42ef5b9a2
0
roles/java
450
[ "no_license" ]
[ { "path": "roles/java/vars/main.yml", "content": "profile_path: /etc/profile.d\n\njava_download_path: /usr/local/src\njava_artifact_name: \"jdk-{{ java_version }}-linux-x64.tar.gz\"\njava_tar_file: \"{{ java_download_path }}/{{ java_artifact_name }}\"\n\njava_install_dir: /usr/java\njava_real_home: \"{{ jav...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5651, "all_permissive": false }
ansible_role
ArseniD/vagrant_jenkins_ansible
5549bf1db955394fcce3423baf84a6c42ef5b9a2
0
roles/java_test
450
[ "no_license" ]
[ { "path": "roles/java_test/tasks/main.yml", "content": "- name: Check Java version\n shell: java -version 2>&1 | grep version | awk '{print $3}' | sed 's/\"//g'\n register: java_version\n changed_when: false\n\n- assert:\n that:\n - java_version.stdout | version_compare('1.7', '>=')\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
ArseniD/vagrant_jenkins_ansible
5549bf1db955394fcce3423baf84a6c42ef5b9a2
0
roles/nginx
450
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: install the latest version of Nginx\n yum:\n name: nginx\n state: latest\n\n- name: Copy nginx.conf\n template:\n src: \"templates/nginx.conf\"\n dest: \"/etc/nginx/nginx.conf\"\n notify: restart_nginx\n\n- name: Start and enable Ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": false }
ansible_role
ArseniD/vagrant_jenkins_ansible
5549bf1db955394fcce3423baf84a6c42ef5b9a2
0
roles/nginx_test
450
[ "no_license" ]
[ { "path": "roles/nginx_test/tasks/main.yml", "content": "- name: Check url 200 response\n uri:\n url: \"http://127.0.0.1:80\"\n return_content: yes\n register: http_verify_out\n failed_when: http_verify_out.status != 200\n changed_when: false\n\n- name: Check if Nginx is running\n command: systemct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1176, "all_permissive": false }
ansible_role
ArseniD/vagrant_jenkins_ansible
5549bf1db955394fcce3423baf84a6c42ef5b9a2
0
roles/tomcat
450
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "- name: Create tomcat group\n group:\n name: \"{{tomcat_group}}\"\n system: true\n\n- name: Create tomcat user\n user:\n name: \"{{tomcat_user}}\"\n group: \"{{tomcat_group}}\"\n shell: /bin/false\n home: \"{{tomcat_home_path}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2853, "all_permissive": false }
ansible_role
ArseniD/vagrant_jenkins_ansible
5549bf1db955394fcce3423baf84a6c42ef5b9a2
0
roles/tomcat_deploy
450
[ "no_license" ]
[ { "path": "roles/tomcat_deploy/tasks/main.yml", "content": "- name: Tomcat deploy module\n deploy:\n war: \"{{ WAR }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 58, "all_permissive": false }
ansible_role
ArseniD/vagrant_jenkins_ansible
5549bf1db955394fcce3423baf84a6c42ef5b9a2
0
roles/tomcat_test
450
[ "no_license" ]
[ { "path": "roles/tomcat_test/tasks/main.yml", "content": "- name: Check url 200 response\n uri:\n url: \"http://127.0.0.1:8080\"\n return_content: yes\n register: http_verify_out\n failed_when: http_verify_out.status != 200\n changed_when: false\n\n- name: Check if Tomcat is running\n command: syst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1178, "all_permissive": false }
ansible_role
jeevanshrestha/ansible-playbook
730e103ddbed5c905a6d256699b373105446e1cd
0
elk-magento-ansible/roles/elasticsearch
450
[ "no_license" ]
[ { "path": "elk-magento-ansible/roles/elasticsearch/tasks/main.yml", "content": "- name: Add Elastic APT repository GPG key\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: Add Elastic APT repository for 8.x version\n apt_repository:\n repo: 'deb htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1419, "all_permissive": false }
ansible_role
jeevanshrestha/ansible-playbook
730e103ddbed5c905a6d256699b373105446e1cd
0
elk-magento-ansible/roles/filebeat
450
[ "no_license" ]
[ { "path": "elk-magento-ansible/roles/filebeat/templates/filebeat.yml.j2", "content": "filebeat.inputs:\n - type: log\n enabled: true\n paths:\n - /var/log/nginx/*.log\n - /var/log/php*.log\n - /web/webuser/public_com/var/log/v*.log\n\noutput.logstash:\n hosts: [\"{{ hostvars['elk-vm']...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 646, "all_permissive": false }
ansible_role
jeevanshrestha/ansible-playbook
730e103ddbed5c905a6d256699b373105446e1cd
0
elk-magento-ansible/roles/kibana
450
[ "no_license" ]
[ { "path": "elk-magento-ansible/roles/kibana/tasks/main.yml", "content": "- name: Install Kibana\n apt:\n name: kibana\n state: present\n update_cache: true\n\n- name: Configure Kibana basePath\n lineinfile:\n path: /etc/kibana/kibana.yml\n line: 'server.basePath: \"/kibana\"'\n create: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
jeevanshrestha/ansible-playbook
730e103ddbed5c905a6d256699b373105446e1cd
0
elk-magento-ansible/roles/logstash
450
[ "no_license" ]
[ { "path": "elk-magento-ansible/roles/logstash/tasks/main.yml", "content": "- name: Install Logstash\n apt:\n name: logstash\n state: present\n update_cache: true\n\n- name: Copy Logstash pipeline config\n template:\n src: magento-pipeline.conf.j2\n dest: /etc/logstash/conf.d/magento.conf\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 557, "all_permissive": false }
ansible_role
jeevanshrestha/ansible-playbook
730e103ddbed5c905a6d256699b373105446e1cd
0
elk-magento-ansible/roles/nginx
450
[ "no_license" ]
[ { "path": "elk-magento-ansible/roles/nginx/tasks/main.yml", "content": "- name: Ensure Nginx is installed\n apt:\n name: nginx\n state: present\n update_cache: true\n\n- name: Add reverse proxy for Kibana under /kibana\n blockinfile:\n path: /etc/nginx/sites-available/dev.harveynormancommercia...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": false }
ansible_role
TheRealSumpark/GithubActions
a4880b986c1ad33cd1a168e2123829a8979693a8
0
Ansible/roles/app
450
[ "no_license" ]
[ { "path": "Ansible/roles/app/tasks/main.yml", "content": "- name: Run backend\n docker_container:\n name: app-backend-api\n image: sumpark/tp-devops-epf:backend\n pull: true\n recreate: true\n networks:\n - name: \"app-network\"\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
TheRealSumpark/GithubActions
a4880b986c1ad33cd1a168e2123829a8979693a8
0
Ansible/roles/database
450
[ "no_license" ]
[ { "path": "Ansible/roles/database/tasks/main.yml", "content": "- name: Run database\n docker_container:\n name: app-db\n image: sumpark/tp-devops-epf:database\n pull: true\n recreate: true\n networks:\n - name: \"app-network\"\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
TheRealSumpark/GithubActions
a4880b986c1ad33cd1a168e2123829a8979693a8
0
Ansible/roles/httpd
450
[ "no_license" ]
[ { "path": "Ansible/roles/httpd/tasks/main.yml", "content": "- name: Run HTTPD\n docker_container:\n name: app-front\n image: sumpark/tp-devops-epf:httpd\n pull: true\n recreate: true\n ports: \"80:80\"\n networks:\n - name: \"app-network\"\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
Temitope-Akinyokun/Altschool-ansible-assignment
75444f642b60d46bc7ec2c62f1deb66a985b8736
0
roles/apache
450
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yaml", "content": "---\n#UBUNTU OS TASKS\n- name: Task to install Apache2 on Ubuntu\n apt:\n name: apache2\n state: present\n notify: handler to start Apache2\n when: ansible_os_family == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- name: Task to backup Apach...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2683, "all_permissive": false }
ansible_role
Temitope-Akinyokun/Altschool-ansible-assignment
75444f642b60d46bc7ec2c62f1deb66a985b8736
0
roles/git
450
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yaml", "content": "---\n- name: Task to clone app repository from GitHub\n git:\n repo: https://github.com/Temitope-Akinyokun/tindog.git\n dest: /tmp/repo_clone\n clone: yes\n accept_hostkey: yes\n\n- name: Task to copy contents of repo_clone to apache document...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
eduardosoliv/pingdomexport
9d0f2d2bad4648ea0f8ae6d736a93197fcd0107a
4
provisioning/roles/common
450
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "#- include: update.yml\n- include: epel.yml\n- include: utils.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "provisioning/roles/common/tasks/epel.yml", "content": "- name:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 347, "all_permissive": false }
ansible_role
eduardosoliv/pingdomexport
9d0f2d2bad4648ea0f8ae6d736a93197fcd0107a
4
provisioning/roles/mysql
450
[ "no_license" ]
[ { "path": "provisioning/roles/mysql/tasks/server.yml", "content": "- name: Add to yum\n yum: name=http://repo.mysql.com/mysql57-community-release-el7.rpm state=present\n become: yes\n\n- name: Install mysql server\n yum: name=mysql-server disable_gpg_check=yes\n become: yes\n", "license_type": "no_l...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2880, "all_permissive": false }
ansible_role
eduardosoliv/pingdomexport
9d0f2d2bad4648ea0f8ae6d736a93197fcd0107a
4
provisioning/roles/postgresql
450
[ "no_license" ]
[ { "path": "provisioning/roles/postgresql/files/schema.sql", "content": "-- check table\n\nDROP TABLE IF EXISTS pingdom_check;\n\nDO $$\nBEGIN\n IF NOT EXISTS (SELECT 1 FROM pg_type WHERE typname = 'check_status')\n THEN CREATE TYPE check_status AS ENUM ('up', 'down', 'unconfirmed_down', 'unknown', 'paus...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4114, "all_permissive": false }
ansible_role
eduardosoliv/pingdomexport
9d0f2d2bad4648ea0f8ae6d736a93197fcd0107a
4
provisioning/roles/python
450
[ "no_license" ]
[ { "path": "provisioning/roles/python/tasks/python.yml", "content": "- name: Install python 3.4\n yum: name=python34\n become: yes\n\n- name: Install python 3.4 dev (required some modules)\n yum: name=python34-devel\n become: yes\n\n- name: Update python 2\n yum: name=python\n become: yes\n\n- name: In...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1002, "all_permissive": false }
ansible_role
punith-g-code/ansible-test-files
55d7199d323c73c51c98f81e42a048f74d61ea3c
0
roles/apache
450
[ "no_license" ]
[ { "path": "roles/apache/defaults/main.yaml", "content": "index_file: index.html\ndocument_root: /var/www/html/\nwebsite_list:\n - amol.com\n - devops.com\n - example.com\n - devops-world.com\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 420, "all_permissive": false }
ansible_role
fullstacksjs/configs
a148b13c7db6abb265e65c3578c9bf00bd8fb8ea
0
ansible/roles/amupxm-xyzz
450
[ "no_license" ]
[ { "path": "ansible/roles/amupxm-xyzz/vars/main.yml", "content": "---\n# vars file for amupxm-xyzz", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/roles/amupxm-xyzz/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: roo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1323, "all_permissive": false }
ansible_role
fullstacksjs/configs
a148b13c7db6abb265e65c3578c9bf00bd8fb8ea
0
ansible/roles/pishgoo-ci
450
[ "no_license" ]
[ { "path": "ansible/roles/pishgoo-ci/README.md", "content": "Role Name\n=========\n\nA simple role to run github actions runner ( tested on centos8 stream and ubuntu20)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "ansible/roles/pishgoo-ci/task...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1128, "all_permissive": false }
ansible_role
fullstacksjs/configs
a148b13c7db6abb265e65c3578c9bf00bd8fb8ea
0
ansible/roles/prepare-ubuntu
450
[ "no_license" ]
[ { "path": "ansible/roles/prepare-ubuntu/tasks/main.yml", "content": "---\n# tasks file for prepare-ubuntu\n- name: update cache\n apt:\n update_cache: yes\n- name: install required packages\n apt:\n pkg:\n - nginx\n - docker.io\n - git\n - curl\n - python3\n - python3-p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
fullstacksjs/configs
a148b13c7db6abb265e65c3578c9bf00bd8fb8ea
0
ansible/roles/registry
450
[ "no_license" ]
[ { "path": "ansible/roles/registry/tasks/main.yml", "content": "---\n# tasks file for registry\n- name: install apache2 htpasswd\n apt:\n pkg:\n - apache2-utils\n state: latest\n- name : ensure registry dir exist\n file:\n path: /docker-registry\n state: directory\n- name : install python ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2064, "all_permissive": false }
ansible_role
gra6er/openvpn_client
3173b6598f76455210cf6a497e4dae083e1eaddc
0
roles/openvpn_client
450
[ "no_license" ]
[ { "path": "roles/openvpn_client/tasks/main.yml", "content": "---\n- name: Install packages\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: latest\n loop:\n - oracle-epel-release-el8\n - openvpn\n - rsync\n - sshpass\n\n- name: Create new clients .ovpn file\n ansible.builtin.comma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1313, "all_permissive": false }
ansible_role
rv-weblogic/weblogic-docker01
8876695e7c4187df6ae6e69c713b5aef2b449c01
0
roles/config_admin
449
[ "no_license" ]
[ { "path": "roles/config_admin/tasks/create_domain.yml", "content": "---\n\n- name: Update create-domain.py template\n template:\n src: create-domain.py.j2\n dest: \"{{ staging_folder.domain }}/create-domain.py\"\n owner: \"{{domain_account.username}}\"\n group: \"{{domain_account.group}}\"\n ...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 28429, "all_permissive": false }
ansible_role
rv-weblogic/weblogic-docker01
8876695e7c4187df6ae6e69c713b5aef2b449c01
0
roles/config_managed
449
[ "no_license" ]
[ { "path": "roles/config_managed/tasks/config_managed.yml", "content": "--- \n \n- name: Expect {{ weblogic_servers['admin'].instance_address }} to be listening on {{ weblogic_servers['admin'].instance_port }}\n wait_for:\n host: \"{{ weblogic_servers['admin'].instance_address }}\"\n port: \"{{...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9464, "all_permissive": false }
ansible_role
rv-weblogic/weblogic-docker01
8876695e7c4187df6ae6e69c713b5aef2b449c01
0
roles/config_nodemanager
449
[ "no_license" ]
[ { "path": "roles/config_nodemanager/tasks/start_nm_helper.yml", "content": "---\n\n- name: Expect Node Manager to be running\n when: nm_listening.state is defined and nm_listening.state == \"stopped\" \n register: nm_start\n shell: nohup ~/bin/startNodeManager.sh </dev/null >/dev/null 2>&1 &\n environme...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3976, "all_permissive": false }
ansible_role
rv-weblogic/weblogic-docker01
8876695e7c4187df6ae6e69c713b5aef2b449c01
0
roles/ensure_ownership
449
[ "no_license" ]
[ { "path": "roles/ensure_ownership/tasks/main.yml", "content": "---\r\n\r\n- name: Expect correct file ownership {{weblogic_install.oracle_home}}\r\n file:\r\n path: \"{{weblogic_install.oracle_home}}\"\r\n owner: \"{{weblogic_account.username}}\"\r\n group: \"{{weblogic_account.group}}\"\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2200, "all_permissive": false }
ansible_role
rv-weblogic/weblogic-docker01
8876695e7c4187df6ae6e69c713b5aef2b449c01
0
roles/install_weblogic
449
[ "no_license" ]
[ { "path": "roles/install_weblogic/tasks/create_domain_user.yml", "content": "---\r\n\r\n- name: chmod and chown of domains folder\r\n file:\r\n path: \"{{ weblogic_install.domains}}\"\r\n owner: \"{{weblogic_account.username}}\"\r\n group: \"{{weblogic_account.group}}\"\r\n mode: 0775\r\n\r...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6649, "all_permissive": false }
ansible_role
ChunPanYung/ansi_colle-server
267314a2fcdd0bfea8b87e8cb6083b50f45cdbcb
0
roles/cloudflared
449
[ "no_license" ]
[ { "path": "roles/cloudflared/tasks/main.yml", "content": "---\n- name: Retrieve information from github api\n ansible.builtin.uri:\n url: \"{{ cloudflared_github_api }}\"\n return_content: true\n register: cloudflared_api\n\n- name: Create temporary directory\n ansible.builtin.tempfile:\n state:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1904, "all_permissive": false }
ansible_role
ChunPanYung/ansi_colle-server
267314a2fcdd0bfea8b87e8cb6083b50f45cdbcb
0
roles/config
449
[ "no_license" ]
[ { "path": "roles/config/tasks/main.yml", "content": "---\n- name: Execute the following with sudo\n become: true\n block:\n - name: Create directory for git repo\n ansible.builtin.file:\n path: /usr/local/share/git/\n state: directory\n mode: '0755'\n\n - name: Create direc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1053, "all_permissive": false }
ansible_role
ChunPanYung/ansi_colle-server
267314a2fcdd0bfea8b87e8cb6083b50f45cdbcb
0
roles/containers
449
[ "no_license" ]
[ { "path": "roles/containers/tasks/_kubernetes.yml", "content": "---\n# tasks file for kubernetes\n- name: Install kind when variable 'kubernetes_typ' is 'kind'\n when: containers_stack is contains('kind')\n block:\n - name: Retrieve information from github api\n ansible.builtin.uri:\n url: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4653, "all_permissive": false }
ansible_role
ChunPanYung/ansi_colle-server
267314a2fcdd0bfea8b87e8cb6083b50f45cdbcb
0
roles/dnf_automatic
449
[ "no_license" ]
[ { "path": "roles/dnf_automatic/defaults/main.yml", "content": "---\ndnf_automatic_setup_dir: /etc/systemd/system/dnf-automatic-install.timer.d/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/dnf_automatic/meta/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1859, "all_permissive": false }
ansible_role
ChunPanYung/ansi_colle-server
267314a2fcdd0bfea8b87e8cb6083b50f45cdbcb
0
roles/jenkins
449
[ "no_license" ]
[ { "path": "roles/jenkins/handlers/main.yml", "content": "---\n# handlers file for jenkins\n- name: Create systemd unit files for jenkins container\n become: true\n containers.podman.podman_generate_systemd:\n name: jenkins_server\n dest: /etc/systemd/system/\n\n- name: Enabled and restart container\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1716, "all_permissive": false }
ansible_role
ChunPanYung/ansi_colle-server
267314a2fcdd0bfea8b87e8cb6083b50f45cdbcb
0
roles/onlyoffice
449
[ "no_license" ]
[ { "path": "roles/onlyoffice/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Setup onlyoffice as container.\n license: GPL-2.0-or-later\n\n min_ansible_version: \"2.11\"\n\n platforms:\n - name: Fedora\n versions:\n - all\n\n galaxy_tags: []\n\ndependencies:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2431, "all_permissive": false }
ansible_role
ChunPanYung/ansi_colle-server
267314a2fcdd0bfea8b87e8cb6083b50f45cdbcb
0
roles/rclone
449
[ "no_license" ]
[ { "path": "roles/rclone/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Install rclone and configure\n\n license: GPL-2.0-or-later\n\n min_ansible_version: \"2.11\"\n\n platforms:\n - name: Fedora\n versions:\n - all\n\ndependencies: []\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1147, "all_permissive": false }
ansible_role
bonanzza-web/my_own_collection
c142c722d413ab84053b5a9ab057af31a8b5e242
0
my_own_namespace/yandex_cloud_elk/roles/my_role
449
[ "no_license" ]
[ { "path": "my_own_namespace/yandex_cloud_elk/roles/my_role/tasks/main.yml", "content": "---\n- name: Test module\n my_own_collection.my_own_module:\n path: \"{{ path }}\"\n content: \"{{ content }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
altero-a/cpe232_hoa9
9ff0909a064e67450fa59aaa06dd0fb3f356fba9
0
roles/web_servers
449
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: install Prometheus(Ubuntu)\n apt:\n name:\n - prometheus\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install Prometheus(CentOs)\n yum:\n name:\n - epel-release\n - snapd\n state: latest\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
mallardduck/rke2-ansible
fa9f2f18d1319a5ec5db3bece3187d7a075a589f
0
roles/download
449
[ "no_license" ]
[ { "path": "roles/download/tasks/main.yml", "content": "---\n- name: Download and execute RKE2 installer\n get_url:\n url: https://get.rke2.io\n dest: /tmp/get_rke2.sh\n mode: 0755 # Set executable permissions\n\n- name: Execute downloaded installer (on control plane)\n shell: \"/tmp/get_rke2.sh\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 938, "all_permissive": false }
ansible_role
mallardduck/rke2-ansible
fa9f2f18d1319a5ec5db3bece3187d7a075a589f
0
roles/prereq
449
[ "no_license" ]
[ { "path": "roles/prereq/tasks/main.yml", "content": "---\n- name: Set same timezone on every Server\n community.general.timezone:\n name: \"{{ system_timezone }}\"\n when: (system_timezone is defined) and (system_timezone != \"Your/Timezone\")\n\n- name: Set SELinux to disabled state\n ansible.posix.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2246, "all_permissive": false }
ansible_role
mallardduck/rke2-ansible
fa9f2f18d1319a5ec5db3bece3187d7a075a589f
0
roles/reset
449
[ "no_license" ]
[ { "path": "roles/reset/tasks/main.yml", "content": "---\n- name: Disable services\n systemd:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n failed_when: false\n with_items:\n - rke2\n - rke2-init\n - rke2-server\n - rke2-agent\n\n- name: RUN pkill on the shims\n register: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1655, "all_permissive": false }
ansible_role
mallardduck/rke2-ansible
fa9f2f18d1319a5ec5db3bece3187d7a075a589f
0
roles/rke2_agent
449
[ "no_license" ]
[ { "path": "roles/rke2_agent/tasks/http_proxy.yml", "content": "---\n\n- name: Create rke2.service.d directory\n file:\n path: '{{ systemd_dir }}/rke2-agent.service.d'\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n\n- name: Copy rke2 http_proxy conf file\n template:\n s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1091, "all_permissive": false }
ansible_role
mallardduck/rke2-ansible
fa9f2f18d1319a5ec5db3bece3187d7a075a589f
0
roles/rke2_custom_registries
449
[ "no_license" ]
[ { "path": "roles/rke2_custom_registries/tasks/main.yml", "content": "---\n\n- name: Create directory /etc/rancher/rke2\n file:\n path: \"/etc/{{ item }}\"\n state: directory\n mode: '0755'\n loop:\n - rancher\n - rancher/rke2\n\n- name: Insert registries into /etc/rancher/rke2/registries.ya...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 497, "all_permissive": false }
ansible_role
mallardduck/rke2-ansible
fa9f2f18d1319a5ec5db3bece3187d7a075a589f
0
roles/rke2_server
449
[ "no_license" ]
[ { "path": "roles/rke2_server/tasks/fetch_cluster_token.yml", "content": "---\n\n- name: Wait for node-token\n wait_for:\n path: \"/var/lib/rancher/rke2/server/node-token\"\n\n- name: Register node-token file access mode\n stat:\n path: \"/var/lib/rancher/rke2/server/node-token\"\n register: p\n\n- ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7715, "all_permissive": false }
ansible_role
mallardduck/rke2-ansible
fa9f2f18d1319a5ec5db3bece3187d7a075a589f
0
roles/rke2_server_post
449
[ "no_license" ]
[ { "path": "roles/rke2_server_post/tasks/fetch_rke2_conf.yml", "content": "---\n- name: Fetch file from the server\n fetch:\n src: /etc/rancher/rke2/rke2.yaml\n dest: ./tmp/rke2.yaml\n flat: yes\n\n- name: Modify the file contents\n lineinfile:\n path: ./tmp/rke2.yaml\n regexp: 'server: http...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4213, "all_permissive": false }
ansible_role
yuanwentinggithub/ansible-mariadb-rabbitmq
6eaee50e82372da4fba000be7102490e5fa8145c
0
roles/mariadb
456
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n# tasks file for mariadb\n- name: install mariadb\n yum: name={{ item }} state=present\n with_items:\n - mariadb-server\n - mariadb\n register: results\n ignore_errors: True\n\n- name: Configure SELinux to start mysql on any port\n seboolea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 721, "all_permissive": false }
ansible_role
yuanwentinggithub/ansible-mariadb-rabbitmq
6eaee50e82372da4fba000be7102490e5fa8145c
0
roles/rabbitmq
456
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "---\n# tasks file for rabbitmq\n- name: install epel7.8\n command: rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm\n args:\n chdir: /tmp\n creates: /etc/yum.repos.d/epel.repo\n register: results_yum\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 591, "all_permissive": false }
ansible_role
gael-ian/ansible-config-webservers
955a74e9cd8e9ef2357cb8a9efa6ea508258237a
2
roles/administrable
456
[ "no_license" ]
[ { "path": "roles/administrable/files/shell-config/defaults.sh", "content": "# Bash default options\n# Inspired by Sensible Bash <https://github.com/mrzool/bash-sensible>\n\n\n## GENERAL OPTIONS ##\n\n# Update window size after every command\nshopt -s checkwinsize\n\n\n## GLOBBING ##\n\n# Turn on recursive g...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4352, "all_permissive": false }
ansible_role
Enot41/epam_ansible
956afa9111b57e893c38607f8a575a87c51049a5
0
task3/roles/part1
456
[ "no_license" ]
[ { "path": "task3/roles/part1/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - part1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "task3/roles/part1/vars/main.yml", "content": "---\n# vars file for par...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 713, "all_permissive": false }
ansible_role
Enot41/epam_ansible
956afa9111b57e893c38607f8a575a87c51049a5
0
task3/roles/part2
456
[ "no_license" ]
[ { "path": "task3/roles/part2/templates/vsftpd.conf.j2", "content": "anonymous_enable={{ anonymous_enable }}\nno_anon_password={{ <PASSWORD> }}\nanon_root={{ anon_root }}\nanon_upload_enable={{ anon_upload_enable }}\nlocal_enable={{ local_enable }}\nwrite_enable={{ write_enable }}\nlocal_umask=022\nlisten={{...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1710, "all_permissive": false }
ansible_role
ess-acppo/ag-bie-infra
c2997732963c2d0f8a11bc5603d0f9597ea7dd85
0
playbooks/roles/aws-infra
456
[ "no_license" ]
[ { "path": "playbooks/roles/aws-infra/tasks/make.yml", "content": "---\n# Create a subnet for bastian host\n- name: Create subnet for bastion host\n ec2_vpc_subnet:\n state: present\n vpc_id: \"{{ VPC_ID }}\"\n cidr: \"{{ public_subnet_cidr }}\"\n az: ap-southeast-2a\n map_public: true\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7678, "all_permissive": false }
ansible_role
ess-acppo/ag-bie-infra
c2997732963c2d0f8a11bc5603d0f9597ea7dd85
0
playbooks/roles/install-agbie
456
[ "no_license" ]
[ { "path": "playbooks/roles/install-agbie/tasks/main.yml", "content": "---\n# Add this snippet to the top of your playbook. \n# It will install python2 if missing (but checks first so no expensive repeated apt updates)\n# <EMAIL>\n\n- hosts: all\n gather_facts: False\n become: yes\n \n tasks:\n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1032, "all_permissive": false }
ansible_role
bohemianoid/rpi3-airport
95219eba25f3ca388fa69a2fdc19ffb4bd5a418c
0
roles/hifiberry
456
[ "no_license" ]
[ { "path": "roles/hifiberry/tasks/main.yml", "content": "---\n- name: install mplayer\n apt:\n name: mplayer\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n\n- name: disable onboard audio interface\n lineinfile:\n dest: /boot/config.txt\n regexp: \"^#?dtparam=audio\"\n line:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
bohemianoid/rpi3-airport
95219eba25f3ca388fa69a2fdc19ffb4bd5a418c
0
roles/shairport-sync
456
[ "no_license" ]
[ { "path": "roles/shairport-sync/templates/shairport-sync.conf.j2", "content": "// Sample Configuration File for Shairport Sync\n// Commented out settings are generally the defaults, except where noted.\n\n// General Settings\ngeneral =\n{\n name = \"{{ player_name }}\"; // This means \"Hostname\" -- see ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 11870, "all_permissive": false }
ansible_role
bohemianoid/rpi3-airport
95219eba25f3ca388fa69a2fdc19ffb4bd5a418c
0
roles/upgrade
456
[ "no_license" ]
[ { "path": "roles/upgrade/tasks/main.yml", "content": "---\n- name: update all packages to latest version\n apt:\n upgrade: dist\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n\n- name: reboot if required\n command: /bin/true\n args:\n removes: /var/run/reboot-required\n notify:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
alexxbout/hackathon-istic
b6eb7b7530a4f6015a115a0dd2b4728a5a9ed9ff
1
ansible/roles/deployment_auth
456
[ "no_license" ]
[ { "path": "ansible/roles/deployment_auth/files/service_auth/deployment.yml", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: auth-service-deployment\n namespace: auth-namespace\n labels:\n app: auth-service\nspec:\n replicas: 1\n selector:\n matchLabels:\n app: auth-serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3881, "all_permissive": false }
ansible_role
alexxbout/hackathon-istic
b6eb7b7530a4f6015a115a0dd2b4728a5a9ed9ff
1
ansible/roles/deployment_back
456
[ "no_license" ]
[ { "path": "ansible/roles/deployment_back/files/deployment.yml", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: backend-deployment\n labels:\n app: backend\nspec:\n replicas: 1\n selector:\n matchLabels:\n app: backend\n template:\n metadata:\n labels:\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2406, "all_permissive": false }
ansible_role
alexxbout/hackathon-istic
b6eb7b7530a4f6015a115a0dd2b4728a5a9ed9ff
1
ansible/roles/deployment_front
456
[ "no_license" ]
[ { "path": "ansible/roles/deployment_front/files/ingress.yml", "content": "apiVersion: networking.k8s.io/v1\nkind: Ingress\nmetadata:\n name: front-ingress\n annotations:\n nginx.ingress.kubernetes.io/rewrite-target: /\nspec:\n rules:\n - http: # Pas de \"host\" spécifié\n paths:\n - path: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1501, "all_permissive": false }
ansible_role
alexxbout/hackathon-istic
b6eb7b7530a4f6015a115a0dd2b4728a5a9ed9ff
1
ansible/roles/install_postgres
456
[ "no_license" ]
[ { "path": "ansible/roles/install_postgres/tasks/main.yml", "content": "---\n- name: Ajouter la clé GPG de PostgreSQL\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: present\n\n- name: Ajouter le dépôt officiel de PostgreSQL\n apt_repository:\n repo: \"deb http://apt....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1176, "all_permissive": false }
ansible_role
dsarrias/rpi-home-lab
91165d5ca7a3e1eca7210cf9cdefecb7eb83b5c2
2
roles/common
456
[ "no_license" ]
[ { "path": "roles/common/templates/telegram_notification_disk.sh", "content": "#!/bin/bash\n\n# Your Telegram Bot Token and Chat ID\nBOT_TOKEN={{ TELEGRAM.TOKEN }}\nCHAT_ID={{ TELEGRAM.CHAT_ID }}\nALERT_LIMIT={{ DISK_ALERT_LIMIT }} # Set alert threshold\nEXCLUDE_DISK={{ EXCLUDE_DISK }} # Pass the name of the...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 14580, "all_permissive": false }
ansible_role
muryoimpl/ubuntu-playbook
5227d26eb905bb24de16742b447bfda363f7307f
0
roles/common
456
[ "no_license" ]
[ { "path": "roles/common/tasks/user.yml", "content": "---\n# add user and group\n\n- name: add user group\n group: name=apps gid=2001 state=present\n\n # validate the sudoers file before saving\n- name: allow apps group to run sudo without password\n lineinfile: dest=/etc/sudoers\n state=pres...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2815, "all_permissive": false }
ansible_role
muryoimpl/ubuntu-playbook
5227d26eb905bb24de16742b447bfda363f7307f
0
roles/mariadb
456
[ "no_license" ]
[ { "path": "roles/mariadb/handlers/main.yml", "content": "---\n- name: restart mariadb-server\n service: name=mysql state=restarted enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/mariadb/tasks/install.yml", "content": "---\...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1749, "all_permissive": false }
ansible_role
muryoimpl/ubuntu-playbook
5227d26eb905bb24de16742b447bfda363f7307f
0
roles/mroonga
456
[ "no_license" ]
[ { "path": "roles/mroonga/tasks/main.yml", "content": "---\n\n- name: install software-properies-common and lsb-release\n apt: name={{ item }} state=latest\n with_items:\n - software-properties-common\n - lsb-release\n\n- name: get result of $(lsb_release --short --codename)\n shell: echo $(lsb_rele...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 808, "all_permissive": false }
ansible_role
muryoimpl/ubuntu-playbook
5227d26eb905bb24de16742b447bfda363f7307f
0
roles/partition
456
[ "no_license" ]
[ { "path": "roles/partition/tasks/main.yml", "content": "---\n- name: create swap image\n command: dd if=/dev/zero of=/swap.img bs=1M count=2024\n when: ansible_swaptotal_mb < 1\n\n- name: chmod swap image\n command: chmod 600 /swap.img\n when: ansible_swaptotal_mb < 1\n\n- name: mkswap\n command: mkswa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 517, "all_permissive": false }
ansible_role
muryoimpl/ubuntu-playbook
5227d26eb905bb24de16742b447bfda363f7307f
0
roles/redis
456
[ "no_license" ]
[ { "path": "roles/redis/tasks/install.yml", "content": "---\n- name: install redis server\n apt: name=redis-server state=latest\n notify: restart redis-server\n\n- name: allow redis-server port(6379)\n ufw: rule=allow port=22222 proto=tcp state=reloaded\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 283, "all_permissive": false }
ansible_role
dheles/jscholarship-ansible
96db3203077723c5a63e2bd413151cdf0fbd3128
0
roles/local.dspace-branding
456
[ "permissive" ]
[ { "path": "roles/local.dspace-branding/vars/main.yml", "content": "---\n# vars file for local.dspace-branding", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 41 }, { "path": "roles/local.dspace-branding/templates/bootstrap_variables.scss.j2", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3556, "all_permissive": true }
ansible_role
a-sillyguy/AnsibleProject_Training
559620e9137724efbe3d6bc8237da477c338693b
0
roles/mytestrole/roles/win_ad_install
456
[ "no_license" ]
[ { "path": "roles/mytestrole/roles/win_ad_install/handlers/main.yml", "content": "---\n# handlers file for win_ad_install\n\n- name: windows_reboot\n win_reboot:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/mytestrole/roles/win_ad_instal...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1726, "all_permissive": false }
ansible_role
a-sillyguy/AnsibleProject_Training
559620e9137724efbe3d6bc8237da477c338693b
0
roles/mytestrole/roles/win_service_config
456
[ "no_license" ]
[ { "path": "roles/mytestrole/roles/win_service_config/tasks/main.yml", "content": "---\n# tasks file for win_service_config\n#\n\n#Install a given pacakge using win_choclatey for win2k12r2 stadard servers\n- name: Install given package only on Win2K12R2 Standard Server\n win_chocolatey:\n name: \"{{packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1582, "all_permissive": false }
ansible_role
jumperbreaker/2025-05-18_test_02
478915124223aba507bcac7a5b8f61cae36577aa
0
roles/bastion
457
[ "no_license" ]
[ { "path": "roles/bastion/tasks/main.yml", "content": "# roles/bastion/tasks/main.yml\n\n---\n- name: Install Teleport\n apt:\n name: teleport\n state: present\n update_cache: yes\n\n- name: Configure Teleport\n template:\n src: teleport.yaml.j2\n dest: /etc/teleport.yaml\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 803, "all_permissive": false }
ansible_role
jumperbreaker/2025-05-18_test_02
478915124223aba507bcac7a5b8f61cae36577aa
0
roles/common
457
[ "no_license" ]
[ { "path": "roles/common/templates/motd.j2", "content": "# roles/common/templates/motd.j2\n\n#############################################\n# DevOps Polygon - {{ inventory_hostname }} #\n# Role: {{ group_names }} #\n# Managed by Ansible #\n########################...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1289, "all_permissive": false }
ansible_role
jumperbreaker/2025-05-18_test_02
478915124223aba507bcac7a5b8f61cae36577aa
0
roles/database
457
[ "no_license" ]
[ { "path": "roles/database/templates/postgresql.conf.j2", "content": "# roles/database/templates/postgresql.conf.j2\n\n# PostgreSQL configuration file\n# Managed by Ansible - DO NOT EDIT MANUALLY\n\ndata_directory = '/var/lib/postgresql/{{ postgresql_version }}/main'\nhba_file = '/etc/postgresql/{{ postgresq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2036, "all_permissive": false }
ansible_role
jumperbreaker/2025-05-18_test_02
478915124223aba507bcac7a5b8f61cae36577aa
0
roles/kubernetes
457
[ "no_license" ]
[ { "path": "roles/kubernetes/templates/kubeadm-config.yaml.j2", "content": "# roles/kubernetes/templates/kubeadm-config.yaml.j2\n\napiVersion: kubeadm.k8s.io/v1beta3\nkind: InitConfiguration\nnodeRegistration:\n name: \"{{ inventory_hostname }}\"\n kubeletExtraArgs:\n node-ip: \"{{ ansible_host }}\"\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1879, "all_permissive": false }
ansible_role
jumperbreaker/2025-05-18_test_02
478915124223aba507bcac7a5b8f61cae36577aa
0
roles/redis
457
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "# roles/redis/tasks/main.yml\n\n---\n- name: Install Redis\n apt:\n name: redis-server\n state: present\n\n- name: Configure Redis\n template:\n src: redis.conf.j2\n dest: /etc/redis/redis.conf\n owner: redis\n group: redis\n mode: 0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 703, "all_permissive": false }
ansible_role
jumperbreaker/2025-05-18_test_02
478915124223aba507bcac7a5b8f61cae36577aa
0
roles/storage
457
[ "no_license" ]
[ { "path": "roles/storage/tasks/main.yml", "content": "# roles/storage/tasks/main.yml\n\n---\n- name: Install MinIO server\n apt:\n name: minio\n state: present\n\n- name: Create data directory\n file:\n path: /data/minio\n state: directory\n owner: minio\n group: minio\n mode: 0755\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 560, "all_permissive": false }
ansible_role
jumperbreaker/2025-05-18_test_02
478915124223aba507bcac7a5b8f61cae36577aa
0
roles/web
457
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "# roles/web/tasks/main.yml\n\n---\n- name: Install web packages\n apt:\n name: \"{{ web_packages }}\"\n state: present\n\n- name: Configure Nginx (web-01)\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n owner: root\n grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2245, "all_permissive": false }
ansible_role
goffinet/ansible-install-gns3-server
43c8e92787afe7ae604b4c3f1bc9e79fc1419c2f
7
roles/Stouts.openvpn
457
[ "no_license" ]
[ { "path": "roles/Stouts.openvpn/tasks/assertions.yml", "content": "---\n\n- name: Check OS is supported\n assert:\n that:\n - \"ansible_os_family in ['Debian', 'RedHat']\"\n msg: \"{{ ansible_os_family }} is not supported\"\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 14204, "all_permissive": false }
ansible_role
goffinet/ansible-install-gns3-server
43c8e92787afe7ae604b4c3f1bc9e79fc1419c2f
7
roles/enable-routing
457
[ "no_license" ]
[ { "path": "roles/enable-routing/tasks/enable-routing.yml", "content": "- name: \"disable anti-routing rule to the nat cloud out\"\n iptables:\n chain: FORWARD\n out_interface: \"{{ item.bridge }}\"\n reject_with: icmp-port-unreachable\n state: absent\n loop: \"{{ enable_routing }}\"\n when: e...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1311, "all_permissive": false }
ansible_role
goffinet/ansible-install-gns3-server
43c8e92787afe7ae604b4c3f1bc9e79fc1419c2f
7
roles/install-fail2ban
457
[ "no_license" ]
[ { "path": "roles/install-fail2ban/tasks/install-fail2ban.yml", "content": "- name: \"install packages for fail2ban\"\n apt:\n update_cache: yes\n cache_valid_time: 3600\n force: yes\n state: present\n force_apt_get: yes\n name: fail2ban\n- name: \"enable and start the fail2ban service\"\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 383, "all_permissive": false }
ansible_role
goffinet/ansible-install-gns3-server
43c8e92787afe7ae604b4c3f1bc9e79fc1419c2f
7
roles/install-gns3-server
457
[ "no_license" ]
[ { "path": "roles/install-gns3-server/templates/gns3_server.conf.j2", "content": "[Server]\nhost = {{ gns3s_host }}\nport = {{ gns3s_port }}\nimages_path = {{ gns3s_images_path }}\nprojects_path = {{ gns3s_projects_path }}\nappliances_path = {{ gns3s_appliances_path }}\nconfigs_path = {{ gns3s_configs_path }...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3279, "all_permissive": false }
ansible_role
goffinet/ansible-install-gns3-server
43c8e92787afe7ae604b4c3f1bc9e79fc1419c2f
7
roles/install-libvirtd
457
[ "no_license" ]
[ { "path": "roles/install-libvirtd/handlers/main.yml", "content": "---\n- name: restart libvirtd\n systemd:\n name: libvirtd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/install-libvirtd/tasks/libvirtd-tools-inst...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1787, "all_permissive": false }
ansible_role
goffinet/ansible-install-gns3-server
43c8e92787afe7ae604b4c3f1bc9e79fc1419c2f
7
roles/nkakouros.easyrsa
457
[ "no_license" ]
[ { "path": "roles/nkakouros.easyrsa/molecule/default/molecule.yml", "content": "---\n\ndependency:\n name: galaxy\ndriver:\n name: docker\nlint:\n name: yamllint\n options:\n config-file: molecule/default/yamllint.yml\n\nplatforms:\n - name: instance\n image: \"geerlingguy/docker-ubuntu1804-ansibl...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 19, "total_bytes": 13333, "all_permissive": false }
ansible_role
goffinet/ansible-install-gns3-server
43c8e92787afe7ae604b4c3f1bc9e79fc1419c2f
7
roles/provision-servers
457
[ "no_license" ]
[ { "path": "roles/provision-servers/vars/main.yml", "content": "---\n## Adapt it to your needs\n## Encrypt it with `ansible-vault encrypt vars/main.yml`\n## Cloudflare DNS entries update\n#cloudflare_account_email: \"<EMAIL>\"\n#cloudflare_account_api_token: \"XXXXX\"\n# Scaleway ID\n#scw_api_token: \"XXXXX\...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 11308, "all_permissive": false }
ansible_role
goffinet/ansible-install-gns3-server
43c8e92787afe7ae604b4c3f1bc9e79fc1419c2f
7
roles/send-connexion-details
457
[ "no_license" ]
[ { "path": "roles/send-connexion-details/vars/main.yml", "content": "---\n## Adapt it to your needs\n## Encrypt it with `ansible-vault encrypt vars/main.yml`\n#mail_secret: \"password\"\n#from_secret: \"<EMAIL>\"\n#to_secret: \"yyy@yyyy.yyy\"\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4067, "all_permissive": false }
ansible_role
goffinet/ansible-install-gns3-server
43c8e92787afe7ae604b4c3f1bc9e79fc1419c2f
7
roles/synchronize-files
457
[ "no_license" ]
[ { "path": "roles/synchronize-files/vars/handlers/main.yml", "content": "---\n- name: restart fail2ban\n systemd:\n name: fail2ban\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/synchronize-files/tasks/synchronize-...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4152, "all_permissive": false }
ansible_role
antdrums/docklands-ansible
3f7bde1279bed7f5f80f71a2cdf042258b9598a3
0
roles/docker
457
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Install Docker \n apt: pkg=docker.io update_cache=yes\n\n- name: Install requirements\n apt: \"name='{{ item }}' state=present\"\n with_items:\n - git\n - python-pip\n\n- name: Start Docker service\n service: name=docker enabled=y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }