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
IVPENAS/CPE_MIDEXAM_PENAS
95b35e076b2b06e3b14f44181e43129719f6514e
0
roles/Mariadb
7,828
[ "no_license" ]
[ { "path": "roles/Mariadb/tasks/main.yml", "content": "#MariaDB-Ubuntu\n\n- name: Install mariad package\n apt:\n name: mariadb-server\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: \"Mariadb - Restarting/Enabling\"\n service:\n name: mariadb\n state: restarted\n enab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
IVPENAS/CPE_MIDEXAM_PENAS
95b35e076b2b06e3b14f44181e43129719f6514e
0
roles/Mariadb-CentOS
7,828
[ "no_license" ]
[ { "path": "roles/Mariadb-CentOS/tasks/main.yml", "content": "#Penas_Mariadb-CentOs\n\n- name: Install Mariadb Package\n yum:\n name: mariadb-server\n when: ansible_distribution == \"CentOS\"\n\n- name: \"Mariadb - Restart/Enabling\"\n service:\n name: mariadb\n state: restarted\n enabled: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
IVPENAS/CPE_MIDEXAM_PENAS
95b35e076b2b06e3b14f44181e43129719f6514e
0
roles/Prometheus-CentOS
7,828
[ "no_license" ]
[ { "path": "roles/Prometheus-CentOS/tasks/main.yml", "content": "#Penas_Prometheus-CentOS\n- name: Creating a directory for the downloaded files\n tags: directory\n file:\n path: ~/prometheus\n state: directory\n\n- name: Downloading and Extracting Prometheus from GitHub\n tags: source\n unarchive:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1059, "all_permissive": false }
ansible_role
IVPENAS/CPE_MIDEXAM_PENAS
95b35e076b2b06e3b14f44181e43129719f6514e
0
roles/Ubuntu
7,828
[ "no_license" ]
[ { "path": "roles/Ubuntu/tasks/main.yml", "content": "#Penas-Ubuntu\n- name: Installing Nagios4 Dependecies and Libraries\n tags: dependecies, libraries\n apt:\n name:\n - autoconf\n - gcc\n - libc6\n - make\n - wget\n - unzip\n - apache2\n - php\n - libapach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2241, "all_permissive": false }
ansible_role
urashidmalik/awesomemonitoring
51bd7e69d63abad8db935ba4b76d6c61eb00dc0d
1
roles/common
7,828
[ "no_license" ]
[ { "path": "roles/common/vars/RedHat.yml", "content": "---\nam_common_packages:\n - libselinux-python\n - python-passlib\n - python-pip\n - monit\n - ntp\n# - git\n# - jq\n# - lsof\n# - vim\nam_java:\n flavor: oracle\n oracle:\n - oracle-java7-installer\n - oracle-java7-set...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2222, "all_permissive": false }
ansible_role
urashidmalik/awesomemonitoring
51bd7e69d63abad8db935ba4b76d6c61eb00dc0d
1
roles/elasticsearch
7,828
[ "no_license" ]
[ { "path": "roles/elasticsearch/templates/elasticsearch.monitrc.conf.j2", "content": "# ------------------------------------------\n# Monit configuration file for ElasticSearch\n# ------------------------------------------\n\ncheck process elasticsearch with pidfile {{ am_elasticsearch.pid_file }}\n start p...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2857, "all_permissive": false }
ansible_role
cherdt/centos7-nrpe-xinetd
848d69217148588e83c3e57ae763e6c44f0a33e2
0
roles/nrpe-xinetd
7,828
[ "no_license" ]
[ { "path": "roles/nrpe-xinetd/defaults/main.yml", "content": "---\n\nnrpe_port: 5666\nnrpe_user: nagios\nnrpe_group: nagios\nnrpe_path: /sbin/nrpe\nnrpe_config_path: /etc/nagios/nrpe.cfg\n\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1477, "all_permissive": false }
ansible_role
cleronga/iaas
da716aae3d0c94b8e4af9c27761124df4714d53c
0
roles/setup
7,828
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: \"update apt packages.\"\n become: true\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: true\n apt:\n upgrade: yes", "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
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/ansible_controller
7,828
[ "no_license" ]
[ { "path": "roles/ansible_controller/tasks/Debian_super.yml", "content": "- name: Add Ansible PPA repository\n become: True\n apt_repository:\n repo: ppa:ansible/ansible\n\n- name: Install Ansible\n become: True\n apt:\n name: \"{{ ansible_controller_debian_packages }}\"\n\n", "license_type": "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 960, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/apparmor
7,828
[ "no_license" ]
[ { "path": "roles/apparmor/templates/zigbee2mqtt-configuration.yaml.j2", "content": "homeassistant: true\n\n# allow new devices to join\npermit_join: true\n\n# MQTT settings\nmqtt:\n base_topic: zigbee2mqtt\n server: mqtt://localhost:{{ zigbee2mqtt_port }}\n user: {{ zigbee2mqtt_user }}\n password: {{ <P...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3650, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/certificate_authority
7,828
[ "no_license" ]
[ { "path": "roles/certificate_authority/tasks/main.yml", "content": "---\n- name: Set some variables as facts for use outside role on localhost\n set_fact:\n certificate_authority_cert_format: \"{{ certificate_authority_cert_format }}\"\n certificate_authority_country_name: \"{{ certificate_authority_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 14067, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/common
7,828
[ "no_license" ]
[ { "path": "roles/common/tasks/Archlinux_packages.yml", "content": "---\n- name: Archlinux_packages | Install common\n become: true\n community.general.pacman:\n name: \"{{ common_arch_packages }}\"\n # Auto confirm replace\n extra_args: --ask 4\n\n- name: Archlinux_packages | Replace iptables-le...
{ "task_files": 15, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 11597, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/desktop
7,828
[ "no_license" ]
[ { "path": "roles/desktop/tasks/main.yml", "content": "---\n- name: desktop | Super\n when:\n - is_super | bool\n - not include_only_deployed_apps\n - include_desktop_management\n ansible.builtin.include_tasks:\n file: \"{{ item }}\"\n with_first_found:\n - files:\n - \"{{ ansible_os...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3050, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/developer
7,828
[ "no_license" ]
[ { "path": "roles/developer/tasks/Windows_packages.yml", "content": "---\n- name: windows_packages | Install packages\n win_chocolatey:\n name: \"{{ developer_windows_chocolatey_packages }}\"\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1829, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/docker
7,828
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "---\ndocker_arch_packages:\n - docker\n - docker-buildx\n - docker-compose\n\ndocker_arch_aur_packages:\n - docker-credential-pass\n - docker-credential-secretservice\n\ndocker_debian_packages:\n - docker-ce\n - docker-ce-cli\n - containerd.io\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3326, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/docker_container_registry
7,828
[ "no_license" ]
[ { "path": "roles/docker_container_registry/tasks/main.yml", "content": "---\n# The file is split like this for variable merging from role\n- name: Common Super\n when:\n - is_super | bool\n - include_docker_container_registry_management\n ansible.builtin.include_tasks:\n file: \"{{ item }}\"\n w...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2439, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/forgejo
7,828
[ "no_license" ]
[ { "path": "roles/forgejo/tasks/main.yml", "content": "---\n# The file is split like this for variable merging from role\n- name: forgejo | Super\n when:\n - is_super | bool\n - include_forgejo_management\n ansible.builtin.include_tasks:\n file: \"{{ item }}\"\n with_first_found:\n - files:\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 10177, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/go
7,828
[ "no_license" ]
[ { "path": "roles/go/tasks/Archlinux_super.yml", "content": "- name: GoLang installed\n become: True\n community.general.pacman:\n name: \"{{ go_arch_packages }}\"\n\n- name: Update paths for golang\n become: True\n ansible.builtin.copy:\n src: golang_path.sh\n dest: /etc/profile.d/golang_path.s...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 623, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/home_assistant
7,828
[ "no_license" ]
[ { "path": "roles/home_assistant/files/AD-GU10RGBW3001.js", "content": "// const fz = require('zigbee-herdsman-converters/converters/fromZigbee');\n// const ts = require('zigbee-herdsman-converters/converters/toZigbee');\n// const exposes = require('zigbee-herdsman-converters/lib/exposes');\n// const reporti...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8805, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/jenkins
7,828
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/define_proxy.yml", "content": "- name: Create Nginx rule\n import_tasks: tasks/nginx_reverse_proxy.yml\n vars:\n reference: \"{{ role_name }}\"\n app_port: \"{{ jenkins_port }}\"\n letsencrypt: \"{{ nginx_facade_use_certbot }}\"\n domain: \"{{ jenkins_fqcdn }}\"\...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 13447, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/kvm
7,828
[ "no_license" ]
[ { "path": "roles/kvm/templates/server.cnf.j2", "content": "# MySQL agent\n[client]\ndefault-character-set = {{ mariadb_chatacter_set }}\n# this is read by the standalone daemon and embedded servers\n[server]\n# this is only for the mysqld standalone daemon\n[mysqld]\n# Galera-related settings\n[galera]\n# t...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4637, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/media_creator
7,828
[ "no_license" ]
[ { "path": "roles/media_creator/defaults/main.yml", "content": "---\n\nmedia_creator_arch_packages:\n - audacity\n - cdrtools\n - ffmpeg\n - kdenlive", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/media_creator/tasks/Windows_packages.yml"...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1205, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/nginx
7,828
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "worker_processes {{ nginx_worker_processes }};\nworker_cpu_affinity {{ nginx_cpu_affinity }};\npid {{ nginx_pid_file }};\n\ninclude /etc/nginx/modules-enabled/*.conf;\n\nevents {\n worker_connections {{ nginx_events_worker_connections }};\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 10699, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/postgresql
7,828
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/Archlinux_super.yml", "content": "- name: Collect Distribution specific host vars for local usage\n set_fact:\n postgresql_config_path: \"{{ hostvars[inventory_hostname].postgresql_config_path }}\"\n postgresql_root_path: \"{{ hostvars[inventory_hostname].postgresql_...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8041, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/rabbitmq
7,828
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/Debian_22_super.yml", "content": "- name: Add packagecloud apt key\n become: True\n apt_key:\n url: \"https://packagecloud.io/rabbitmq/rabbitmq-server/gpgkey\"\n state: present\n\n- name: Adding package cloud repo\n become: True\n copy:\n content: \"deb https://pack...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2998, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/redis
7,828
[ "no_license" ]
[ { "path": "roles/redis/defaults/main.yml", "content": "redis_port: 6040\nredis_master_name: pledgecamp_master\nredis_run_path: /run/redis\nredis_pid_file: \"{{ redis_run_path }}/redis-server.pid\"\nredis_data_path: /var/lib/redis\nredis_sentinel_port: 26379\nredis_protected_mode: \"yes\"\nredis_pass: \"<PAS...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5102, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/terraform
7,828
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "---\n- name: terraform | Super\n when:\n - is_super | bool\n - include_terraform_management\n ansible.builtin.include_tasks:\n file: \"{{ item }}\"\n with_first_found:\n - files:\n - \"{{ ansible_os_family }}_{{ ansible_distributi...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1337, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/vagrant
7,828
[ "no_license" ]
[ { "path": "roles/vagrant/tasks/Archlinux_packages.yml", "content": "---\n- name: vagrant | Install packages\n become: true\n community.general.pacman:\n name: \"{{ arch_linux_vagrant_packages }}\"\n\n- name: vagrant | Install share plugin\n ansible.builtin.command:\n cmd: vagrant plugin install vag...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1911, "all_permissive": false }
ansible_role
symball/the-lab
9fe744ecd452efc390251eaa5e2358d49dc780ad
1
roles/virtualbox
7,828
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "---\n- name: virtualbox | Super\n when:\n - is_super | bool\n - include_virtualbox_management\n ansible.builtin.include_tasks:\n file: \"{{ item }}\"\n with_first_found:\n - files:\n - \"{{ ansible_os_family }}_{{ ansible_distrib...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1444, "all_permissive": false }
ansible_role
atchaikovski/sf_practice
84a9d9debd0b4d4e65123841a73c5729158c3f58
0
6/roles/testbox
7,828
[ "no_license" ]
[ { "path": "6/roles/testbox/tasks/main.yml", "content": "---\n- name: Install required packages\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - python3\n - python3-pip\n - python3-django\n - python3-psycopg2\n\n- name: Creating an empty file\n file:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 852, "all_permissive": false }
ansible_role
jaga319/roboshop-ansible-role
cb8548b01afdc75dfa4f5d0fab6f777b75ae7d3b
0
roles/cart
7,828
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup.yaml\n- name: nodejs installation\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs.yaml\n- name: system app setup\n ansible.builtin.imp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
jaga319/roboshop-ansible-role
cb8548b01afdc75dfa4f5d0fab6f777b75ae7d3b
0
roles/catalogue
7,828
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup.yaml\n- name: nodejs installation\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs.yaml\n- name: mongo app setup\n ansible.builtin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 510, "all_permissive": false }
ansible_role
jaga319/roboshop-ansible-role
cb8548b01afdc75dfa4f5d0fab6f777b75ae7d3b
0
roles/common
7,828
[ "no_license" ]
[ { "path": "roles/common/tasks/mongodb-setup.yaml", "content": "- name: copying mongo repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n- name: download mongodb\n ansible.builtin.package:\n name: mongodb-org-shell\n state: present\n- name: get the entries count...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3829, "all_permissive": false }
ansible_role
jaga319/roboshop-ansible-role
cb8548b01afdc75dfa4f5d0fab6f777b75ae7d3b
0
roles/dispatch
7,828
[ "no_license" ]
[ { "path": "roles/dispatch/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup.yaml\n- name: golong installation\n ansible.builtin.import_role:\n name: common\n tasks_from: go.yaml\n- name: system app setup\n ansible.builtin.imp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
jaga319/roboshop-ansible-role
cb8548b01afdc75dfa4f5d0fab6f777b75ae7d3b
0
roles/payment
7,828
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup.yaml\n- name: PYTHON installation\n ansible.builtin.import_role:\n name: common\n tasks_from: python.yaml\n- name: system app setup\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
jaga319/roboshop-ansible-role
cb8548b01afdc75dfa4f5d0fab6f777b75ae7d3b
0
roles/shipping
7,828
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup.yaml\n- name: java installation\n ansible.builtin.import_role:\n name: common\n tasks_from: java.yaml\n- name: mongo app setup\n ansible.builtin.impo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
jaga319/roboshop-ansible-role
cb8548b01afdc75dfa4f5d0fab6f777b75ae7d3b
0
roles/user
7,828
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup.yaml\n- name: nodejs installation\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs.yaml\n- name: mongo app setup\n ansible.builtin.impo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
Andrey123815/ansible-docker-infrustructure
04841670d4d801568460cd01d506b65af5d81da5
0
roles/build
7,828
[ "no_license" ]
[ { "path": "roles/build/tasks/main.yml", "content": "---\n- name: Клонирование репозиториев\n ansible.builtin.git:\n repo: \"https://github.com/Andrey123815/docker-demo-test.git\"\n dest: \"{{ git_folder }}\"\n version: block-14\n\n- name: Сборка образов\n community.docker.docker_image:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 698, "all_permissive": false }
ansible_role
Andrey123815/ansible-docker-infrustructure
04841670d4d801568460cd01d506b65af5d81da5
0
roles/deploy
7,828
[ "no_license" ]
[ { "path": "roles/deploy/services/_utils_/configs/config.yml", "content": "- name: \"[{{ service.name }}] Конфигурация configs\"\n block:\n - name: \"[{{ service.name }}] Попытка создания configs\"\n include_tasks: \"./config-create.yml\"\n\n rescue:\n - name: \"[{{ service.name }}] Удаление сер...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 4685, "all_permissive": false }
ansible_role
Andrey123815/ansible-docker-infrustructure
04841670d4d801568460cd01d506b65af5d81da5
0
roles/preconfig
7,828
[ "no_license" ]
[ { "path": "roles/preconfig/tasks/main.yml", "content": "- name: Docker installation\n block:\n - name: Add universal repo\n apt_repository:\n repo: \"deb http://archive.ubuntu.com/ubuntu/ {{ ansible_distribution_release }} universe\"\n state: present\n\n - name: Install additional ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2334, "all_permissive": false }
ansible_role
Andrey123815/ansible-docker-infrustructure
04841670d4d801568460cd01d506b65af5d81da5
0
roles/swarm_init
7,828
[ "no_license" ]
[ { "path": "roles/swarm_init/tasks/main.yml", "content": "---\n- name: Инициализация Swarm кластера\n community.docker.docker_swarm:\n state: present\n advertise_addr: \"{{ swarm_cluster_addr }}\"\n register: join_tokens_info\n\n- name: Сохранение join-token\n ansible.builtin.set_fact:\n join_tok...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
Andrey123815/ansible-docker-infrustructure
04841670d4d801568460cd01d506b65af5d81da5
0
roles/swarm_join
7,828
[ "no_license" ]
[ { "path": "roles/swarm_join/tasks/main.yml", "content": "---\n- name: Присоединение нового участника к swarm кластеру\n community.docker.docker_swarm:\n state: join\n remote_addrs: \"{{ swarm_cluster_addr }}\"\n join_token: >\n {{\n hostvars['server1']['ansible_facts']['join_token_work...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 374, "all_permissive": false }
ansible_role
Andrey123815/ansible-docker-infrustructure
04841670d4d801568460cd01d506b65af5d81da5
0
roles/swarm_leave
7,828
[ "no_license" ]
[ { "path": "roles/swarm_leave/handlers/main.yml", "content": "---\n# handlers file for swarm_leave\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/swarm_leave/tasks/main.yml", "content": "---\n- name: Soft удаление ноды из кластера\n co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 662, "all_permissive": false }
ansible_role
jiuchen1986/kubeadm
e282f0ea65f578cf24441f1c43e7a030d8d3c6b3
0
ansible/roles/host_prepare
7,828
[ "no_license" ]
[ { "path": "ansible/roles/host_prepare/tasks/main.yaml", "content": "- name: install crictl\n unarchive:\n src: https://github.com/kubernetes-sigs/cri-tools/releases/download/{{ crictl_version }}/crictl-{{ crictl_version }}-linux-amd64.tar.gz\n dest: /usr/bin\n remote_src: yes\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3318, "all_permissive": false }
ansible_role
jiuchen1986/kubeadm
e282f0ea65f578cf24441f1c43e7a030d8d3c6b3
0
ansible/roles/master
7,828
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/main.yml", "content": "- name: generate master configuration for kubeadm init\n template:\n src: master_config_v1.12.yml.tpl\n dest: /root/master_config.yml\n owner: root\n group: root\n mode: 0664\n\n- name: init master node\n shell: kubeadm init --con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5262, "all_permissive": false }
ansible_role
jiuchen1986/kubeadm
e282f0ea65f578cf24441f1c43e7a030d8d3c6b3
0
ansible/roles/node_exporter
7,828
[ "no_license" ]
[ { "path": "ansible/roles/node_exporter/tasks/main.yml", "content": "- name: add prometheus user\n shell: useradd prometheus -s /sbin/nologin\n ignore_errors: yes\n\n- name: downlad node_exporter\n unarchive:\n src: https://github.com/prometheus/node_exporter/releases/download/v{{ node_exporter_version...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 979, "all_permissive": false }
ansible_role
jiuchen1986/kubeadm
e282f0ea65f578cf24441f1c43e7a030d8d3c6b3
0
ansible/roles/worker
7,828
[ "no_license" ]
[ { "path": "ansible/roles/worker/tasks/main.yml", "content": "- name: generate node configuration for kubeadm join\n template:\n src: node_config_v1.12.yml.tpl\n dest: /root/node_config.yml\n owner: root\n group: root\n mode: 0664\n\n- name: join worker node\n shell: kubeadm join --config /r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 707, "all_permissive": false }
ansible_role
jiuchen1986/kubeadm
e282f0ea65f578cf24441f1c43e7a030d8d3c6b3
0
ansible_ha/roles/lb
7,828
[ "no_license" ]
[ { "path": "ansible_ha/roles/lb/tasks/install_ipvs.yaml", "content": "- name: load ip_vs module\n modprobe:\n name: ip_vs\n state: present\n\n- name: load ip_vs_rr module\n modprobe:\n name: ip_vs_rr\n state: present\n\n- name: load ip_vs_wrr module\n modprobe:\n name: ip_vs_wrr\n state:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2288, "all_permissive": false }
ansible_role
jiuchen1986/kubeadm
e282f0ea65f578cf24441f1c43e7a030d8d3c6b3
0
ansible_ha/roles/master
7,828
[ "no_license" ]
[ { "path": "ansible_ha/roles/master/templates/kubeadmcfg_second_master.yaml.tpl", "content": "apiEndpoint:\n advertiseAddress: {{ inventory_hostname }}\n bindPort: {{ kube_apiserver_port }}\napiVersion: kubeadm.k8s.io/v1alpha3\nbootstrapTokens:\n- groups:\n - system:bootstrappers:kubeadm:default-node-toke...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7141, "all_permissive": false }
ansible_role
jiuchen1986/kubeadm
e282f0ea65f578cf24441f1c43e7a030d8d3c6b3
0
ansible_ha/roles/worker
7,828
[ "no_license" ]
[ { "path": "ansible_ha/roles/worker/templates/kubeadmcfg_worker.yaml.tpl", "content": "apiVersion: kubeadm.k8s.io/v1alpha3\nkind: JoinConfiguration\ncaCertPath: /etc/kubernetes/pki/ca.crt\nclusterName: kubernetes\ndiscoveryFile: \"\"\ndiscoveryTimeout: 5m0s\ndiscoveryTokenAPIServers:\n- {{ kube_controlplane_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 794, "all_permissive": false }
ansible_role
jiuchen1986/kubeadm
e282f0ea65f578cf24441f1c43e7a030d8d3c6b3
0
ansible_ha_1.13+/roles/etcd
7,828
[ "no_license" ]
[ { "path": "ansible_ha_1.13+/roles/etcd/tasks/deploy.yaml", "content": "- name: precreate etcd pki dir\n file:\n path: /etc/kubernetes/pki/etcd\n state: directory\n mode: 0755\n\n- name: create etcd kubeadm dir\n file:\n path: \"{{ etcd_kubeadm_dir }}\"\n state: directory\n mode: 0755\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2033, "all_permissive": false }
ansible_role
jiuchen1986/kubeadm
e282f0ea65f578cf24441f1c43e7a030d8d3c6b3
0
ansible_ha_1.13+/roles/lb
7,828
[ "no_license" ]
[ { "path": "ansible_ha_1.13+/roles/lb/tasks/deploy.yaml", "content": "# - include_tasks: install_ipvs.yaml\n\n# - include_tasks: install_keepalived.yaml\n\n- include_tasks: install_haproxy.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 779, "all_permissive": false }
ansible_role
jiuchen1986/kubeadm
e282f0ea65f578cf24441f1c43e7a030d8d3c6b3
0
ansible_ha_1.13+/roles/master
7,828
[ "no_license" ]
[ { "path": "ansible_ha_1.13+/roles/master/templates/kubeadmcfg_first_master.yaml.tpl", "content": "apiServer:\n timeoutForControlPlane: 4m0s\n certSANs:\n - \"{{ kube_controlplane_ip }}\"\napiVersion: kubeadm.k8s.io/v1beta1\ncertificatesDir: /etc/kubernetes/pki\nclusterName: kubernetes\ncontrolPlaneEndpoi...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 10016, "all_permissive": false }
ansible_role
alex135421/ansible-cms-pub
a2e5f1a9a8941111e0ba399eb7bc557acfa86250
0
roles/backup
7,828
[ "no_license" ]
[ { "path": "roles/backup/tasks/backup.yml", "content": "- name: grab db root pass\n become: true\n shell: |\n grep \"{{prefix}}_db_root_pass\" {{parent_path}}.env | awk '{split($0,a,\"=\"); print a[2]}'\n register: root_pass\n delegate_to: \"{{item.user}}@{{item.ipv4_address}}\"\n\n- name: Make sql du...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3090, "all_permissive": false }
ansible_role
alex135421/ansible-cms-pub
a2e5f1a9a8941111e0ba399eb7bc557acfa86250
0
roles/install_docker
7,828
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "- name: Add docker repository if components_only vm\n become: true\n shell:\n cmd: |\n sudo install -m 0755 -d /etc/apt/keyrings\n sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1358, "all_permissive": false }
ansible_role
alex135421/ansible-cms-pub
a2e5f1a9a8941111e0ba399eb7bc557acfa86250
0
roles/install_wordpress
7,828
[ "no_license" ]
[ { "path": "roles/install_wordpress/tasks/folders.yml", "content": "- name: Make project folders\n become: true\n file:\n path: \"{{folder_path}}/{{dir_item}}\"\n owner: root\n group: root\n mode: 0755\n recurse: yes\n state: directory\n delegate_to: \"{{item.user}}@{{item.ipv4_address}}...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 23581, "all_permissive": false }
ansible_role
alex135421/ansible-cms-pub
a2e5f1a9a8941111e0ba399eb7bc557acfa86250
0
roles/server_hardening
7,828
[ "no_license" ]
[ { "path": "roles/server_hardening/tasks/main.yml", "content": "- name: import ports rules\n import_tasks: ./ports/main.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/server_hardening/tasks/ports/main.yml", "content": "- name: inst...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 998, "all_permissive": false }
ansible_role
CSYE-7374-Advanced-Cloud-Computing/webapp-frontend
f68b29ec0e332202728cb911cf01534bb217a7c3
0
roles/deploy-app
7,829
[ "no_license" ]
[ { "path": "roles/deploy-app/tasks/main.yml", "content": "---\n# tasks file for deploy-app\n\n- name: run shell scrip\n script: ~/csye7374/webapp-frontend/k8s/change_imagetag.sh \"{{username}}\" \"{{image}}\"\n\n- name: create namespace\n shell: \"kubectl apply -f ~/csye7374/webapp-frontend/k8s/namespace.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 610, "all_permissive": false }
ansible_role
zscbana/azure-infra-with-terraform-ansible
900e497ec333f835c8d63e3fcf38fe6e9b1a6378
0
Ansilbe/roles/nginx-deployment-role
7,829
[ "no_license" ]
[ { "path": "Ansilbe/roles/nginx-deployment-role/templates/nginx.conf.j2", "content": "server {\n listen 80;\n listen [::]:80;\n \n root {{ html_location }};\n index index.html;\n\n server_name {{ server_name }};\n\n location / {\n try_files $uri $uri/ ahs=404;\n }\n\n locati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1590, "all_permissive": false }
ansible_role
kaustubhkurve/minit
2baf2182025a14ef9efb9be54c2d8372a56ee0ec
0
roles/apps
7,829
[ "no_license" ]
[ { "path": "roles/apps/vars/main.yml", "content": "---\n\ndeb_apps:\n - name: Google Chrome\n url: 'https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb'\n - name: Slack\n url: 'https://downloads.slack-edge.com/linux_releases/slack-desktop-3.2.1-amd64.deb'\n\n# Add more!\npackage...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 519, "all_permissive": false }
ansible_role
kaustubhkurve/minit
2baf2182025a14ef9efb9be54c2d8372a56ee0ec
0
roles/emacs
7,829
[ "no_license" ]
[ { "path": "roles/emacs/vars/main.yml", "content": "---\n\nversion: 26.1\n\nemacs:\n tarball:\n name: \"emacs-{{ version }}.tar.gz\"\n url: \"ftp://ftp.gnu.org/pub/gnu/emacs/emacs-{{ version }}.tar.gz\"\n sig:\n name: \"emacs-{{ version }}.tar.gz.sig\"\n url: \"ftp://ftp.gnu.org/pub/gnu/emacs/e...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1868, "all_permissive": false }
ansible_role
kaustubhkurve/minit
2baf2182025a14ef9efb9be54c2d8372a56ee0ec
0
roles/fonts
7,829
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "---\n\n- name: Download Adobe Source Code Pro\n get_url:\n url: 'https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/1.050R-it.tar.gz'\n dest: '{{ DOWNLOADS }}/source-code-pro.tar.gz'\n\n- name: Unzip Source Code Pro\n unarchive:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 699, "all_permissive": false }
ansible_role
kaustubhkurve/minit
2baf2182025a14ef9efb9be54c2d8372a56ee0ec
0
roles/systools
7,829
[ "no_license" ]
[ { "path": "roles/systools/vars/main.yml", "content": "---\n\n# Defines variables for the systools role\n\n# package names are specific to the distribution, which right now is Ubuntu\npackages:\n - tmux\n - vim\n - zsh\n - silversearcher-ag\n\ndotfiles_git: '<EMAIL>:kaustubhkurve/dotfiles.git'\ndotfiles:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1031, "all_permissive": false }
ansible_role
OlehBandrivskyi/DevOps_Internship
f6494c93445b94c80d7a7056a59283cea9d540e6
0
task6/ansible_task6/roles/create_users
7,829
[ "no_license" ]
[ { "path": "task6/ansible_task6/roles/create_users/tasks/main.yml", "content": "- name: Install pymongo package\n pip: name=pymongo state=latest \n\n- name: Create SuperUser\n mongodb_user:\n database: admin\n replica_set: \"{{replicaSetName}}\"\n name: \"{{rootName}}\"\n password: \"{{root<PAS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
OlehBandrivskyi/DevOps_Internship
f6494c93445b94c80d7a7056a59283cea9d540e6
0
task6/ansible_task6/roles/mongo_deploy
7,829
[ "no_license" ]
[ { "path": "task6/ansible_task6/roles/mongo_deploy/tasks/main.yml", "content": "- name: Configure package management system\n yum_repository:\n name: mongodb-org-3.6\n description: MongoDB Repository\n baseurl: https://repo.mongodb.org/yum/amazon/2013.03/mongodb-org/3.6/x86_64/\n gpgcheck: 1\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1269, "all_permissive": false }
ansible_role
OlehBandrivskyi/DevOps_Internship
f6494c93445b94c80d7a7056a59283cea9d540e6
0
task6/ansible_task6/roles/replication
7,829
[ "no_license" ]
[ { "path": "task6/ansible_task6/roles/replication/tasks/main.yml", "content": "- name: Create file to initiate replication\n template: \n src: repInit.j2\n dest: ./repInit.js\n\n- name: Initialize the replication\n command: mongo ./repInit.js\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
svx/ansible.playbooks
8e1f950cded21671f7d9985032e9d6fc83880d1a
0
roles/apt-update
7,829
[ "no_license" ]
[ { "path": "roles/apt-update/tasks/main.yml", "content": "---\n# This role will run apt-get update\n\n- name: Update Packages with apt-get update\n apt: update_cache=yes\n#- irc: server=irc.freenode.net channel=\"#milieudefensie\" port=6667 msg=\"All finished at {{ ansible_date_time.iso8601 }}\"\n- name: se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 402, "all_permissive": false }
ansible_role
svx/ansible.playbooks
8e1f950cded21671f7d9985032e9d6fc83880d1a
0
roles/create_user
7,829
[ "no_license" ]
[ { "path": "roles/create_user/files/vimrc", "content": "syntax on\ncolorscheme molokai\nset t_Co=256\nset number\nfiletype plugin indent on\nau FileType python map <buffer> <F6> :!pep8 %<CR>\nau BufRead,BufNewFile /etc/nginx/* set ft=nginx\nautocmd FileType python set omnifunc=pythoncomplete#Complete\nset ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1991, "all_permissive": false }
ansible_role
svx/ansible.playbooks
8e1f950cded21671f7d9985032e9d6fc83880d1a
0
roles/download_plone_ui
7,829
[ "no_license" ]
[ { "path": "roles/download_plone_ui/tasks/main.yml", "content": "---\n# This role will download the Plone Unified Installer\n\n- name: Downloading the latest Plone UI\n sudo: False\n command: wget --no-check-certificate https://launchpad.net/plone/4.3/4.3.1/+download/Plone-4.3.1-UnifiedInstaller.tgz\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
svx/ansible.playbooks
8e1f950cded21671f7d9985032e9d6fc83880d1a
0
roles/install_plone_ui
7,829
[ "no_license" ]
[ { "path": "roles/install_plone_ui/tasks/main.yml", "content": "---\n# This role wil extract the Plone UI\n- name: Extract UI\n sudo: False\n command: tar -xf Plone-4.3.1-UnifiedInstaller.tgz\n\n- name: Running Install\n sudo: False\n action: command ./Plone-4.3.1-UnifiedInstaller/install.sh standalone\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
svx/ansible.playbooks
8e1f950cded21671f7d9985032e9d6fc83880d1a
0
roles/nginx
7,829
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# This role will install, configure and restart nxinx\n\n- name: Install Nginx\n apt: name={{item}} state=present\n with_items:\n - nginx\n\n- name: Upload global.conf\n action: copy src=../files/global.conf dest=/etc/nginx/golbal.conf\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
svx/ansible.playbooks
8e1f950cded21671f7d9985032e9d6fc83880d1a
0
roles/ploneservers_packages
7,829
[ "no_license" ]
[ { "path": "roles/ploneservers_packages/tasks/main.yml", "content": "---\n# This role installs all needed packages for a Ploneserver\n\n- name: Install all packages we need\n apt: name={{item}} state=present\n with_items:\n - htop\n - python-virtualenv\n - build-essential\n - libssl-dev\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
svx/ansible.playbooks
8e1f950cded21671f7d9985032e9d6fc83880d1a
0
roles/ploneuser_setup
7,829
[ "no_license" ]
[ { "path": "roles/ploneuser_setup/tasks/main.yml", "content": "---\n# This role will setup all dirs and script for the ploneuser\n\n#- name: Create User\n# user: name={{ user_name }} shell=/bin/bash generate_ssh_key=yes ssh_key_bits=2048\n\n#- name: create ssh dir for User\n# file: state=directory path=/ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1226, "all_permissive": false }
ansible_role
svx/ansible.playbooks
8e1f950cded21671f7d9985032e9d6fc83880d1a
0
roles/postfix
7,829
[ "no_license" ]
[ { "path": "roles/postfix/tasks/main.yml", "content": "---\n# This role will install, configure and restart postfix\n\n- name: Install postfix\n apt: name={{item}} state=present\n with_items:\n - postfix\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
svx/ansible.playbooks
8e1f950cded21671f7d9985032e9d6fc83880d1a
0
roles/sudo
7,829
[ "no_license" ]
[ { "path": "roles/sudo/tasks/main.yml", "content": "---\n# This role will add the user to sudo to give root permissions\n\n- name: Add deploy user to sudoers\n action: lineinfile dest=/etc/sudoers regexp=\"{{ user_name }} ALL\" line=\"{{ user_name }} ALL=(ALL) ALL\" state=present\n\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
svx/ansible.playbooks
8e1f950cded21671f7d9985032e9d6fc83880d1a
0
roles/unattended_upgrades
7,829
[ "no_license" ]
[ { "path": "roles/unattended_upgrades/tasks/main.yml", "content": "---\n# This role will install unattended-upgrades\n\n- name: Install Nginx\n apt: name={{item}} state=present\n with_items:\n - unattended-upgrades\n\n- name: Make sure unattended-upgrades only installs from $ubuntu_release-security\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
svx/ansible.playbooks
8e1f950cded21671f7d9985032e9d6fc83880d1a
0
roles/vbox.plonegovbr-packages
7,829
[ "no_license" ]
[ { "path": "roles/vbox.plonegovbr-packages/tasks/main.yml", "content": "---\n# This role installs all needed packages\n\n- name: Install all packages we need\n apt: name={{item}} state=present\n with_items:\n - htop\n - python-virtualenv\n - build-essential\n - libssl-dev\n - libxml2-dev\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1893, "all_permissive": false }
ansible_role
bryanjoachim/ansibleroles
754be0a8e3d98dc7846b5f1d1d2ae1baaf213277
0
roles/webserver
7,829
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# tasks/main.yml for webserver role\n\n- name: Update package cache (webserver role)\n yum:\n name: '*'\n state: latest\n\n- name: Install web server package ({{ webserver_package_name }})\n yum:\n name: \"{{ webserver_package_name }}\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2190, "all_permissive": false }
ansible_role
prabhavith/expense-ansible
977163731bfcda6265914142bf603f49479ad237
0
roles/ELK
7,829
[ "no_license" ]
[ { "path": "roles/ELK/tasks/main.yml", "content": "- name: copy elasticsearch repo file\n ansible.builtin.template:\n src: elasticsearch.repo\n dest: /etc/yum.repos.d/elasticsearch.repo\n\n- name: Import gpg key\n ansible.builtin.rpm_key:\n state: present\n key: https://artifacts.elastic.co/GPG...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 609, "all_permissive": false }
ansible_role
prabhavith/expense-ansible
977163731bfcda6265914142bf603f49479ad237
0
roles/backend
7,829
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yml", "content": "component: backend\nenv: dev\nlog_file: /var/log/backend.log", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/backend/handlers/main.yml", "content": "- name: Restart backend.service\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3256, "all_permissive": false }
ansible_role
prabhavith/expense-ansible
977163731bfcda6265914142bf603f49479ad237
0
roles/demo_role
7,829
[ "no_license" ]
[ { "path": "roles/demo_role/tasks/main.yml", "content": "- name: Print a sample message\n ansible.builtin.debug:\n msg: \"Hello Ansible\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
prabhavith/expense-ansible
977163731bfcda6265914142bf603f49479ad237
0
roles/frontend
7,829
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yml", "content": "component: frontend\nenv: dev\nlog_file: /var/log/nginx/access.log", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/frontend/tasks/main.yml", "content": "#dnf install nginx -y\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2825, "all_permissive": false }
ansible_role
prabhavith/expense-ansible
977163731bfcda6265914142bf603f49479ad237
0
roles/mysql
7,829
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Disable dnf module\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: copy mysql repo file\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: install mysql\n ansible.builtin.dnf:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
prabhavith/expense-ansible
977163731bfcda6265914142bf603f49479ad237
0
roles/prometheus
7,829
[ "no_license" ]
[ { "path": "roles/prometheus/templates/Resource_rules.yml", "content": "groups:\n - name: Resource consumption\n rules:\n - alert: Ram high\n expr: (node_memory_MemFree_bytes / node_memory_MemTotal_bytes) * 100 > 50\n for: 1m\n labels:\n severity: warning\n #la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4884, "all_permissive": false }
ansible_role
selvakn/pi.router
b7f0295f6cede2bed8907f9403b079e57cd67227
3
roles/motion
7,829
[ "no_license" ]
[ { "path": "roles/motion/tasks/main.yml", "content": "---\n\n- name: Install the package\n apt:\n name: motion\n\n- copy:\n src: \"{{ role_path }}/files/etc_default_motion\"\n dest: /etc/default/motion\n\n- template:\n src: \"{{ role_path }}/templates/motion.conf.j2\"\n dest: /etc/motion/moti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 573, "all_permissive": false }
ansible_role
selvakn/pi.router
b7f0295f6cede2bed8907f9403b079e57cd67227
3
roles/rofs
7,829
[ "no_license" ]
[ { "path": "roles/rofs/tasks/main.yml", "content": "---\n- name: Install all the necessary packages\n apt:\n name: \"{{ item }}\"\n with_items:\n - lsof\n - busybox-syslogd\n\n- name: Remove rsyslog\n apt:\n name: rsyslog\n state: absent\n purge: yes\n\n- name: Mount RO filesystem for dh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
selvakn/pi.router
b7f0295f6cede2bed8907f9403b079e57cd67227
3
roles/routing
7,829
[ "no_license" ]
[ { "path": "roles/routing/tasks/main.yml", "content": "---\n- name: Install all the necessary packages for routing\n apt:\n name: \"{{ item }}\"\n with_items:\n - iptables\n - miniupnpd\n\n- name: enable service\n systemd:\n name: miniupnpd\n state: started\n enabled: yes\n\n- sysctl:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 901, "all_permissive": false }
ansible_role
selvakn/pi.router
b7f0295f6cede2bed8907f9403b079e57cd67227
3
roles/zerotier
7,829
[ "no_license" ]
[ { "path": "roles/zerotier/tasks/main.yml", "content": "---\n\n- copy:\n src: \"{{ role_path }}/files/zt-gpg-key\"\n dest: /tmp/zt-gpg-key\n\n- apt_key:\n file: /tmp/zt-gpg-key\n become: yes\n\n- apt_repository:\n repo: \"deb http://download.zerotier.com/{{ ansible_distribution | lower }}/{{ ans...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 716, "all_permissive": false }
ansible_role
racken2020/ansible-master-pub
952cff8d3f03adbd5dfaf53bc9e7034c9e106978
0
roles/cloudwatch-agent
7,829
[ "no_license" ]
[ { "path": "roles/cloudwatch-agent/tasks/main.yml", "content": "---\n- name: Enable EPEL repo on centos and redhat\n yum_repository:\n name: epel\n enabled: yes\n metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-{{ansible_distribution_major_version}}&arch=$basearch\n failovermethod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3169, "all_permissive": false }
ansible_role
SwarmKit/kubeadm-ansible-v1.11.x
00df2acf06a4818b9460c7eb5449bcbbd4b3343a
0
roles/ansible
7,829
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "# 準備集群所需的所有二進制文件(cfssl/etcd/flannel/kubernetes)\n---\n- name: 刪除 /opt/kubernetes/data 文件夾\n file: path=/opt/kubernetes state=absent\n\n- name: 創建 /opt/kubernetes/data 文件夾\n file: path=/opt/kubernetes/data/{{item}} state=directory mode=0644\n with_item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
SwarmKit/kubeadm-ansible-v1.11.x
00df2acf06a4818b9460c7eb5449bcbbd4b3343a
0
roles/docker
7,829
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: 創建 {{BIN_DIR}} 目錄\n file: dest={{BIN_DIR}} state=directory mode=0740\n\n- name: 修改 iptables FORWARD chain的默認策略設置\n iptables: chain=FORWARD policy=ACCEPT\n\n- name: 保存 iptables 規則配置\n command: iptables-save\n\n- name: 複製 docker 二進制執行文件\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 891, "all_permissive": false }
ansible_role
SwarmKit/kubeadm-ansible-v1.11.x
00df2acf06a4818b9460c7eb5449bcbbd4b3343a
0
roles/etcd
7,829
[ "no_license" ]
[ { "path": "roles/etcd/templates/etcd.service.j2", "content": "[Unit]\nDescription=Etcd Server\nAfter=network.target\nAfter=network-online.target\nWants=network-online.target\nDocumentation=https://github.com/coreos\n\n[Service]\nType=notify\nWorkingDirectory=/var/lib/etcd/\nExecStart=/opt/kubernetes/bin/etc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1519, "all_permissive": false }
ansible_role
SwarmKit/kubeadm-ansible-v1.11.x
00df2acf06a4818b9460c7eb5449bcbbd4b3343a
0
roles/master
7,829
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "# 安裝kube-master\n---\n- name: 創建 /etc/kubernetes/pki 文件夾\n file: path={{item}} state=directory mode=0644\n with_items:\n - /etc/kubernetes/pki\n - /root/.kube\n\n- name: 下載kubeadm-{{KUBE_VERSION}} images文件\n get_url: \n url={{ KUBE_IMAGE_URL }}\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3060, "all_permissive": false }
ansible_role
SwarmKit/kubeadm-ansible-v1.11.x
00df2acf06a4818b9460c7eb5449bcbbd4b3343a
0
roles/node
7,829
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "# 安裝kube-node\n# ---\n- name: 下載kubeadm-{{KUBE_VERSION}} images文件\n get_url:\n url=http://192.168.1.88/kubeadm-images-{{KUBE_VERSION}}.tar.gz\n dest=/tmp/kubeadm-images-{{KUBE_VERSION}}.tar.gz\n\n- name: 導入kubeadm-{{KUBE_VERSION}} images文件\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 643, "all_permissive": false }
ansible_role
SwarmKit/kubeadm-ansible-v1.11.x
00df2acf06a4818b9460c7eb5449bcbbd4b3343a
0
roles/prepare
7,829
[ "no_license" ]
[ { "path": "roles/prepare/tasks/main.yml", "content": "- name: 禁用系統 swap\n shell: \"swapoff -a && sysctl -w vm.swappiness=0\"\n ignore_errors: true\n\n- name: 刪除 fstab swap相關配置\n lineinfile:\n dest: /etc/fstab\n regexp: 'swap'\n state: absent\n backup: 'yes'\n\n- name: 加載内核 br_netfilter,ip_vs,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3214, "all_permissive": false }
ansible_role
modpwn/ansible
85ca1588862f6ff05c11568aef233d8dc306c0c9
0
roles/nginx
7,829
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Ajout GPG signing key de dotdeb\n become: yes\n apt_key:\n url: https://www.dotdeb.org/dotdeb.gpg\n\n- name: Ajout de dotdeb\n apt_repository:\n repo: deb http://packages.dotdeb.org jessie all\n\n- name: Ajout de dotdeb-src\n apt_rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 525, "all_permissive": false }
ansible_role
matthieuHanne/playbooks
a04b2970a1bee4eb4363707324604cae2de13258
0
roles/github
7,829
[ "no_license" ]
[ { "path": "roles/github/vars/main.yml", "content": "---\n# vars file for github\n\npull_repo: false\nrepo_path: '/home/web'\nrepo: 'cv'\nbranch: 'master'\nrepo_root: 'matthieuHanne'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/github/de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 866, "all_permissive": false }
ansible_role
matthieuHanne/playbooks
a04b2970a1bee4eb4363707324604cae2de13258
0
roles/nginx
7,829
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n# handlers file for nginx\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/nginx/defaults/main.yml", "content": "---\n# defaults file for nginx\n\napps:\n - {name: graph_ga...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1454, "all_permissive": false }
ansible_role
matthieuHanne/playbooks
a04b2970a1bee4eb4363707324604cae2de13258
0
roles/node
7,829
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n# tasks file for node\n\n- name: Update nodesource \n shell: curl -sL https://deb.nodesource.com/setup | sudo bash -\n\n- name: Install | Install node dependancies \n sudo: yes \n apt: pkg={{item}} \n state=present\n update_cache=true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1077, "all_permissive": false }
ansible_role
matthieuHanne/playbooks
a04b2970a1bee4eb4363707324604cae2de13258
0
roles/user
7,829
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n# tasks file for user\n\n- group: name={{item}} state=present\n with_items:\n - www-data\n tags: configure\n\n- name: Create user \n user: name={{user}} groups=www-data append=yes\n tags: configure\n\n- name: ensure .ssh dir exist\n file: p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 481, "all_permissive": false }