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
kalivim/ansible-playbook
1b98e286d3ed740976b3b18ca9ef36a1192bd421
4
cluster-playbook/roles/game-server
201
[ "no_license" ]
[ { "path": "cluster-playbook/roles/game-server/templates/log4j.properties.j2", "content": "log4j.rootLogger=info,stdout,all\n#log4j.rootLogger=info,stdout,all,logstash\nlog4j.logger.game.msg=info,msg\nlog4j.logger.game.battle=info,battle\nlog4j.logger.game.logical=info,logical\nlog4j.logger.game.role=info,ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 12084, "all_permissive": false }
ansible_role
kalivim/ansible-playbook
1b98e286d3ed740976b3b18ca9ef36a1192bd421
4
cluster-playbook/roles/hdfs
201
[ "no_license" ]
[ { "path": "cluster-playbook/roles/hdfs/tasks/hdfs_config.yml", "content": "---\n- name: 创建hadoop目录\n file:\n path: \"{{ hadoop_dir }}\"\n state: directory\n\n- name: 解压安装hadoop\n unarchive:\n src: \"{{ hadoop_pkg }}\"\n dest: \"{{ hadoop_dir }}\"\n validate_certs: no\n remote_src: True\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3855, "all_permissive": false }
ansible_role
kalivim/ansible-playbook
1b98e286d3ed740976b3b18ca9ef36a1192bd421
4
cluster-playbook/roles/jdk
201
[ "no_license" ]
[ { "path": "cluster-playbook/roles/jdk/tasks/main.yml", "content": "---\r\n- name: 源码安装Java1.8.0_112\r\n file:\r\n path: \"{{ software_dir }}\"\r\n state: directory\r\n \r\n- name: 下载源码包\r\n unarchive: \r\n src: \"{{ jdk_pkg }}\"\r\n dest: \"{{ software_dir }}\"\r\n remote_src: True\r\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": false }
ansible_role
kalivim/ansible-playbook
1b98e286d3ed740976b3b18ca9ef36a1192bd421
4
cluster-playbook/roles/mount-disk
201
[ "no_license" ]
[ { "path": "cluster-playbook/roles/mount-disk/tasks/main.yml", "content": "---\n- name: 创建数据目录\n file:\n path: \"{{ data_dir }}\"\n state: directory\n\n- name: 格式化磁盘\n filesystem:\n fstype: \"{{ disk_type }}\"\n dev: \"{{ disk_dev }}\"\n\n- name: 挂载磁盘\n mount:\n path: \"{{ data_dir }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
kalivim/ansible-playbook
1b98e286d3ed740976b3b18ca9ef36a1192bd421
4
cluster-playbook/roles/mysql-init
201
[ "no_license" ]
[ { "path": "cluster-playbook/roles/mysql-init/tasks/main.yml", "content": "---\n- name: 安装mysql-python组件\n yum:\n name: MySQL-python\n state: present\n\n- name: 创建游戏服数据库\n mysql_db:\n login_host: \"{{ game_mysql }}\"\n login_port: \"{{ game_mysql_port }}\"\n login_user: \"{{ game_mysql_user ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
kalivim/ansible-playbook
1b98e286d3ed740976b3b18ca9ef36a1192bd421
4
cluster-playbook/roles/ops
201
[ "no_license" ]
[ { "path": "cluster-playbook/roles/ops/tasks/main.yml", "content": "---\n- name: 初始化运维堡垒机\n blockinfile:\n dest: /etc/profile\n block: |\n alias sqlgame='mysql -u{{ game_mysql_user }} -p{{ game_mysql_passwd }} -P{{ game_mysql_port }} -h{{ game_mysql }} {{ game_mysql_db }} -A'\n alias sqlgm='...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3510, "all_permissive": false }
ansible_role
kalivim/ansible-playbook
1b98e286d3ed740976b3b18ca9ef36a1192bd421
4
cluster-playbook/roles/spark-scala
201
[ "no_license" ]
[ { "path": "cluster-playbook/roles/spark-scala/templates/evn.sh.j2", "content": "#!/bin/bash\n\n#统计\n# /////////////////////////////\nexport host={{ gm_mysql }}\nexport db={{ gm_mysql_db }}\nexport user={{ gm_mysql_user }}\nexport pwd={{ gm_mysql_passwd }}\n\n# hdfs地址\nexport dfs=hdfs://{{ hdfs_ip }}:{{ hdfs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1488, "all_permissive": false }
ansible_role
kalivim/ansible-playbook
1b98e286d3ed740976b3b18ca9ef36a1192bd421
4
cluster-playbook/roles/tomcat
201
[ "no_license" ]
[ { "path": "cluster-playbook/roles/tomcat/templates/applicationContext-mybatis.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n\txmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:aop=\"http://www.springframework.org/sc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7732, "all_permissive": false }
ansible_role
kalivim/ansible-playbook
1b98e286d3ed740976b3b18ca9ef36a1192bd421
4
cluster-playbook/roles/zabbix-agent
201
[ "no_license" ]
[ { "path": "cluster-playbook/roles/zabbix-agent/templates/zabbix_agentd.conf.j2", "content": "Hostname={{ inventory_hostname }}\nLogFileSize=0\nLogFile=/var/log/zabbix/zabbix_agentd.log\nPidFile=/var/run/zabbix/zabbix_agentd.pid\nServer={{ zabbix_server }}\nServerActive={{ zabbix_server }}\nHostMetadataItem=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 458, "all_permissive": false }
ansible_role
kalivim/ansible-playbook
1b98e286d3ed740976b3b18ca9ef36a1192bd421
4
cluster-playbook/roles/zookeeper-alone
201
[ "no_license" ]
[ { "path": "cluster-playbook/roles/zookeeper-alone/tasks/main.yml", "content": "---\n- name: 创建zk目录\n file:\n path: \"{{ zk_dir }}\"\n state: directory\n \n- name: 下载zookeeper源码包\n unarchive:\n src: \"{{ zk_pkg }}\"\n dest: \"{{ zk_dir }}\"\n remote_src: True\n \n- name: 创建数据目录\n file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1073, "all_permissive": false }
ansible_role
kalivim/ansible-playbook
1b98e286d3ed740976b3b18ca9ef36a1192bd421
4
cluster-playbook/roles/zookeeper-cluster
201
[ "no_license" ]
[ { "path": "cluster-playbook/roles/zookeeper-cluster/tasks/main.yml", "content": "---\n- name: 创建zk目录\n file:\n path: \"{{ zk_dir }}\"\n state: directory\n \n- name: 下载zookeeper源码包\n unarchive:\n src: \"{{ zk_pkg }}\"\n dest: \"{{ zk_dir }}\"\n remote_src: True\n \n- name: 创建数据目录\n fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1536, "all_permissive": false }
ansible_role
umatare5/my-infra-ansible
87f7424688cab3a396226910e7a5396f864fc6d4
0
playbooks/roles/datadog.datadog
201
[ "no_license" ]
[ { "path": "playbooks/roles/datadog.datadog/tasks/pkg-redhat/install-latest.yml", "content": "---\n- name: Install latest datadog-agent package (dnf)\n dnf:\n name: \"{{ datadog_agent_flavor }}\"\n update_cache: yes\n state: latest # noqa 403\n register: datadog_agent_install\n when: not ansible...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5859, "all_permissive": false }
ansible_role
umatare5/my-infra-ansible
87f7424688cab3a396226910e7a5396f864fc6d4
0
playbooks/roles/my.appleboy.drone
201
[ "no_license" ]
[ { "path": "playbooks/roles/my.appleboy.drone/tasks/04_docker-runner.yml", "content": "---\n- name: verify that required parameters are set for drone docker-runner setup\n fail:\n msg: \"Variable '{{ item }}' is not defined for drone docker-runner setup\"\n when: item not in vars\n with_items:\n - ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4974, "all_permissive": false }
ansible_role
umatare5/my-infra-ansible
87f7424688cab3a396226910e7a5396f864fc6d4
0
playbooks/roles/my.ephemeral_swap
201
[ "no_license" ]
[ { "path": "playbooks/roles/my.ephemeral_swap/tasks/01_on.yml", "content": "---\n# Role: my.ephemeral_swap\n\n- name: on | Gathering /tmp freespace\n shell: df /tmp --output\\=avail | tail -1\n register: tmp_freespace\n\n- name: on | Ensure /tmp freespace\n fail:\n msg: \"/tmp does not have the minimum...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2141, "all_permissive": false }
ansible_role
umatare5/my-infra-ansible
87f7424688cab3a396226910e7a5396f864fc6d4
0
playbooks/roles/my.grafana_stack
201
[ "no_license" ]
[ { "path": "playbooks/roles/my.grafana_stack/README.md", "content": "# my.prometheus_stack\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "playbooks/roles/my.grafana_stack/defaults/main.yml", "content": "---\n# Role: my.grafana_stack\n\n# Dock...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 6744, "all_permissive": false }
ansible_role
umatare5/my-infra-ansible
87f7424688cab3a396226910e7a5396f864fc6d4
0
playbooks/roles/my.prometheus_exporter
201
[ "no_license" ]
[ { "path": "playbooks/roles/my.prometheus_exporter/templates/etc/remo-exporter/remo.yml.j2", "content": "{{ remo_exporter_access_token }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "playbooks/roles/my.prometheus_exporter/defaults/main.yml", ...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 15569, "all_permissive": false }
ansible_role
umatare5/my-infra-ansible
87f7424688cab3a396226910e7a5396f864fc6d4
0
playbooks/roles/my.prometheus_stack
201
[ "no_license" ]
[ { "path": "playbooks/roles/my.prometheus_stack/tasks/03_alertmanager.yml", "content": "---\n# Role: my.prometheus_stack\n\n- name: alertmanager | ensure alertmanager.yml exists\n stat:\n path: /{{ alertmanager.config_dir }}/alertmanager.yml\n register: alertmanager_config_file\n\n- name: alertmanager |...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5593, "all_permissive": false }
ansible_role
umatare5/my-infra-ansible
87f7424688cab3a396226910e7a5396f864fc6d4
0
playbooks/roles/my.ubuntu2004_base
201
[ "no_license" ]
[ { "path": "playbooks/roles/my.ubuntu2004_base/tasks/07_systemd-timesyncd.yml", "content": "---\n# Role: my.ubuntu2004_base\n\n- name: systemd-timesyncd | Put timesyncd.conf\n template:\n src: \"{{ systemd_timesyncd.config_path }}.j2\"\n dest: \"/{{ systemd_timesyncd.config_path }}\"\n owner: root\...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 9465, "all_permissive": false }
ansible_role
inadysensei/mac-ansbie-sample
63854516ed278bbf04069087fda84fe8e368109e
0
roles/homebrew
201
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "- name: install homebrew packages\n community.general.homebrew:\n update_homebrew: yes\n name:\n - ansible\n - awscli\n - bitwarden-cli\n - grpcurl\n - imagemagick\n - jq\n - mariadb\n - mas\n - npm\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
inadysensei/mac-ansbie-sample
63854516ed278bbf04069087fda84fe8e368109e
0
roles/homebrew_cask
201
[ "no_license" ]
[ { "path": "roles/homebrew_cask/tasks/main.yml", "content": "- name: install homebrew cask packages\n community.general.homebrew_cask:\n name:\n - docker\n - google-chrome\n - iterm2\n - scroll-reverser\n - slack\n - stats\n - visual-studio-code\n - zoom\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
inadysensei/mac-ansbie-sample
63854516ed278bbf04069087fda84fe8e368109e
0
roles/mac_os
201
[ "no_license" ]
[ { "path": "roles/mac_os/tasks/main.yml", "content": "- name: show all files\n community.general.osx_defaults:\n domain: com.apple.finder\n key: AppleShowAllFiles\n type: bool\n value: true\n\n- name: show all extensions\n community.general.osx_defaults:\n domain: NSGlobalDomain\n key: Ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": false }
ansible_role
inadysensei/mac-ansbie-sample
63854516ed278bbf04069087fda84fe8e368109e
0
roles/mas
201
[ "no_license" ]
[ { "path": "roles/mas/tasks/main.yml", "content": "- name: install applications from app store\n community.general.mas:\n id:\n - 1352778147 # Bitwarden\n - 441258766 # Magnet\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
MarcelHMendes/Utils
bc8d5e637585359041960a9168958de514d46098
0
virtualization/ansible/roles/common
201
[ "no_license" ]
[ { "path": "virtualization/ansible/roles/common/tasks/main.yml", "content": "---\n- name: Install or upgrade common system packages\n become: true\n apt:\n name: \"{{ common_system_packages }}\"\n state: latest\n update_cache: true\n\n- name: Configure resolvconf to use Google DNS\n become: true\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1578, "all_permissive": false }
ansible_role
peterpakos/craftercms
d7dc64ab8fd031cb63c9815e8d1df1e033bc1fd5
0
ansible/roles/common
201
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: Set hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: Set timezone\n timezone:\n name: Europe/London\n\n- name: Disable SELinux\n selinux:\n state: disabled\n\n- name: Check if firewalld is installed\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1251, "all_permissive": false }
ansible_role
peterpakos/craftercms
d7dc64ab8fd031cb63c9815e8d1df1e033bc1fd5
0
ansible/roles/craftercms
201
[ "no_license" ]
[ { "path": "ansible/roles/craftercms/tasks/crafter-setenv.sh.j2", "content": "#!/bin/bash\n\n# Copyright (C) 2007-2019 Crafter Software Corporation. All Rights Reserved.\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as publi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 21053, "all_permissive": false }
ansible_role
peterpakos/craftercms
d7dc64ab8fd031cb63c9815e8d1df1e033bc1fd5
0
ansible/roles/haproxy
201
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/tasks/haproxy.yml", "content": "---\n\n- name: Install HAProxy\n yum:\n name:\n - haproxy\n state: present\n\n- name: Update haproxy.cfg\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n register: haproxy_cfg\n\n- name: Restart HAProxy ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1852, "all_permissive": false }
ansible_role
peterpakos/craftercms
d7dc64ab8fd031cb63c9815e8d1df1e033bc1fd5
0
ansible/roles/mariadb
201
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/mariadb.yml", "content": "---\n\n- name: Add MariaDB yum repo\n template:\n src: MariaDB.repo.j2\n dest: /etc/yum.repos.d/MariaDB.repo\n\n- name: List MariaDB packages\n yum:\n list: MariaDB-server\n register: list_mariadb\n\n- name: Check if MariaDB is ins...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1975, "all_permissive": false }
ansible_role
kandula1578/Ansible
9eef836f6ed2c2137f67eb62c2dfd3ffba910c2a
0
roles/deploy
208
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n- name: download artifact \n block: \n - name: copy from local \n copy: \n src: ./target/applogin-1.1.war\n dest: /tmp \n\n get_url:\n url: https://github.com/kandula1578/applogin/raw/master/target/applogin-1.0.war\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
rhenter/devops-template
091e1cefc6ea9b335709925ae3a6b4a32bc96501
0
roles/common
208
[ "no_license" ]
[ { "path": "roles/common/tasks/server_user.yml", "content": "---\n - name: Cria {{ company_slug }} group\n become: yes\n group: name={{ company_slug }} state=present\n\n - name: Cria {{ company_slug }} user\n become: yes\n user: name={{ company_slug }} group={{ company_slug }} shell=/bin/bash\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4002, "all_permissive": false }
ansible_role
rhenter/devops-template
091e1cefc6ea9b335709925ae3a6b4a32bc96501
0
roles/django_app
208
[ "no_license" ]
[ { "path": "roles/django_app/tasks/configure.yml", "content": "---\n - name: Criar arquivos de variaveis de ambiente\n become: yes\n template:\n src=envvars/{{ app_name }}.env\n dest=/opt/{{ company_slug }}/releases/{{ release_name }}/.env\n\n - name: Link do .env para a release atual\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 18863, "all_permissive": false }
ansible_role
rhenter/devops-template
091e1cefc6ea9b335709925ae3a6b4a32bc96501
0
roles/letsencrypt
208
[ "no_license" ]
[ { "path": "roles/letsencrypt/tasks/main.yml", "content": "\n---\n - name: Instalar certbot-nginx\n become: yes\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - certbot\n - python3-certbot-nginx\n\n - name: Registro no let's encrypt\n becom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 880, "all_permissive": false }
ansible_role
rhenter/devops-template
091e1cefc6ea9b335709925ae3a6b4a32bc96501
0
roles/nginx
208
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n # Instalação\n - name: Instalar nginx\n apt:\n name: nginx\n state: present\n\n - name: Garantir que o nginx está parado\n become: yes\n service: name=nginx state=stopped enabled=yes\n ignore_errors: True\n\n - name: Criar d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3252, "all_permissive": false }
ansible_role
rhenter/devops-template
091e1cefc6ea9b335709925ae3a6b4a32bc96501
0
roles/permissions
208
[ "no_license" ]
[ { "path": "roles/permissions/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: user provisioning\n company: Henter S\n license: Private\n min_ansible_version: 1.0\ndependencies: []\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 929, "all_permissive": false }
ansible_role
rhenter/devops-template
091e1cefc6ea9b335709925ae3a6b4a32bc96501
0
roles/supervisor
208
[ "no_license" ]
[ { "path": "roles/supervisor/tasks/main.yml", "content": "\n---\n - name: Instalar supervisor\n apt:\n name: supervisor\n state: present\n\n - name: Garantir que o supervisor está parado\n become: yes\n service: name=supervisor state=stopped enabled=yes\n ignore_errors: True\n\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 698, "all_permissive": false }
ansible_role
rhenter/devops-template
091e1cefc6ea9b335709925ae3a6b4a32bc96501
0
roles/web_app
208
[ "no_license" ]
[ { "path": "roles/web_app/templates/uwsgi.ini", "content": "# Ansible managed\n[uwsgi]\nsocket = {{ app_host }}:{{ app_port }}\nchmod-socket = 777\n# clear environment on exit\nvacuum = true\n\n# the virtualenv (full path)\nhome = /opt/{{ company_slug }}/{{ app_name }}\npythonpath = /opt/{{ company_slug }}/{...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 11696, "all_permissive": false }
ansible_role
MateoNicoud/monitoring
adcb7d9654172043e6f8a00770b92e13550fd57b
0
ansible/roles/auditd_monitoring
208
[ "no_license" ]
[ { "path": "ansible/roles/auditd_monitoring/templates/disk_space_check.sh.j2", "content": "#!/bin/bash\n\nTHRESHOLD={{ disk_space_threshold | default(90) }}\n\ndf -h | awk 'NR>1 { if (substr($5, 1, length($5)-1) > ENVIRON[\"THRESHOLD\"]) print $0; }' | while read line\ndo\n logger -t DISK_SPACE_ALERT \"Disk...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1267, "all_permissive": false }
ansible_role
vaishakh183/ansible
483f3c6a46649e73a8ef38f825a4f9edbb9e0fb6
0
roles/apache
208
[ "no_license" ]
[ { "path": "roles/apache/handlers/main.yml", "content": "---\n# handlers file for roles/apache\n- name: restart apache\n service:\n name: httpd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/apache/tasks/main.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 782, "all_permissive": false }
ansible_role
vaishakh183/ansible
483f3c6a46649e73a8ef38f825a4f9edbb9e0fb6
0
roles/apache_config
208
[ "no_license" ]
[ { "path": "roles/apache_config/handlers/main.yml", "content": "---\n# handlers file for apache_config\n - name: restart apache\n service: \n name: httpd\n state: restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/apache_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1466, "all_permissive": false }
ansible_role
vaishakh183/ansible
483f3c6a46649e73a8ef38f825a4f9edbb9e0fb6
0
roles/common
208
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n# handlers file for common\n# restart ntp\n\n- name: restart ntp service\n service:\n name: ntpd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/commo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 566, "all_permissive": false }
ansible_role
vaishakh183/ansible
483f3c6a46649e73a8ef38f825a4f9edbb9e0fb6
0
roles/usermanagement
208
[ "no_license" ]
[ { "path": "roles/usermanagement/tasks/main.yml", "content": "---\n# tasks file for roles/usermanagement\n - name: creating Group\n group:\n name: \"{{ item }}\"\n state: present \n with_items:\n - testgroup1\n - testgroup2\n tags: create_grou...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 892, "all_permissive": false }
ansible_role
jkjuopperi/beegfs-vagrant-env
831843c67985c997ad83cdb3ceda5eeffb333f26
3
roles/beegfs_client
208
[ "no_license" ]
[ { "path": "roles/beegfs_client/tasks/main.yml", "content": "---\n\n- name: \"BeeGFS mountpoint\"\n file: path=/mnt/fhgfs state=directory\n\n- name: \"BeeGFS client packages\"\n yum: name=\"{{ item }}\" state=present\n with_items:\n - \"kernel-devel-{{ ansible_kernel }}\"\n - gcc\n - fhgfs-client\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 605, "all_permissive": false }
ansible_role
jkjuopperi/beegfs-vagrant-env
831843c67985c997ad83cdb3ceda5eeffb333f26
3
roles/beegfs_common
208
[ "no_license" ]
[ { "path": "roles/beegfs_common/tasks/main.yml", "content": "---\n\n- name: \"BeeGFS RPM key\"\n rpm_key: state=present key=http://www.fhgfs.com/release/latest-stable/gpg/RPM-GPG-KEY-fhgfs\n\n- name: \"BeeGFS repository configuration\"\n copy: src=fhgfs-rhel7.repo dest=/etc/yum.repos.d/ owner=root group=ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
jkjuopperi/beegfs-vagrant-env
831843c67985c997ad83cdb3ceda5eeffb333f26
3
roles/beegfs_meta
208
[ "no_license" ]
[ { "path": "roles/beegfs_meta/tasks/main.yml", "content": "---\n\n- name: \"BeeGFS metadata server packages\"\n yum: name=fhgfs-meta state=present\n\n- name: \"BeeGFS metadata server configuration\"\n command: \"augtool -t 'Properties incl /etc/fhgfs/fhgfs-meta.conf' set /files/etc/fhgfs/fhgfs-meta.conf/st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
jkjuopperi/beegfs-vagrant-env
831843c67985c997ad83cdb3ceda5eeffb333f26
3
roles/beegfs_mgmt
208
[ "no_license" ]
[ { "path": "roles/beegfs_mgmt/tasks/main.yml", "content": "---\n\n- name: \"BeeGFS mgmt server packages\"\n yum: name=fhgfs-mgmtd state=present\n\n- name: \"BeeGFS mgmt server configuration\"\n command: \"augtool -t 'Properties incl /etc/fhgfs/fhgfs-mgmtd.conf' set /files/etc/fhgfs/fhgfs-mgmtd.conf/storeMg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 352, "all_permissive": false }
ansible_role
jkjuopperi/beegfs-vagrant-env
831843c67985c997ad83cdb3ceda5eeffb333f26
3
roles/beegfs_storage
208
[ "no_license" ]
[ { "path": "roles/beegfs_storage/tasks/main.yml", "content": "---\n\n- name: \"BeeGFS storage node packages\"\n yum: name=fhgfs-storage state=present\n\n- name: \"BeeGFS storage node configuration\"\n command: \"augtool -t 'Properties incl /etc/fhgfs/fhgfs-storage.conf' set /files/etc/fhgfs/fhgfs-storage.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
HugoJF/homelab-ansible
a944ca3b5f758278e164f1ae22bd9090ce7b4d6e
0
ansible/roles/monitoring
208
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/tasks/main.yml", "content": "---\n\n- name: Configure Prometheus\n include_tasks:\n file: configure-prometheus.yml\n apply:\n tags:\n - prometheus\n - monitoring\n tags:\n - monitoring\n - prometheus\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 605, "all_permissive": false }
ansible_role
HugoJF/homelab-ansible
a944ca3b5f758278e164f1ae22bd9090ce7b4d6e
0
ansible/roles/traefik
208
[ "no_license" ]
[ { "path": "ansible/roles/traefik/tasks/configure.yml", "content": "---\n\n- name: Generate Traefik dynamic configuration\n template:\n src: templates/dynamic.yml.j2\n dest: \"{{ ansible_user_dir }}/code/traefik/dynamic.yml\"\n mode: 0755\n notify:\n - Restart Traefik", "license_type": "no_...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1133, "all_permissive": false }
ansible_role
sword141992/configs
422ae3f27b66d0c344c9cd137c6daddf392e622a
0
ansible/test2/roles/apache
208
[ "no_license" ]
[ { "path": "ansible/test2/roles/apache/templates/site2.ru.conf.j2", "content": "<VirtualHost *:81>\n ServerName {{server_host2}}\n\n DocumentRoot /var/www/{{server_host2}}\n CustomLog ${APACHE_LOG_DIR}/site2.access.log combined\n ErrorLog ${APACHE_LOG_DIR}/site2.error.log\n php_admin_value ope...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2168, "all_permissive": false }
ansible_role
sword141992/configs
422ae3f27b66d0c344c9cd137c6daddf392e622a
0
ansible/test2/roles/mariadb
208
[ "no_license" ]
[ { "path": "ansible/test2/roles/mariadb/tasks/main.yml", "content": "- name: Install mariadb latest version\n apt:\n name: \n - mariadb-server\n - python3-pymysql\n state: latest\n\n- name: Sure MariaDB starts at boot\n systemd: \n name: mariadb\n enabled: yes\n\n- name: Start Mar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 997, "all_permissive": false }
ansible_role
sword141992/configs
422ae3f27b66d0c344c9cd137c6daddf392e622a
0
ansible/test2/roles/nginx
208
[ "no_license" ]
[ { "path": "ansible/test2/roles/nginx/tasks/main.yml", "content": "- name: add nginx key\n apt_key:\n url: https://nginx.org/keys/nginx_signing.key\n state: present\n\n- name: Install Nginx latest version\n apt:\n name: nginx\n state: latest\n\n- name: Sets nginx.conf file\n template:\n src...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2894, "all_permissive": false }
ansible_role
sword141992/configs
422ae3f27b66d0c344c9cd137c6daddf392e622a
0
ansible/test2/roles/php
208
[ "no_license" ]
[ { "path": "ansible/test2/roles/php/tasks/main.yml", "content": "- name: Check if phpfilemanager directory exists in /var/www\n stat: path=/var/www/{{server_host2}}\n register: check_path\n\n- name: Install PHP\n apt:\n name:\n - php\n - php-mysql\n - php-xml\n - php-curl\n state: la...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 786, "all_permissive": false }
ansible_role
sword141992/configs
422ae3f27b66d0c344c9cd137c6daddf392e622a
0
ansible/test2/roles/phpmyadmin
208
[ "no_license" ]
[ { "path": "ansible/test2/roles/phpmyadmin/tasks/main.yml", "content": "- name: Check if phpmyadmin directory exists in /var/www\n stat: path=/var/www/phpmyadmin\n register: check_path\n\n- name: Create document root site\n file:\n path: /var/www/phpmyadmin\n state: directory\n owner: www-data\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 673, "all_permissive": false }
ansible_role
sword141992/configs
422ae3f27b66d0c344c9cd137c6daddf392e622a
0
ansible/test2/roles/wordpress
208
[ "no_license" ]
[ { "path": "ansible/test2/roles/wordpress/tasks/main.yml", "content": "- name: Check if WordPress directory exists in /var/www\n stat: path=/var/www/{{server_host1}}\n register: check_path\n\n- name: Download and unpack latest WordPress\n unarchive:\n src: https://wordpress.org/latest.tar.gz\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 860, "all_permissive": false }
ansible_role
wancer/vagrant
5f097f508a3a8ff8907b600c77f8f84cc75252ac
0
provisioning/roles/core
208
[ "no_license" ]
[ { "path": "provisioning/roles/core/tasks/oh-my-zsh.yml", "content": "---\n- name: Install zsh packages\n apt: name={{ item }} state=present\n with_items:\n - zsh\n\n- name: Clone oh-my-zsh repo\n git: repo=https://github.com/robbyrussell/oh-my-zsh.git dest=/home/vagrant/.oh-my-zsh\n\n- name: deploy .z...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 559, "all_permissive": false }
ansible_role
wancer/vagrant
5f097f508a3a8ff8907b600c77f8f84cc75252ac
0
provisioning/roles/nginx
208
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt: pkg=nginx state=installed update_cache=true\n register: nginxinstalled\n\n- name: Disable Default Site\n when: nginxinstalled|success\n file: dest=/etc/nginx/sites-enabled/default state=absent\n\n- name: C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 923, "all_permissive": false }
ansible_role
wancer/vagrant
5f097f508a3a8ff8907b600c77f8f84cc75252ac
0
provisioning/roles/node
208
[ "no_license" ]
[ { "path": "provisioning/roles/node/tasks/main.yml", "content": "---\n- name: Install node.js packages\n apt: name={{ item }} state=present\n with_items:\n - nodejs\n - npm\n\n- name: Install latest node.js process manager\n npm: name=n global=yes\n\n- name: Enable latest Node.js\n command: n stabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": false }
ansible_role
wancer/vagrant
5f097f508a3a8ff8907b600c77f8f84cc75252ac
0
provisioning/roles/php
208
[ "no_license" ]
[ { "path": "provisioning/roles/php/tasks/main.yml", "content": "---\n- name: install PHP7 packages\n apt: name={{ item }} state=present\n with_items:\n - php7.0-fpm\n - php7.0-cli\n - php7.0-curl\n - php7.0-dev\n - php7.0-pgsql\n - php-redis\n - php7.0-mbstring\n\n- name: Install compo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
wancer/vagrant
5f097f508a3a8ff8907b600c77f8f84cc75252ac
0
provisioning/roles/redis
208
[ "no_license" ]
[ { "path": "provisioning/roles/redis/tasks/main.yml", "content": "---\n- name: Install redis packages\n apt: name={{ item }} state=present\n with_items:\n - redis-server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
qnicod/TerraCloud
5f6dcc82bc7184a86ca36ff3d271a330e02a27cf
0
ansible/roles/base
208
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "# roles/base/tasks/main.yml\n---\n- name: Update and upgrade all packages to the latest version\n ansible.builtin.apt:\n update_cache: true\n upgrade: dist\n cache_valid_time: 3600\n\n- name: Install required packages\n ansible.builtin.ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
qnicod/TerraCloud
5f6dcc82bc7184a86ca36ff3d271a330e02a27cf
0
ansible/roles/deploy
208
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "# ansible/roles/deploy/tasks/main.yml\n---\n- name: Clone the repository\n git:\n repo: 'https://gitlab.infra.connectwork.fr/epitech/sample-app.git'\n dest: /home/maintainer/sample-app\n version: master\n\n- name: Copy docker-compose.pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1466, "all_permissive": false }
ansible_role
qnicod/TerraCloud
5f6dcc82bc7184a86ca36ff3d271a330e02a27cf
0
ansible/roles/docker
208
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# roles/docker/tasks/main.yml\n\n- name: Create directory for Docker's keyring\n ansible.builtin.file:\n path: /usr/share/keyrings\n state: directory\n mode: '0755'\n\n- name: Add Docker GPG apt Key\n apt_key:\n url: https://dow...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1160, "all_permissive": false }
ansible_role
qnicod/TerraCloud
5f6dcc82bc7184a86ca36ff3d271a330e02a27cf
0
ansible/roles/post_config
208
[ "no_license" ]
[ { "path": "ansible/roles/post_config/tasks/main.yml", "content": "# ansible/roles/post_config/tasks/main.yml\n---\n- name: Execute artisan migrate\n command: docker exec sample-app-app-1 php artisan migrate --force\n\n- name: Seed the database\n command: docker exec sample-app-app-1 php artisan db:seed --...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
SaoDH/PruebasAnsible
4c7ea75090d4f1eb2a82cb71f245f49719b7eee1
0
CheckIP/roles/ip_checker
208
[ "no_license" ]
[ { "path": "CheckIP/roles/ip_checker/tasks/main.yml", "content": "---\r\n\r\n- name: Get IPv4 Address\r\n debug: var=hostvars[inventory_hostname]['ansible_default_ipv4']['address']\r\n register: ippeed\r\n\r\n- name: Dig DNS providing HostName/ipaddr\r\n shell: dig $(hostname) +short\r\n register: digged...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 789, "all_permissive": false }
ansible_role
SaoDH/PruebasAnsible
4c7ea75090d4f1eb2a82cb71f245f49719b7eee1
0
CheckStatus/roles/status_checker
208
[ "no_license" ]
[ { "path": "CheckStatus/roles/status_checker/tasks/main.yml", "content": "---\r\n - name: Run First Check\r\n shell: systemctl status docker | grep -m1 'Active:'\r\n register: statusReal\r\n notify: set_fakt\r\n\r\n - name: Status in\r\n set_fact:\r\n status_result: '{{(statusReal.stdout).spl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 750, "all_permissive": false }
ansible_role
ilyassakhanov/my-VPN
084dcfc5318e9cbe7e08adb836772e3319b7c691
0
ansible/roles/vpn
208
[ "no_license" ]
[ { "path": "ansible/roles/vpn/tasks/main.yml", "content": "---\n- name: Update \n command: yum update -y\n\n- name: Upgrade\n command: yum upgrade -y\n\n- name: Install OpenVPN\n yum:\n name: openvpn\n state: present\n\n- name: Download angri​stan’s OpenVPN installer script\n get_url:\n url: htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1074, "all_permissive": false }
ansible_role
AstraBam/VK_SRE
5bab54578f64878533bc1ac26eaf7c5627542bb7
0
roles/apache
208
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\r\n- name: 1. install Apache\r\n apt: name=apache2 state=present\r\n\r\n- name: 2. install PHP module for Apache\r\n apt: name=libapache2-mod-php state=present\r\n\r\n- name: 3. start Apache\r\n service: name=apache2 state=started enabled=yes\r\n\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
AstraBam/VK_SRE
5bab54578f64878533bc1ac26eaf7c5627542bb7
0
roles/database
208
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n#- name: 1a. Add APT GPG signing key\n# apt_key: url=http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xCBCB082A1BB943DB state=present\n\n#- name: 1b. Add APT repository\n# apt_repository: repo='deb http://ftp.osuosl.org/pub/mariadb/repo/10.0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1573, "all_permissive": false }
ansible_role
nlesc-sherlock/emma
a1f0fbef85bf53ad5e4150395cd59edc57d6b0d2
3
roles/cassandra
208
[ "no_license" ]
[ { "path": "roles/cassandra/tasks/stop-cassandra.yml", "content": "---\n- name: Cassandra all other nodes stopped\n service: name=cassandra state=stopped daemon_reload=yes\n when: inventory_hostname in groups['cassandra-nodes']\n\n- name: Cassandra seeds stopped\n service: name=cassandra state=stopped dae...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4635, "all_permissive": false }
ansible_role
nlesc-sherlock/emma
a1f0fbef85bf53ad5e4150395cd59edc57d6b0d2
3
roles/common
208
[ "no_license" ]
[ { "path": "roles/common/tasks/firewall.yml", "content": "---\n- name: Allow SSH in UFW\n ufw: rule=allow port=22 proto=tcp\n- name: Set firewall default policy\n ufw: state=enabled policy=reject\n sudo: true\n- name: Only allow incoming traffic from trusted networks\n ufw: rule=allow src={{ item }} stat...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5864, "all_permissive": false }
ansible_role
nlesc-sherlock/emma
a1f0fbef85bf53ad5e4150395cd59edc57d6b0d2
3
roles/dask
208
[ "no_license" ]
[ { "path": "roles/dask/tasks/start-dask.yml", "content": "---\n\n- name: Include defaults\n include_vars:\n file: '../../../vars/dask_vars.yml'\n\n- name: Copy dask-scheduler.systemd\n template: src=../templates/dask-scheduler.systemd.j2 dest=/etc/systemd/system/dask-scheduler.service\n when: inventory...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4181, "all_permissive": false }
ansible_role
nlesc-sherlock/emma
a1f0fbef85bf53ad5e4150395cd59edc57d6b0d2
3
roles/demo
208
[ "no_license" ]
[ { "path": "roles/demo/tasks/main.yml", "content": "---\n- name: git\n apt: name=git\n- include: site.yml\n when: \"'docker-swarm-manager' in group_names\"\n- include: corporadb.yml\n- include: cluster-analysis.yml\n- include: textcleaning.yml\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3806, "all_permissive": false }
ansible_role
nlesc-sherlock/emma
a1f0fbef85bf53ad5e4150395cd59edc57d6b0d2
3
roles/docker
208
[ "no_license" ]
[ { "path": "roles/docker/tasks/worker.yml", "content": "---\n#It will leave the previous swarm in case it was already part of it\n- name: Leave swarm\n command: docker swarm leave -f\n ignore_errors: yes\n- name: Join swarm\n vars:\n docker_swarm_token: \"{{ hostvars[groups['docker-swarm-manager'][0]][...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1928, "all_permissive": false }
ansible_role
nlesc-sherlock/emma
a1f0fbef85bf53ad5e4150395cd59edc57d6b0d2
3
roles/geomesa
208
[ "no_license" ]
[ { "path": "roles/geomesa/templates/build.gradle.j2", "content": "/* * This build file was generated by the Gradle 'init' task.\n *\n * This generated file contains a commented-out sample Java project to get you started.\n * For more details take a look at the Java Quickstart chapter in the Gradle\n * user g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3662, "all_permissive": false }
ansible_role
nlesc-sherlock/emma
a1f0fbef85bf53ad5e4150395cd59edc57d6b0d2
3
roles/geotrellis
208
[ "no_license" ]
[ { "path": "roles/geotrellis/files/build.gradle", "content": "/* * This build file was generated by the Gradle 'init' task.\n *\n * This generated file contains a commented-out sample Java project to get you started.\n * For more details take a look at the Java Quickstart chapter in the Gradle\n * user guide...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2427, "all_permissive": false }
ansible_role
nlesc-sherlock/emma
a1f0fbef85bf53ad5e4150395cd59edc57d6b0d2
3
roles/glusterfs
208
[ "no_license" ]
[ { "path": "roles/glusterfs/tasks/main.yml", "content": "---\n- name: GlusterFS PPA\n apt_repository: repo=ppa:gluster/glusterfs-3.9\n- name: Update apt cache\n apt: update_cache=yes\n- name: GlusterFS server\n apt: name=glusterfs-server\n- name: Started glusterd\n service: name=glusterfs-server state=st...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2197, "all_permissive": false }
ansible_role
nlesc-sherlock/emma
a1f0fbef85bf53ad5e4150395cd59edc57d6b0d2
3
roles/hadoop
208
[ "no_license" ]
[ { "path": "roles/hadoop/tasks/main.yml", "content": "---\n#Setting up Hadoop\n- name: Create service account for Hadoop\n user: name={{ hadoop_user }}\n system=yes\n state=present\n groups=\"{{ hadoop_user_groups | join(',') }}\"\n tags: [\"hadoop-user\"]\n\n- name: Create a .ssh Dire...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 14876, "all_permissive": false }
ansible_role
nlesc-sherlock/emma
a1f0fbef85bf53ad5e4150395cd59edc57d6b0d2
3
roles/jupyterhub
208
[ "no_license" ]
[ { "path": "roles/jupyterhub/tasks/start-jupyterhub.yml", "content": "---\n- name: JupyterHub started\n systemd: name=jupyterhub state=started daemon_reload=yes\n when: inventory_hostname in groups['jupyterhub']\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 },...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7037, "all_permissive": false }
ansible_role
nlesc-sherlock/emma
a1f0fbef85bf53ad5e4150395cd59edc57d6b0d2
3
roles/minio
208
[ "no_license" ]
[ { "path": "roles/minio/tasks/server.yml", "content": "---\n\n- name: download and install minio server\n get_url:\n url: \"{{ minio_server_download_url }}\"\n dest: \"{{ minio_server_bin }}\"\n owner: \"{{ minio_user }}\"\n group: \"{{ minio_group }}\"\n mode: 0755\n\n- name: generate the mi...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 9338, "all_permissive": false }
ansible_role
nlesc-sherlock/emma
a1f0fbef85bf53ad5e4150395cd59edc57d6b0d2
3
roles/pdal
208
[ "no_license" ]
[ { "path": "roles/pdal/tasks/main.yml", "content": "---\n- name: Check if GDAL was installed\n shell: dpkg-query -W 'gdal-bin'\n ignore_errors: True\n register: is_gdal_installed\n\n- name: add repository for GDAL\n apt_repository: repo=ppa:ubuntugis/ubuntugis-unstable\n when: is_gdal_installed|failed\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5664, "all_permissive": false }
ansible_role
nlesc-sherlock/emma
a1f0fbef85bf53ad5e4150395cd59edc57d6b0d2
3
roles/spark
208
[ "no_license" ]
[ { "path": "roles/spark/tasks/modules.yml", "content": "---\n#Get Magellan\n- name: Get Magellan\n get_url: url=\"https://dl.bintray.com/spark-packages/maven/{{ magellan_groupId }}/{{ magellan_artifactId }}/{{ magellan_version }}/{{ magellan_artifactId }}-{{ magellan_version }}.jar\"\n dest=\"{{ s...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 20324, "all_permissive": false }
ansible_role
OlivierKouokam/devops-gitops-stack
9fbf4f67d270f8844c10236d4eb4fd60ba81ea44
0
kubernetes-cluster/roles/common
208
[ "no_license" ]
[ { "path": "kubernetes-cluster/roles/common/tasks/main.yml", "content": "---\n- name: Install basic dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n\n- name: Add...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1066, "all_permissive": false }
ansible_role
OlivierKouokam/devops-gitops-stack
9fbf4f67d270f8844c10236d4eb4fd60ba81ea44
0
kubernetes-cluster/roles/master
208
[ "no_license" ]
[ { "path": "kubernetes-cluster/roles/master/tasks/main.yml", "content": "---\n- name: Initialize Kubernetes master\n command: kubeadm init --pod-network-cidr=10.244.0.0/16\n register: kubeadm_init\n\n- name: Create kube config directory\n file:\n path: ~/.kube\n state: directory\n mode: 0700\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }
ansible_role
OlivierKouokam/devops-gitops-stack
9fbf4f67d270f8844c10236d4eb4fd60ba81ea44
0
kubernetes-cluster/roles/ssh
208
[ "no_license" ]
[ { "path": "kubernetes-cluster/roles/ssh/tasks/main.yml", "content": "---\n- name: Ensure SSH key is generated on master\n hosts: master\n tasks:\n - name: Check if SSH private key exists\n stat:\n path: ~/.ssh/id_rsa\n register: ssh_key\n\n - name: Generate SSH key if it does not ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 833, "all_permissive": false }
ansible_role
OlivierKouokam/devops-gitops-stack
9fbf4f67d270f8844c10236d4eb4fd60ba81ea44
0
kubernetes-cluster/roles/worker
208
[ "no_license" ]
[ { "path": "kubernetes-cluster/roles/worker/tasks/main.yml", "content": "---\n- name: Join Kubernetes cluster\n command: \"{{ hostvars['master1']['kubeadm_join_command'] }} --ignore-preflight-errors=all\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
mfolvell/77-common
4623e081cd791ca95348880fd851159ef2b884d6
0
roles/commonAppConfig_Update
208
[ "no_license" ]
[ { "path": "roles/commonAppConfig_Update/tasks/main.yml", "content": "---\n# ==========================================================================================\n- name: Creates directory {{ path_update }}\n file:\n path: \"{{ path_update }}\"\n owner: \"{{ appRunUser }}\"\n group: axway\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1527, "all_permissive": false }
ansible_role
mfolvell/77-common
4623e081cd791ca95348880fd851159ef2b884d6
0
roles/commonCron_Update-762
208
[ "no_license" ]
[ { "path": "roles/commonCron_Update-762/template/createAxwayCron.sh.j2", "content": "#!/bin/bash\n\nTOOL_DIR=\"{{ api_gateway_home }}/posix/bin\"\nGROUP=`./get_gateway_group.sh`\nINSTANCE=`./get_gateway_instance.sh`\nBACKUP_DIR=\"{{ api_gateway_home }}/groups/topologylinks/{{ gateway_group_name }}/$INSTANCE/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4030, "all_permissive": false }
ansible_role
mfolvell/77-common
4623e081cd791ca95348880fd851159ef2b884d6
0
roles/commonEnvSettings_Update
208
[ "no_license" ]
[ { "path": "roles/commonEnvSettings_Update/files/copyEnvSettings.sh", "content": "#!/bin/bash\n\n# Input parametere\ngrp=$1\npath_update=$2\napigw_home=$3\nhostnameShort=$4\n\necho \"grp=\" $grp \"path_update=\"$path_update \"apigw_home=\"$apigw_home \"hostnameShort=\"$hostnameShort\n\n# ====================...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8376, "all_permissive": false }
ansible_role
mfolvell/77-common
4623e081cd791ca95348880fd851159ef2b884d6
0
roles/commonFilebeat_update
208
[ "no_license" ]
[ { "path": "roles/commonFilebeat_update/tasks/main.yml", "content": "- name: Ensure that Filebeat is installed\n yum:\n name: filebeat\n state: latest\n update_cache: true\n become: true\n\n- name: Create filebeat-config from template\n template:\n src: template/filebeat_template.j2\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1222, "all_permissive": false }
ansible_role
mfolvell/77-common
4623e081cd791ca95348880fd851159ef2b884d6
0
roles/commonGetConfig
208
[ "no_license" ]
[ { "path": "roles/commonGetConfig/templates/get_gateway_group.sh.j2", "content": "#!/bin/bash\n# ================================================================\ngNo={{ gateway_group_name }}\ngroupNo=$(jq --arg inputParam \"$gNo\" --slurp '.[].groups[] | select(.name==$inputParam) | .id' {{ api_gateway_home...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1935, "all_permissive": false }
ansible_role
mfolvell/77-common
4623e081cd791ca95348880fd851159ef2b884d6
0
roles/commonInstances_Stop
208
[ "no_license" ]
[ { "path": "roles/commonInstances_Stop/tasks/main.yml", "content": "# ---\n# ==========================================================================================\n- name: Stop instanse command ({{ appRunUser }}) -> \"{{ axway_bin }}/startinstance -n {{ hostnameShort }} -g {{ gateway_group_name }} -k\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
mfolvell/77-common
4623e081cd791ca95348880fd851159ef2b884d6
0
roles/commonNodeMgr_Start_service
208
[ "no_license" ]
[ { "path": "roles/commonNodeMgr_Start_service/tasks/main.yml", "content": "- name: Restart nodemanager med systemd service\n systemd:\n state: started\n name: axway-nodemanager\n become: True\n\n- pause:\n minutes: 1\n# =============================================================================...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
mfolvell/77-common
4623e081cd791ca95348880fd851159ef2b884d6
0
roles/commonNodeMgr_Stop_service
208
[ "no_license" ]
[ { "path": "roles/commonNodeMgr_Stop_service/tasks/main.yml", "content": "# ---\n# ==========================================================================================\n#\n- name: Stop nodemanager med systemd service\n systemd:\n state: stopped\n name: axway-nodemanager\n become: True\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
mfolvell/77-common
4623e081cd791ca95348880fd851159ef2b884d6
0
roles/commonSelinuxUpdate
208
[ "no_license" ]
[ { "path": "roles/commonSelinuxUpdate/tasks/main.yml", "content": "---\n# ==========================================================================================\n- name: Put SELinux in enforcing mode\n selinux:\n policy: targeted\n state: enforcing\n when: SetSelinuxState == \"enforcing\"\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 647, "all_permissive": false }
ansible_role
viktorisup/ydb_cluster
b97586258fbec26690c86fc8c5a37b9952067cfd
0
roles/create-ydb-cluster
208
[ "no_license" ]
[ { "path": "roles/create-ydb-cluster/templates/ydbd-db.service.j2", "content": "[Unit]\nDescription=YDB db dynamic node\nAfter=network-online.target rc-local.service\nWants=network-online.target\nStartLimitInterval=10\nStartLimitBurst=15\n\n[Service]\nRestart=always\nRestartSec=1\nUser=ydb\nPermissionsStartO...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 15576, "all_permissive": false }
ansible_role
lapazcloud/verdaccio-s3
3ca1ffec96e7e4f4c0a9c9852eaa05097f52d081
0
ansible/roles/verdaccio
208
[ "no_license" ]
[ { "path": "ansible/roles/verdaccio/tasks/aws-s3.yml", "content": "---\n\n- name: Install AWS S3 backend plugin\n npm:\n name: verdaccio-aws-s3-storage\n global: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "ansible/roles/verdaccio/...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 3412, "all_permissive": false }
ansible_role
jkanclerz/ansible-tuturial
54ddafb87a72935d5caf35824e92875af2ff035a
0
ex9/roles/common
209
[ "no_license" ]
[ { "path": "ex9/roles/common/tasks/main.yml", "content": "---\n- include: install_git.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "ex9/roles/common/tasks/install_git.yml", "content": "- name: Install git\n action: apt pkg={{ item }} stat...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 126, "all_permissive": false }
ansible_role
jkanclerz/ansible-tuturial
54ddafb87a72935d5caf35824e92875af2ff035a
0
roles/roles/apache2
209
[ "no_license" ]
[ { "path": "roles/roles/apache2/tasks/setup_project_dir.yml", "content": "- name: Copy vhost\n template: src=vhost.cfg dest=/etc/apache2/sites-enabled/{{ project['name'] }}.cfg\n with_items:\n - project", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 293, "all_permissive": false }
ansible_role
jkanclerz/ansible-tuturial
54ddafb87a72935d5caf35824e92875af2ff035a
0
roles/roles/common
209
[ "no_license" ]
[ { "path": "roles/roles/common/tasks/main.yml", "content": "---\n- include: install_git.yml\n- include: install_ntp.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/roles/common/tasks/install_ntp.yml", "content": "- name: Install ntp\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 166, "all_permissive": false }
ansible_role
thamerla/ansible-snippets
84f468b5b0c163221aba085803fd9b0bf70234a4
0
roles/debian_apache
209
[ "no_license" ]
[ { "path": "roles/debian_apache/tasks/main.yml", "content": "- name: Update package cache\n apt:\n update_cache: yes\n cache_valid_time: \"{{ cache_valid_time }}\"\n- name: Install apache\n apt:\n name: apache2\n state: latest\n- name: Ensure that apache is started and enabled\n service:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 309, "all_permissive": false }
ansible_role
thamerla/ansible-snippets
84f468b5b0c163221aba085803fd9b0bf70234a4
0
roles/dynamic_apache
209
[ "no_license" ]
[ { "path": "roles/dynamic_apache/vars/Debian.yml", "content": "apache: apache2\ncache_valid_time: 7200\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/dynamic_apache/tasks/main.yml", "content": "- name: Include distro-specific variables\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 478, "all_permissive": false }