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 | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/memcached | 10 | [
"no_license"
] | [
{
"path": "roles/memcached/tasks/main.yml",
"content": "---\n- name: General | Install required packages.\n apt: pkg={{ item }} state=present update-cache=yes install_recommends=no cache_valid_time=3600\n tags: common\n with_items:\n - memcached\n - libmemcached-tools\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/monit | 10 | [
"no_license"
] | [
{
"path": "roles/monit/handlers/main.yml",
"content": "---\n- name: restart monit\n service: name=monit state=restarted\n\n- name: monitors - Reload facts\n setup:\n filter: \"ansible_local\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
},
{
"path": "ro... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8094,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/monit_disable | 10 | [
"no_license"
] | [
{
"path": "roles/monit_disable/tasks/main.yml",
"content": "---\n# a startup role\n- name: Maybe stop Monit service so that it doesn't mess up the ansible service module during the playbook run\n command: monit unmonitor all\n ignore_errors: true\n tags:\n - skip_ansible_lint\n changed_when: False\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/monit_enable | 10 | [
"no_license"
] | [
{
"path": "roles/monit_enable/tasks/main.yml",
"content": "---\n# a startup role\n\n- name: Maybe start Monit service after the playbook ran\n command: monit monitor all\n ignore_errors: true\n tags:\n - skip_ansible_lint\n changed_when: False",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/mysql_extra_users | 10 | [
"no_license"
] | [
{
"path": "roles/mysql_extra_users/tasks/user_create.yml",
"content": "- name: Create User's db\n mysql_db:\n name:\n - \"{{ mysql_user.db }}\"\n state: present\n when: mysql_user.db != '*'\n\n- name: Add User and their permissions to the db <= 16\n mysql_user:\n name: \"{{ mysql_user.nam... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1449,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/nfs-client | 10 | [
"no_license"
] | [
{
"path": "roles/nfs-client/tasks/main.yml",
"content": "---\n\n- name: Ensure NFS common is installed.\n apt: name=nfs-common state=present update_cache=yes cache_valid_time=3600\n\n- name: Create mountable dir\n file: path=\"{{ item.target }}\" state=directory # mode=777 owner=root group=root\n with_it... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1753,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/nfs-server | 10 | [
"no_license"
] | [
{
"path": "roles/nfs-server/tasks/main.yml",
"content": "---\n\n- name: Ensure NFS utilities are installed.\n apt:\n name:\n - nfs-common\n - nfs-kernel-server\n state: present\n update_cache: yes\n cache_valid_time: 3600\n\n- include_tasks: share-config.yml\n vars:\n nfs_share: \... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1219,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/nginx-lxd-forward-proxy | 10 | [
"no_license"
] | [
{
"path": "roles/nginx-lxd-forward-proxy/handlers/main.yml",
"content": "---\n- name: Restart NGINX\n service: name=nginx state=restarted\n delegate_to: localhost\n\n\n- name: Nginx Update APT\n apt: update_cache=\"true\"\n delegate_to: localhost\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3651,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/nginx-service-enable | 10 | [
"no_license"
] | [
{
"path": "roles/nginx-service-enable/tasks/main.yml",
"content": "---\n- name: Make sure nginx service is enabled on dev\n service: name=nginx.service enabled=true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/nginx-vhosts-role | 10 | [
"no_license"
] | [
{
"path": "roles/nginx-vhosts-role/tasks/vhost-config.yml",
"content": "- name: basic-auth routine\n block:\n\n - name: install pip\n apt:\n pkg:\n - python-pip\n - python-setuptools\n - python3-pip\n - python3-setuptools\n state: present\n u... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3738,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/nginx_base | 10 | [
"no_license"
] | [
{
"path": "roles/nginx_base/handlers/main.yml",
"content": "---\n- name: setup initial permissions\n file: group=\"www-data\" owner=\"www-data\" path=\"/var/www\" recurse=\"yes\"\n\n- name: Restart nginx\n service: name=nginx state=restarted\n\n- name: Nginx Update APT\n apt: update_cache=\"true\"\n",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5678,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/nginxwebtier | 10 | [
"no_license"
] | [
{
"path": "roles/nginxwebtier/meta/main.yml",
"content": "---\ndependencies:\n - role: nginx_base\n\n - role: php7.4_base\n when: php_version is defined and ansible_distribution == 'Ubuntu' and php_version == '7.4' and ansible_lsb.major_release|int >= 18\n\n - role: php7.3_base\n when: php_version ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 8464,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/percona-cluster-8 | 10 | [
"no_license"
] | [
{
"path": "roles/percona-cluster-8/tasks/mysql-users.yml",
"content": "---\n\n- name: MySQL | Config for easy access as root user\n action: template src=../templates/root-my-cnf.j2 dest=/root/.my.cnf\n tags: common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5490,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/phing_composer | 10 | [
"no_license"
] | [
{
"path": "roles/phing_composer/molecule/default/molecule.yml",
"content": "---\ndependency:\n name: galaxy\ndriver:\n name: lxd\nlint:\n name: yamllint\nplatforms:\n - name: phing-composer-test-instance\nprovisioner:\n name: ansible\n lint:\n name: ansible-lint\nscenario:\n name: default\nverifie... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 1881,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php-7.1-fpm-config-tweak | 10 | [
"no_license"
] | [
{
"path": "roles/php-7.1-fpm-config-tweak/tasks/main.yml",
"content": "---\n- name: php-fpm config ini execution time remove old\n lineinfile: dest=/etc/php/7.1/fpm/php.ini line=\"max_execution_time = 30\" state=absent\n\n- name: php-fpm config ini execution time remove old\n lineinfile: dest=/etc/php/7.1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1829,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php-7.1-fpm-phantomjs-mods | 10 | [
"no_license"
] | [
{
"path": "roles/php-7.1-fpm-phantomjs-mods/tasks/main.yml",
"content": "- name: DEV php-fpm config for phantomjs\n lineinfile: dest=/etc/php/7.1/fpm/pool.d/www.conf line=\";clear_env = no\" state=absent\n notify:\n - Restart PHP-FPM\n\n- name: DEV php-fpm config for phantomjs\n lineinfile: dest=/etc/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php-7.4-fpm-config-tweak | 10 | [
"no_license"
] | [
{
"path": "roles/php-7.4-fpm-config-tweak/handlers/main.yml",
"content": "---\n- name: Restart PHP-FPM\n action: service name=php7.4-fpm state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/php-7.4-fpm-config-tweak/tasks/main.ym... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2284,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php-pecl | 10 | [
"no_license"
] | [
{
"path": "roles/php-pecl/molecule/default/playbook.yml",
"content": "---\n- name: Converge\n hosts: all\n become: true\n\n vars:\n php_enable_webserver: false\n php_enablerepo: \"remi,remi-php82\"\n php_default_version_debian: \"8.2\"\n php_pecl_extensions:\n - redis\n\n pre_tasks:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2351,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php-xdebug | 10 | [
"no_license"
] | [
{
"path": "roles/php-xdebug/defaults/main.yml",
"content": "---\nphp_version: 7.3\n\nxdebug_config: |\n xdebug.mode=debug\n xdebug.client_host=127.0.0.1\n xdebug.client_port=9003\n xdebug.idekey=PHPSTORM",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1026,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php5_base | 10 | [
"no_license"
] | [
{
"path": "roles/php5_base/tasks/ID3.yml",
"content": "---\n##\n# Install ID3\n#\n#\n\n- name: copy sources\n copy: src=../files/id3.zip dest=/tmp/id3.zip mode=0777\n tags: libssh2\n\n- name: unpack php5 version of ssh lib\n unarchive: src=/tmp/id3.zip dest=/tmp/ mode=0777 creates=/tmp/id3-0.2\n\n- name:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1343,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php7.1_base | 10 | [
"no_license"
] | [
{
"path": "roles/php7.1_base/tasks/ID3.yml",
"content": "---\n##\n# Install ID3\n#\n#\n\n- name: copy sources\n copy: src=../files/php_pecl_id3-master.zip dest=/var/lib/id3.zip mode=0777\n\n- name: unpack php5 version of ssh lib\n unarchive: copy=no src=/var/lib/id3.zip dest=/var/lib/ mode=0777 creates=/v... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3279,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php7.2_base | 10 | [
"no_license"
] | [
{
"path": "roles/php7.2_base/handlers/main.yml",
"content": "---\n- name: Hold selection of php7.2\n dpkg_selections:\n name: php\n selection: hold",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/php7.2_base/tasks/ID3.yml",
"conten... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2919,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php7.3-fpm-enable-mcrypt | 10 | [
"no_license"
] | [
{
"path": "roles/php7.3-fpm-enable-mcrypt/handlers/main.yml",
"content": "---\n- name: Restart php7.3 FPM\n action: service name=php7.3-fpm state=restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/php7.3-fpm-enable-mcrypt/tasks/main.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php7.3_base | 10 | [
"no_license"
] | [
{
"path": "roles/php7.3_base/handlers/main.yml",
"content": "---\n- name: Hold selection of php7.3\n dpkg_selections:\n name: php\n selection: hold\n\n- name: Reload ldconfig\n shell: ldconfig",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"path":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1835,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php7.4-fpm-enable-mcrypt | 10 | [
"no_license"
] | [
{
"path": "roles/php7.4-fpm-enable-mcrypt/tasks/main.yml",
"content": "---\n- name: enable the extension in php cli\n lineinfile: dest=/etc/php/7.4/cli/php.ini line=\"extension=mcrypt.so\"\n\n- name: enable the extension in php fpm\n lineinfile: dest=/etc/php/7.4/fpm/php.ini line=\"extension=mcrypt.so\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php7.4_base | 10 | [
"no_license"
] | [
{
"path": "roles/php7.4_base/tasks/main.yml",
"content": "---\n\n- name: Add the custom php7+ repo\n apt_repository:\n repo: 'ppa:ondrej/php'\n state: present\n\n- name: install php7.4 and requirements packages\n apt:\n pkg:\n - build-essential\n - zip\n - unzip\n - php7.4\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4520,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php7_base | 10 | [
"no_license"
] | [
{
"path": "roles/php7_base/tasks/ID3.yml",
"content": "---\n##\n# Install ID3\n#\n#\n\n- name: copy sources\n copy: src=../files/php_pecl_id3-master.zip dest=/tmp/id3.zip mode=0777\n tags: libssh2\n\n- name: unpack php5 version of ssh lib\n unarchive: src=/tmp/id3.zip dest=/tmp/ mode=0777 creates=/tmp/ph... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1745,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php8.1-fpm-enable-mcrypt | 10 | [
"no_license"
] | [
{
"path": "roles/php8.1-fpm-enable-mcrypt/handlers/main.yml",
"content": "---\n- name: Restart php8.1 FPM\n action: service name=php8.1-fpm state=restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/php8.1-fpm-enable-mcrypt/tasks/main.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php8.1_base | 10 | [
"no_license"
] | [
{
"path": "roles/php8.1_base/tasks/ID3.yml",
"content": "---\n##\n# Install ID3\n#\n#\n\n- name: copy sources\n copy: src=../files/php_pecl_id3-master.zip dest=/var/lib/id3.zip mode=0777\n\n- name: unpack php5 version of ssh lib\n unarchive: copy=no src=/var/lib/id3.zip dest=/var/lib/ mode=0777 creates=/v... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3160,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php8.2-fpm-enable-mcrypt | 10 | [
"no_license"
] | [
{
"path": "roles/php8.2-fpm-enable-mcrypt/tasks/main.yml",
"content": "---\n- name: enable the extension in php cli\n lineinfile: dest=/etc/php/8.2/cli/php.ini line=\"extension=mcrypt.so\"\n\n- name: enable the extension in php fpm\n lineinfile: dest=/etc/php/8.2/fpm/php.ini line=\"extension=mcrypt.so\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/php8.2_base | 10 | [
"no_license"
] | [
{
"path": "roles/php8.2_base/tasks/main.yml",
"content": "---\n\n- name: Add the custom php7+ repo\n apt_repository:\n repo: 'ppa:ondrej/php'\n state: present\n\n- name: install php8.2 and requirements packages\n apt:\n pkg:\n - build-essential\n - zip\n - unzip\n - php8.2\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3236,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/python_dev | 10 | [
"no_license"
] | [
{
"path": "roles/python_dev/tasks/main.yml",
"content": "---\n- name: Install virtualenv\n action: apt pkg={{ item }} state=present install_recommends=no update-cache=yes cache_valid_time=3600\n tags: common\n with_items:\n - virtualenv",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 181,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/ruby-compass | 10 | [
"no_license"
] | [
{
"path": "roles/ruby-compass/tasks/main.yml",
"content": "---\n- name: Ruby | Install Ruby\n apt: pkg=ruby update-cache=yes install_recommends=no cache_valid_time=3600 state=present\n tags: ruby\n\n- name: Ruby | Install Ruby Dev\n apt: pkg=ruby-dev update-cache=yes install_recommends=no cache_valid_tim... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/self_updater_stage_2 | 10 | [
"no_license"
] | [
{
"path": "roles/self_updater_stage_2/README.md",
"content": "The role to keep spottmedia dev machines up to date with any incremental\nupdates posted in the upstream channel\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "roles/self_updater_sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 732,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/server_hardening | 10 | [
"no_license"
] | [
{
"path": "roles/server_hardening/defaults/main.yml",
"content": "---\n# defaults file for common\nlogwatch_email: root\nufw_deny: []\nufw_allow: []\nufw_topup_allow: []\nwith_unattended: true\nufw_default_output_policy: \"ACCEPT\"\nufw_default_forward_policy: \"DROP\"",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2768,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/syncthing | 10 | [
"no_license"
] | [
{
"path": "roles/syncthing/tasks/main.yml",
"content": "---\n\n- name: Install GPG package\n apt:\n name:\n - gpg\n state: present\n update-cache: yes\n cache_valid_time: 3600\n\n- name: Add syncthing's signing key\n apt_key:\n url: https://syncthing.net/release-key.txt\n state: pre... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1631,
"all_permissive": false
} |
ansible_role | spottmedia/shareable-ansible-toolkit | 0e9549a128ab46bf631334dc171f2dcb9216d318 | 1 | roles/zfs-snap-and-rotate-backup | 10 | [
"no_license"
] | [
{
"path": "roles/zfs-snap-and-rotate-backup/templates/syncoid_sync.sh.j2",
"content": "#!/bin/bash\n\n{% if zfs_syncoid_src is defined and zfs_syncoid_dest is defined %}\n/usr/local/bin/syncoid -r {{ zfs_syncoid_extra_params }} {{ zfs_syncoid_src }} {{ zfs_syncoid_dest }}\n{% endif %}\n\n{% if zfs_syncoid_s... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 68159,
"all_permissive": false
} |
ansible_role | cmusatyalab/nephele | 2309aa9c943300c5a1a0c6be8877902f0d4df102 | 5 | ansible/roles/client | 10 | [
"permissive"
] | [
{
"path": "ansible/roles/client/tasks/main.yml",
"content": "- name: (nephele-client) git pull\n git:\n repo: 'https://github.com/cmusatyalab/nephele'\n dest: \"{{ lookup('env', 'PWD') }}/..\"\n tags: git\n\n- name: (nephele-client) apt packages\n apt:\n name:\n - python-pip\n - virt-m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 538,
"all_permissive": true
} |
ansible_role | cmusatyalab/nephele | 2309aa9c943300c5a1a0c6be8877902f0d4df102 | 5 | ansible/roles/server | 10 | [
"permissive"
] | [
{
"path": "ansible/roles/server/tasks/main.yml",
"content": "- name: (nephele-server) git pull\n git:\n repo: \"https://github.com/cmusatyalab/nephele\"\n dest: \"/root/nephele\"\n tags: git\n\n- name: (nephele-server) get vmx support\n shell: egrep '^flags.*(vmx|svm)' /proc/cpuinfo\n register: vm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5587,
"all_permissive": true
} |
ansible_role | jean-pasqualini/ansible-demo | 3b0c1af9a2a5d4e7f0dcbd98ac1e2dbef18ead5f | 1 | ansible/roles/app-knp | 10 | [
"no_license"
] | [
{
"path": "ansible/roles/app-knp/tasks/deploy-before-setup.yml",
"content": "---\n- debug:\n var: ansible_user\n- name: Create project directory and sets permissions\n become: true\n file:\n path: \"{{ project_root_dir }}\"\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n s... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2793,
"all_permissive": false
} |
ansible_role | jean-pasqualini/ansible-demo | 3b0c1af9a2a5d4e7f0dcbd98ac1e2dbef18ead5f | 1 | ansible/roles/app-symfony | 10 | [
"no_license"
] | [
{
"path": "ansible/roles/app-symfony/meta/main.yml",
"content": "---\ndependencies:\n - git\n - role: nginx\n tags: ['set']\n - php\n - composer\n - role: vendor.ansistrano.deploy\n tags: ['deploy']",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 918,
"all_permissive": false
} |
ansible_role | jean-pasqualini/ansible-demo | 3b0c1af9a2a5d4e7f0dcbd98ac1e2dbef18ead5f | 1 | ansible/roles/common | 10 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Update APT Packager Manager repositories cache\n become: true\n apt:\n update_cache: yes\n\n- name: Upgrade installed packages\n become: true\n apt:\n upgrade: dist\n\n- ping: ~\n\n- name: Install low-level utilities\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | jean-pasqualini/ansible-demo | 3b0c1af9a2a5d4e7f0dcbd98ac1e2dbef18ead5f | 1 | ansible/roles/composer | 10 | [
"no_license"
] | [
{
"path": "ansible/roles/composer/tasks/main.yml",
"content": "# Composer installation\n- name: Check for composer\n stat:\n path: /usr/local/bin/composer\n register: composer_stat\n- name: Download Composer\n script: scripts/install-composer.sh\n when: not composer_stat.stat.exists\n- name: Move com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 668,
"all_permissive": false
} |
ansible_role | jean-pasqualini/ansible-demo | 3b0c1af9a2a5d4e7f0dcbd98ac1e2dbef18ead5f | 1 | ansible/roles/mysql | 10 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: MYSQL PPA\n become: true\n apt_repository:\n repo: 'ppa:ondrej/mysql-5.6'\n\n- name: Install mysql server\n become: true\n apt:\n name: mysql-server-5.6\n state: latest",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | jean-pasqualini/ansible-demo | 3b0c1af9a2a5d4e7f0dcbd98ac1e2dbef18ead5f | 1 | ansible/roles/nginx | 10 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n - name: Install nginx\n become: true\n apt:\n name: nginx\n state: latest\n\n - name: Add symfony config template to the Nginx availables sites\n become: true\n template:\n src: templates/symfony.conf\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | jean-pasqualini/ansible-demo | 3b0c1af9a2a5d4e7f0dcbd98ac1e2dbef18ead5f | 1 | ansible/roles/php | 10 | [
"no_license"
] | [
{
"path": "ansible/roles/php/handlers/main.yml",
"content": "---\n- name: Restart PHP-FPM\n become: true\n service:\n name: php7.1-fpm\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "ansible/roles/php/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 701,
"all_permissive": false
} |
ansible_role | acnodal/arbf-nft-operator | 645e107e8d6ad725ef9adb1e6adc9aac04650ed7 | 6 | roles/nft | 10 | [
"permissive"
] | [
{
"path": "roles/nft/templates/nftables.j2",
"content": "#!/usr/sbin/nft -f\n\nflush ruleset\n\ntable inet filter {\n chain global {\n meta iif lo accept\n meta iif != {{ public_nic }} ct state new accept\n ct state established, related accept\n ct state in... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7164,
"all_permissive": true
} |
ansible_role | acnodal/arbf-nft-operator | 645e107e8d6ad725ef9adb1e6adc9aac04650ed7 | 6 | roles/svc | 10 | [
"permissive"
] | [
{
"path": "roles/svc/handlers/main.yml",
"content": "---\n# handlers file for svc",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 27
},
{
"path": "roles/svc/templates/operator-svc.j2",
"content": "#!/usr/sbin/nft -f\n\n\n chain op... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5782,
"all_permissive": true
} |
ansible_role | himanshu-sri/Mediawiki | 65c838429edc610659d00fa60a32b3a55d38fabe | 0 | ansible-playbook/roles/web | 10 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/web/tasks/main.yml",
"content": "---\n- name: enable latest php package for compatibility in Amazon linux\n command: sudo amazon-linux-extras enable php7.4\n\n- name: enable latest php package for compatibility\n shell: 'sudo yum clean metadata'\n\n- name: Install require... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2032,
"all_permissive": false
} |
ansible_role | unbirabka/halodoc | 364e7f81f2e38daad71765727f09bf3e9a975195 | 0 | roles/apps | 5 | [
"no_license"
] | [
{
"path": "roles/apps/templates/java.service.j2",
"content": "[Unit]\nDescription=java\nAfter=network.target\n\n[Service]\nUser={{ ansible_user }}\nWorkingDirectory=/home/{{ ansible_user }}\nExecStart=/usr/bin/java -jar /home/{{ ansible_user }}/deploy/simple-application.jar server /home/{{ ansible_user }}/d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1952,
"all_permissive": false
} |
ansible_role | unbirabka/halodoc | 364e7f81f2e38daad71765727f09bf3e9a975195 | 0 | roles/common | 5 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Run the equivalent of \"apt-get update\" as a separate step\n apt:\n update_cache: yes\n become: yes\n- name: install nginx and other depedency\n apt:\n name:\n - nginx\n - net-tools\n - openjdk-8-jdk\n - openjdk-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | amireh/medusa | c9f75a021bbd497bc6d8082e2e770bf0576955f0 | 1 | share/roles/docker-dns | 5 | [
"no_license"
] | [
{
"path": "share/roles/docker-dns/vars/main.yml",
"content": "internal_dns_servers:\n - '127.0.0.11'\ndns_forwarder_servers: \"{{ internal_dns_servers }} + {{ fallback_dns_servers }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "share/roles... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 947,
"all_permissive": false
} |
ansible_role | amireh/medusa | c9f75a021bbd497bc6d8082e2e770bf0576955f0 | 1 | share/roles/docker-masquerade | 5 | [
"no_license"
] | [
{
"path": "share/roles/docker-masquerade/tasks/main.yml",
"content": "- name: install \"shadow\" for groupmod / usermod\n package:\n name: shadow\n state: present\n\n# can't use native \"group\" module because it doesn't support the\n# non_unique option (\"user\" module does though)\n- name: \"create... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | jstopinsek/ansible-git | d883b7ff5ff6e240e293be9fa07535e3e29c2e79 | 0 | roles/adduser | 5 | [
"no_license"
] | [
{
"path": "roles/adduser/tasks/main.yaml",
"content": "---\n- name: Disable root password\n user:\n name: root\n password: \"!!\"\n- name: Remove root keys\n file:\n path: /root/.ssh/authorized_keys\n state: absent\n- name: Ensure jstopinsek user exists\n user:\n name: jstopinsek\n grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1450,
"all_permissive": false
} |
ansible_role | jstopinsek/ansible-git | d883b7ff5ff6e240e293be9fa07535e3e29c2e79 | 0 | roles/changedefaultsshport1 | 5 | [
"no_license"
] | [
{
"path": "roles/changedefaultsshport1/tasks/main.yaml",
"content": "- name: Setup firewalld for 4738/tcp SSH port\n firewalld:\n zone: public\n port: 4738/tcp\n permanent: yes\n immediate: yes\n state: enabled\n\n- name: Setup selinux for alternate SSH port\n seport:\n ports: 4738\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | jstopinsek/ansible-git | d883b7ff5ff6e240e293be9fa07535e3e29c2e79 | 0 | roles/changedefaultsshport2 | 5 | [
"no_license"
] | [
{
"path": "roles/changedefaultsshport2/tasks/main.yaml",
"content": "- name: do not permit traffic in default zone for ssh service\n firewalld:\n zone: public\n service: ssh\n permanent: yes\n immediate: yes\n state: disabled\n\n#- name: Setup selinux remove SSH port 22\n# seport:\n# por... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 295,
"all_permissive": false
} |
ansible_role | jstopinsek/ansible-git | d883b7ff5ff6e240e293be9fa07535e3e29c2e79 | 0 | roles/common | 5 | [
"no_license"
] | [
{
"path": "roles/common/vars/main.yml",
"content": "---\n# vars file for installapp\n#host_ip: \"{{ ansible_ens192.ipv4.address }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/common/tasks/main.yaml",
"content": "---\n- name: Inclu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4452,
"all_permissive": false
} |
ansible_role | jstopinsek/ansible-git | d883b7ff5ff6e240e293be9fa07535e3e29c2e79 | 0 | roles/dockerce | 5 | [
"no_license"
] | [
{
"path": "roles/dockerce/tasks/main.yaml",
"content": "---\n- name: Include vars\n include_vars: ../vars/main.yml\n\n- name: Ensure EPEL is enabled\n yum:\n name: epel-release\n state: present\n become: True\n\n- name: Install yum utils\n yum:\n name: yum-utils\n state: latest\n become: Tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 862,
"all_permissive": false
} |
ansible_role | jstopinsek/ansible-git | d883b7ff5ff6e240e293be9fa07535e3e29c2e79 | 0 | roles/dockerceinit | 5 | [
"no_license"
] | [
{
"path": "roles/dockerceinit/tasks/main.yaml",
"content": "---\n- name: Include vars\n include_vars: ../vars/main.yml\n\n- name: Check if \"Swarm Mode\" is enabled.\n shell: docker info\n changed_when: false\n register: docker_info\n\n- name: Init \"Swarm Mode\" on the first manager.\n shell: docker s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | jstopinsek/ansible-git | d883b7ff5ff6e240e293be9fa07535e3e29c2e79 | 0 | roles/fail2ban | 5 | [
"no_license"
] | [
{
"path": "roles/fail2ban/templates/jail.local.j2",
"content": "[DEFAULT]\nignoreip = 127.0.0.1/32\nbantime = 5m\nfindtime = 10m\nmaxretry = 3\n\n[sshd]\nenabled = true\nport = 4738\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "roles/fai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | jstopinsek/ansible-git | d883b7ff5ff6e240e293be9fa07535e3e29c2e79 | 0 | roles/lemp | 5 | [
"no_license"
] | [
{
"path": "roles/lemp/tasks/main.yaml",
"content": "---\n- name: Include vars\n include_vars: ../vars/main.yml\n\n- name: Ensure EPEL is enabled\n yum:\n name: epel-release\n state: present\n become: True\n\n- name: Ensure nginx is present\n yum:\n name: nginx\n state: present\n become: Tru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1986,
"all_permissive": false
} |
ansible_role | jstopinsek/ansible-git | d883b7ff5ff6e240e293be9fa07535e3e29c2e79 | 0 | roles/mariadb | 5 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yaml",
"content": "---\n- name: Include vars\n include_vars: ../vars/main.yml\n\n- name: install mariadb\n yum:\n name:\n - mariadb-server\n - python3-PyMySQL\n state: latest\n\n- name: start mariadb\n service:\n name: mariadb\n enabled: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1117,
"all_permissive": false
} |
ansible_role | jstopinsek/ansible-git | d883b7ff5ff6e240e293be9fa07535e3e29c2e79 | 0 | roles/nginx | 5 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "---\n- name: Include vars\n include_vars: ../vars/main.yml\n\n- name: Ensure EPEL is enabled\n yum:\n name: epel-release\n state: present\n become: True\n\n- name: Ensure nginx is present\n yum:\n name: nginx\n state: present\n become: Tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2340,
"all_permissive": false
} |
ansible_role | jstopinsek/ansible-git | d883b7ff5ff6e240e293be9fa07535e3e29c2e79 | 0 | roles/wordpress | 5 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yaml",
"content": "---\n- name: Include vars\n include_vars: ../vars/main.yml\n\n- name: Ensure EPEL is enabled\n yum:\n name: epel-release\n state: present\n become: True\n\n- name: Ensure php modules are present\n yum:\n name:\n - php-mysqlnd\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | chuvayva/teamvillage | b799eed062fae8e4479e031e853a35dbd7626a86 | 0 | ansible_aws/roles/db | 5 | [
"no_license"
] | [
{
"path": "ansible_aws/roles/db/tasks/main.yml",
"content": "- apt: pkg={{ item }} update_cache=yes cache_valid_time=3600\n sudo: yes\n with_items:\n - python-pycurl\n - python-psycopg2\n\n- apt_key: url=http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc\n sudo: yes\n\n- apt_repository: repo='deb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1088,
"all_permissive": false
} |
ansible_role | chuvayva/teamvillage | b799eed062fae8e4479e031e853a35dbd7626a86 | 0 | ansible_aws/roles/web | 5 | [
"no_license"
] | [
{
"path": "ansible_aws/roles/web/templates/etc_init.d_unicorn.j2",
"content": "#!/bin/sh\n\nset -e\n\nUSAGE=\"Usage: $0 <start|stop|restart|upgrade|rotate|force-stop>\"\n\n# app settings\nUSER=\"rails\"\nAPP_NAME=\"{{ project }}\"\nAPP_ROOT=\"{{ home }}\"\nENV=\"{{ env.RAILS_ENV }}\"\n\n# environment settin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2820,
"all_permissive": false
} |
ansible_role | chuvayva/teamvillage | b799eed062fae8e4479e031e853a35dbd7626a86 | 0 | ansible_aws_complete/roles/common | 5 | [
"no_license"
] | [
{
"path": "ansible_aws_complete/roles/common/tasks/main.yml",
"content": "- name: Time Synchronization\n apt: pkg=ntp update_cache=yes cache_valid_time=3600\n become: yes\n\n- template: src=etc_environment.j2 dest=/etc/environment\n become: yes\n\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | chuvayva/teamvillage | b799eed062fae8e4479e031e853a35dbd7626a86 | 0 | ansible_aws_complete/roles/web | 5 | [
"no_license"
] | [
{
"path": "ansible_aws_complete/roles/web/handlers/main.yml",
"content": "- name: restart unicorn\n service: name=unicorn-{{ project }} state=restarted\n become: yes\n\n- name: reload nginx\n service: name=nginx state=reloaded\n become: yes\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1639,
"all_permissive": false
} |
ansible_role | chuvayva/teamvillage | b799eed062fae8e4479e031e853a35dbd7626a86 | 0 | ansible_vagrant/roles/common | 5 | [
"no_license"
] | [
{
"path": "ansible_vagrant/roles/common/tasks/main.yml",
"content": "- name: Time Synchronization\n apt: pkg=ntp update_cache=yes cache_valid_time=3600\n sudo: yes\n\n- template: src=etc_environment.j2 dest=/etc/environment\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | chuvayva/teamvillage | b799eed062fae8e4479e031e853a35dbd7626a86 | 0 | ansible_vagrant/roles/web | 5 | [
"no_license"
] | [
{
"path": "ansible_vagrant/roles/web/tasks/main.yml",
"content": "- include: setup.yml\n sudo: true\n\n- include: deploy.yml\n tags:\n - deploy\n sudo: true\n sudo_user: rails\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "ansible_vagran... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1608,
"all_permissive": false
} |
ansible_role | sudhann92/project-repo | 37887d19661f1fdf59ab5b60444e0c17bfd56fe8 | 0 | ssl_creation/roles/ssl_role | 5 | [
"no_license"
] | [
{
"path": "ssl_creation/roles/ssl_role/tasks/main.yml",
"content": "---\n# tasks file for ssl_role\n - import_tasks: csr_creation.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "ssl_creation/roles/ssl_role/defaults/main.yml",
"content": "--... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2532,
"all_permissive": false
} |
ansible_role | mawatari/mac-provisioning | 2c8daae977b39dc8701d661e577c9da4984f7b2e | 22 | roles/homebrew | 5 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/main.yml",
"content": "---\n- name: Tap external Homebrew repositories\n homebrew_tap: tap={{ item }} state=present\n with_items: homebrew_repositories\n when: homebrew_repositories\n\n- name: Update Homebrew\n homebrew: update_homebrew=yes\n\n- name: Install/Upgrade Home... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | mawatari/mac-provisioning | 2c8daae977b39dc8701d661e577c9da4984f7b2e | 22 | roles/homebrew-cask | 5 | [
"no_license"
] | [
{
"path": "roles/homebrew-cask/tasks/main.yml",
"content": "---\n- name: Tap Homebrew Cask\n homebrew_tap: tap=caskroom/cask state=present\n\n- name: Install/Upgrade Homebrew Cask\n homebrew: name=brew-cask state=latest\n\n- name: Tap external Homebrew Cask repositories\n homebrew_tap: tap={{ item }} sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | mawatari/mac-provisioning | 2c8daae977b39dc8701d661e577c9da4984f7b2e | 22 | roles/ruby-build | 5 | [
"no_license"
] | [
{
"path": "roles/ruby-build/tasks/main.yml",
"content": "---\n- name: Installs latest stable version of Ruby\n shell: rbenv install -s $(rbenv install -l | grep -v - | tail -1)\n register: result\n changed_when: '\"Installed ruby\" in result.stderr'\n\n- name: Switch to latest stable version of Ruby\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/actual_os_update | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/actual_os_update/tasks/main.yml",
"content": "---\n# tasks file for update_os_image\n\n- name: include dynamic info\n include_vars:\n file: \"{{ working_dir }}/ansible_run_vars.yml\"\n name: dyn_data\n\n- name: Update the system if need be.\n block:\n - name: update t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2408,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/actual_upload_extra | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/actual_upload_extra/tasks/main.yml",
"content": "---\n- name: include dynamic info\n include_vars:\n file: \"{{ working_dir }}/ansible_run_vars.yml\"\n name: dyn_data\n\n# \n# Upload the required tests.\n#\n- name: upload the extra file info\n shell: \"scp -oStrictHost... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 826,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/add_networks | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/add_networks/README.md",
"content": "Role Name\n=========\n\nfiles/tf \n=======\n\nAnsible modules\ntasks\n======\n\n\nRequirements\n------------\n\n\nRole Variables\n--------------\n\nDependencies\n------------\n\n\nExample Playbook\n----------------\n\n\nLicense\n-------\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1355,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/add_to_host_group | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/add_to_host_group/tasks/main.yml",
"content": "---\n#\n# Creates a host file containing a list of all the systems we are using.\n# Note we have one file per grouping.\n#\n# Passed in\n# working_group_file: File we are adding the host to.\n# group_name: Name of the grouping (o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 952,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/aws_create | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/aws_create/files/tf/vars.tf",
"content": "variable \"machine_type\" {\n type = string\n}\n\nvariable \"cloud_os_version\" {\n type = string\n}\n\nvariable \"cloud_placement\" {\n type = string\n}\n\nvariable \"run_label\" {\n type = string\n default = \"none\"\n}\n\nvaria... | {
"task_files": 14,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 27,
"total_bytes": 39382,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/azure_create | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/azure_create/files/tf/main_net_p2_sub.tf",
"content": "# And finally, create the virtual machine\nresource \"azurerm_linux_virtual_machine\" \"virtualmachine\" {\n for_each = local.system\n name = \"${var.run_label}-vm-${format(\"%02d\",each.... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 28273,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/create_disks | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/create_disks/tasks/main.yml",
"content": "---\n# tasks file for create_disks\n# \n# Disk params format:\n# Disks:number=<number of disks>;size=<size of disk in gig>;type=<type of disk>\n#\n- name: Grab number of disks\n shell: \"echo {{ disk_params }} | cut -d: -f 1\"\n r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/existing_uploads_dir | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/existing_uploads_dir/tasks/main.yml",
"content": "---\n- name: Check to see if the directory exist.\n stat:\n path: \"/{{ config_info.user_parent_home_dir }}/{{ config_info.test_user }}/{{ type }}\"\n register: dir_stat_result\n- name: handle existing directory\n block:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1290,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/gcp_create_instance | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/gcp_create_instance/files/tf/main.tf",
"content": "\nlocals {\n is_preemptible = var.vm_type == \"preemptible\" ? true : false\n}\n\nterraform {\n required_providers {\n google = {\n source = \"hashicorp/google\"\n version = \"3.5.0\"\n }\n }\n}\n\n# Define... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 12329,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/handle_rhel_9 | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/handle_rhel_9/tasks/main.yml",
"content": "---\n# tasks file for terraform deletion\n#\n\n\n- name: Update repo\n shell: \"cat /etc/yum.repos.d/pbench.repo | sed \\\"s/ndokos\\\\/pbench/ndokos\\\\/pbench-test/g\\\" > /etc/yum.repos.d/pbench.repo.new\"\n\n- name: Replace repo\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/install_cleanup | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/install_cleanup/vars/main.yml",
"content": "---\n# vars file for install_cleanup",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "ansible_roles/roles/install_cleanup/tasks/main.yml",
"content": "---\n#\n# When we h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1564,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/install_dev_environment | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/install_dev_environment/tasks/main.yml",
"content": "---\n# tasks file for install_dev_environment\n\n- name: install dev environment group\n block:\n - name: install dev tools\n include_role:\n name: install_packages\n vars:\n results_file: \"/tmp/dev_env_st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/install_packages | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/install_packages/tasks/main.yml",
"content": "---\n# tasks file for install_packages\n#\n\n#\n# Install packages on rhel/amazon images.\n#\n- name: install rhel packages\n block:\n - name: Remove any existing status file.\n shell: \"rm -f {{ results_file }}\"\n - name: i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/install_pbench | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/install_pbench/tasks/main.yml",
"content": "---\n#\n# Setup files to use\n#\n- name: Read in dynamic information\n include_vars:\n file: \"{{ working_dir }}/ansible_run_vars.yml\"\n name: dyn_data\n\n- name: local set environment type production\n set_fact:\n pbench... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1162,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/install_pbench_tests | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/install_pbench_tests/tasks/main.yml",
"content": "---\n# tasks file for install_pbench_tests\n- name: pbench test install results default\n lineinfile:\n path: \"/tmp/pbench_test_inst_status\"\n line: \"status: success\"\n create: yes\n\n- name: install pbench tests ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1091,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/install_rpms | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/install_rpms/tasks/main.yml",
"content": "---\n# \n# Upload the required tests.\n#\n\n- name: include_rpms\n include_vars:\n file: \"{{ working_dir }}/upload_rpms.yml\"\n name: rpms\n\n- name: Load in configuration information\n include_vars:\n file: \"{{ working_di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/install_tools | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/install_tools/tasks/main.yml",
"content": "---\n#\n# Simply copy the various tarballs required to the test system\n#\n- name: copy up the various tar balls\n include_role:\n name: unarchive\n vars:\n tball: \"{{ item }}\"\n loop:\n - tools_bin.tar\n - bin.tar\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/local_setup | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/local_setup/tasks/main.yml",
"content": "---\n# tasks file for local_setup\n\n#\n# Add the system to both the test_group and install_group.\n# user is root.\n#\n- name: set_test_host\n add_host:\n name: \"{{ config_info.host_or_cloud_inst }}\"\n groups: test_group\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1141,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/log_and_terminate | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/log_and_terminate/tasks/main.yml",
"content": "---\n# tasks file for termination on failure\n\n- name: First,log to the error log\n cmd: \"echo Fatal error: {{ exit_msg }} >> {{ working_dir }}/error_log\"\n\n- name: Aborting test\n fail:\n msg: \"{{ exit_msg }}\"\n \n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/package_install_error | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/package_install_error/tasks/main.yml",
"content": "---\n# Report package install errors\n#\n- name: Fail on error\n block:\n - name: indicate terminate system\n lineinfile:\n path: \"{{ results_file }}\"\n line: \"status: failed\"\n create: yes\n - name: R... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 821,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/pbench_disk_set | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/pbench_disk_set/tasks/main.yml",
"content": "---\n# Locate the pbench_disk\n#\n- name: get cloud_info\n include_vars:\n file: \"{{ tf_file }}\"\n name: cloud_data\n\n- name: get pbench disk\n include_role:\n name: retrieve_pbench_disk\n vars:\n disk_info: \"{{ r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/pbench_disk_setup | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/pbench_disk_setup/tasks/main.yml",
"content": "---\n#\n# tasks file for pbench_disk_setup\n#\n- name: include dynamic info\n include_vars:\n file: \"{{ working_dir }}/ansible_run_vars.yml\"\n name: dyn_data\n\n#\n# This is dumb\n#\n- name: Set fact because ansible is be... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1853,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/pbench_prep | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/pbench_prep/vars/main.yml",
"content": "---\ncoprdistro: \"{{ 'epel-8-$basearch'\n if ansible_distribution == 'RedHat' and \n ansible_distribution_major_version == '8'\n else\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3903,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/record_status | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/record_status/tasks/main.yml",
"content": "---\n# tasks file for recording the status of the operation\n#\n#\n- name: Record status of run success\n lineinfile:\n path: \"{{ status_file }}\"\n line: \"status: success\"\n create: yes\n when: results.failed == false\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/retrieve_meta_data | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/retrieve_meta_data/tasks/main.yml",
"content": "---\n#\n# Retrieve the system meta data for azure/gcp. As AWS is via a cli not curl, we do that from \n# the aws code itself.\n#\n- name: Retrieve the azure meta data and set the tags\n block:\n - name: Grab the metadata\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1126,
"all_permissive": false
} |
ansible_role | redhat-performance/zathras | 8d1d8b70bbc43ba2655556ed90623a50c6054383 | 3 | ansible_roles/roles/retrieve_pbench_disk | 5 | [
"no_license"
] | [
{
"path": "ansible_roles/roles/retrieve_pbench_disk/tasks/main.yml",
"content": "---\n- name: include dynamic info\n include_vars:\n file: \"{{ working_dir }}/ansible_run_vars.yml\"\n name: dyn_data\n\n#\n# Have the volid, now get the disk.\n#\n- name: Find aws pbench disk\n block:\n - name: get di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2618,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.