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 | russelabedin/ansible-automation | f19db31e94c9cff1baa3ff39286e6658ba45b171 | 0 | roles/db_restore_linux | 1,459 | [
"no_license"
] | [
{
"path": "roles/db_restore_linux/tasks/main.yml",
"content": "---\n\n- name: Set facts for DB backup and Restore\n include: set_facts.yml\n \n- name: Create mountpoint\n file:\n path: /mnt/backups\n state: directory\n\n- name: Mount shared drive\n mount:\n state: mounted\n fstype: cifs\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3369,
"all_permissive": false
} |
ansible_role | russelabedin/ansible-automation | f19db31e94c9cff1baa3ff39286e6658ba45b171 | 0 | roles/db_restore_windows | 1,459 | [
"no_license"
] | [
{
"path": "roles/db_restore_windows/tasks/db2.yml",
"content": "---\n - name: Create backup folder\n win_file:\n path: \"{{ temp_backup_path }}\"\n state: directory\n\n - name: Copy dump to local temp directory\n win_copy:\n remote_src: yes\n src: \"{{ backup_path }}\\\\{{ backup... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7843,
"all_permissive": false
} |
ansible_role | russelabedin/ansible-automation | f19db31e94c9cff1baa3ff39286e6658ba45b171 | 0 | roles/hana_linux | 1,459 | [
"no_license"
] | [
{
"path": "roles/hana_linux/defaults/main.yml",
"content": "---\n\nlinux_tmp_dir: '/tmp/devops'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/hana_linux/tasks/install_hana.yml",
"content": "---\n\n# \n#\n- name: \"Creating HANA director... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3417,
"all_permissive": false
} |
ansible_role | russelabedin/ansible-automation | f19db31e94c9cff1baa3ff39286e6658ba45b171 | 0 | roles/jdk_linux | 1,459 | [
"no_license"
] | [
{
"path": "roles/jdk_linux/tasks/set_facts.yml",
"content": "---\n - name: Setting Amazon Corretto 8 Fact\n set_fact:\n jdk_pkg: amazon-corretto-8.265.01.1-linux-x64\n jdk_version: 8\n jdk_build: 265.01.1\n jdk_url: https://binrepo.vtxdev.net/artifactory/software-local/ja... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2213,
"all_permissive": false
} |
ansible_role | russelabedin/ansible-automation | f19db31e94c9cff1baa3ff39286e6658ba45b171 | 0 | roles/jdk_windows | 1,459 | [
"no_license"
] | [
{
"path": "roles/jdk_windows/defaults/main.yml",
"content": "---\njdk_repo_base: java/Windows/Amazon/\njdk_pkg: amazon-corretto-8.202.08.2-windows-x64-jdk.zip\njdk_install_dir: 'C:\\DeploymentUnit\\java\\jdk1.8.0_202'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1780,
"all_permissive": false
} |
ansible_role | russelabedin/ansible-automation | f19db31e94c9cff1baa3ff39286e6658ba45b171 | 0 | roles/mssql_windows | 1,459 | [
"no_license"
] | [
{
"path": "roles/mssql_windows/defaults/main.yml",
"content": "---\n# EXAMPLES to be passed in externally\n# mssql_version: 2016\n# mssql_iso_pkg: en_sql_server_2016_standard_with_service_pack_1_x64_dvd_9540929.iso\nmssql_db_instance: 'default'\nmssql_iso_base_dir: database/sqlserver\nmssql_install_ini: '{{... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 9020,
"all_permissive": false
} |
ansible_role | russelabedin/ansible-automation | f19db31e94c9cff1baa3ff39286e6658ba45b171 | 0 | roles/oracle_linux | 1,459 | [
"no_license"
] | [
{
"path": "roles/oracle_linux/tasks/prepare.yml",
"content": "---\n\n# ==> Setting OS level parameters or configuration\n- include_vars: \"oracle-database.yml\"\n\n# ==> Install OS level packages\n- name: Installing required OS libraries\n yum: name={{ oracle_database_packages_list }} state=present\n igno... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 16077,
"all_permissive": false
} |
ansible_role | russelabedin/ansible-automation | f19db31e94c9cff1baa3ff39286e6658ba45b171 | 0 | roles/oracle_windows | 1,459 | [
"no_license"
] | [
{
"path": "roles/oracle_windows/defaults/main.yml",
"content": "---\n\n# Values to be used when performing a default Oracle installation\ndb_sid: A001\n\ndb_user: system\ndb_pass: ///\n\ndb_sysdba_user: sys\ndb_sysdba_pass: ///\n\noracle_username: oracle\noracle_password: ///\n\n\n# scripts for creating the... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 13884,
"all_permissive": false
} |
ansible_role | russelabedin/ansible-automation | f19db31e94c9cff1baa3ff39286e6658ba45b171 | 0 | roles/pgsql_linux | 1,459 | [
"no_license"
] | [
{
"path": "roles/pgsql_linux/templates/bash_profile.j2",
"content": "# .bash_profile\n#/home/postgres/.bash_profile\n\n# Get the aliases and functions\nif [ -f ~/.bashrc ]; then\n . ~/.bashrc\nfi\n\n#POSTGRESQL PATHS\nPATH=$PATH:/usr/pgsql-{{ pgsql_version }}/bin:/usr/pgsql-{{ pgsql_version }}:$HOME/.loc... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 21368,
"all_permissive": false
} |
ansible_role | russelabedin/ansible-automation | f19db31e94c9cff1baa3ff39286e6658ba45b171 | 0 | roles/pgsql_windows | 1,459 | [
"no_license"
] | [
{
"path": "roles/pgsql_windows/defaults/main.yml",
"content": "---\n# The version of Postgres will be passed externally\n# Possible version numbers are 9,10,11,12,13\n\ndb_postgres_user: postgres\ndb_postgres_pass: ///\npostgres_home_username: PostgreSQL\nPREFIX: 'C:\\DeploymentUnit\\{{ postgres_home_userna... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4167,
"all_permissive": false
} |
ansible_role | russelabedin/ansible-automation | f19db31e94c9cff1baa3ff39286e6658ba45b171 | 0 | roles/wildfly | 1,459 | [
"no_license"
] | [
{
"path": "roles/wildfly/defaults/main.yml",
"content": "---\nwildfly_repo_base_dir: https://binrepo.vtxdev.net/artifactory/software-local/AppServers/wildfly/\nwildfly_package: wildfly-17.0.0.Final.zip\nwildfly_install_base: C:\\DeploymentUnit\nwildfly_dir: wildfly-17.0.0.Final\nwildfly_oseries_war_dir: C:\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2719,
"all_permissive": false
} |
ansible_role | Adnankursun/ansible_docker_nginx | 637906e80f684338df485f09da27a394e756ead0 | 0 | roles/ansible_sample | 1,399 | [
"no_license"
] | [
{
"path": "roles/ansible_sample/tasks/main.yml",
"content": "---\n# tasks file for sample_role \n- name: install EPEL release package for centos\n yum:\n name: \"epel-release\"\n state: present\n\n- name: Install system requirements for docker-py\n yum:\n name: \"{{ item }}\"\n state: present\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3987,
"all_permissive": false
} |
ansible_role | Clouddays-tech/Ansible-praticallab | 3759b7edd5beacc39a734dcc4a6edccab03ed1e6 | 0 | ansible/roles/geerlingguy.nodejs | 1,399 | [
"permissive"
] | [
{
"path": "ansible/roles/geerlingguy.nodejs/tasks/setup-Debian.yml",
"content": "---\n- name: Ensure dependencies are present.\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - python3-debian\n - gnupg2\n state: present\n\n- name: Ensure the folder exists\n ansible.builtin.fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1790,
"all_permissive": true
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/apache2 | 1,399 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "---\n\n- name: Ensure Apache2 packages are installed\n apt: pkg={{ item }} state=latest\n with_items:\n - apache2\n - apache2-mpm-prefork\n - python-psycopg2\n\n- name: Ensure Apache2 is running\n service: name=apache2 state=started\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/apache2-php5 | 1,399 | [
"no_license"
] | [
{
"path": "roles/apache2-php5/tasks/main.yml",
"content": "---\n\n- name: Ensure Apache2 PHP5 packages are installed\n apt: pkg={{ item }} state=latest\n with_items:\n - php5\n - php5-mysql\n - libapache2-mod-php5\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/debian-prereq | 1,399 | [
"no_license"
] | [
{
"path": "roles/debian-prereq/handlers/main.yml",
"content": "---\n\n- name: ssh.restart\n service: name=ssh state=restarted\n\n- name: timezone.update\n command: dpkg-reconfigure --frontend noninteractive tzdata\n\n- name: postfix.aliases\n command: postalias /etc/aliases\n\n- name: postfix.restart\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4064,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/mysql-server | 1,399 | [
"no_license"
] | [
{
"path": "roles/mysql-server/tasks/main.yml",
"content": "---\n- name: Ensure apt cache is up to date\n apt: update_cache=yes\n\n- name: Ensure MySQL is installed\n apt: pkg={{item}} state=latest\n with_items:\n - mysql-server\n - mysql-utilities\n\n- name: Ensure MySQL is running\n service: name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/nginx-passenger | 1,399 | [
"no_license"
] | [
{
"path": "roles/nginx-passenger/tasks/main.yml",
"content": "---\n\n- name: Update apt cache\n sudo: yes\n apt: update_cache=yes\n\n- name: Install the libcurl GnuTLS development files that Passenger requires\n sudo: yes\n apt: pkg=libcurl4-gnutls-dev\n state=present\n\n- name: Install Passenger\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3013,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/nginx-standalone | 1,399 | [
"no_license"
] | [
{
"path": "roles/nginx-standalone/defaults/main.yml",
"content": "---\nnginx_version: \"1.6.0\"\npassenger_version: \"4.0.41\"\n\nnginx_checksum: \"943ad757a1c3e8b3df2d5c4ddacc508861922e36fa10ea6f8e3a348fc9abfc1a\"\nnginx_extra_configure_flags: \"--with-http_gzip_static_module\"\nnginx_download_url: \"http:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2392,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/nginx-vhost | 1,399 | [
"no_license"
] | [
{
"path": "roles/nginx-vhost/example_vars/main.yml",
"content": "---\nnginx_vhost:\n name: \"site\"\n template: \"passenger-default.conf\"\n server_name: \"localhost\"\n location: \"/home/web/site\"\n rack_env: production # optional, defaults to 'production'\n user: www-data\n group: www-data",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/node | 1,399 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n- name: Download the node source code\n sudo: no\n get_url: url={{ node_download_location }}\n dest={{ source_directory }}/{{ node_version }}.tar.gz\n sha256sum={{ node_checksum }}\n\n- name: Generate the node installation script ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1232,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/non-privileged-users | 1,399 | [
"no_license"
] | [
{
"path": "roles/non-privileged-users/tasks/main.yml",
"content": "---\n- name: create non-privileged users\n user: name={{ item.name }} state=present shell=\"/bin/bash\" groups={{ item.groups }} home=/home/{{ item.name }}\n with_items: non_privileged_users\n\n- name: create .ssh directories for non-privi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/postgresql-9.3-server | 1,399 | [
"no_license"
] | [
{
"path": "roles/postgresql-9.3-server/tasks/main.yml",
"content": "---\n\n- name: Add PostgreSQL apt key\n apt_key: url='https://www.postgresql.org/media/keys/ACCC4CF8.asc' state=present\n\n- name: Add PostgreSQL apt repository\n apt_repository: repo='deb http://apt.postgresql.org/pub/repos/apt/ wheezy-p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 541,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/postgresql-databases | 1,399 | [
"no_license"
] | [
{
"path": "roles/postgresql-databases/example_vars/main.yml",
"content": "---\n\npostgresql_users:\n - username: test_user\n password: <PASSWORD>\n databases:\n - test_db\n\npostgresql_databases:\n - name: test_db\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1080,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/postgresql-server | 1,399 | [
"no_license"
] | [
{
"path": "roles/postgresql-server/tasks/main.yml",
"content": "---\n\n- name: Ensure PostgreSQL packages are installed\n apt: pkg={{ item }} state=latest\n with_items:\n - postgresql\n - libpq-dev\n - python-psycopg2\n\n- name: Ensure PostgreSQL is running\n service: name=postgresql state=start... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/rails-capistrano | 1,399 | [
"no_license"
] | [
{
"path": "roles/rails-capistrano/example_vars/main.yml",
"content": "---\n\nrails_app:\n path: \"/path/to/app\"\n user: foo\n group: foo # optional, defaults to user\n db_template: templates/foo.yml # template used to generate database.yml\n db: \"{{ foo.bar }}\" # arbitrary dictionary passed to datab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1733,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/redis-server | 1,399 | [
"no_license"
] | [
{
"path": "roles/redis-server/tasks/main.yml",
"content": "---\n\n- name: Create redis user/group\n sudo: yes\n user: name=redis\n createhome=no\n system=yes\n\n- name: Download the redis source code\n sudo: no\n get_url: url={{ redis_download_url }}\n dest={{ source_directory }}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4232,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/ruby-common | 1,399 | [
"no_license"
] | [
{
"path": "roles/ruby-common/README.md",
"content": "# ruby-common\n\nReference: https://github.com/X0nic/ansible-rails-stack",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/ruby-common/tasks/main.yml",
"content": "---\n- name: Update apt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1289,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/runit | 1,399 | [
"no_license"
] | [
{
"path": "roles/runit/tasks/main.yml",
"content": "---\n\n- name: Install runit\n apt: pkg=runit\n state=latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/runit/README.md",
"content": "# runit\n\n## Tasks\n\n * Installs `r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 104,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/runit-per-user-services | 1,399 | [
"no_license"
] | [
{
"path": "roles/runit-per-user-services/tasks/main.yml",
"content": "---\n\n- name: Create runit service directory for user\n sudo: yes\n file: \"path=/home/{{ runit_per_user_services.name }}/service\n \t\towner={{ runit_per_user_services.name }}\n \t\tgroup={{ runit_per_user_services.group | default(r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1275,
"all_permissive": false
} |
ansible_role | jaz303/ansible-roles | bc0c7bca151198b8c7575aa6a7e36e5c0d82e61b | 1 | roles/samba | 1,399 | [
"no_license"
] | [
{
"path": "roles/samba/README.md",
"content": "Reference: https://github.com/iamveen/ansible-shared/tree/master/samba",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/samba/defaults/main.yml",
"content": "---\n\nsamba_name: samba\nsamba_wo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 928,
"all_permissive": false
} |
ansible_role | Vetal-V/deploy-callboard | 69f197e206da69c90d1a86f87d682ace4b70bfb0 | 0 | ansible/roles/deploy_files | 1,399 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_files/templates/frontend-deployment.yml",
"content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: frontend\n labels:\n app: frontend\nspec:\n replicas: 2\n selector:\n matchLabels:\n app: frontend\n template:\n metadata:\n labels:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1059,
"all_permissive": false
} |
ansible_role | Vetal-V/deploy-callboard | 69f197e206da69c90d1a86f87d682ace4b70bfb0 | 0 | ansible/roles/install_all | 1,399 | [
"no_license"
] | [
{
"path": "ansible/roles/install_all/tasks/main.yml",
"content": "---\n- name: install Docker\n apt:\n name: docker.io\n state: present\n update_cache: true\n\n- name: install APT Transport HTTPS\n apt:\n name: apt-transport-https\n state: present\n\n- name: add Kubernetes apt-key\n apt_ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1486,
"all_permissive": false
} |
ansible_role | Vetal-V/deploy-callboard | 69f197e206da69c90d1a86f87d682ace4b70bfb0 | 0 | ansible/roles/install_main | 1,399 | [
"no_license"
] | [
{
"path": "ansible/roles/install_main/tasks/main.yml",
"content": "---\n- name: install kubectl\n apt:\n name: kubectl\n state: latest\n force: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 85,
"all_permissive": false
} |
ansible_role | Vetal-V/deploy-callboard | 69f197e206da69c90d1a86f87d682ace4b70bfb0 | 0 | ansible/roles/join_worker | 1,399 | [
"no_license"
] | [
{
"path": "ansible/roles/join_worker/tasks/main.yml",
"content": "---\n- name: join cluster\n shell: \"{{ hostvars[groups['main'][0]]['join_command'] }} >> node_joined.txt\"\n args:\n chdir: /home/ubuntu\n creates: node_joined.txt",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | Vetal-V/deploy-callboard | 69f197e206da69c90d1a86f87d682ace4b70bfb0 | 0 | ansible/roles/setup_main | 1,399 | [
"no_license"
] | [
{
"path": "ansible/roles/setup_main/tasks/main.yml",
"content": "---\n- name: initialize the cluster\n shell: kubeadm init --pod-network-cidr=10.244.0.0/16 >> cluster_initialized.txt\n args:\n chdir: /home/ubuntu\n creates: cluster_initialized.txt\n become: true\n\n- name: rm file .kube\n command:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 872,
"all_permissive": false
} |
ansible_role | vadimzharov/k8s-cilium-cluster-mesh | 1dde0861b45f73340149b8a1eaf2260507706bfe | 4 | roles/cilium-mesh | 1,399 | [
"no_license"
] | [
{
"path": "roles/cilium-mesh/defaults/main.yaml",
"content": "cilium_mesh_deploy: true\nlocal_kubeconfig: \"{{playbook_dir}}/kubeconfig-{{cluster_name}}\"\ninstall_cilium: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/cilium-mesh/task... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1444,
"all_permissive": false
} |
ansible_role | vadimzharov/k8s-cilium-cluster-mesh | 1dde0861b45f73340149b8a1eaf2260507706bfe | 4 | roles/k8s-setup | 1,399 | [
"no_license"
] | [
{
"path": "roles/k8s-setup/tasks/k8s-cni-cilium.yaml",
"content": "- name: Ensure tmp directory exist\n file:\n path: \"{{playbook_dir}}/files/tmp\"\n state: directory\n delegate_to: localhost \n\n- name: Check if private key exists\n stat:\n path: files/tmp/cilium-ca-certificate.key\n regi... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 10707,
"all_permissive": false
} |
ansible_role | vadimzharov/k8s-cilium-cluster-mesh | 1dde0861b45f73340149b8a1eaf2260507706bfe | 4 | roles/k8s-vm | 1,399 | [
"no_license"
] | [
{
"path": "roles/k8s-vm/tasks/add-vm-inventory.yaml",
"content": "- name: Ensure VM is running\n command: \"virsh dominfo {{k8s_vm_name}}\"\n ignore_errors: true\n register: virsh_dominfo_existing_vm\n become: true\n run_once: true\n delegate_to: localhost\n\n- name: Start VM\n command: \"virsh start... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6284,
"all_permissive": false
} |
ansible_role | Yerem05033/epam_Ansible | 559c04cb61fd21736730ae9516e9ffc9ebc245ac | 0 | roles/mysql | 1,399 | [
"no_license"
] | [
{
"path": "roles/mysql/defaults/main.yml",
"content": "---\n# defaults file for mysql\nmysql_version: '8.0.23'\nmysql_root_password: '<PASSWORD>'\nmysql_unix_socket_path: '/var/run/mysqld/mysqld.sock'\n\nmysql_user: 'user'\nmysql_user_passwd: '<PASSWORD>'\nmysql_user_priv: '*.*:ALL'",
"license_type": "n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1315,
"all_permissive": false
} |
ansible_role | Yerem05033/epam_Ansible | 559c04cb61fd21736730ae9516e9ffc9ebc245ac | 0 | roles/nginx | 1,399 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/wordpress.j2",
"content": "\nserver {\n\tlisten {{nginx_listen_port}} ;\n\tserver_name {{nginx_server_name}};\n\troot {{nginx_doc_root}};\n\n\tindex {{nginx_index_file}};\n\n\tlocation ~ \\.php$ {\n include snippets/fastcgi-php.conf;\n fastcgi_pas... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1516,
"all_permissive": false
} |
ansible_role | Yerem05033/epam_Ansible | 559c04cb61fd21736730ae9516e9ffc9ebc245ac | 0 | roles/php | 1,399 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: 'install php required packages'\n apt:\n name: \n - 'php'\n - 'php-fpm'\n - 'php-mysql'\n state: 'present'\n update_cache: true\n become: true\n\n- name: 'php-fpm is started'\n service:\n name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | Yerem05033/epam_Ansible | 559c04cb61fd21736730ae9516e9ffc9ebc245ac | 0 | roles/wordpress | 1,399 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n# tasks file for wordpress\n- name: 'install required packages'\n apt:\n name: 'unzip'\n state: 'present'\n update_cache: true\n become: true\n\n- name: 'Download and extract Wordpress files'\n unarchive:\n src: '{{wordpress_archive... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1302,
"all_permissive": false
} |
ansible_role | stayyule/sonic-test | f901f1c9803f33af56fb3c2923be60c6384e768f | 4 | ansible/roles/eos | 1,399 | [
"no_license"
] | [
{
"path": "ansible/roles/eos/tasks/ceos.yml",
"content": "- include_tasks: ceos_config.yml\n\n- name: Create cEOS container ceos_{{ vm_set_name }}_{{ inventory_hostname }}\n become: yes\n docker_container:\n name: ceos_{{ vm_set_name }}_{{ inventory_hostname }}\n image: \"{{ ceos_image }}\"\n com... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5559,
"all_permissive": false
} |
ansible_role | stayyule/sonic-test | f901f1c9803f33af56fb3c2923be60c6384e768f | 4 | ansible/roles/fanout | 1,399 | [
"no_license"
] | [
{
"path": "ansible/roles/fanout/tasks/fanout_sonic.yml",
"content": "- debug: msg=\"{{ device_info }}\"\n\n- name: prepare fanout switch admin login info\n set_fact: ansible_user={{ fanout_sonic_user }} ansible_password={{ <PASSWORD> }}\n\n- name: find interface name mapping\n port_alias: hwsku=\"{{ devic... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5749,
"all_permissive": false
} |
ansible_role | stayyule/sonic-test | f901f1c9803f33af56fb3c2923be60c6384e768f | 4 | ansible/roles/vm_set | 1,399 | [
"no_license"
] | [
{
"path": "ansible/roles/vm_set/library/kvm_port.py",
"content": "#!/usr/bin/python\n\nimport re\nimport sys\nimport time\nimport subprocess\nfrom ansible.module_utils.basic import *\n\nDOCUMENTATION = '''\nmodule: kvm_port\nversion_added: \"0.1\"\nauthor: <NAME> (<EMAIL>)\nshort_description: Gather managem... | {
"task_files": 15,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 65052,
"all_permissive": false
} |
ansible_role | kswbr/Ansible-Centos7-Laravel | 3b3d292875667d0416745b93179d350b7c865a89 | 0 | provisioning/roles/apache2_4 | 1,399 | [
"no_license"
] | [
{
"path": "provisioning/roles/apache2_4/tasks/config.yml",
"content": "---\n#####\n# httpd.confのデプロイ\n#####\n- name: check existance /etc/httpd/conf\n stat: path=/etc/httpd/conf\n register: etc_httpd_conf\n\n- name: deploy /etc/httpd/conf/httpd.conf\n template: src=httpd.conf dest=/etc/httpd/conf/httpd.c... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2691,
"all_permissive": false
} |
ansible_role | kswbr/Ansible-Centos7-Laravel | 3b3d292875667d0416745b93179d350b7c865a89 | 0 | provisioning/roles/chrome | 1,399 | [
"no_license"
] | [
{
"path": "provisioning/roles/chrome/tasks/main.yml",
"content": "- name: install chromedriver\n became: true\n yum: name=https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm state=present\n\n- name: install unzip\n became: true\n yum: name=unzip state=installed\n\n\n- name: create... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 569,
"all_permissive": false
} |
ansible_role | kswbr/Ansible-Centos7-Laravel | 3b3d292875667d0416745b93179d350b7c865a89 | 0 | provisioning/roles/ec2 | 1,399 | [
"no_license"
] | [
{
"path": "provisioning/roles/ec2/tasks/main.yml",
"content": "---\n\n- name: install ruby\n yum: name=ruby state=installed\n\n- name: get agent\n become: yes\n get_url: url=\"https://aws-codedeploy-ap-northeast-1.s3.amazonaws.com/latest/install\" dest={{ homedir }} mode=755\n\n- name: install agent\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | kswbr/Ansible-Centos7-Laravel | 3b3d292875667d0416745b93179d350b7c865a89 | 0 | provisioning/roles/laravel | 1,399 | [
"no_license"
] | [
{
"path": "provisioning/roles/laravel/tasks/main.yml",
"content": "####\n# Laravel動かすためにSELinuxを無効化したほうがよさげ\n####\n- name: install libselinux-python\n yum: name=libselinux-python state=latest\n\n- name: disable SELinux\n selinux: state=disabled\n\n- name: check project-myapp\n stat:\n path: \"{{ homed... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2547,
"all_permissive": false
} |
ansible_role | kswbr/Ansible-Centos7-Laravel | 3b3d292875667d0416745b93179d350b7c865a89 | 0 | provisioning/roles/mysql57 | 1,399 | [
"no_license"
] | [
{
"path": "provisioning/roles/mysql57/templates/my.cnf",
"content": "[client]\npassword=<PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "provisioning/roles/mysql57/tasks/main.yml",
"content": "---\n\n- name: install libselinux-pytho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2456,
"all_permissive": false
} |
ansible_role | kswbr/Ansible-Centos7-Laravel | 3b3d292875667d0416745b93179d350b7c865a89 | 0 | provisioning/roles/npm | 1,399 | [
"no_license"
] | [
{
"path": "provisioning/roles/npm/tasks/main.yml",
"content": "---\n- name: setup nodejs8.x\n become: yes\n shell: curl -sL https://rpm.nodesource.com/setup_8.x | sudo -E bash -\n- name: installing latest version of node.js\n become: yes\n yum:\n name: nodejs\n state: latest\n\n# - name: Check Nod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3043,
"all_permissive": false
} |
ansible_role | kswbr/Ansible-Centos7-Laravel | 3b3d292875667d0416745b93179d350b7c865a89 | 0 | provisioning/roles/phantomjs | 1,399 | [
"no_license"
] | [
{
"path": "provisioning/roles/phantomjs/tasks/main.yml",
"content": "- name: add rpm okay repository\n became: true\n yum:\n name: http://repo.okay.com.mx/centos/7/x86_64/release/okay-release-1-1.noarch.rpm\n state: present\n\n- name: install phantomjs\n became: true\n yum: name=phantomjs state=in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": false
} |
ansible_role | kswbr/Ansible-Centos7-Laravel | 3b3d292875667d0416745b93179d350b7c865a89 | 0 | provisioning/roles/php7 | 1,399 | [
"no_license"
] | [
{
"path": "provisioning/roles/php7/tasks/main.yml",
"content": "---\n- name: yum install epel-repease\n yum: name=epel-release state=installed\n\n- name: add remi-repo repository\n became: true\n command: rpm -ih http://rpms.famillecollet.com/enterprise/remi-release-7.rpm creates=/etc/yum.repos.d/remi.re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 752,
"all_permissive": false
} |
ansible_role | lovehhf/ansible_shadowsocks | dac9d214a3fdf7c192ce051121e950273a8ed1b9 | 1 | roles/ss_server | 1,399 | [
"no_license"
] | [
{
"path": "roles/ss_server/tasks/main.yml",
"content": "---\n\n- name: Install Shadowsocks dependencies\n sudo: True\n apt: pkg={{ item }}\n with_items: shadowsocks_dependencies\n\n- name: Add the Shadowsocks user\n sudo: True\n user: name=shadowsocks\n home={{ shadowsocks_location }}\n shell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2900,
"all_permissive": false
} |
ansible_role | SergSha/lab-02 | 03f6f08f9d869cf54cda5a0e5ac7aed3027fb962 | 1 | roles/backends | 1,399 | [
"no_license"
] | [
{
"path": "roles/backends/templates/html/add.php.j2",
"content": "<?php\n// Add a car to database\nif (isset($_POST[\"tb\"]) && isset($_POST[\"name\"]) && isset($_POST[\"year\"]) && isset($_POST[\"price\"])) {\n \n $tb = $_POST[\"tb\"];\n try {\n $conn = new PDO(\"mysql:host={{ ip_address['... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 12842,
"all_permissive": false
} |
ansible_role | SergSha/lab-02 | 03f6f08f9d869cf54cda5a0e5ac7aed3027fb962 | 1 | roles/chrony | 1,399 | [
"no_license"
] | [
{
"path": "roles/chrony/handlers/main.yml",
"content": "---\n# systemctl restart chrony\n- name: Restart Chrony Debian\n ansible.builtin.service:\n name: chrony\n state: restarted\n daemon_reload: yes\n\n# systemctl restart chronyd\n- name: Restart Chronyd RedHat\n ansible.builtin.service:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1411,
"all_permissive": false
} |
ansible_role | SergSha/lab-02 | 03f6f08f9d869cf54cda5a0e5ac7aed3027fb962 | 1 | roles/databases | 1,399 | [
"no_license"
] | [
{
"path": "roles/databases/handlers/main.yml",
"content": "---\n# systemctl restart percona\n- name: Restart Percona service\n ansible.builtin.service:\n name: mysql\n state: restarted\n enabled: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
},
{
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 14156,
"all_permissive": false
} |
ansible_role | SergSha/lab-02 | 03f6f08f9d869cf54cda5a0e5ac7aed3027fb962 | 1 | roles/loadbalancers | 1,399 | [
"no_license"
] | [
{
"path": "roles/loadbalancers/tasks/nginx.yml",
"content": "---\n- name: Debian OS\n block:\n\n # apt install nginx -y\n - name: Install nginx Debian\n ansible.builtin.apt:\n name:\n - nginx\n state: latest\n update_cache: yes\n \n when: ansible_os_family == \"Debian\"\n\n- na... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3145,
"all_permissive": false
} |
ansible_role | publicissapient-france/workshop-graphite-jmxtrans | 9effa5e67b05ccf7c35198850a964e5452977f2d | 0 | script/roles/ec2 | 1,399 | [
"no_license"
] | [
{
"path": "script/roles/ec2/tasks/main.yml",
"content": "---\n- name: Launch instances\n ec2: >\n region=eu-west-1\n key_name=graphite\n group=accept-all\n instance_type=t1.micro\n image=ami-c7c0d6b3\n count=1\n wait=yes\n register: ec2\n\n- name: Add instances to host group\n add_ho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2882,
"all_permissive": false
} |
ansible_role | publicissapient-france/workshop-graphite-jmxtrans | 9effa5e67b05ccf7c35198850a964e5452977f2d | 0 | script/roles/gatling | 1,399 | [
"no_license"
] | [
{
"path": "script/roles/gatling/tasks/main.yml",
"content": "---\n - name: copy gatlind archive\n copy: src=gatling-charts-highcharts-1.5.3-bundle.tar.gz dest=/home/ec2-user/tools\n\n - name: create gatling directory\n file: path=/home/ec2-user/tools/{{item}} state=directory\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1498,
"all_permissive": false
} |
ansible_role | publicissapient-france/workshop-graphite-jmxtrans | 9effa5e67b05ccf7c35198850a964e5452977f2d | 0 | script/roles/graphite | 1,399 | [
"no_license"
] | [
{
"path": "script/roles/graphite/files/carbon-cache-restart.sh",
"content": "#!/bin/bash\n\necho \"Restarting carbon-cache.py\"\n\n/opt/graphite/bin/carbon-cache.py stop\nsleep 5\n/opt/graphite/bin/carbon-cache.py start\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2295,
"all_permissive": false
} |
ansible_role | publicissapient-france/workshop-graphite-jmxtrans | 9effa5e67b05ccf7c35198850a964e5452977f2d | 0 | script/roles/seyren | 1,399 | [
"no_license"
] | [
{
"path": "script/roles/seyren/tasks/main.yml",
"content": "---\n - name: upload seyren\n sudo: true\n copy: src=seyren.war dest=/var/lib/tomcat7/webapps/\n\n - name: add mongo repository\n sudo: true\n copy: src=mongodb.repo dest=/etc/yum.repos.d/\n\n - name: install mongo\n yum : name={{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | publicissapient-france/workshop-graphite-jmxtrans | 9effa5e67b05ccf7c35198850a964e5452977f2d | 0 | script/roles/tomcat | 1,399 | [
"no_license"
] | [
{
"path": "script/roles/tomcat/tasks/main.yml",
"content": "---\n\n - name: install dependency for tomcat\n yum : name={{item}} state=present enablerepo=epel\n sudo: true\n with_items :\n - java-1.7.0-openjdk-devel\n - tomcat7\n - git\n\n - name: create tools directory\n file: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 924,
"all_permissive": false
} |
ansible_role | jordan2175/home-lab-ansible | 50d8d59de9c9b5c02dfd4042a0a2bcbafc91f618 | 0 | roles/etc-hosts | 1,399 | [
"no_license"
] | [
{
"path": "roles/etc-hosts/tasks/main.yml",
"content": "# Copyright 2025 <NAME>, All rights reserved.\n\n\n# ------------------------------------------------------------\n# Setup /etc/hosts\n# ------------------------------------------------------------\n\n- name: Add nodes to /etc/hosts\n ansible.builtin.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | jordan2175/home-lab-ansible | 50d8d59de9c9b5c02dfd4042a0a2bcbafc91f618 | 0 | roles/node-bootstrap | 1,399 | [
"no_license"
] | [
{
"path": "roles/node-bootstrap/files/ssh-config",
"content": "HashKnownHosts=no\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 19
},
{
"path": "roles/node-bootstrap/files/01-cluster.yaml",
"content": "network:\n version: 2\n ethernets:\n eth0:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4182,
"all_permissive": false
} |
ansible_role | jordan2175/home-lab-ansible | 50d8d59de9c9b5c02dfd4042a0a2bcbafc91f618 | 0 | roles/remove-cloud-init | 1,399 | [
"no_license"
] | [
{
"path": "roles/remove-cloud-init/tasks/main.yml",
"content": "# Copyright 2025 <NAME>, All rights reserved.\n\n# ------------------------------------------------------------\n# Remove Cloud-Init\n# ------------------------------------------------------------\n# Remove the cloud-init packages and all of it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1194,
"all_permissive": false
} |
ansible_role | onedux/ansible-cdh6.2.0 | b0985010e614e380b3f1793403e78f697a3e176c | 0 | ansible-deploy/roles/cdh5-pre | 1,399 | [
"no_license"
] | [
{
"path": "ansible-deploy/roles/cdh5-pre/defaults/main.yml",
"content": "---\n# author: lework\n\n# software_files_path: \"/opt/software\"\n\n# cdh5_version: \"6.2.0\"\n#cdh5_rpms_url: \"http://archive.cloudera.com/cm5/redhat/6/x86_64/cm/{{ cdh5_version }}/RPMS/x86_64\"\ncdh5_rpms_url: \"{{ cdh6_cloudera_re... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3788,
"all_permissive": false
} |
ansible_role | onedux/ansible-cdh6.2.0 | b0985010e614e380b3f1793403e78f697a3e176c | 0 | ansible-deploy/roles/cdh5-server | 1,399 | [
"no_license"
] | [
{
"path": "ansible-deploy/roles/cdh5-server/tasks/configure_db.yml",
"content": "---\n# author: tianweiqi\n\n\n\n- name: configure_db | Create cdh5 database.\n shell: /usr/local/mysql-5.7.20/bin/mysql -u{{ mysql_user }} -p{{ mysql_password }} -h{{ mysql_host }} -P{{ mysql_port | default('3306')}} -e \"crea... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5813,
"all_permissive": false
} |
ansible_role | onedux/ansible-cdh6.2.0 | b0985010e614e380b3f1793403e78f697a3e176c | 0 | ansible-deploy/roles/mysql57 | 1,399 | [
"no_license"
] | [
{
"path": "ansible-deploy/roles/mysql57/tasks/install.yml",
"content": "---\n# author: lework\n\n- name: install | Check if Mysql file is already configured.\n stat: path={{ mysql57_file_path }}\n connection: local\n register: mysql57_file_result\n\n- name: install | Create software files path.\n file: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5764,
"all_permissive": false
} |
ansible_role | RyanMontecalvo/MidExam_Montecalvo | c982d8b2d9e119c2e83805c910aaafd627bd65e6 | 0 | roles/firewall_centos | 1,399 | [
"no_license"
] | [
{
"path": "roles/firewall_centos/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - centos_firewalll",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/firewall_centos/handlers/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | RyanMontecalvo/MidExam_Montecalvo | c982d8b2d9e119c2e83805c910aaafd627bd65e6 | 0 | roles/firewall_ubuntu | 1,399 | [
"no_license"
] | [
{
"path": "roles/firewall_ubuntu/vars/main.yml",
"content": "---\n# vars file for ubuntu_firewall",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/firewall_ubuntu/defaults/main.yml",
"content": "---\n# defaults file for ubuntu_firewall",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | holysugar/ansible-playbooks | 4773e55fb799ada25395042bf7c4dd04ea739197 | 0 | roles/devtools | 1,399 | [
"no_license"
] | [
{
"path": "roles/devtools/tasks/main.yml",
"content": "---\n- name: be sure development tools installed\n apt: name={{ item }} state=installed update-cache=yes\n with_items:\n - vim\n - emacs24\n - emacs24-el\n - lv\n - zsh\n - nkf\n - wget\n - curl\n - w3m\n - curl\n - pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | holysugar/ansible-playbooks | 4773e55fb799ada25395042bf7c4dd04ea739197 | 0 | roles/git | 1,399 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "- name: be sure git installed\n sudo: on\n apt: name=git\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 57,
"all_permissive": false
} |
ansible_role | holysugar/ansible-playbooks | 4773e55fb799ada25395042bf7c4dd04ea739197 | 0 | roles/mariadb | 1,399 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n# see https://downloads.mariadb.org/mariadb/repositories/#mirror=yamagata-university&distro=Ubuntu&distro_release=saucy&version=10.0\n\n- name: be sure software-properties-common installed\n apt: name=software-properties-common\n sudo: on\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 900,
"all_permissive": false
} |
ansible_role | holysugar/ansible-playbooks | 4773e55fb799ada25395042bf7c4dd04ea739197 | 0 | roles/rbenv | 1,399 | [
"no_license"
] | [
{
"path": "roles/rbenv/tasks/main.yml",
"content": "- name: be sure rbenv is installed\n git: repo=git://github.com/sstephenson/rbenv.git dest={{user_home}}/.rbenv\n tags: install_rbenv\n\n- name: be sure rbenv is configured\n copy: src=bash_profile dest={{user_home}}/.bash_profile\n tags: configure_rbe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | holysugar/ansible-playbooks | 4773e55fb799ada25395042bf7c4dd04ea739197 | 0 | roles/ruby | 1,399 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/requirements.yml",
"content": "- name: Installs ruby building dependencies\n apt: name={{ item }} state=installed update-cache=yes\n with_items:\n - autoconf\n - automake\n - bison\n - build-essential\n - curl\n - exuberant-ctags\n - git-core\n - libread... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | ask4ua/whir | e30cb03b97979cf401fda94fedec5377ce665c2f | 0 | ci/ansible/roles/cr | 1,479 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/cr/tasks/main.yml",
"content": " - name: shut vhost \"{{ item }}\" in virsh\n remote_user: root\n become: yes\n become_method: sudo\n command: virsh shutdown {{item}}\n loop:\n - whir\n igno... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1723,
"all_permissive": false
} |
ansible_role | ask4ua/whir | e30cb03b97979cf401fda94fedec5377ce665c2f | 0 | ci/ansible/roles/cr_k8s | 1,479 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/cr_k8s/tasks/main.yml",
"content": " - name: shut vhost \"{{ item }}\" in virsh\n remote_user: root\n become: yes\n become_method: sudo\n command: virsh shutdown {{item}}\n loop: \"{{ hostvars['localhost']['groups']['k8s'] }}\"\n ignore_errors: True\n\n\n\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3145,
"all_permissive": false
} |
ansible_role | ask4ua/whir | e30cb03b97979cf401fda94fedec5377ce665c2f | 0 | ci/ansible/roles/docker_install | 1,479 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/docker_install/tasks/main.yml",
"content": " - name: Check Docker installed\n command: docker --version\n ignore_errors: True\n register: docker_status\n\n - name: Remove older dockers\n remote_user: root\n ignore_errors: True\n command: apt-get remove docker docker-e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1575,
"all_permissive": false
} |
ansible_role | ask4ua/whir | e30cb03b97979cf401fda94fedec5377ce665c2f | 0 | ci/ansible/roles/elk_install | 1,479 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/elk_install/tasks/main.yml",
"content": "- name: Stop {{item}} docker\n command: docker stop {{item}}\n loop:\n - es\n - kibana\n - logstash\n ignore_errors: True\n\n- name: Delete {{item}} docker\n command: docker rm {{item}}\n loop:\n - es\n - kibana\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 688,
"all_permissive": false
} |
ansible_role | ask4ua/whir | e30cb03b97979cf401fda94fedec5377ce665c2f | 0 | ci/ansible/roles/k8s_install | 1,479 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/k8s_install/tasks/main.yml",
"content": " - name: Check Kuber installed\n command: kubeadm --version\n ignore_errors: True\n register: kuber_install_status\n\n - name: Swapoff\n remote_user: root\n command: swapoff -a\n when: kuber_install_status is failed\n\n - name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3740,
"all_permissive": false
} |
ansible_role | ask4ua/whir | e30cb03b97979cf401fda94fedec5377ce665c2f | 0 | ci/ansible/roles/logspout_install | 1,479 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/logspout_install/tasks/main.yml",
"content": "- name: Stop logspout\n command: docker stop logspout\n ignore_errors: True\n\n- name: Remove logspout\n command: docker rm logspout\n ignore_errors: True\n\n- name: start logspout\n command: docker run -d --restart always --name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | ask4ua/whir | e30cb03b97979cf401fda94fedec5377ce665c2f | 0 | ci/ansible/roles/vhost_prepare | 1,479 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/vhost_prepare/tasks/main.yml",
"content": " - name: Check update is not locked\n remote_user: root\n action: apt update_cache=yes\n register: apt_lock\n ignore_errors: True\n\n - name: Update is locked - reboot the host\n remote_user: root\n action: reboot\n when: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 788,
"all_permissive": false
} |
ansible_role | ask4ua/whir | e30cb03b97979cf401fda94fedec5377ce665c2f | 0 | ci/ansible/roles/whir_install | 1,479 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/whir_install/tasks/main.yml",
"content": "- name: Creates directory /home/volk/git/whir\n remote_user: volk\n file:\n path: /home/volk/git/whir\n state: directory\n\n- name: Cloning whir app project\n remote_user: volk\n command: git clone http://10.5.33.229... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1505,
"all_permissive": false
} |
ansible_role | ask4ua/whir | e30cb03b97979cf401fda94fedec5377ce665c2f | 0 | ci/ansible/roles/whir_remove | 1,479 | [
"no_license"
] | [
{
"path": "ci/ansible/roles/whir_remove/tasks/main.yml",
"content": " - name: Stop docker stack whir\n command: docker stack rm whir\n ignore_errors: True\n\n - name: Pause for 1 minute - give time for docker to stop comtaimer\n pause: minutes=1\n\n - name: Docker stop unstopped whir containers\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | Pupmos/ansible-docker-swarm-service | fb9c89b718c84c7b5aab5be7bdd9564efae16155 | 0 | roles/launch | 1,479 | [
"no_license"
] | [
{
"path": "roles/launch/tasks/main.yml",
"content": "---\n- name: Create network\n docker_network:\n attachable: yes\n driver: overlay\n name: \"{{ public_network }}\"\n state: present\n\n- name: Create network\n docker_network:\n attachable: yes\n driver: overlay\n name: \"{{ private... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3775,
"all_permissive": false
} |
ansible_role | Pupmos/ansible-docker-swarm-service | fb9c89b718c84c7b5aab5be7bdd9564efae16155 | 0 | roles/upgrade | 1,479 | [
"no_license"
] | [
{
"path": "roles/upgrade/tasks/main.yml",
"content": "---\n- name: Upgrade\n block:\n - name: RPC\n docker_swarm_service:\n command: \"/bin/sh -c 'git clone https://github.com/Pupmos/kennel /usr/src/kennel && make rpc-upgrade -C /usr/src/kennel'\"\n endpoint_mode: dnsrr\n env:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2634,
"all_permissive": false
} |
ansible_role | Paul-Michel/ansible_tp | 79b4be82ee75e5b6ebf99debbe4b97dc94b76e2d | 0 | roles/ftp | 1,479 | [
"no_license"
] | [
{
"path": "roles/ftp/tasks/main.yml",
"content": "- name: Install vsftpd\n apt: \n name: vsftpd\n state: present \n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/ftp/templates/.my.cnf",
"content": "[client]\nuser=roo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | Paul-Michel/ansible_tp | 79b4be82ee75e5b6ebf99debbe4b97dc94b76e2d | 0 | roles/sql | 1,479 | [
"no_license"
] | [
{
"path": "roles/sql/tasks/main.yml",
"content": "- name: install packages\n apt: \n name: \"{{item}}\"\n update_cache: yes\n with_items: \n - mysql-server\n - python\n - python-pip\n - libmysqlclient-dev\n remote_user: pyshell\n become: true\n\n- name: install mysql-python\n pip: nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 695,
"all_permissive": false
} |
ansible_role | Paul-Michel/ansible_tp | 79b4be82ee75e5b6ebf99debbe4b97dc94b76e2d | 0 | roles/wordpress | 1,479 | [
"no_license"
] | [
{
"path": "roles/wordpress/defaults/main.yml",
"content": "mysql_db: \"wp\"\nmysql_user: \"wpUser\"\nmysql_password: \"<PASSWORD>\"\nmysql_host: \"172.16.17.32\"\npathwp1: ./templates/test\npathwp2: ./templates/test2\n\nwordpress_source: \"https://wordpress.org/latest.tar.gz\"",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1222,
"all_permissive": false
} |
ansible_role | MrE-Fog/k3s-ha | 8d9bb2037832955247389e11d3eb3cbb031675cd | 0 | roles/k3s | 1,479 | [
"no_license"
] | [
{
"path": "roles/k3s/templates/config.yaml.j2",
"content": "---\n{% if inventory_hostname == first_node %}\n{# config for only first node #}\n\ncluster-init: yes\n\n{% else %}\n{# config for all nodes *other than* the first node #}\n\nserver: \"https://{{ first_node }}:6443\"\n\n{% if k3s_cluster_token is d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3654,
"all_permissive": false
} |
ansible_role | achmadnurulfauzie/Automation-with-Ansible_Free | 8600be407f19822dfa3eb66e53fd571267755bed | 0 | Quiz_4_:_Role/roles/quiz-roles | 1,479 | [
"no_license"
] | [
{
"path": "Quiz_4_:_Role/roles/quiz-roles/tasks/main.yml",
"content": "---\n- name: Task that install the apache2 package\n apt:\n name: apache2\n state: latest\n\n- name: Task that ensure the apache2 service is started and enabled\n service: name=apache2 state=started enabled=yes\n\n- name: Task th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1559,
"all_permissive": false
} |
ansible_role | peakBreaker/FlaskMask | d6460e9a7b3782916e20ead32e9e0b50e0c26738 | 0 | ansible/roles/common | 1,479 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/config_server.yml",
"content": "---\n- name: Users | Adding sudo Users\n user:\n name: andurs\n comment: \"sudo user\"\n group: sudo\n- name: SSH Key | Placing public key from local machine for ssh access\n authorized_key:\n user: andurs\n state: presen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2100,
"all_permissive": false
} |
ansible_role | peakBreaker/FlaskMask | d6460e9a7b3782916e20ead32e9e0b50e0c26738 | 0 | ansible/roles/web | 1,479 | [
"no_license"
] | [
{
"path": "ansible/roles/web/handlers/main.yml",
"content": "---\n# File for general handlers\n- name: docker-compose up\n shell: docker-compose up\n args:\n chdir: /home/andurs/app/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "ansible/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | takanao14/homelab | f6fe7e6651ffe87f5c2b90dd38e6064be2e4472a | 0 | playbooks/roles/apt_mirror | 1,479 | [
"no_license"
] | [
{
"path": "playbooks/roles/apt_mirror/tasks/main.yml",
"content": "---\n- name: Install mirror list\n ansible.builtin.copy:\n src: 00-mirror.sources\n dest: /etc/apt/sources.list.d/00-mirror.sources\n mode: '0644'\n when: ansible_architecture == 'x86_64'\n become: true\n",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | takanao14/homelab | f6fe7e6651ffe87f5c2b90dd38e6064be2e4472a | 0 | playbooks/roles/crio | 1,479 | [
"no_license"
] | [
{
"path": "playbooks/roles/crio/tasks/main.yml",
"content": "---\n- name: Install dependencies\n ansible.builtin.apt:\n name:\n - software-properties-common\n update_cache: true\n become: true\n\n- name: Add CRI-O repository key\n ansible.builtin.get_url:\n url: \"https://download.opensuse.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | takanao14/homelab | f6fe7e6651ffe87f5c2b90dd38e6064be2e4472a | 0 | playbooks/roles/kubernetes | 1,479 | [
"no_license"
] | [
{
"path": "playbooks/roles/kubernetes/tasks/main.yml",
"content": "---\n- name: Install dependencies\n ansible.builtin.apt:\n name:\n - software-properties-common\n update_cache: true\n become: true\n\n- name: Add kubernetes repository key\n ansible.builtin.get_url:\n url: \"https://pkgs.k8... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1538,
"all_permissive": false
} |
ansible_role | takanao14/homelab | f6fe7e6651ffe87f5c2b90dd38e6064be2e4472a | 0 | playbooks/roles/package_upgrade | 1,479 | [
"no_license"
] | [
{
"path": "playbooks/roles/package_upgrade/tasks/main.yml",
"content": "---\n- name: Upgrade all packages to the latest version on Debian Series\n ansible.builtin.apt:\n upgrade: dist\n update_cache: true\n become: true\n when: ansible_os_family == \"Debian\"\n\n- name: Upgrade all packages to the ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | takanao14/homelab | f6fe7e6651ffe87f5c2b90dd38e6064be2e4472a | 0 | playbooks/roles/reboot | 1,479 | [
"no_license"
] | [
{
"path": "playbooks/roles/reboot/tasks/main.yml",
"content": "---\n- name: Reboot if needed\n ansible.builtin.stat:\n path: /run/reboot-required\n register: reboot_required\n\n- name: Reboot if needed\n ansible.builtin.reboot:\n msg: \"Rebooting because /run/reboot-required exists\"\n when: reboo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.