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
laperlej/epigeec-infra
84ef97e4cc7bccae43c5551c3b19ed5357844851
0
ansible/roles/epigeec.volume
353
[ "no_license" ]
[ { "path": "ansible/roles/epigeec.volume/tasks/main.yml", "content": "---\n- name: install zfsutils-linux\n apt:\n name: zfsutils-linux\n state: present\n\n- name: Format Volume\n community.general.filesystem:\n fstype: \"{{ item.fstype }}\"\n dev: \"{{ item.device }}\"\n loop: \"{{ volumes[in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 792, "all_permissive": false }
ansible_role
adborden/olpcsf-summit-ansible
dd9655d55b6a11d2b770478fd2b7e5b732fca668
0
roles/common
353
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install supervisord\n apt: name=supervisor state=present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/common/handlers/main.yml", "content": "---\n- name: reload sup...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 133, "all_permissive": false }
ansible_role
adborden/olpcsf-summit-ansible
dd9655d55b6a11d2b770478fd2b7e5b732fca668
0
roles/db
353
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n- name: Install dependencies\n apt: name={{ item }} state=present\n with_items:\n - postgresql\n\n- name: Create summit role\n postgresql_user: name=summit password={{ db_password }} state=present\n sudo_user: postgres\n\n- name: Create summit db\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
adborden/olpcsf-summit-ansible
dd9655d55b6a11d2b770478fd2b7e5b732fca668
0
roles/nginx
353
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yml", "content": "---\napp_home_dir: \"/home/summit/app/summit\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install packages\n apt: name={{ item }} s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1595, "all_permissive": false }
ansible_role
adborden/olpcsf-summit-ansible
dd9655d55b6a11d2b770478fd2b7e5b732fca668
0
roles/summit
353
[ "no_license" ]
[ { "path": "roles/summit/tasks/main.yml", "content": "---\n- name: Install dependencies\n apt: name={{ item }} state=present\n with_items:\n - bzr\n - python2.7\n #- python2.7-dev\n - python-virtualenv\n - libjs-jquery\n - libjs-jquery-ui\n - iso-codes\n - python-django\n - pytho...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4596, "all_permissive": false }
ansible_role
DEL-ORG/a1angel-projects
3cbefa1f709747766f6a440934af9f67b55d7034
0
ansible/roles/user_account
353
[ "no_license" ]
[ { "path": "ansible/roles/user_account/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - user_practical", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "ansible/roles/user_account/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3400, "all_permissive": false }
ansible_role
DEL-ORG/a1angel-projects
3cbefa1f709747766f6a440934af9f67b55d7034
0
ansible/roles/users
353
[ "no_license" ]
[ { "path": "ansible/roles/users/vars/main.yml", "content": "---\n users:\n - name: afranklin\n home: \"/home/afranklin\"\n create_home: yes\n comment: <NAME>\n uid: 1040\n shell: /bin/bash\n groups: ['admin', 'users']\n sudoers_content: \"afranklin ALL=(A...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3348, "all_permissive": false }
ansible_role
ezyadmin/connector_zabbix_agent
b4f001768eb2f7b6ab6c9d1652a4ce0849894229
0
roles/Install
353
[ "no_license" ]
[ { "path": "roles/Install/tasks/ntp_service/main.yaml", "content": "---\n- name: Hostname a variable\n debug: var=inventory_hostname\n\n- name: Check /usr/local/cpanel/version exists\n stat:\n path: /usr/local/cpanel/version\n register: stat_cpanel\n\n- name: EzyAdmin Install ntp service\n block : \n ...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 33654, "all_permissive": false }
ansible_role
knowledgegainer1/Second_Practice_All
e46db05cd955d7f4a8edf9eb66119bc5365f6fee
0
Ansible/ansible_roles/roles/catalouge
353
[ "no_license" ]
[ { "path": "Ansible/ansible_roles/roles/catalouge/tasks/main.yaml", "content": "- name: app setup by calling\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n- name: node js setup\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs-setup", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
knowledgegainer1/Second_Practice_All
e46db05cd955d7f4a8edf9eb66119bc5365f6fee
0
Ansible/ansible_roles/roles/mongodb
353
[ "no_license" ]
[ { "path": "Ansible/ansible_roles/roles/mongodb/tasks/main.yaml", "content": "- name: Copy file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n- name: Install mongo application\n ansible.builtin.package:\n name: mongodb-org\n state: present\n\n- name: Start servi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
abyss6166/ansible_pull
2d5a01d0e153f227403809555a63a0399f867f59
0
roles/antix
358
[ "no_license" ]
[ { "path": "roles/antix/tasks/main.yml", "content": "- block:\n - include_tasks: ../debian/tasks/directories.yml\n - include_tasks: packages.yml\n - include_tasks: files.yml\n - include_tasks: ../debian/tasks/eza.yml\n - include_tasks: ../debian/tasks/fastfetch.yml\n - include_tasks: firefox.yml\n - i...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 16040, "all_permissive": false }
ansible_role
abyss6166/ansible_pull
2d5a01d0e153f227403809555a63a0399f867f59
0
roles/arch
358
[ "no_license" ]
[ { "path": "roles/arch/tasks/samba.yml", "content": "- name: download samba config file\n tags: samba\n get_url:\n url: https://raw.githubusercontent.com/zentyal/samba/master/examples/smb.conf.default\n dest: /etc/samba/smb.conf\n # clone: yes\n # update: yes\n # owner: root\n # group: ro...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 23, "total_bytes": 117630, "all_permissive": false }
ansible_role
abyss6166/ansible_pull
2d5a01d0e153f227403809555a63a0399f867f59
0
roles/base
358
[ "no_license" ]
[ { "path": "roles/base/tasks/geany.yml", "content": "- name: create geany directory\n tags: geany\n file:\n path: /home/{{ user }}/.config/geany\n state: directory\n owner: \"{{ user }}\"\n group: \"{{ user }}\"\n mode: 0755\n\n- name: install geany files\n unarchive:\n src: files/geanyc...
{ "task_files": 16, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 22, "total_bytes": 16188, "all_permissive": false }
ansible_role
abyss6166/ansible_pull
2d5a01d0e153f227403809555a63a0399f867f59
0
roles/cbpp
358
[ "no_license" ]
[ { "path": "roles/cbpp/files/zshrc", "content": "# Lines configured by zsh-newuser-install\nHISTFILE=~/.histfile\nHISTSIZE=100000\nSAVEHIST=100000\nsetopt autocd\nsetopt correct\n# End of lines configured by zsh-newuser-install\n# The following lines were added by compinstall\nzstyle :compinstall filename '/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5073, "all_permissive": false }
ansible_role
abyss6166/ansible_pull
2d5a01d0e153f227403809555a63a0399f867f59
0
roles/debian
358
[ "no_license" ]
[ { "path": "roles/debian/tasks/fastfetch.yml", "content": "---\n\n- name: download fastfetch\n tags: fastfetch\n become: true\n apt:\n deb: https://github.com/fastfetch-cli/fastfetch/releases/download/2.2.3/fastfetch-2.2.3-Linux.deb\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 16, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 131488, "all_permissive": false }
ansible_role
abyss6166/ansible_pull
2d5a01d0e153f227403809555a63a0399f867f59
0
roles/fedora
358
[ "no_license" ]
[ { "path": "roles/fedora/tasks/mate_config.yml", "content": "- name: set wallpaper\n become_user: \"{{ user }}\"\n dconf:\n key: \"/org/mate/desktop/background/picture-filename\"\n value: \"'/usr/share/backgrounds/cosmos/background-1.xml'\"\n\n- name: set wallpaper position\n become_user: \"{{ user ...
{ "task_files": 23, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 23, "total_bytes": 17573, "all_permissive": false }
ansible_role
abyss6166/ansible_pull
2d5a01d0e153f227403809555a63a0399f867f59
0
roles/lubuntu
358
[ "no_license" ]
[ { "path": "roles/lubuntu/tasks/main.yml", "content": "- block:\n - include_tasks: packages.yml\n - include_tasks: directories.yml\n - include_tasks: nala.yml\n - include_tasks: ../debian/tasks/oh-my-posh.yml\n - include_tasks: ../debian/tasks/zsh-alias.yml\n - include_tasks: ../debian/tasks/eza.yml\n ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4645, "all_permissive": false }
ansible_role
abyss6166/ansible_pull
2d5a01d0e153f227403809555a63a0399f867f59
0
roles/puppetmaster
358
[ "no_license" ]
[ { "path": "roles/puppetmaster/files/bash_profile", "content": "if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then\n startx\nfi\n\nPATH=$PATH:/opt/puppetlabs/puppet/bin", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/puppetmaster/tasks/packages.yml...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 6224, "all_permissive": false }
ansible_role
abyss6166/ansible_pull
2d5a01d0e153f227403809555a63a0399f867f59
0
roles/ubuntu
358
[ "no_license" ]
[ { "path": "roles/ubuntu/tasks/packages.yml", "content": "- name: install packages\n tags: base\n package:\n name:\n - dconf-cli\n - nala\n state: latest\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/ubuntu/tasks/main....
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 900, "all_permissive": false }
ansible_role
abyss6166/ansible_pull
2d5a01d0e153f227403809555a63a0399f867f59
0
roles/void
358
[ "no_license" ]
[ { "path": "roles/void/tasks/virtualbox.yml", "content": "- name: copy virtualbox desktop file\n copy:\n src: files/vboxclient.desktop\n dest: /home/{{ user }}/.config/autostart/\n owner: \"{{ user }}\"\n group: \"{{ user }}\"\n mode: 0755\n\n- name: add virtualbox to visudo\n lineinfile:\n ...
{ "task_files": 16, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 20, "total_bytes": 177590, "all_permissive": false }
ansible_role
pbertera/ocp-entitlement-manager-operator
70c4f05757d8a609f755bd6508dacbaf224cbfb2
0
operator/roles/entitlement
358
[ "no_license" ]
[ { "path": "operator/roles/entitlement/defaults/main.yml", "content": "---\n# defaults file for entitlement\nsupport_level: \"Self-Support\"\nservice_level: \"L1-L3\"\nsystem_units: \"Cores/vCPU\"\nusage: \"Production\"\nocm_token_secret: \"ocm-token\"\ncluster_uuid: \"\"\nloop_hours: \"1\"\ndebug: \"no\"\nd...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2106, "all_permissive": false }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/apply_mopatch_oracle_home
358
[ "permissive" ]
[ { "path": "roles/apply_mopatch_oracle_home/tasks/main.yml", "content": "---\n\n- block:\n\n - name: remove .mopatchpid file\n file:\n path: \"{{ psbp_oracle_home }}/.mopatchpid\"\n state: absent\n become_user: \"{{ psbp_oracle_user }}\"\n\n - name: apply SBP into Oracle Home\n shell: |\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/check_os_release
358
[ "permissive" ]
[ { "path": "roles/check_os_release/tasks/main.yml", "content": "---\n\n- name: check OS release\n debug: \n msg: \n - \"{{ ansible_distribution }}\"\n - \"{{ ansible_distribution_version }}\"\n become_user: root\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/copy_opatch_and_patch_SBP
358
[ "permissive" ]
[ { "path": "roles/copy_opatch_and_patch_SBP/tasks/main.yml", "content": "---\n\n- block:\n\n - name: create directory for SPB Patch Files\n file:\n dest: \"{{ psbp_stage_directory }}\"\n state: directory\n owner: \"{{ psbp_oracle_user }}\"\n group: dba\n mode: 0755\n become_us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2026, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/db_connection_validation
358
[ "permissive" ]
[ { "path": "roles/db_connection_validation/tasks/main.yml", "content": "---\n\n- name: validate DB Connection\n shell: >\n printf \"set echo off feed off head off pages 0 termout on;\\nalter session set nls_date_format='dd/mm/yyyy hh24:mi';\\nselect sysdate from dual;\" | $ORACLE_HOME/bin/sqlplus -S / as...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 648, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/db_inventory_validation
358
[ "permissive" ]
[ { "path": "roles/db_inventory_validation/tasks/main.yml", "content": "---\n\n- block:\n\n - name: validate inventory for DataPatch using DBMS_SQLPATCH\n shell: >\n printf 'set echo off feed off head off pages 0 termout on;\\nselect dbms_sqlpatch.verify_queryable_inventory from dual;' | $ORACLE_HOME...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 705, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/manage_mrp
358
[ "permissive" ]
[ { "path": "roles/manage_mrp/tasks/main.yml", "content": "---\n\n- block:\n\n - name: stop MRP\n shell: >\n printf \"alter database recover managed standby database cancel;\\n\" | $ORACLE_HOME/bin/sqlplus / as sysdba\n environment:\n ORACLE_HOME: \"{{ psbp_oracle_home }}\"\n ORACLE_BASE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/manage_veritas_cluster
358
[ "permissive" ]
[ { "path": "roles/manage_veritas_cluster/tasks/main.yml", "content": "---\n\n- name: check if Veritas binaries exists\n stat:\n path: \"/opt/VRTSvcs/bin/hagrp\"\n register: veritas_hagrp\n\n- block:\n\n - name: register group {{ veritas_group_name }} state\n shell: |\n /opt/VRTSvcs/bin/hagrp -s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2908, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/post_install
358
[ "permissive" ]
[ { "path": "roles/post_install/tasks/main.yml", "content": "---\n\n- block:\n\n - name: execute catsbp post-install step\n shell: |\n $ORACLE_HOME/sapbundle/catsbp\n environment:\n ORACLE_HOME: \"{{ psbp_oracle_home }}\"\n ORACLE_SID: \"{{ psbp_db_name }}\"\n ORACLE_BASE: \"{{ psbp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1554, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/post_patch_check
358
[ "permissive" ]
[ { "path": "roles/post_patch_check/tasks/main.yml", "content": "---\n\n- block:\n\n - name: execute opatch to check if patches were installed\n shell: |\n $ORACLE_HOME/OPatch/opatch lspatches | grep '{{ psbp_patch_name_opatch }}\\|{{ psbp_patch_number }}'\n environment:\n ORACLE_HOME: \"{{ p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2756, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/rollback_SBP_db
358
[ "permissive" ]
[ { "path": "roles/rollback_SBP_db/tasks/main.yml", "content": "---\n\n- block:\n\n - name: execute rmsbp to rollback SBP from DB\n shell: |\n $ORACLE_HOME/sapbundle/rmsbp\n environment:\n ORACLE_HOME: \"{{ psbp_oracle_home }}\"\n ORACLE_SID: \"{{ psbp_db_name }}\"\n ORACLE_BASE: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/rollback_opatch_and_mopatch
358
[ "permissive" ]
[ { "path": "roles/rollback_opatch_and_mopatch/tasks/main.yml", "content": "---\n\n- block:\n\n - name: rollback SBP OPatch and MOPatch\n shell: |\n cd {{ psbp_oracle_home }}\n rm -rf OPatch-after-{{ psbp_patch_name }} 2>/dev/null\n rm -rf OPatch-after-{{ psbp_patch_name }} 2>/dev/null\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/rollback_opatch_oracle_home
358
[ "permissive" ]
[ { "path": "roles/rollback_opatch_oracle_home/tasks/main.yml", "content": "---\n\n- block:\n\n - name: remove .mopatchpid file\n file:\n path: \"{{ psbp_oracle_home }}/.mopatchpid\"\n state: absent\n become_user: \"{{ psbp_oracle_user }}\"\n\n - name: rollback SBP idFile\n shell: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1602, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/shutdown_db
358
[ "permissive" ]
[ { "path": "roles/shutdown_db/tasks/main.yml", "content": "---\n\n- name: shutdown database\n shell: >\n printf 'shutdown immediate;\\n' | $ORACLE_HOME/bin/sqlplus / as sysdba\n environment:\n ORACLE_HOME: \"{{ psbp_oracle_home }}\"\n ORACLE_BASE: \"{{ psbp_oracle_base }}\"\n ORACLE_SID: \"{{ps...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/shutdown_listener
358
[ "permissive" ]
[ { "path": "roles/shutdown_listener/tasks/main.yml", "content": "---\n\n- name: shutdown listener\n shell: |\n $ORACLE_HOME/bin/lsnrctl stop {{ psbp_listener_name }}\n environment:\n ORACLE_HOME: \"{{ psbp_oracle_home }}\"\n ORACLE_BASE: \"{{ psbp_oracle_base }}\"\n PATH: \"{{ psbp_oracle_home ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/startup_db
358
[ "permissive" ]
[ { "path": "roles/startup_db/tasks/main.yml", "content": "---\n\n- name: startup database open\n shell: >\n printf \"startup {{ startup_mode }};\\n\" | $ORACLE_HOME/bin/sqlplus / as sysdba\n environment:\n ORACLE_HOME: \"{{ psbp_oracle_home }}\"\n ORACLE_BASE: \"{{ psbp_oracle_base }}\"\n ORACL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1995, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/startup_listener
358
[ "permissive" ]
[ { "path": "roles/startup_listener/tasks/main.yml", "content": "---\n\n- name: startup listener\n shell: |\n $ORACLE_HOME/bin/lsnrctl start {{ psbp_listener_name }}\n environment:\n ORACLE_HOME: \"{{ psbp_oracle_home }}\"\n ORACLE_BASE: \"{{ psbp_oracle_base }}\"\n PATH: \"{{ psbp_oracle_home }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/validate_db_role
358
[ "permissive" ]
[ { "path": "roles/validate_db_role/tasks/main.yml", "content": "---\n\n- name: get the DB role from database\n shell: >\n printf 'set echo off feed off head off pages 0 termout on;\\nselect database_role from v$database;' | $ORACLE_HOME/bin/sqlplus -S / as sysdba\n environment:\n ORACLE_HOME: \"{{ ps...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1005, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/validate_disk_space
358
[ "permissive" ]
[ { "path": "roles/validate_disk_space/tasks/main.yml", "content": "---\n\n- name: end play if / filesystem has less than 15G available\n assert:\n that: \"{{ item.size_available > 16106127360 }}\"\n fail_msg: \"Filesytem / has less than 15G available\"\n quiet: yes\n with_items: \"{{ ansible_mount...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/validate_oracle_home
358
[ "permissive" ]
[ { "path": "roles/validate_oracle_home/tasks/main.yml", "content": "---\n\n- name: register the lnk_source in case Oracle Home is using a symbolic link\n stat:\n path: \"{{ psbp_oracle_home }}\"\n register: validate_oracle_home\n become_user: \"{{ psbp_oracle_user }}\"\n\n- name: display message if Ora...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1412, "all_permissive": true }
ansible_role
vinidba/sbp_patch
2cc1665e68557f2fdf91ec57acc3f4c88acdc0bb
1
roles/validate_patch_info
358
[ "permissive" ]
[ { "path": "roles/validate_patch_info/tasks/main.yml", "content": "---\n\n- block:\n\n - name: check if SBP Patch Directory exists\n stat:\n path: \"{{ psbp_oracle_home }}/sapbundle/{{ psbp_patch_name }}/rollback_plain_rdbms.lst\"\n register: oracle_home_sapbundle_rollback_plain_file\n\n - name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1172, "all_permissive": true }
ansible_role
rsbisht/DevOps
e136c76bd49cc8ecf962ce1f8f0bdc43b4c75d37
0
dragon/playbooks/roles/common
358
[ "no_license" ]
[ { "path": "dragon/playbooks/roles/common/templates/ntp.conf.j2", "content": "includefile /etc/ntp/crypto/pw\n\nkeys /etc/ntp/keys\n\ndriftfile /var/lib/ntp/drift\nrestrict default nomodify notrap nopeer noquery\nrestrict 127.0.0.1\nrestrict ::1\nincludefile /etc/ntp/crypto/pw\nkeys /etc/ntp/keys\ndisable mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5247, "all_permissive": false }
ansible_role
rsbisht/DevOps
e136c76bd49cc8ecf962ce1f8f0bdc43b4c75d37
0
dragon/playbooks/roles/dragon_manager
358
[ "no_license" ]
[ { "path": "dragon/playbooks/roles/dragon_manager/tasks/main.yml", "content": "---\n### This role prepares target host for Dragon Manager:\n###\n### 1). Creates target software directory\n### 2). Creates required Groups & Users\n### 3). Installs JDK 1.6\n### 4). Installs JBOSS 4.2.3\n###...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5912, "all_permissive": false }
ansible_role
rsbisht/DevOps
e136c76bd49cc8ecf962ce1f8f0bdc43b4c75d37
0
dragon/playbooks/roles/dragon_server
358
[ "no_license" ]
[ { "path": "dragon/playbooks/roles/dragon_server/files/stop_query_module.sh", "content": "/opt/dragon/SERVER/query/bin/query.sh stop\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "dragon/playbooks/roles/dragon_server/templates/keys.xml.j2", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9829, "all_permissive": false }
ansible_role
rsbisht/DevOps
e136c76bd49cc8ecf962ce1f8f0bdc43b4c75d37
0
dragon/playbooks/roles/dragon_server_part_1
358
[ "no_license" ]
[ { "path": "dragon/playbooks/roles/dragon_server_part_1/files/stop_loader_module.sh", "content": "/opt/dragon/SERVER/loader/bin/loader.sh stop\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "dragon/playbooks/roles/dragon_server_part_1/files/star...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3798, "all_permissive": false }
ansible_role
rsbisht/DevOps
e136c76bd49cc8ecf962ce1f8f0bdc43b4c75d37
0
dragon/playbooks/roles/dragon_server_part_2
358
[ "no_license" ]
[ { "path": "dragon/playbooks/roles/dragon_server_part_2/templates/impala.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<!-- =============================================== -->\n<!-- === Impala data source configuration === -->\n<!-- ==============================================...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 12020, "all_permissive": false }
ansible_role
rsbisht/DevOps
e136c76bd49cc8ecf962ce1f8f0bdc43b4c75d37
0
dragon/playbooks/roles/mysql_server
358
[ "no_license" ]
[ { "path": "dragon/playbooks/roles/mysql_server/templates/my.cnf.j2", "content": "[mysqld]\n#\n# Remove leading # and set to the amount of RAM for the most important data\n# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.\n# innodb_buffer_pool_size = 128M\n#\n# Remove leading # to t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6807, "all_permissive": false }
ansible_role
rsbisht/DevOps
e136c76bd49cc8ecf962ce1f8f0bdc43b4c75d37
0
dragon/playbooks/roles/oracle_12cR2_client
358
[ "no_license" ]
[ { "path": "dragon/playbooks/roles/oracle_12cR2_client/templates/tnsnames.ora.j2", "content": "{{ ora_db_service_name }} =\n (DESCRIPTION =\n (ADDRESS = (PROTOCOL = TCP)(HOST = {{ ora_db_server_host }})(PORT = {{ ora_db_server_port }}))\n (CONNECT_DATA =\n (SERVER = DEDICATED)\n (SERVICE_NAM...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6354, "all_permissive": false }
ansible_role
Sviatik/ansible_consul
e73c1b51e959d74841b49f29a384ff3ce6a1c281
0
roles/consul
358
[ "no_license" ]
[ { "path": "roles/consul/handlers/main.yml", "content": "---\n- name: restart server consul\n service: name=consul-server state=started\n listen: restart server consul\n\n- name: apply service\n shell: systemctl daemon-reload\n listen: apply service", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4983, "all_permissive": false }
ansible_role
Sviatik/ansible_consul
e73c1b51e959d74841b49f29a384ff3ce6a1c281
0
roles/generic
358
[ "no_license" ]
[ { "path": "roles/generic/tasks/main.yml", "content": "---\n- name: add epel-release\n yum: name=epel-release state=present\n\n- name: common soft\n yum: state=present name={{ item }}\n with_items: \n - unzip\n - wget\n - net-tools\n - bc\n - htop.x86_64\n - nagio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
Sviatik/ansible_consul
e73c1b51e959d74841b49f29a384ff3ce6a1c281
0
roles/mariadb
358
[ "no_license" ]
[ { "path": "roles/mariadb/handlers/main.yml", "content": "---\n- name: restart master\n shell: service mysql restart --wsrep-new-cluster\n listen: restart master node\n\n- name: restart mariadb\n service: name=mariadb state=restarted\n listen: restart mariadb\n\n- name: start mariadb\n service: name=mar...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3027, "all_permissive": false }
ansible_role
Sviatik/ansible_consul
e73c1b51e959d74841b49f29a384ff3ce6a1c281
0
roles/nginx
358
[ "no_license" ]
[ { "path": "roles/nginx/templates/default.j2", "content": "upstream project {\n hash $remote_addr;\n server {{ hostvars['app1']['ansible_all_ipv4_addresses'][0] }}:8080;\n server {{ hostvars['app2']['ansible_all_ipv4_addresses'][0] }}:8080;\n\n}\nserver {\n listen 80;\n location / {\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1173, "all_permissive": false }
ansible_role
Sviatik/ansible_consul
e73c1b51e959d74841b49f29a384ff3ce6a1c281
0
roles/oms
358
[ "no_license" ]
[ { "path": "roles/oms/tasks/main.yml", "content": "---\n- name: copy oms\n copy: \n src: OMS.war\n dest: /tmp\n\n\n- name: create folder\n file:\n path: /tmp/WEB-INF\n state: directory\n\n- name: create folder\n file:\n path: /tmp/WEB-INF/tiles\n state: directory\n\n- name: copy hibernat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 904, "all_permissive": false }
ansible_role
Sviatik/ansible_consul
e73c1b51e959d74841b49f29a384ff3ce6a1c281
0
roles/restoredb
358
[ "no_license" ]
[ { "path": "roles/restoredb/tasks/main.yml", "content": "---\n- name: copy dump DB\n copy:\n src: addData.sql\n dest: /tmp\n\n\n- name: Restore database\n mysql_db:\n name: _055_DB\n state: import\n target: /tmp/addData.sql\n single_transaction: yes\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
Sviatik/ansible_consul
e73c1b51e959d74841b49f29a384ff3ce6a1c281
0
roles/ssh
358
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: ssh\n command: /usr/bin/ssh-keyscan -T 10 {{ ansible_host }}\n register: keyscan\n- lineinfile: name=~/.ssh/known_hosts create=yes line={{ item }}\n with_items: '{{ keyscan.stdout_lines }}'", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
Sviatik/ansible_consul
e73c1b51e959d74841b49f29a384ff3ce6a1c281
0
roles/tomcat
358
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n- name: install\n yum: state=present name={{ item }}\n with_items:\n - tomcat\n - tomcat-webapps\n - tomcat-admin-webapps \n\n\n- name: copy template\n template: \n src: index.jsp.j2\n dest: /var/lib/tomcat/webapps/ROOT/index.js...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 569, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/add-admin-keys
358
[ "no_license" ]
[ { "path": "ansible/roles/add-admin-keys/tasks/main.yml", "content": "---\n- name: \"Add authorized key from file\"\n authorized_key:\n user: \"{{ item.username }}\"\n key: \"{{ lookup('file', item.key) }}\"\n state: \"present\"\n exclusive: True\n with_items: \"{{ users }}\"\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-add-nfs-mount-to-fstab
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-add-nfs-mount-to-fstab/tasks/main.yml", "content": "---\n- name: \"set fact\"\n set_fact:\n nfs_server_private_ip: \"{{ set_nfs_mount_server_private_ip }}\"\n host_machine_simple_name: \"{{ set_nfs_mount_machine_name }}\"\n\n- name: \"debug invetory_host_full_domain_na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1090, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-admin-users-groups
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-admin-users-groups/tasks/main.yml", "content": "---\n- name: \"import vars\"\n include_vars:\n file: users.yml\n\n- name: \"adding backup_user to tomcat group\"\n user:\n name: \"backup_user\"\n groups: \"tomcat\" \n append: yes\n\n- name: \"adding admin_users t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 742, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-build-dependencies
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-build-dependencies/defaults/main.yml", "content": "---\ngrails_version: \"2.5.5\"\ngradle_version: \"3.2.1\"\napollo_version: \"2.8.1\"\ndownload_dir: \"/opt/apollo-build/downloads\"\nbuild_dir: \"/opt/apollo-build/build\"\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3465, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-certbot-add-domain
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-certbot-add-domain/defaults/main.yml", "content": "---\napollo_cert_name: \"{{apollo_full_domain_name}}\"\napollo_domain_name: \"{{apollo_full_domain_name}}\"\ncustom_domain_name: \"{{apollo_subdomain_name}}.genome.edu.au\"\n\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 550, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-certbot-create-cert
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-certbot-create-cert/defaults/main.yml", "content": "---\napollo_domain_name: \"{{ apollo_full_domain_name }}\"\ncertbot_renew_email: \"<EMAIL>\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "ansible/roles/apoll...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 468, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-cleanup-old-deploy
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-cleanup-old-deploy/defaults/main.yml", "content": "---\ntomcat_webapps_directory: \"/var/lib/tomcat9/webapps\"\napollo_deploy_webapp_name: \"apollo\"\napollo_deploy_war_dest_name: \"{{ apollo_deploy_webapp_name }}.war\"\napollo_deploy_war_dest_path: \"{{ tomcat_webapps_direct...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1801, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-copy-exec-to-bin
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-copy-exec-to-bin/defaults/main.yml", "content": "---\ncopy_exec_src_path: \"/opt/apollo_files/deploy\"\ncopy_exec_name: \n - \"faToTwoBit\"\n - \"blat\"\ncopy_exec_dest_path: \"/usr/local/bin\"\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 756, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-create-cli-user
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-create-cli-user/tasks/main.yml", "content": "---\n- name: \"Create apollo CLI user account {{ create_user_name }} with UID {{ create_user_id }}\"\n user:\n name: \"{{ create_user_name }}\"\n shell: \"/bin/bash\"\n uid: \"{{ create_user_id }}\"\n state: \"present\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1663, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-decode-extravars-setfacts-combined
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-decode-extravars-setfacts-combined/tasks/main.yml", "content": "---\n# set facts based on the apollo number \n# i.e. if number entered is 8 full domain name fact will be constructed to apollo-008.genome.edu.au\n#\n# NOTE: all these facts are \"global\" for the playbook at run...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2053, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-delay-for-grails-schema-completion
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-delay-for-grails-schema-completion/tasks/main.yml", "content": "---\n- name: Pause for {{ mins_delay_for_schema_build }} minutes to allow completion of Apollo grails schema build prior to adding admin user\n pause:\n minutes: \"{{ mins_delay_for_schema_build }}\"\n pro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 360, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-dependencies
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-dependencies/tasks/main.yml", "content": "---\n- name: \"Include apollo dependencies variables\"\n include_vars:\n file: \"apollo_deps.yml\"\n\n- name: \"install apollo dependencies\"\n apt:\n pkg: \"{{ apollo_deps }}\"\n state: present\n update_cache: yes\n\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 579, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-deploy-war
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-deploy-war/tasks/main.yml", "content": "---\n- name: \"check that war file is in destination host {{inventory_hostname}} {{apollo_copy_war_dest_unpack}}{{apollo_deploy_war_src_name}}\"\n stat: \"path={{apollo_copy_war_dest_unpack}}{{apollo_deploy_war_src_name}}\" #apollo_cop...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 875, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-docker-configure-backup
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-docker-configure-backup/defaults/main.yml", "content": "---\n# This role to be run by a playbook requires to enter password value through the command line\n# use --extra-vars=\"apollo_backup_password=<type_password_here>\"\napollo_backup_user_postgres_password: \"enter_passw...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7312, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-docker-postgres-createdb
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-docker-postgres-createdb/defaults/main.yml", "content": "---\npostgresql_username_to_create: \"apollo_user\"\npostgresql_dbname_to_create: \"apollo-production\"\npostgresql_container_name: \"postgres10container\"\n# This role to be run by a playbook requires to enter password...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3294, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-docker-postgres-insert-admin
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-docker-postgres-insert-admin/tasks/main.yml", "content": "---\n- name: \"Connect to docker container and check if extension {{apollo_cmd_select_count_extension}} already exists in postgres database\"\n command: \"{{apollo_cmd_section_1}} {{apollo_cmd_select_count_extension}}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3769, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-docker-postgres-set-user-password
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-docker-postgres-set-user-password/tasks/main.yml", "content": "---\n\n# This role to be run by a playbook requires username and password values provided with\n# --extra-vars=\"apollo_username=<USERNAME>\"\n# --extra-vars=\"apollo_password=<<PASSWORD>>\"\n\n- name: \"Connect t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2866, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-install-docker-postgres
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-install-docker-postgres/defaults/main.yml", "content": "---\npostgres_docker_container_name: \"postgres10container\"\npostgres_docker_container_image: \"postgres:10\"\npostgres_docker_container_port: \"0.0.0.0:5432:5432\"\n# stored in ansible vault as vault_postgres_docker_ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3678, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-nginx-set-conf
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-nginx-set-conf/templates/index.html", "content": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"description\" content=\"\">\n <meta nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 8447, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-openjdk8
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-openjdk8/tasks/main.yml", "content": "---\n- name: \"Install Open JDK\"\n apt:\n name: \"openjdk-8-jdk-headless\"\n state: \"present\"\n update_cache: yes\n\n- name: \"Place java_home.sh template in profile d directory\"\n template:\n src: \"java_home.sh\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 398, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-portal
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-portal/templates/update.sh.j2", "content": "#!/usr/bin/env bash\n\n# This script was templated by Ansible.\n# Use this update script, not the one at ./apollo_portal/deployment/update.sh\n\nset -e\n\n# Make sure this isn't being run as root\nif [[ $EUID = 0 ]]; then\n echo ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 10504, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-portal-configure-backup
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-portal-configure-backup/tasks/main.yml", "content": "---\n- name: \"Allow connections from backup server\"\n ufw:\n rule: allow\n proto: tcp\n port: '5432'\n src: '{{ backup_server_cidr }}'\n\n# Note that this requires that common-create-admin-users-logins role h...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6613, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-post-build-messages
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-post-build-messages/tasks/main.yml", "content": "---\n- name: \"show completion message and what to do next\"\n pause:\n seconds: 5\n prompt: |\n ======================\n\n The Apollo instance\n {{ apollo_short_machine_name }} / {{ apollo_subdomain...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 921, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-pre-build-messages
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-pre-build-messages/tasks/main.yml", "content": "---\n- name: \"show start message and prerequisites for running this playbook\"\n pause:\n seconds: 30\n prompt: |\n ======================\n\n The apollo instance creation process for instance\n {{ a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 932, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-restart-services
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-restart-services/tasks/main.yml", "content": "---\n#This role should not be run by apollo playbook it should be run by a separate playbook\n#after manually obtaining ssh certificates that are defined in nginx conf file\n- name: \"Restart tomcat9 service\"\n systemd:\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 812, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-restart-tomcat
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-restart-tomcat/tasks/main.yml", "content": "---\n- name: \"Restart tomcat9 service\"\n systemd:\n state: \"restarted\"\n name: \"tomcat9\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-set-tools-path
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-set-tools-path/tasks/main.yml", "content": "---\n\n- name: Ensure symlink /opt/Apollo points to current Apollo version directory\n file:\n src: \"/opt/Apollo-{{ apollo_build_version }}\"\n dest: \"/opt/Apollo\"\n state: link\n force: yes\n\n- name: \"add Apollo t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 500, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-setup-user-home-dir
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-setup-user-home-dir/tasks/main.yml", "content": "---\n# Setup apollo user home directory\n# Note that this role has to be run after the NFS export creates deirectories apollo_data and sourcedata\n- name: \"check that dir {{create_user_home_dir_ssh_path}} exists and register r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3721, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/apollo-tomcat9-ubuntu
358
[ "no_license" ]
[ { "path": "ansible/roles/apollo-tomcat9-ubuntu/tasks/main.yml", "content": "---\n- name: Add Ubuntu 22.04 Jammy universe repo for tomcat9\n apt_repository:\n repo: \"deb http://archive.ubuntu.com/ubuntu jammy universe\"\n filename: tomcat9-jammy\n state: present\n become: true\n\n- name: Pin tomc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2204, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/backup-add-apollo-instance
358
[ "no_license" ]
[ { "path": "ansible/roles/backup-add-apollo-instance/tasks/main.yml", "content": "---\n- name: \"Check if {{apollo_short_machine_name}} is already in list_of_apollo_instances.txt\"\n lineinfile:\n state: absent\n path: \"/home/backup_user/list_of_apollo_instances.txt\"\n regexp: \"^{{apollo_short_m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 595, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/backup-decode-extravars-setfacts
358
[ "no_license" ]
[ { "path": "ansible/roles/backup-decode-extravars-setfacts/tasks/main.yml", "content": "---\n# set facts based on the apollo number \n# i.e. if number entered is 8 full domain name fact will be constructed to apollo-008.genome.edu.au\n#\n# NOTE: all these facts are \"global\" for the playbook at run time and...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1069, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/common-add-admin-keys
358
[ "no_license" ]
[ { "path": "ansible/roles/common-add-admin-keys/tasks/main.yml", "content": "---\n- name: \"import vars\"\n include_vars:\n file: users.yml\n\n- name: \"Add authorized key from file\"\n authorized_key:\n user: \"{{ item.username }}\"\n key: \"{{ lookup('file', item.key) }}\"\n state: \"present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 299, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/common-certbot-snapd
358
[ "no_license" ]
[ { "path": "ansible/roles/common-certbot-snapd/defaults/main.yml", "content": "---\ncertbot_hook_post_path: \"/etc/letsencrypt/renewal-hooks/post\"\ncertbot_snap_path: \"/snap/bin/certbot\"\ncertbot_symlink_path: \"/usr/bin/certbot\"\ncertbot_installed: yes\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1343, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/common-conf-hostname-tz
358
[ "no_license" ]
[ { "path": "ansible/roles/common-conf-hostname-tz/tasks/main.yml", "content": "---\n- name: change hostname to hostname defined in inventory\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: set timezone to Australia/Brisbane\n timezone:\n name: Australia/Brisbane\n\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/common-conf-update_etc_hosts
358
[ "no_license" ]
[ { "path": "ansible/roles/common-conf-update_etc_hosts/tasks/main.yml", "content": "---\n- name: disable update_etc_hosts in cloud.cfg to prevent regeneration of /etc/hosts on reboot\n lineinfile:\n path: /etc/cloud/cloud.cfg\n regexp: '^\\s*- update_etc_hosts'\n line: '# - update_etc_hosts'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/common-configure-shell-logins
358
[ "no_license" ]
[ { "path": "ansible/roles/common-configure-shell-logins/tasks/main.yml", "content": "---\n\n- name: \"Ensure group apollo_admin is present\"\n group:\n name: \"apollo_admin\"\n state: present\n gid: 1001\n\n- name: \"adding system user {{ ansible_user }} to group apollo_admin (and www-data)\"\n us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2227, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/common-configure-ufw
358
[ "no_license" ]
[ { "path": "ansible/roles/common-configure-ufw/tasks/main.yml", "content": "---\n- name: \"Allow ssh connections\"\n ufw:\n rule: allow\n name: 'OpenSSH'\n\n- name: \"AFTER allow rules configured - enable firewall with default policy deny\"\n ufw:\n state: enabled\n policy: deny\n\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/common-create-admin-users-logins
358
[ "no_license" ]
[ { "path": "ansible/roles/common-create-admin-users-logins/vars/users.yml", "content": "\n# WARNING: each list MUST have AT LEAST 1 entry or the associated task FAILS!!!\n\n# the following users will be created with a home directory\n# BUT to be able to login they must also be defined in the login_user's lis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3770, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/common-install-apache
358
[ "no_license" ]
[ { "path": "ansible/roles/common-install-apache/tasks/main.yml", "content": "---\n- name: \"install apache using apt\"\n apt:\n name: \"apache2\"\n state: \"latest\"\n update_cache: yes\n\n- name: \"Enable Apache service at startup\"\n systemd:\n name: \"apache2\"\n state: \"started\"\n e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/common-install-docker-compose
358
[ "no_license" ]
[ { "path": "ansible/roles/common-install-docker-compose/tasks/main.yml", "content": "---\n# Remove old conflicting Docker sources\n- name: Ensure Docker-related APT sources are absent\n file:\n path: \"{{ item }}\"\n state: absent\n force: yes\n with_fileglob:\n - /etc/apt/sources.list.d/docker...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 902, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/common-install-fail2ban
358
[ "no_license" ]
[ { "path": "ansible/roles/common-install-fail2ban/tasks/main.yml", "content": "---\n- name: \"install fail2ban using apt\"\n apt:\n name: \"fail2ban\"\n state: \"latest\"\n update_cache: yes\n\n- name: \"Enable fail2ban service at startup\"\n systemd:\n name: \"fail2ban\"\n state: \"started\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 619, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/common-install-utils
358
[ "no_license" ]
[ { "path": "ansible/roles/common-install-utils/vars/util_packages.yml", "content": "---\nutil_packages:\n - vim\n - ssl-cert\n - lsb-release\n - curl\n - wget\n - netcat-traditional\n - git\n - zip\n - unzip\n - build-essential\n - gnupg2\n - atop\n - iotop\n - htop\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 647, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/common-mount-volume-by-label
358
[ "no_license" ]
[ { "path": "ansible/roles/common-mount-volume-by-label/tasks/main.yml", "content": "---\n- name: \"Find and mount volume attached to VM specified by LABEL {{ volume_label }}\"\n command: \"blkid -L {{ volume_label }}\"\n register: volume_device\n changed_when: false\n failed_when: false\n\n- name: \"Ensu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1269, "all_permissive": false }
ansible_role
AU-Biocommons/genome-annotation
7fcb9ec38c815a87aebee6a72f9ef1847963997c
2
ansible/roles/common-nagios-nrpe
358
[ "no_license" ]
[ { "path": "ansible/roles/common-nagios-nrpe/defaults/main.yml", "content": "---\nnagios_server: \"192.168.0.66\"\nnagios_nrpe_file_path: \"/etc/nagios/\"\nnagios_allowed_hosts_ips: \"127.0.0.1,::1,{{ nagios_server }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1421, "all_permissive": false }