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
target/secured-yarn-cluster-ansible
32b676507e10caaef8854c270877e08879f2f941
14
roles/telegraf
7,220
[ "no_license" ]
[ { "path": "roles/telegraf/templates/telegraf-extra-plugin.conf.j2", "content": "[[inputs.{{ item.plugin }}]]\n{% if item.interval is defined %}\n interval = \"{{ item.interval }}s\"\n{% endif %}\n{% if item.config is defined and item.config is iterable %}\n{% for items in item.config %}\n {{ items }}\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 23062, "all_permissive": false }
ansible_role
roopalya/cognito-iq
be034c5459f3b388532fb02443093849ba71f8c7
0
roles/server
7,220
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n- name: Install required software\n apt: name={{ item }} state=present\n become: true\n with_items:\n - apache2\n - php-mysql\n - php\n - libapache2-mod-php\n - php-mcrypt\n - python-mysqldb\n\n- name: Install php extensions\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
KEY60228/ubuntu-ansible
572f6868670d0d5f0499164fe658ce988189f1ab
0
roles/apt
7,224
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "- block:\n - name: apt install \n shell: \"sudo apt install -y {{ item.name }}\"\n with_items: '{{ apt_packages }}'\n - name: apt cleanup\n shell: \"sudo apt autoremove -y && sudo apt autoclean -y\"\n tags:\n - apt\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
KEY60228/ubuntu-ansible
572f6868670d0d5f0499164fe658ce988189f1ab
0
roles/dotfiles
7,224
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "- block:\n - name: checkout dotfiles\n git:\n repo: https://github.com/KEY60228/dotfiles.git\n dest: ~/dotfiles\n - name: create symblic links\n file:\n src: ~/dotfiles/{{ item }}\n dest: ~/{{ item }}\n state: link\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
KEY60228/ubuntu-ansible
572f6868670d0d5f0499164fe658ce988189f1ab
0
roles/gui
7,224
[ "no_license" ]
[ { "path": "roles/gui/settings.sh", "content": "#!/bin/bash\n\n## Top Bar\ngsettings set org.gnome.desktop.interface show-battery-percentage true\n\n## Screen Lock\ngsettings set org.gnome.desktop.session idle-delay $((15*60))\ngsettings set org.gnome.desktop.screensaver lock-delay $((15*60))\n\n## Keyboards...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1566, "all_permissive": false }
ansible_role
KEY60228/ubuntu-ansible
572f6868670d0d5f0499164fe658ce988189f1ab
0
roles/vscode
7,224
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "- block:\n - name: make config directory\n file:\n path: ~/.config/Code/User\n state: directory\n - name: basic settings\n file:\n src: ~/dotfiles/vscode/settings.json\n dest: ~/.config/Code/User/settings.json\n state: lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
MorCherlf/Infrastructure-As-Code
5c4cce6f62eb8ae86942017c9bb4bd4db64333df
0
Lab4/roles/openvpn
7,224
[ "no_license" ]
[ { "path": "Lab4/roles/openvpn/tasks/main.yml", "content": "---\n- name: Install OpenVPN\n apt:\n name: openvpn\n state: present\n\n- name: Generate Diffie-Hellman parameters if not exist\n command: openssl dhparam -out /etc/openvpn/dh.pem 2048\n args:\n creates: /etc/openvpn/dh.pem\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7053, "all_permissive": false }
ansible_role
MorCherlf/Infrastructure-As-Code
5c4cce6f62eb8ae86942017c9bb4bd4db64333df
0
Lab5/roles/postgresql
7,224
[ "no_license" ]
[ { "path": "Lab5/roles/postgresql/molecule/default/create.yml", "content": "---\n- name: Create\n hosts: localhost\n connection: local\n gather_facts: false\n\n tasks:\n - name: Create instance config\n when: server is defined and server.changed | default(false)\n block:\n - name: Pop...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 8708, "all_permissive": false }
ansible_role
MorCherlf/Infrastructure-As-Code
5c4cce6f62eb8ae86942017c9bb4bd4db64333df
0
Lab6/roles/api_deploy
7,224
[ "no_license" ]
[ { "path": "Lab6/roles/api_deploy/vars/main.yml", "content": "---\n# vars file for api_deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "Lab6/roles/api_deploy/molecule/default/verify.yml", "content": "---\n- name: Verify Pharmacy App Depl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 7906, "all_permissive": false }
ansible_role
MorCherlf/Infrastructure-As-Code
5c4cce6f62eb8ae86942017c9bb4bd4db64333df
0
Lab6/roles/docker_deploy
7,224
[ "no_license" ]
[ { "path": "Lab6/roles/docker_deploy/tasks/main.yml", "content": "---\n- name: Update APT package index\n apt:\n update_cache: yes\n\n- name: Install required packages for Docker\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 6317, "all_permissive": false }
ansible_role
MorCherlf/Infrastructure-As-Code
5c4cce6f62eb8ae86942017c9bb4bd4db64333df
0
Lab6/roles/grafana
7,224
[ "no_license" ]
[ { "path": "Lab6/roles/grafana/handlers/main.yml", "content": "---\n- name: Restart Grafana service\n ansible.builtin.systemd:\n name: grafana-server\n state: restarted\n enabled: yes\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 22380, "all_permissive": false }
ansible_role
MorCherlf/Infrastructure-As-Code
5c4cce6f62eb8ae86942017c9bb4bd4db64333df
0
Lab6/roles/loki
7,224
[ "no_license" ]
[ { "path": "Lab6/roles/loki/templates/loki-config.yaml.j2", "content": "auth_enabled: {{ loki_auth_enabled | default(false) }}\n\nserver:\n http_listen_port: {{ loki_http_listen_port | default(3100) }}\n grpc_listen_port: {{ loki_grpc_listen_port | default(9095) }}\n\ncommon:\n path_prefix: {{ loki_path_p...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 10087, "all_permissive": false }
ansible_role
MorCherlf/Infrastructure-As-Code
5c4cce6f62eb8ae86942017c9bb4bd4db64333df
0
Lab6/roles/prometheus
7,224
[ "no_license" ]
[ { "path": "Lab6/roles/prometheus/README.md", "content": "\n# Prometheus Role Documentation\n\n## Overview\n\nThe `prometheus` role automates the installation and configuration of Prometheus for monitoring systems and services.\n\n## Requirements\n\n- Ansible 2.9 or higher\n- Ubuntu or Debian-based distribut...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3913, "all_permissive": false }
ansible_role
MorCherlf/Infrastructure-As-Code
5c4cce6f62eb8ae86942017c9bb4bd4db64333df
0
Lab6/roles/prometheus_email_alert
7,224
[ "no_license" ]
[ { "path": "Lab6/roles/prometheus_email_alert/molecule/default/verify.yml", "content": "---\n- name: Verify Email Alert Role\n hosts: all\n tasks:\n - name: Include default variables\n include_vars:\n file: ../../defaults/main.yml\n\n # 验证 Alertmanager 服务状态\n - name: Verify Alertmanage...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 10452, "all_permissive": false }
ansible_role
enigma-io/gitlab-ansible
aff002ab52f053b06b1b0abdead5bb0a83b8922f
27
roles/common
7,224
[ "no_license" ]
[ { "path": "roles/common/templates/hostname.j2", "content": "{{ domain }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13 }, { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Set /etc/hostname to the domain\n sudo: True\n action: templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1212, "all_permissive": false }
ansible_role
enigma-io/gitlab-ansible
aff002ab52f053b06b1b0abdead5bb0a83b8922f
27
roles/gitlab
7,224
[ "no_license" ]
[ { "path": "roles/gitlab/templates/database.yml.j2", "content": "production:\n adapter: postgresql\n encoding: utf8\n database: gitlabhq_production\n username: git\n password: {{ <PASSWORD> }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2756, "all_permissive": false }
ansible_role
enigma-io/gitlab-ansible
aff002ab52f053b06b1b0abdead5bb0a83b8922f
27
roles/gitlab-shell
7,224
[ "no_license" ]
[ { "path": "roles/gitlab-shell/templates/gitlab_shell_config.yml.j2", "content": "# GitLab user. git by default\nuser: git\n\n# Url to gitlab instance. Used for api calls. Should be ends with slash.\ngitlab_url: \"http://{{ domain }}/\"\n\nhttp_settings:\n# user: someone\n# password: <PASSWORD>\n self_sig...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1058, "all_permissive": false }
ansible_role
enigma-io/gitlab-ansible
aff002ab52f053b06b1b0abdead5bb0a83b8922f
27
roles/nginx
7,224
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Ensure that the Nginx package is present\n sudo: True\n apt: state=present pkg=nginx\n\n- name: Write the Nginx GitLab config\n sudo: True\n action: template src=nginx.conf.j2 dest=/etc/nginx/sites-available/gitlab mode=0755\n\n- name: E...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 796, "all_permissive": false }
ansible_role
enigma-io/gitlab-ansible
aff002ab52f053b06b1b0abdead5bb0a83b8922f
27
roles/postgres
7,224
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n\n- name: Ensure that the gitlabhq_production database exists\n sudo: True\n sudo_user: postgres\n postgresql_db: state=present name=gitlabhq_production template='template1'\n\n- name: Ensure that the gitlab database user exists with ALL privile...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
enigma-io/gitlab-ansible
aff002ab52f053b06b1b0abdead5bb0a83b8922f
27
roles/ruby
7,224
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n\n- name: Ensure that the /tmp/ruby directory exists\n file: state=directory path=/tmp/ruby\n\n- name: Download the Ruby source\n get_url: url={{ url }} dest=/tmp/ruby\n\n- name: Extract the Ruby source\n shell: /bin/tar -xf ruby-2.1.0.tar.gz chdir=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 947, "all_permissive": false }
ansible_role
cesga-rdiez/ansible-cloudkeeper-one
9748274e8ac530d646e02aecf857f2f293c57228
0
roles/cloudkeeper-one
7,224
[ "permissive" ]
[ { "path": "roles/cloudkeeper-one/templates/template.erb.j2", "content": "NAME = \"<%= name %>\"\n\n<% if appliance.description %>\nDESCRIPTION = \"<%= \"#{appliance.title} - #{appliance.description}\" %>\"\n<% else %>\nDESCRIPTION = \"<%= appliance.title %>\"\n<% end %>\n\nMEMORY = \"<%= appliance.ram != 0 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5937, "all_permissive": true }
ansible_role
mmoreiradj/season-link
6c9800422cc4845f51e63227c9eaa44663e47bb4
0
infra/ansible/roles/realm
7,224
[ "no_license" ]
[ { "path": "infra/ansible/roles/realm/tasks/main.yaml", "content": "---\n- name: Create a Keycloak Realm\n community.general.keycloak_realm:\n auth_keycloak_url: \"{{ lookup('env', 'KEYCLOAK_AUTH_URL') }}\"\n auth_username: \"{{ lookup('env', 'KEYCLOAK_USERNAME') }}\"\n auth_password: \"{{ lookup('...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4720, "all_permissive": false }
ansible_role
petegore/jacqueline
4bad81beddcb0f92db3831739d61876711c8085c
1
ansible/roles/elao.apt
7,224
[ "no_license" ]
[ { "path": "ansible/roles/elao.apt/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n author: ELAO\n company: ELAO\n description: An apt role for elao symfony standard vagrant box\n license: MIT\n min_ansible_version: 1.7.2\n platforms:\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 12887, "all_permissive": false }
ansible_role
petegore/jacqueline
4bad81beddcb0f92db3831739d61876711c8085c
1
ansible/roles/elao.composer
7,224
[ "no_license" ]
[ { "path": "ansible/roles/elao.composer/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n author: Elao\n company: Elao\n description: >\n A composer role for elao symfony standard vagrant box\n license: MIT\n min_ansible_version: 1.7.2\n pla...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3872, "all_permissive": false }
ansible_role
petegore/jacqueline
4bad81beddcb0f92db3831739d61876711c8085c
1
ansible/roles/elao.git
7,224
[ "no_license" ]
[ { "path": "ansible/roles/elao.git/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n author: Elao\n company: Elao\n description: >\n This role will assume the setup and configuration of git\n - Installing GIT package\n - Define the gitconfig file\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4880, "all_permissive": false }
ansible_role
petegore/jacqueline
4bad81beddcb0f92db3831739d61876711c8085c
1
ansible/roles/elao.mysql
7,224
[ "no_license" ]
[ { "path": "ansible/roles/elao.mysql/tasks/configs.yml", "content": "---\n\n- name: configs > Templates\n template:\n src: \"{{ item.template|default(elao_mysql_configs_template) }}\"\n dest: \"{{ elao_mysql_configs_dir }}/{{ item.file }}\"\n register: _elao_mysql_configs_templates_output\n with_it...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5823, "all_permissive": false }
ansible_role
petegore/jacqueline
4bad81beddcb0f92db3831739d61876711c8085c
1
ansible/roles/elao.nginx
7,224
[ "no_license" ]
[ { "path": "ansible/roles/elao.nginx/templates/config/http_base.conf.j2", "content": "{%- import '_macros.j2' as macros with context -%}\n\n{% set config = elao_nginx_config -%}\n\n{% set config_events = [] -%}\n{% set config_http = [] -%}\n\n{%- for configs in config -%}\n {%- for config_name, config_par...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 10799, "all_permissive": false }
ansible_role
petegore/jacqueline
4bad81beddcb0f92db3831739d61876711c8085c
1
ansible/roles/elao.npm
7,224
[ "no_license" ]
[ { "path": "ansible/roles/elao.npm/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n author: Elao\n company: Elao\n description: >\n Setup and configure npm.\n license: MIT\n min_ansible_version: 1.8\n platforms:\n - name: Debian\n versions:\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2968, "all_permissive": false }
ansible_role
petegore/jacqueline
4bad81beddcb0f92db3831739d61876711c8085c
1
ansible/roles/elao.ohmyzsh
7,224
[ "no_license" ]
[ { "path": "ansible/roles/elao.ohmyzsh/meta/main.yml", "content": "---\n\ndependencies: []\n\ngalaxy_info:\n\n author: Elao\n company: Elao\n description: >\n An oh-my-zsh role for elao symfony standard vagrant box\n license: MIT\n min_ansible_version: 1.9.0\n pl...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2771, "all_permissive": false }
ansible_role
petegore/jacqueline
4bad81beddcb0f92db3831739d61876711c8085c
1
ansible/roles/elao.php
7,224
[ "no_license" ]
[ { "path": "ansible/roles/elao.php/tasks/install.yml", "content": "---\n\n- name: install > Packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items: elao_php_sapis|map('regex_replace','^(.*)$','php5-\\\\1')|list\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 17392, "all_permissive": false }
ansible_role
petegore/jacqueline
4bad81beddcb0f92db3831739d61876711c8085c
1
ansible/roles/elao.vim
7,224
[ "no_license" ]
[ { "path": "ansible/roles/elao.vim/defaults/main.yml", "content": "---\n\n# Bin\nelao_vim_bin: /usr/bin/vim.basic\n\n# Config\nelao_vim_config_file: /etc/vim/vimrc.local\nelao_vim_config_template: ~\nelao_vim_config: []\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3037, "all_permissive": false }
ansible_role
dabben1993/config-validator-ansible
336f37b9f51dd239a41ae462ec0f1b09e6b36dbc
0
roles/bitbucket_interaction
7,224
[ "no_license" ]
[ { "path": "roles/bitbucket_interaction/tasks/main.yml", "content": "---\n- name: Clone bitbucket repo\n git:\n repo: \"{{ bitbucket_repo_url }}\"\n dest: \"{{ bitbucket_local_path }}\"\n version: \"{{ bitbucket_base_branch }}\"\n clone: yes\n register: bitbucket_repo\n\n- name: Checkout the ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1240, "all_permissive": false }
ansible_role
dabben1993/config-validator-ansible
336f37b9f51dd239a41ae462ec0f1b09e6b36dbc
0
roles/s3_interaction
7,224
[ "no_license" ]
[ { "path": "roles/s3_interaction/tasks/main.yml", "content": "---\n\n- name: Download file from S3 bucket\n block:\n\n - name: List files from S3 bucket\n aws_s3:\n bucket: \"{{ s3_bucket_name }}\"\n region: \"{{ aws_region }}\"\n mode: list\n access_key: \"{{ aws_access_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1414, "all_permissive": false }
ansible_role
dabben1993/config-validator-ansible
336f37b9f51dd239a41ae462ec0f1b09e6b36dbc
0
roles/setup_environment
7,224
[ "no_license" ]
[ { "path": "roles/setup_environment/tasks/main.yml", "content": "---\n- name: Setup environment\n apt:\n update_cache: yes\n\n- name: Install Python and pip\n apt:\n name: ['python3', 'python3-pip']\n state: present\n\n- name: Install python-dotenv using pip\n pip:\n name: python-dotenv\n e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
dabben1993/config-validator-ansible
336f37b9f51dd239a41ae462ec0f1b09e6b36dbc
0
roles/validate_yaml_file
7,224
[ "no_license" ]
[ { "path": "roles/validate_yaml_file/tasks/main.yml", "content": "---\n- name:\n become: yes\n shell: \"pip3 install structlog cerberus pyyaml\"\n register: pip_output\n ignore_errors: true\n\n- name: Run FileValidator script\n shell: \"python3 scripts/file_validator.py --schema-path=cerberus_schema/cer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
pstrive/ansible_web_app
a542722f009fa6666ef96ede02a6817b9871f218
0
full-deploy/roles/common
7,224
[ "no_license" ]
[ { "path": "full-deploy/roles/common/tasks/main.yml", "content": "---\n- name: install pip virtualenv flask...\n become: yes\n become_method: sudo\n become_user: root\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python-pip\n - python-virtualenv\n - git\n\n- name: Deplo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 958, "all_permissive": false }
ansible_role
pstrive/ansible_web_app
a542722f009fa6666ef96ede02a6817b9871f218
0
full-deploy/roles/gunicorn
7,224
[ "no_license" ]
[ { "path": "full-deploy/roles/gunicorn/handlers/main.yml", "content": "---\n- name: Start Gunicorn\n command: \"{{ remote_project_dir }}/venv/bin/gunicorn -c {{ remote_project_dir }}/gunicorn.conf manage:app -D -t 6000 --access-logfile log/access.log --error-logfile log/error.log --log-level debug \"\n arg...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1050, "all_permissive": false }
ansible_role
pstrive/ansible_web_app
a542722f009fa6666ef96ede02a6817b9871f218
0
full-deploy/roles/nginx
7,224
[ "no_license" ]
[ { "path": "full-deploy/roles/nginx/handlers/main.yml", "content": "---\n- name: Restart nginx service\n become: yes\n become_method: sudo\n become_user: root\n service:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1780, "all_permissive": false }
ansible_role
pstrive/ansible_web_app
a542722f009fa6666ef96ede02a6817b9871f218
0
update/roles/git
7,224
[ "no_license" ]
[ { "path": "update/roles/git/tasks/main.yml", "content": "---\n- name: Deploy new version...\n git:\n repo: \"https://github.com/pangshuai0301/web_app.git\"\n accept_hostkey: yes\n dest: /home/ec2-user/web_app\n version: master\n force: yes\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
Charan-0405/ToDo_App
471b2d3fa4cf39d0e2f968a6b0865d1b38ac3909
0
ansible/playbooks/roles/common
7,224
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/common/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for common\n- name: Install common packages\n become: yes\n package:\n name:\n - httpd\n - nodejs\n - npm\n\n- name: Start and enable Apache\n become: yes\n service:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 525, "all_permissive": false }
ansible_role
Charan-0405/ToDo_App
471b2d3fa4cf39d0e2f968a6b0865d1b38ac3909
0
ansible/playbooks/roles/ec2_launch
7,224
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/ec2_launch/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for ec2_instance\n- name: Adding SSH access to a security group\n amazon.aws.ec2_group:\n name: charan-security\n description: security group for EC2 instances launched via an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1702, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/age
7,224
[ "no_license" ]
[ { "path": "roles/age/tasks/install_MacOSX.yaml", "content": "- name: \"Downloading age\"\n homebrew:\n name: age\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/age/tasks/install_Debian.yaml", "content": "- name:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 554, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/bash
7,224
[ "no_license" ]
[ { "path": "roles/bash/files/bash-config.sh", "content": "# unlimited history\nexport HISTFILESIZE=\"\"\n\n# disable timestamps. after all, we're deduplicating history, so timestamp doesn't make sense.\nexport HISTTIMEFORMAT=\"\"\n\n# dedup history.\n# We use `erasedups` for migratory efforts.\nexport HISTCO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5779, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/direnv
7,224
[ "no_license" ]
[ { "path": "roles/direnv/tasks/main.yaml", "content": "- name: \"Installing direnv\"\n block:\n - name: \"Checking if direnv is installed\"\n ansible.builtin.command: which direnv\n changed_when: false\n register: result\n failed_when: result.rc != 0 and result.rc != 127\n\n rescue:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 828, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/fzf
7,224
[ "no_license" ]
[ { "path": "roles/fzf/tasks/main.yaml", "content": "# Build from source, so that we can get completions.\n- name: \"Downloading FZF\"\n git:\n depth: 1\n repo: https://github.com/junegunn/fzf.git\n version: \"0.27.0\"\n dest: \"{{ home_directory }}/.fzf\"\n\n- name: \"Installing FZF\"\n command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1252, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/git_tools
7,224
[ "no_license" ]
[ { "path": "roles/git_tools/tasks/main.yaml", "content": "# NOTE: Assumes python is already installed, with pyenv.\n- name: \"Downloading gitfu\"\n git:\n repo: https://github.com/domanchi/gitfu\n version: HEAD\n dest: \"{{ home_directory }}/gitfu\"\n tags:\n # NOTE: This doesn't like an explic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1810, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/golang
7,224
[ "no_license" ]
[ { "path": "roles/golang/vars/main.yaml", "content": "go_path: \"{{ home_directory }}/.go\"\ngolang_version: \"1.19.2\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/golang/defaults/main.yaml", "content": "# Directory to store files do...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3014, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/jq
7,224
[ "no_license" ]
[ { "path": "roles/jq/tasks/main.yaml", "content": "- include_tasks: install_MacOSX.yaml\n when: ansible_distribution == \"MacOSX\"\n\n- include_tasks: install_Debian.yaml\n when: ansible_distribution == \"Debian\" or ansible_distribution == \"Ubuntu\"\n\n- name: \"Installing uq\"\n command:\n cmd: \"go...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 859, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/node
7,224
[ "no_license" ]
[ { "path": "roles/node/vars/main.yaml", "content": "node_version: 16\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "roles/node/tasks/main.yaml", "content": "- include_tasks: install_MacOSX.yaml\n when: ansible_distribution == \"MacOSX\"\n\n-...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1513, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/osx
7,224
[ "no_license" ]
[ { "path": "roles/osx/files/path-rewriter.sh", "content": "# This is an important bit of hackery here.\n#\n# On OSX, the execution order for profile data is:\n# - /etc/profile\n# - /etc/bashrc\n# - ~/.bash_profile\n#\n# (There's a lot more nuance to this, but this is generally the idea as\n# it pertain...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5064, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/outline
7,224
[ "no_license" ]
[ { "path": "roles/outline/tasks/main.yaml", "content": "- include_tasks: install_MacOSX.yaml\n when: ansible_distribution == \"MacOSX\"\n\n- include_tasks: install_Debian.yaml\n when: ansible_distribution == \"Debian\" or ansible_distribution == \"Ubuntu\"\n\n- name: \"Installing mkcert\"\n become: \"yes\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1772, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/python
7,224
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yaml", "content": "- include_tasks: install_MacOSX.yaml\n when: ansible_distribution == \"MacOSX\"\n\n- include_tasks: install_Debian.yaml\n when: ansible_distribution == \"Debian\" or ansible_distribution == \"Ubuntu\"\n\n- name: \"Setting up bash modules\"\n lineinfil...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5351, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/ripgrep
7,224
[ "no_license" ]
[ { "path": "roles/ripgrep/tasks/install_Debian.yaml", "content": "- name: \"Installing ripgrep\"\n become: \"yes\"\n apt:\n name: ripgrep\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/ripgrep/tasks/install_MacOSX.y...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 185, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/ruby
7,224
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yaml", "content": "# NOTE: Normally, this would be after the inclusion of the role below.\n# However, due to https://github.com/zzet/rbenv/pull/142, we expect the\n# next role to fail, so let's just put this here, so that it would be done\n# regardless.\n#\n# TODO: Handle er...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 957, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/ssh
7,224
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yaml", "content": "- name: \"Create directories\"\n file:\n path: \"{{ home_directory }}/.ssh\"\n mode: \"700\"\n state: \"directory\"\n\n- name: \"Create SSH Keypair\"\n community.crypto.openssh_keypair:\n path: \"{{ home_directory }}/.ssh/id_ed25519\"\n typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/tmux
7,224
[ "no_license" ]
[ { "path": "roles/tmux/tasks/install_Debian.yaml", "content": "- name: \"Installing tmux\"\n become: \"yes\"\n apt:\n name: tmux\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/tmux/tasks/main.yaml", "content": "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8798, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/vim
7,224
[ "no_license" ]
[ { "path": "roles/vim/files/plugins.vim", "content": "\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n\" After changing this file, be sure to run `:PlugInstall` \"\n\" in the vim screen, to install new plugins. \"\n\"\"\"\"\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5853, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/vscode
7,224
[ "no_license" ]
[ { "path": "roles/vscode/files/keybindings.json", "content": "// Place your key bindings in this file to overwrite the defaults\n[\n // Kinda like vim\n {\n \"key\": \"cmd+8\",\n \"command\": \"editor.action.nextSelectionMatchFindAction\",\n \"when\": \"editorFocus\"\n },\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5379, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/wormhole
7,224
[ "no_license" ]
[ { "path": "roles/wormhole/tasks/install_MacOSX.yaml", "content": "- name: \"Installing magic-wormhole\"\n community.general.homebrew:\n name: magic-wormhole\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/wormhole/t...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 213, "all_permissive": false }
ansible_role
domanchi/devtools
4ddde3961aa4070368243319c8d653743541cfd6
0
roles/wsl
7,224
[ "no_license" ]
[ { "path": "roles/wsl/tasks/main.yaml", "content": "- name: \"Setting up bash modules\"\n block:\n - name: \"Creating directories\"\n file:\n path: \"{{ home_directory }}/{{ item }}\"\n state: \"directory\"\n mode: \"700\"\n loop:\n - \".bash_modules\"\n - \".bash_scripts\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 550, "all_permissive": false }
ansible_role
martinb3/ansible-repo
d8c420f40efd11dfc23cec52b044ea001117af8c
0
roles/chat
7,222
[ "no_license" ]
[ { "path": "roles/chat/tasks/main.yml", "content": "---\n- name: add znc ppa\n apt_repository: repo='ppa:teward/znc'\n\n- name: update cache\n apt: update_cache=yes\n\n- name: install chat related packages\n apt: pkg={{ item }} update_cache=yes cache_valid_time=86400 state=present\n with_items: chat_pack...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 344, "all_permissive": false }
ansible_role
dfinas/sweagle-ansible
75fe190da857fc3a337a43355ae9afe63320bd89
0
roles/mysql
7,222
[ "no_license" ]
[ { "path": "roles/mysql/vars/Debian.yml", "content": "---\nmysql_daemon: mysql\nmysql_packages: ['mysql-server', 'mysql-common', 'python-mysqldb']\n\nmysql_config_dir: \"/etc/mysql\"\n\n# This parameter may be needed in order to connect on MySQL\n#mysql_socket: \"/var/lib/mysql/mysql.sock\"\n\n#mysql_log_dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4105, "all_permissive": false }
ansible_role
dfinas/sweagle-ansible
75fe190da857fc3a337a43355ae9afe63320bd89
0
roles/nginx
7,222
[ "no_license" ]
[ { "path": "roles/nginx/tasks/deploy-sweagle-zip.yml", "content": "---\n- name: Install unzip from repo\n package:\n name: unzip\n state: present\n become: true\n when: not force_local_installation\n tags: [ nginx, sweagle, sweagle-web ]\n\n- name: Install unzip from local\n package:\n name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1156, "all_permissive": false }
ansible_role
dfinas/sweagle-ansible
75fe190da857fc3a337a43355ae9afe63320bd89
0
roles/sweagle
7,222
[ "no_license" ]
[ { "path": "roles/sweagle/files/createService_v2.sh", "content": "#!/bin/bash\n\nfunction startService() {\n\tserviceName=$1\n\n\techo \"Reload daemons\"\n\tsudo systemctl daemon-reload\n\n\tsudo systemctl enable ${serviceName}.service\n\n\techo \"Start Service ${serviceName}\"\n\tsudo service ${serviceName}...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 15257, "all_permissive": false }
ansible_role
OlgaGorlova/ansible-demo
5adb0bce7df14a932624ab4eb0b9d17a0913f285
0
roles/install_nginx
7,222
[ "no_license" ]
[ { "path": "roles/install_nginx/tasks/main.yml", "content": "# ~/ansible-project/roles/install_nginx/tasks/main.yml\n- name: Установить nginx\n apt:\n name: \"{{ nginx_package_name }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
OlgaGorlova/ansible-demo
5adb0bce7df14a932624ab4eb0b9d17a0913f285
0
roles/say_hello
7,222
[ "no_license" ]
[ { "path": "roles/say_hello/tasks/main.yml", "content": "---\n- name: Печатаем приветствие\n debug:\n msg: \"{{ greeting }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/say_hello/defaults/main.yml", "content": "---\ngreeting: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 107, "all_permissive": false }
ansible_role
oudomsieng/elasticsearch-role-playbook
ecf6db51fbbdb25570fef2889d8a0b2bf53f7a93
0
roles/role-elasticsearch
7,222
[ "no_license" ]
[ { "path": "roles/role-elasticsearch/defaults/main.yml", "content": "---\n# defaults file for role-elasticsearch\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/role-elasticsearch/templates/elasticsearch.repo.j2", "content": "[elasticsea...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2671, "all_permissive": false }
ansible_role
oudomsieng/elasticsearch-role-playbook
ecf6db51fbbdb25570fef2889d8a0b2bf53f7a93
0
roles/role-kibana
7,222
[ "no_license" ]
[ { "path": "roles/role-kibana/templates/kibana.service.j2", "content": "[Unit]\nDescription=no description given\n\n[Service]\nType=simple\nUser=kibana\nGroup=root\nExecStart=/opt/kibana/bin/kibana\nRestart=always\n\n\n[Install]\nWantedBy=multi-user.target\n\n", "license_type": "no_license", "detecte...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2375, "all_permissive": false }
ansible_role
oudomsieng/elasticsearch-role-playbook
ecf6db51fbbdb25570fef2889d8a0b2bf53f7a93
0
roles/role-logstash
7,222
[ "no_license" ]
[ { "path": "roles/role-logstash/templates/logstash.service.j2", "content": "#This initfile is for logstash ( http://logstash.net/ )\r\n# you might want to adjust the name of the configfile (and/or the path) and the memory settings\r\n\r\n[Unit]\r\nDescription=Logstash\r\nBindTo=network.target\r\n\r\n[Install...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4478, "all_permissive": false }
ansible_role
PacktPublishing/Learning-Ansible-2.X-Third-Edition
8d38f906773c0d9505f4c92328acfdf7735aaaa0
25
Chapter04/roles/common
7,222
[ "no_license" ]
[ { "path": "Chapter04/roles/common/tasks/main.yaml", "content": "---\n- name: Ensure EPEL is enabled \n yum: \n name: epel-release \n state: present \n become: True \n- name: Ensure libselinux-python is present \n yum: \n name: libselinux-python \n state: present \n become: True \n- name: Ens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1503, "all_permissive": false }
ansible_role
PacktPublishing/Learning-Ansible-2.X-Third-Edition
8d38f906773c0d9505f4c92328acfdf7735aaaa0
25
Chapter04/roles/webserver
7,222
[ "no_license" ]
[ { "path": "Chapter04/roles/webserver/tasks/main.yaml", "content": "--- \n- name: Ensure the HTTPd package is installed \n yum: \n name: httpd \n state: present \n become: True \n- name: Ensure the HTTPd service is enabled and running \n service: \n name: httpd \n state: started \n enabled:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 747, "all_permissive": false }
ansible_role
PacktPublishing/Learning-Ansible-2.X-Third-Edition
8d38f906773c0d9505f4c92328acfdf7735aaaa0
25
Chapter08/roles/java
7,222
[ "no_license" ]
[ { "path": "Chapter08/roles/java/tasks/main.yaml", "content": "- name: Verify if Java8 is installed\n command: rpm -q java-1.8.0-openjdk\n args:\n warn: False\n register: java \n ignore_errors: True \n changed_when: java is failed \n\n- name: Ensure that Java11 is installed\n yum:\n name: java-11...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
PacktPublishing/Learning-Ansible-2.X-Third-Edition
8d38f906773c0d9505f4c92328acfdf7735aaaa0
25
Chapter09/roles/builder
7,222
[ "no_license" ]
[ { "path": "Chapter09/roles/builder/tasks/main.yaml", "content": "- name: Ensure needed packages are present \n yum: \n name: '{{ item }}' \n state: present \n become: True \n with_items: \n - mock \n - rpm-build \n - spectool \n - createrepo \n - httpd \n \n- name: Ensure the user an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 986, "all_permissive": false }
ansible_role
arnovr/ocusagecharts
eb9d040ff213705bbf32a509c8fe120b965960fc
7
ansible/roles/db
7,222
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "- name: Install mysql server and python-mysqldb\n apt: pkg={{ item }} state=installed\n with_items:\n - mysql-server\n - python-mysqldb\n\n- name: Set mysql password for root\n mysql_user: name=root host={{ item }} password={{ mysql_root_pass...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
arnovr/ocusagecharts
eb9d040ff213705bbf32a509c8fe120b965960fc
7
ansible/roles/owncloud
7,222
[ "no_license" ]
[ { "path": "ansible/roles/owncloud/templates/config.php.j2", "content": "<?php\n$CONFIG = array (\n 'instanceid' => 'ocoibzfigi8c',\n 'passwordsalt' => '<PASSWORD>',\n 'secret' => '<KEY>',\n 'trusted_domains' =>\n array (\n 0 => '192.168.12.12',\n 1 => 'ocusagecharts.box',\n ),\n 'datadirectory'...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2871, "all_permissive": false }
ansible_role
arnovr/ocusagecharts
eb9d040ff213705bbf32a509c8fe120b965960fc
7
ansible/roles/web
7,222
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yml", "content": "- name: Install web packages\n apt: pkg={{ item }} state=present\n with_items:\n - php5\n - php5-mysql\n - php5-gd\n - apache2\n\n- name: Remove default virtual host\n file: path=/etc/apache2/sites-enabled/000-default.conf state=absent...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
cbrasantos/ansible-workshop
abe83272ba06e30036714c898de008f99ddad97a
1
ansible/roles/common
7,222
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update Cache\n apt:\n update_cache: yes\n\n- name: Install packages\n apt:\n name: \"{{ packages }}\"\n state: present\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
cbrasantos/ansible-workshop
abe83272ba06e30036714c898de008f99ddad97a
1
ansible/roles/nginx
7,222
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n apt:\n name: nginx\n state: present\n \n- name: Copy index.html\n copy:\n src: website\n dest: /var/www/html\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
staseek/aqara-doorbell-g4-telegram
2014dc38f88fa6f1c6709e69770085b8d62bd2a2
1
ansible_deploy/roles/video_monitoring_tg
7,222
[ "no_license" ]
[ { "path": "ansible_deploy/roles/video_monitoring_tg/templates/systemd_monitoring_service.j2", "content": "[Unit]\nDescription={{ service_description }}\nAfter=network.target\n\n[Service]\nType=simple\nUser=root\nExecStart={{ tools_path }}/venv/bin/python3 {{ tools_path }}/monitor.py\nWorkingDirectory= {{ to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1576, "all_permissive": false }
ansible_role
igodorogea/mdtrade-als-setup
2f7bb4a9f24db0b4a36bbbbf3c7390eff3c6af02
0
provisioning/roles/common
7,222
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: Install common packages\n apt:\n name: \"{{ common_pkgs }}\"\n update_cache: yes\n state: latest\n\n- include: user.yml\n- include: www-data.yml\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
igodorogea/mdtrade-als-setup
2f7bb4a9f24db0b4a36bbbbf3c7390eff3c6af02
0
provisioning/roles/mariadb
7,222
[ "no_license" ]
[ { "path": "provisioning/roles/mariadb/tasks/main.yml", "content": "---\n- name: Import MariaDB gpg key\n apt_key:\n url: \"https://mariadb.org/mariadb_release_signing_key.asc\"\n state: present\n\n- name: Add MariaDB apt repository\n apt_repository:\n repo: \"deb [arch=amd64] http://mariadb.mirro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1031, "all_permissive": false }
ansible_role
igodorogea/mdtrade-als-setup
2f7bb4a9f24db0b4a36bbbbf3c7390eff3c6af02
0
provisioning/roles/nginx
7,222
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/tasks/default_site.yml", "content": "---\n- name: 'Backup default vhost: 1. Check if exist'\n stat: \"path={{ nginx_default_site }}\"\n register: default_vhost\n\n- name: 'Backup default vhost: 2. Move file'\n shell: >\n mv {{ nginx_default_site }} {{ nginx_default_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 635, "all_permissive": false }
ansible_role
jkumar10/nagios-ansible
440b4ed0ade8455ac41831f43dfe2c7933d26262
0
roles/iptables
7,222
[ "no_license" ]
[ { "path": "roles/iptables/meta/main.yml", "content": "galaxy_info:\n author: compose \n license: \"license (BSD, MIT)\"\n min_ansible_version: 1.8\n platforms:\n - name: EL\n versions:\n - 7\n galaxy_tags: \n - firewall\n - iptables\n\ndependencies: []\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3052, "all_permissive": false }
ansible_role
jkumar10/nagios-ansible
440b4ed0ade8455ac41831f43dfe2c7933d26262
0
roles/nagios
7,222
[ "no_license" ]
[ { "path": "roles/nagios/handlers/main.yml", "content": "---\n# handlers file for nagios\n\n- name: restart iptables\n service:\n name: \"{{ iptables_service }}\"\n state: restarted\n\n- name: restart apache\n service: name={{ apache_service }} state=restarted enabled=yes\n\n", "license_type": "n...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 8721, "all_permissive": false }
ansible_role
jkumar10/nagios-ansible
440b4ed0ade8455ac41831f43dfe2c7933d26262
0
roles/nagios-conf
7,222
[ "no_license" ]
[ { "path": "roles/nagios-conf/tasks/create-cfg.yml", "content": "---\n\n- name: check if file exists\n stat:\n path: /usr/local/nagios/etc/objects/{{ item.value.name }}.cfg\n register: hello\n with_dict: \"{{ some_dict }}\"\n\n- name: create cfg from template\n template:\n src: client.cfg.j2\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3518, "all_permissive": false }
ansible_role
jkumar10/nagios-ansible
440b4ed0ade8455ac41831f43dfe2c7933d26262
0
roles/nrpe-server
7,222
[ "no_license" ]
[ { "path": "roles/nrpe-server/meta/main.yml", "content": "galaxy_info:\n author: jk\n description: Install Nrpe on CentOS\n\n min_ansible_version: 2.2\n\n platforms:\n - name: EL\n versions: 7\n\n galaxy_tags:\n - nrpe\n\ndependencies: []\n\n", "license_type": "no_license", "detected_lice...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 3422, "all_permissive": false }
ansible_role
jkumar10/nagios-ansible
440b4ed0ade8455ac41831f43dfe2c7933d26262
0
roles/ntp
7,222
[ "no_license" ]
[ { "path": "roles/ntp/handlers/main.yml", "content": "---\n- name: restart ntpd\n service:\n name={{ ntpd_daemon }}\n state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/ntp/defaults/main.yml", "content": "---\nntp_ser...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 997, "all_permissive": false }
ansible_role
cloud-bulldozer/browbeat
ea76686f03ed5661522ff0c8453c987729093302
91
ansible/browbeat/roles/apache-config
7,219
[ "no_license" ]
[ { "path": "ansible/browbeat/roles/apache-config/tasks/main.yml", "content": "---\n#\n# Tasks to deploy new prefork.conf settings for httpd\n#\n\n- name: Push new prefork.conf\n become: true\n template:\n src: prefork.conf.j2\n dest: /etc/httpd/conf.modules.d/prefork.conf\n mode: 0644\n owner: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 873, "all_permissive": false }
ansible_role
cloud-bulldozer/browbeat
ea76686f03ed5661522ff0c8453c987729093302
91
ansible/browbeat/roles/ceilometer-config
7,219
[ "no_license" ]
[ { "path": "ansible/browbeat/roles/ceilometer-config/tasks/main.yml", "content": "---\n#\n# Configure ceilometer.conf tasks\n#\n\n- name: Configure ceilometer.conf\n become: true\n ini_file:\n dest: \"{{ceilometer_config_file}}\"\n mode: 0640\n # (akrzos) Commented out Group as to prevent in Pike ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1181, "all_permissive": false }
ansible_role
cloud-bulldozer/browbeat
ea76686f03ed5661522ff0c8453c987729093302
91
ansible/browbeat/roles/ceilometer-polling
7,219
[ "no_license" ]
[ { "path": "ansible/browbeat/roles/ceilometer-polling/templates/pipeline.yaml.j2", "content": "---\nsources:\n - name: meter_source\n interval: {{polling_interval}}\n meters:\n - \"*\"\n sinks:\n - meter_sink\n - name: cpu_source\n interval: {{polling_interval}}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8445, "all_permissive": false }
ansible_role
cloud-bulldozer/browbeat
ea76686f03ed5661522ff0c8453c987729093302
91
ansible/browbeat/roles/cinder-workers
7,219
[ "no_license" ]
[ { "path": "ansible/browbeat/roles/cinder-workers/handlers/main.yml", "content": "---\n#\n# Cinder handlers for browbeat adjustment\n#\n\n- name: unmanage cinder services\n become: true\n command: pcs resource unmanage {{ item }}\n with_items:\n - openstack-cinder-api\n ignore_errors: true\n when: pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1239, "all_permissive": false }
ansible_role
cloud-bulldozer/browbeat
ea76686f03ed5661522ff0c8453c987729093302
91
ansible/browbeat/roles/gnocchi-api-config
7,219
[ "no_license" ]
[ { "path": "ansible/browbeat/roles/gnocchi-api-config/tasks/main.yml", "content": "---\n#\n# Tasks to reconfigure Gnocchi API wsgi service\n#\n\n- name: Get internal API address\n become: true\n shell: \"grep {{inventory_hostname}}.internalapi.localdomain /etc/hosts | awk '{print $1}'\"\n register: intern...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1802, "all_permissive": false }
ansible_role
cloud-bulldozer/browbeat
ea76686f03ed5661522ff0c8453c987729093302
91
ansible/browbeat/roles/gnocchi-config
7,219
[ "no_license" ]
[ { "path": "ansible/browbeat/roles/gnocchi-config/tasks/main.yml", "content": "---\n#\n# Tasks to adjust Gnocchi configuration items\n#\n\n- name: Configure gnocchi.conf\n become: true\n ini_file:\n dest: \"{{gnocchi_config_file}}\"\n mode: 0640\n # (akrzos) Commented out Group as to prevent in Pi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 810, "all_permissive": false }
ansible_role
cloud-bulldozer/browbeat
ea76686f03ed5661522ff0c8453c987729093302
91
ansible/browbeat/roles/keystone-token
7,219
[ "no_license" ]
[ { "path": "ansible/browbeat/roles/keystone-token/tasks/main.yml", "content": "---\n#\n# Keystone tasks to change token type\n#\n\n- name: Determine if keystone is deployed in eventlet\n shell: ps afx | grep \"[Kk]eystone-all\" -c\n register: deployed\n when: keystone_deployment is undefined\n ignore_err...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4252, "all_permissive": false }
ansible_role
cloud-bulldozer/browbeat
ea76686f03ed5661522ff0c8453c987729093302
91
ansible/browbeat/roles/keystone-workers
7,219
[ "no_license" ]
[ { "path": "ansible/browbeat/roles/keystone-workers/tasks/main.yml", "content": "---\n#\n# Keystone tasks for browbeat\n# * Change eventlet worker count or httpd process/thread count\n# * Change keystone deployed in eventlet or httpd\n#\n\n- name: Determine if keystone is deployed in eventlet\n shell: ps af...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 6662, "all_permissive": false }
ansible_role
cloud-bulldozer/browbeat
ea76686f03ed5661522ff0c8453c987729093302
91
ansible/browbeat/roles/neutron-firewall
7,219
[ "no_license" ]
[ { "path": "ansible/browbeat/roles/neutron-firewall/handlers/main.yml", "content": "---\n#\n# Neutron handlers for browbeat adjustment\n#\n\n- name: unmanage neutron services\n command: pcs resource unmanage {{ item }}\n with_items:\n - neutron-openvswitch-agent\n - neutron-server\n - neutron-l3-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1401, "all_permissive": false }
ansible_role
cloud-bulldozer/browbeat
ea76686f03ed5661522ff0c8453c987729093302
91
ansible/browbeat/roles/neutron-l3
7,219
[ "no_license" ]
[ { "path": "ansible/browbeat/roles/neutron-l3/handlers/main.yml", "content": "---\n#\n# Neutron handlers for browbeat adjustment\n#\n\n- name: unmanage neutron services\n command: pcs resource unmanage {{ item }}\n with_items:\n - neutron-server\n - neutron-metadata-agent\n ignore_errors: true\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1344, "all_permissive": false }
ansible_role
cloud-bulldozer/browbeat
ea76686f03ed5661522ff0c8453c987729093302
91
ansible/browbeat/roles/neutron-ovsdb
7,219
[ "no_license" ]
[ { "path": "ansible/browbeat/roles/neutron-ovsdb/handlers/main.yml", "content": "---\n#\n# Neutron handlers for browbeat adjustment\n#\n\n- name: restart neutron services\n service: name={{ item }} state=restarted\n with_items:\n - neutron-openvswitch-agent\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 649, "all_permissive": false }
ansible_role
cloud-bulldozer/browbeat
ea76686f03ed5661522ff0c8453c987729093302
91
ansible/browbeat/roles/neutron-workers
7,219
[ "no_license" ]
[ { "path": "ansible/browbeat/roles/neutron-workers/handlers/main.yml", "content": "---\n#\n# Neutron handlers for browbeat adjustment\n#\n\n- name: unmanage neutron services\n become: true\n command: pcs resource unmanage {{ item }}\n with_items:\n - neutron-server\n - neutron-metadata-agent\n igno...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1866, "all_permissive": false }
ansible_role
cloud-bulldozer/browbeat
ea76686f03ed5661522ff0c8453c987729093302
91
ansible/browbeat/roles/nova-config
7,219
[ "no_license" ]
[ { "path": "ansible/browbeat/roles/nova-config/tasks/main.yml", "content": "---\n#\n# Configure nova.conf tasks\n#\n\n- name: (Newton, Ocata, Pike, Train) Configure nova.conf\n become: true\n ini_file:\n dest: \"{{nova_config_file}}\"\n mode: 0640\n # (akrzos) Commented out Group as to prevent in ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }