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
pturnbul/summit-game-ansible
f9a5b666a085cfdcc8d9035c88c2bc83ee4315a5
0
roles/setup-game-server
359
[ "no_license" ]
[ { "path": "roles/setup-game-server/tasks/main.yml", "content": "---\n# Create single build for both blue/green rather then separate apps\n- name: Create gamebus buildconfig\n shell: \"oc process -p APPLICATION_NAME=gamebus -p SOURCE_REPOSITORY_URL={{ game_server_repo }} -p MAVEN_MIRROR_URL={{maven_mirror_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1704, "all_permissive": false }
ansible_role
pturnbul/summit-game-ansible
f9a5b666a085cfdcc8d9035c88c2bc83ee4315a5
0
roles/setup-leaderboard-app
359
[ "no_license" ]
[ { "path": "roles/setup-leaderboard-app/tasks/main.yml", "content": "---\n- name: Create leaderboard application\n command: \"oc new-app openshift/nodejs:6~{{ leaderboard_repo }}\"\n\n- name: Expose route for leaderboard application\n command: \"oc expose svc leaderboard\"\n\n- name: Wait for leaderboard a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
pturnbul/summit-game-ansible
f9a5b666a085cfdcc8d9035c88c2bc83ee4315a5
0
roles/setup-scoreboard-app
359
[ "no_license" ]
[ { "path": "roles/setup-scoreboard-app/tasks/main.yml", "content": "---\n- name: Create scoreboard application\n command: \"oc new-app openshift/nodejs:6~{{ scoreboard_repo }}\"\n\n- name: Expose route for scoreboard application\n command: \"oc expose svc scoreboard\"\n\n- name: Wait for scoreboard applica...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
dsaniset/tools-setup-code
7f1e6b5d6732d30672a5129fcd7cedb8af8b482a
0
roles/github-runner
359
[ "no_license" ]
[ { "path": "roles/github-runner/tasks/main.yml", "content": "- name: Set prompt name command\n ansible.builtin.shell: set-prompt {{ tool_name }}\n\n- name: Add github runner user\n ansible.builtin.user:\n name: github-runner\n\n- name: Create directory\n ansible.builtin.files:\n name: actions-runner...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1503, "all_permissive": false }
ansible_role
dsaniset/tools-setup-code
7f1e6b5d6732d30672a5129fcd7cedb8af8b482a
0
roles/vault
359
[ "no_license" ]
[ { "path": "roles/vault/tasks/main.yml", "content": "- name: Set prompt name command\n ansible.builtin.shell: set-prompt {{tool_name}}\n\n- name: Download Hashicorp repo file\n ansible.builtin.get_url:\n url: https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo\n dest: /etc/yum.repos.d/hashicorp.re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 560, "all_permissive": false }
ansible_role
sheepman4267/ansible-cam2ip-apache-cas
b4101cfd4708189398bc6058af3c5c0cb1b51401
0
roles/camera-server
359
[ "no_license" ]
[ { "path": "roles/camera-server/tasks/main.yml", "content": "- name: Ensure apache is installed\n become: yes\n apt:\n name: apache2\n state: latest\n\n- name: Ensure pip is installed\n become: yes\n apt:\n name: python3-pip\n state: latest\n\n- name: Ensure libapache2-mod-auth-cas is install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
juarezlucasa/ansible-ndb-mysql-cluster-7-6-18
db5a67820778974c772f81a2938a525ab6bea4d9
0
roles/mysql-cluster-data
359
[ "no_license" ]
[ { "path": "roles/mysql-cluster-data/tasks/main.yml", "content": "- name: Download binaries\n command: wget --continue -P /var/tmp http://downloads.mysql.com/archives/get/p/14/file/mysql-cluster-gpl-7.6.18-linux-glibc2.12-x86_64.tar.gz\n- name: Extract binaries\n command: tar -C /var/tmp -xzf /var/tmp/mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 906, "all_permissive": false }
ansible_role
juarezlucasa/ansible-ndb-mysql-cluster-7-6-18
db5a67820778974c772f81a2938a525ab6bea4d9
0
roles/mysql-cluster-mgm
359
[ "no_license" ]
[ { "path": "roles/mysql-cluster-mgm/tasks/main.yml", "content": "- name: Download binaries\n command: wget --continue -P /var/tmp http://downloads.mysql.com/archives/get/p/14/file/mysql-cluster-gpl-7.6.18-linux-glibc2.12-x86_64.tar.gz\n- name: Extract binaries\n command: tar -C /var/tmp -xzf /var/tmp/mysql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1041, "all_permissive": false }
ansible_role
juarezlucasa/ansible-ndb-mysql-cluster-7-6-18
db5a67820778974c772f81a2938a525ab6bea4d9
0
roles/mysql-cluster-sql
359
[ "no_license" ]
[ { "path": "roles/mysql-cluster-sql/tasks/main.yml", "content": "- name: Install dependencies\n yum:\n name: libaio\n state: latest\n- name: Download binaries\n command: wget --continue -P /var/tmp http://downloads.mysql.com/archives/get/p/14/file/mysql-cluster-gpl-7.6.18-linux-glibc2.12-x86_64.tar.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2357, "all_permissive": false }
ansible_role
okoge-kaz/llm-jp-sakura-ansible
445a31f7f64bbb3ce59b0aa432b8a02405eca01c
5
roles/env
359
[ "no_license" ]
[ { "path": "roles/env/tasks/main.yml", "content": "---\n- name: Set MODULEPATH\n lineinfile:\n path: /etc/environment\n line: MODULEPATH=/mnt/nfs/modulefiles/nvidia:/mnt/nfs/modulefiles/intel:/mnt/nfs/modulefiles/etc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
okoge-kaz/llm-jp-sakura-ansible
445a31f7f64bbb3ce59b0aa432b8a02405eca01c
5
roles/mellanox
359
[ "no_license" ]
[ { "path": "roles/mellanox/tasks/driver.yml", "content": "- name: add OFED apt-key\n apt_key:\n url: http://www.mellanox.com/downloads/ofed/RPM-GPG-KEY-Mellanox\n state: present\n\n- name: create /opt/ofed directory\n file:\n path: /opt/ofed\n state: directory\n \n- name: download and unarch...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 793, "all_permissive": false }
ansible_role
okoge-kaz/llm-jp-sakura-ansible
445a31f7f64bbb3ce59b0aa432b8a02405eca01c
5
roles/network
359
[ "no_license" ]
[ { "path": "roles/network/tasks/netplan.yml", "content": "- name: deploy /etc/netplan/10-llmjp.yaml\n template:\n src: templates/10-llmjp.yaml.j2\n dest: /etc/netplan/10-llmjp.yaml\n\n- name: apply new config\n command: netplan apply\n\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 768, "all_permissive": false }
ansible_role
okoge-kaz/llm-jp-sakura-ansible
445a31f7f64bbb3ce59b0aa432b8a02405eca01c
5
roles/nfs
359
[ "no_license" ]
[ { "path": "roles/nfs/tasks/main.yml", "content": "- name: Install NFS\n apt:\n pkg:\n - nfs-common\n\n- name: Create mount point\n file:\n path: /mnt/nfs/shared\n state: directory\n owner: ubuntu\n group: ubuntu\n mode: '0777'\n\n- name: Create mount point\n file:\n path: /mnt/n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 951, "all_permissive": false }
ansible_role
okoge-kaz/llm-jp-sakura-ansible
445a31f7f64bbb3ce59b0aa432b8a02405eca01c
5
roles/nvidia
359
[ "no_license" ]
[ { "path": "roles/nvidia/tasks/main.yml", "content": "---\n- name: Install NVIDIA Driver\n include_tasks: driver.yml\n when: \"'gpu' in group_names\"\n\n- name: Setup systemd\n include_tasks: systemd.yml\n when: \"'gpu' in group_names\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2705, "all_permissive": false }
ansible_role
okoge-kaz/llm-jp-sakura-ansible
445a31f7f64bbb3ce59b0aa432b8a02405eca01c
5
roles/packages
359
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n- name: Install packages\n apt:\n update_cache: yes\n pkg:\n - make\n - build-essential\n - libssl-dev\n - zlib1g-dev\n - libbz2-dev\n - libreadline-dev\n - libsqlite3-dev\n - wget\n - curl\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 545, "all_permissive": false }
ansible_role
okoge-kaz/llm-jp-sakura-ansible
445a31f7f64bbb3ce59b0aa432b8a02405eca01c
5
roles/time
359
[ "no_license" ]
[ { "path": "roles/time/tasks/main.yml", "content": "---\n- name: Set timezone\n shell: timedatectl set-timezone Asia/Tokyo\n\n- name: Set NTP\n lineinfile:\n path: /etc/systemd/timesyncd.conf\n line: 'NTP=ntp.nict.jp'\n insertafter: '[Time]'\n\n- name: Restart systemd-timesyncd\n systemd:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
eduardoshanahan/devcontainers-deploy-docker
0bcca03563beedcd37f66355ac5e6bc235149981
0
src/roles/create_deployment_user
319
[ "no_license" ]
[ { "path": "src/roles/create_deployment_user/tasks/main.yml", "content": "---\n- name: Ensure the deployment user exists\n ansible.builtin.user:\n name: \"{{ ansible_deployment_user }}\"\n state: present\n shell: /bin/bash\n create_home: true\n\n- name: Ensure .ssh directory exists for the deplo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1021, "all_permissive": false }
ansible_role
eduardoshanahan/devcontainers-deploy-docker
0bcca03563beedcd37f66355ac5e6bc235149981
0
src/roles/disable_password_authentication
319
[ "no_license" ]
[ { "path": "src/roles/disable_password_authentication/tasks/main.yml", "content": "---\n- name: Ensure PasswordAuthentication is set to 'no'\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n regexp: \"^#?PasswordAuthentication\"\n line: \"PasswordAuthentication no\"\n backup: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 494, "all_permissive": false }
ansible_role
eduardoshanahan/devcontainers-deploy-docker
0bcca03563beedcd37f66355ac5e6bc235149981
0
src/roles/update_ubuntu
319
[ "no_license" ]
[ { "path": "src/roles/update_ubuntu/tasks/main.yml", "content": "---\n- name: Update the apt cache\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n\n- name: Upgrade all installed packages and remove unused ones\n ansible.builtin.apt:\n upgrade: dist\n autoremove: true\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
devps23/expense-practice-ansible
b0f3cce34c9701983b3ff012dc38650bd3099abe
0
roles/backend
319
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yml", "content": "app_loc: /app\ncomponent: backend\napp_user: expense\nbackend_logfile: /etc/rsyslog.d/{{component_name}}.conf\nrsyslog_config_needed: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path": "roles/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1680, "all_permissive": false }
ansible_role
devps23/expense-practice-ansible
b0f3cce34c9701983b3ff012dc38650bd3099abe
0
roles/common
319
[ "no_license" ]
[ { "path": "roles/common/tasks/pre-req.yml", "content": "- name: clean the code\n ansible.builtin.file:\n path: \"{{ app_loc }}\"\n state: absent\n\n- name: Make a directory\n ansible.builtin.file:\n path: \"{{ app_loc }}\"\n state: directory\n owner: \"{{app_user}}\"\n group: \"{{app_use...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1347, "all_permissive": false }
ansible_role
devps23/expense-practice-ansible
b0f3cce34c9701983b3ff012dc38650bd3099abe
0
roles/frontend
319
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install nginx package\n ansible.builtin.dnf:\n name: nginx\n state: latest\n\n- name: copy expense conf\n ansible.builtin.template:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n\n- name: Import code commonly\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
devps23/expense-practice-ansible
b0f3cce34c9701983b3ff012dc38650bd3099abe
0
roles/logstash
319
[ "no_license" ]
[ { "path": "roles/logstash/tasks/main.yml", "content": "- name: copy logstash repo file\n ansible.builtin.template:\n src: logstash.repo\n dest: /etc/yum.repos.d/elasticsearch.repo\n\n- name: install logstash\n ansible.builtin.dnf:\n name: logstash\n state: installed\n\n- name: pass frontend lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
devps23/expense-practice-ansible
b0f3cce34c9701983b3ff012dc38650bd3099abe
0
roles/mysql
319
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install mysql server package\n ansible.builtin.dnf:\n name: mysql-server\n state: latest\n\n- name: start and enable service\n ansible.builtin.systemd_service:\n name: mysqld\n state: restarted\n enabled: yes\n\n- name: Install Pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1069, "all_permissive": false }
ansible_role
devps23/expense-practice-ansible
b0f3cce34c9701983b3ff012dc38650bd3099abe
0
roles/newrelic
319
[ "no_license" ]
[ { "path": "roles/newrelic/tasks/nodejs.yml", "content": "- name: Install newrelic using npm\n community.general.npm:\n name: newrelic\n path: /app\n\n\n", "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
devps23/expense-practice-ansible
b0f3cce34c9701983b3ff012dc38650bd3099abe
0
roles/prometheus
319
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "- name: remove a directory\n ansible.builtin.file:\n path: /opt/node_exporter\n state: absent\n owner: bin\n group: bin\n\n- name: make a directory\n ansible.builtin.file:\n path: /opt/node_exporter\n state: directory\n owner: b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 846, "all_permissive": false }
ansible_role
devps23/expense-practice-ansible
b0f3cce34c9701983b3ff012dc38650bd3099abe
0
roles/rsyslog
319
[ "no_license" ]
[ { "path": "roles/rsyslog/tasks/main.yml", "content": "- name: copy backend conf in rsyslog\n ansible.builtin.template:\n src: rsyslog.conf\n dest: \"{{ backend_logfile }}\"\n when: rsyslog_config_needed | bool == true\n\n- name: restart rsyslog\n ansible.builtin.systemd_service:\n name: rsyslog\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
mrybas/one_deploy
097957e6b94b06d39bb762a94604f19d493e89ad
0
playbooks/roles/ceph-deploy
319
[ "no_license" ]
[ { "path": "playbooks/roles/ceph-deploy/defaults/main.yml", "content": "\n---\nyum_repo_files:\n - name: \"ceph-noarch\"\n descr: \"Ceph packages for ceph-deploy\"\n baseurl: \"http://download.ceph.com/rpm-infernalis/el7/noarch\"\n enabled: 1\n gpgcheck: 1\n type: \"rpm-md\"\n gpgkey: \"ht...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3779, "all_permissive": false }
ansible_role
mrybas/one_deploy
097957e6b94b06d39bb762a94604f19d493e89ad
0
playbooks/roles/ceph-osd
319
[ "no_license" ]
[ { "path": "playbooks/roles/ceph-osd/tasks/main.yml", "content": "---\n\n- name: MakeLabel GPT\n command: parted -a optimal \"{{ osd_disk }}\" mklabel gpt\n\n- name: Create partition\n command: parted -a optimal -- \"{{ osd_disk }}\" unit compact mkpart primary ext4 \"1\" \"-1\"\n\n- name: Create filesyste...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2560, "all_permissive": false }
ansible_role
mrybas/one_deploy
097957e6b94b06d39bb762a94604f19d493e89ad
0
playbooks/roles/common
319
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/main.yml", "content": "---\n\n- include: RHEL.yml\n when: ansible_os_family == 'RedHat'\n\n- include: DEB.yml\n when: ansible_os_family == 'Debian'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "playboo...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1323, "all_permissive": false }
ansible_role
mrybas/one_deploy
097957e6b94b06d39bb762a94604f19d493e89ad
0
playbooks/roles/keepalived
319
[ "no_license" ]
[ { "path": "playbooks/roles/keepalived/tasks/main.yml", "content": "---\n- include: setup.yml\n when: num_frontends | int > 1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "playbooks/roles/keepalived/templates/keepalived.conf.j2", "content":...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2233, "all_permissive": false }
ansible_role
mrybas/one_deploy
097957e6b94b06d39bb762a94604f19d493e89ad
0
playbooks/roles/one-frontend
319
[ "no_license" ]
[ { "path": "playbooks/roles/one-frontend/tasks/main.yml", "content": "---\n\n- name: Create dir for oneadmin user\n file:\n path: /var/lib/one\n state: directory\n mode: 0755\n tags:\n - install_opennebula\n\n- name: Get ceph admin secret\n shell: ceph-authtool -p /etc/ceph/ceph.client.admin.k...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4597, "all_permissive": false }
ansible_role
mrybas/one_deploy
097957e6b94b06d39bb762a94604f19d493e89ad
0
playbooks/roles/one-node
319
[ "no_license" ]
[ { "path": "playbooks/roles/one-node/tasks/main.yml", "content": "---\n\n- name: Create dir for oneadmin user\n file:\n path: /var/lib/one\n state: directory\n mode: 0755\n tags:\n - install_opennebula\n\n- name: Get ceph admin secret\n shell: ceph-authtool -p /etc/ceph/ceph.client.admin.keyri...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2865, "all_permissive": false }
ansible_role
otus-devops-2019-05/SJay3_infra
05fc34bb32fd6b093c32e7ad394b24003e9f5fb2
0
ansible/roles/app
319
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/ruby.yml", "content": "---\n#install ruby\n- name: Install ruby\n vars:\n packages:\n - ruby-full\n - ruby-bundler\n - build-essential\n apt:\n name: \"{{ packages }}\"\n update_cache: yes\n state: present\n tags: ruby\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
ryanymt/ansible-adv-lab
8d31b7757d635797eaf96dd2be69c514d5b696b7
0
bad-ansible/3tier-bad/roles/deploy-postgres
319
[ "no_license" ]
[ { "path": "bad-ansible/3tier-bad/roles/deploy-postgres/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - deploy-postgres", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "bad-ansible/3tier-bad/roles/deploy-pos...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 663, "all_permissive": false }
ansible_role
ryanymt/ansible-adv-lab
8d31b7757d635797eaf96dd2be69c514d5b696b7
0
bad-ansible/3tier-bad/roles/deploy-tomcat
319
[ "no_license" ]
[ { "path": "bad-ansible/3tier-bad/roles/deploy-tomcat/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - deploy-tomcat", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "bad-ansible/3tier-bad/roles/deploy-tomcat/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 889, "all_permissive": false }
ansible_role
ryanymt/ansible-adv-lab
8d31b7757d635797eaf96dd2be69c514d5b696b7
0
bad-ansible/3tier-bad/roles/enable-repo
319
[ "no_license" ]
[ { "path": "bad-ansible/3tier-bad/roles/enable-repo/tasks/main.yml", "content": "---\n# tasks file for enable-repo\n- name: copy repo file into server\n copy:\n src: '{{item.0}}'\n dest: '{{item.1}}'\n with_together:\n - '{{repo_src}}'\n - '{{repo_dest}}'\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
ryanymt/ansible-adv-lab
8d31b7757d635797eaf96dd2be69c514d5b696b7
0
bad-ansible/3tier-bad/roles/haproxy
319
[ "no_license" ]
[ { "path": "bad-ansible/3tier-bad/roles/haproxy/tasks/main.yml", "content": "---\n# tasks file for haproxy\n- name: install packages\n include_role: \n name: install-package\n\n#- name: start services\n# include_role:\n# name: start-service\n\n- name: copy haproxy config\n template: \n src: hapro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 481, "all_permissive": false }
ansible_role
ryanymt/ansible-adv-lab
8d31b7757d635797eaf96dd2be69c514d5b696b7
0
bad-ansible/3tier-bad/roles/start-service
319
[ "no_license" ]
[ { "path": "bad-ansible/3tier-bad/roles/start-service/tasks/start-services.yml", "content": "---\n# tasks file for start-service\n- name: start services\n service:\n name: \"{{item}}\"\n state: \"{{srv_state | default('started')}}\"\n with_items: \n - \"{{srv_name}}\"\n", "license_type": "no_l...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 377, "all_permissive": false }
ansible_role
ryanymt/ansible-adv-lab
8d31b7757d635797eaf96dd2be69c514d5b696b7
0
roles/deploy-instances
319
[ "no_license" ]
[ { "path": "roles/deploy-instances/vars/main.yml", "content": "---\n# vars file for deploy-instances", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/deploy-instances/handlers/main.yml", "content": "---\n# handlers file for deploy-instances...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1949, "all_permissive": false }
ansible_role
ryanymt/ansible-adv-lab
8d31b7757d635797eaf96dd2be69c514d5b696b7
0
roles/install-package
319
[ "no_license" ]
[ { "path": "roles/install-package/tasks/main.yml", "content": "---\n# tasks file for install-package\n- name: install package\n yum: \n name: \"{{item}}\"\n state: \"{{pckg_state | default ('latest') }}\"\n with_items: \n - \"{{pckg_name}}\"\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
ryanymt/ansible-adv-lab
8d31b7757d635797eaf96dd2be69c514d5b696b7
0
windows-lab/roles/win_ad_install
319
[ "no_license" ]
[ { "path": "windows-lab/roles/win_ad_install/vars/main.yml", "content": "---\n# vars file for win_ad_install\nad_domain_name: ad1.2f55.example.opentlc.com\nad_safe_mode_password: \"{{<PASSWORD>}}\"\nad_admin_user: \"admin@{{ ad_domain_name}}\"\nad_admin_password: \"{{<PASSWORD>}}\"\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 805, "all_permissive": false }
ansible_role
ryanymt/ansible-adv-lab
8d31b7757d635797eaf96dd2be69c514d5b696b7
0
windows-lab/roles/win_ad_user
319
[ "no_license" ]
[ { "path": "windows-lab/roles/win_ad_user/tasks/main.yml", "content": "---\n# tasks file for win_domain_user\n#- name: create groups\n# win_domain_group:\n# name: \"{{item.[].group_name}}\"\n# scope: \"{{item.[].group_scope}}\"\n# with_items: \n# - \"{{groups}}\"\n#\n- name: Create AD users\n win...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1252, "all_permissive": false }
ansible_role
arfath29/Yii2-Application
b344b055dce798391587abca981056a37df4e8d2
0
ansible/roles/common
319
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update apt package index\n apt:\n update_cache: yes\n\n- name: Install basic dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - git\n - curl\n - wget\n - unzip\n - software-properties-co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
arfath29/Yii2-Application
b344b055dce798391587abca981056a37df4e8d2
0
ansible/roles/docker
319
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker Repository\n apt_repository:\n repo: deb [arch=amd64] https://download.docker.com/linux/ubuntu foc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 707, "all_permissive": false }
ansible_role
arfath29/Yii2-Application
b344b055dce798391587abca981056a37df4e8d2
0
ansible/roles/nginx
319
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install NGINX\n apt:\n name: nginx\n state: present\n\n- name: Deploy NGINX config\n template:\n src: yii2.conf.j2\n dest: /etc/nginx/sites-available/yii2.conf\n notify:\n - restart nginx\n\n- name: Enable NGINX site\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1528, "all_permissive": false }
ansible_role
arfath29/Yii2-Application
b344b055dce798391587abca981056a37df4e8d2
0
ansible/roles/swarm
319
[ "no_license" ]
[ { "path": "ansible/roles/swarm/tasks/main.yml", "content": "---\n- name: Initialize Docker Swarm\n command: docker swarm init --advertise-addr \"{{ ansible_default_ipv4.address }}\"\n register: swarm_result\n changed_when: \"'This node is already a swarm manager' not in swarm_result.stderr\"\n ignore_er...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
Vinibo/ansible-gemini-fullstack
5c83943600db220686108404c425d8ed26361112
0
roles/common
319
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: \"Set hostname to {{ hostname }}\"\n hostname:\n name: \"{{ hostname }}\"\n\n- name: \"Set timezone to {{ timezone }}\"\n community.general.timezone:\n name: \"{{ timezone }}\"\n become: true\n\n- name: Install packages\n become: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 697, "all_permissive": false }
ansible_role
lcanal/wcl-ansible
f7fd8b6f5de3fbdee712cbbb9bf3f7445dcae516
0
roles/appserver
319
[ "no_license" ]
[ { "path": "roles/appserver/tasks/main.yml", "content": "---\n- name: Pip Requirement\n yum: name=python-pip state=latest\n\n- name: Install Docker Python Module\n pip: name=docker-py state=latest\n\n- name: Start FirewallD\n service: name=firewalld state=started\n\n- name: Enable Firewall Rules\n firewa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 813, "all_permissive": false }
ansible_role
lcanal/wcl-ansible
f7fd8b6f5de3fbdee712cbbb9bf3f7445dcae516
0
roles/common
319
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Hostname check\n hostname: name={{ inventory_hostname }}.westcoastlabs.info\n\n- name: FreeIPA Client Check\n yum: name=ipa-client state=latest\n\n- name: FreeIPA Config Check\n command: /usr/sbin/ipa-client-install -d --enable-dns-updates...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
lcanal/wcl-ansible
f7fd8b6f5de3fbdee712cbbb9bf3f7445dcae516
0
roles/dirserver
319
[ "no_license" ]
[ { "path": "roles/dirserver/tasks/main.yml", "content": "---\n- name: Upgrade all packages\n yum: name='*' state=latest\n\n- name: Ensure EPEL Repo is available\n yum: name=epel-release state=latest\n\n- name: Ensure pysphere requirement for vsphere module\n yum: name=python-pip state=latest\n\n- pip: nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1230, "all_permissive": false }
ansible_role
lcanal/wcl-ansible
f7fd8b6f5de3fbdee712cbbb9bf3f7445dcae516
0
roles/docker-host
319
[ "no_license" ]
[ { "path": "roles/docker-host/tasks/setup-logging.yml", "content": "---\n- name: Install logstash\n yum : name=https://download.elastic.co/logstash/logstash/packages/centos/logstash-1.4.2-1_2c0f5a1.noarch.rpm state=present\n \n- name: Check config files\n template:\n src: logstash.conf.j2\n dest: /e...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5545, "all_permissive": false }
ansible_role
lcanal/wcl-ansible
f7fd8b6f5de3fbdee712cbbb9bf3f7445dcae516
0
roles/docker-owncloud
319
[ "no_license" ]
[ { "path": "roles/docker-owncloud/tasks/main.yml", "content": "---\n- name: Create www path for Owncloud\n file: path=/var/owncloudData owner=deployer group=docker state=directory mode=0775\n\n#Need api version for docker mismatch\n- name: Install Dockerized Owncloud\n docker:\n docker_api_version=1.15\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
lcanal/wcl-ansible
f7fd8b6f5de3fbdee712cbbb9bf3f7445dcae516
0
roles/docker-registry
319
[ "no_license" ]
[ { "path": "roles/docker-registry/tasks/main.yml", "content": "---\n- name: Deploy Docker Container\n docker:\n image: \"registry:2.0\"\n name : registry\n publish_all_ports: True\n restart_policy: always\n state: restarted\n #ports: \"127.0.0.1:5000:5000\"\n ports: \"5000:5000\"\n v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 783, "all_permissive": false }
ansible_role
lcanal/wcl-ansible
f7fd8b6f5de3fbdee712cbbb9bf3f7445dcae516
0
roles/esxi-guest
319
[ "no_license" ]
[ { "path": "roles/esxi-guest/tasks/esxi-prereqs.yml", "content": "# These are normally run locally\n- name: Ensure pysphere requirement for vsphere module\n sudo: true\n yum: name=python-pip state=latest\n\n- pip: name=pysphere state=latest\n sudo: true\n", "license_type": "no_license", "detected_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1168, "all_permissive": false }
ansible_role
lcanal/wcl-ansible
f7fd8b6f5de3fbdee712cbbb9bf3f7445dcae516
0
roles/esxiguest
319
[ "no_license" ]
[ { "path": "roles/esxiguest/vars/main.yml", "content": "---\n#dirserverName1: April\ndirserverName1: Slash\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/esxiguest/tasks/main.yml", "content": "---\n#- include: esxi-prereqs.yml\n\n##Ensu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 406, "all_permissive": false }
ansible_role
lcanal/wcl-ansible
f7fd8b6f5de3fbdee712cbbb9bf3f7445dcae516
0
roles/webserver
319
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: Ensure Apache is installed\n yum : name=httpd state=latest\n\n- name: Start Apache\n service: name=httpd state=started\n\n- name: Check if port 80 is allowed\n shell: iptables -L | grep -q \"Allow http\"\n register: check_allow_http\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
lcanal/wcl-ansible
f7fd8b6f5de3fbdee712cbbb9bf3f7445dcae516
0
work/roles/docker-host
319
[ "no_license" ]
[ { "path": "work/roles/docker-host/tasks/create-directories.yml", "content": "---\n- name : Ensure directories exist\n file :\n path=\"/opt/{{ item }}\"\n owner=deployer\n group=docker\n state=directory\n mode=\"o=,g=rwxs,u=rwx\"\n with_items:\n - settings\n - webapps\n - logs\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 907, "all_permissive": false }
ansible_role
lcanal/wcl-ansible
f7fd8b6f5de3fbdee712cbbb9bf3f7445dcae516
0
work/roles/docker-owncloud
319
[ "no_license" ]
[ { "path": "work/roles/docker-owncloud/tasks/main.yml", "content": "#Need api version for docker mismatch\n- name: Install Dockerized Owncloud\n docker:\n docker_api_version=1.15\n image=jchaney/owncloud\n name=owncloud\n ports=80:80\n volumes=/var/owncloudData:/var/www/owncloud/data\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/ps/roles/batchloader
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/ps/roles/batchloader/templates/batch-file-loader.properties.j2", "content": "#############################################################################\r\n#############################################################################\r\n##################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 10236, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/ps/roles/cms
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/ps/roles/cms/templates/rdc.properties.j2", "content": "#for RDC connector : This needs to be added in cmserver and configured according to env filters\nensenta.acct.no.key=ensentaAcctNbr\ndevice.id.length=20\nensenta.resubmit.codes=E500\n#Ensenta session time in millisecon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 30002, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/ps/roles/csr
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/ps/roles/csr/tasks/main.yml", "content": "---\n# Deploy csr base + solution package\n\n- name: checking \"{{ monitise_root }}/tomcat/webapps/csr exist or not\"\n stat: path={{ monitise_root }}/tomcat/webapps/csr\n register: check_path_csr1\n when: backup_option\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2825, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/ps/roles/daily-log-backup
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/ps/roles/daily-log-backup/templates/cmlog.backup.j2", "content": "#!/bin/bash\r\n\r\n# enabled extended globbing\r\nshopt -s extglob\r\n\r\n# number of days to keep log backups\r\nDAYS=15\r\n\r\n# logs to backup (update with your logs to backup)\r\nLOG[0]=/var/log/monitise...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3372, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/ps/roles/enrollment
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/ps/roles/enrollment/tasks/main.yml", "content": "---\n# Deploy enrollment.war base + solution package\n- name: \"{{ monitise_root }}/tomcat/webapps/enrollment exist or not\"\n stat: path={{ monitise_root }}/tomcat/webapps/enrollment\n register: check_path_enrollment1\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5870, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/ps/roles/event-relay
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/ps/roles/event-relay/tasks/main.yml", "content": "---\n# Deploy event-relay \n\n- name: \"{{ monitise_root }}/event-relay exist or not\"\n stat: path={{ monitise_root }}/event-relay\n register: check_path_event_relay1\n when: backup_option\n\n- name: \"{{ monitise_root ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3349, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/ps/roles/getcorebuild
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/ps/roles/getcorebuild/tasks/main.yml", "content": "---\n# generic way to push core build folders to target systems:\n# rsync from vault to local system\n# rsync from local system to target\n\n- name: ensure local COREBuilds/{{ core_branch }}/{{ core_build }} exists\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 914, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/ps/roles/getpsbuild
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/ps/roles/getpsbuild/tasks/main.yml", "content": "---\n# generic way to push PS builds to target systems:\n# rsync from vault to local system\n# rsync from local system to target\n\n- name: rsync from vault to local system\n local_action: shell rsync -a {{ aduser }}@ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/ps/roles/mweb
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/ps/roles/mweb/tasks/main.yml", "content": "---\n# Deploy mobile base + solution package\n\n- name: \"checking {{ monitise_root }}/tomcat/webapps/mobile exist or not\"\n stat: path={{ monitise_root }}/tomcat/webapps/mobile\n register: check_path_mobile1\n when: backup_o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3161, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/ps/roles/restapi
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/ps/roles/restapi/tasks/main.yml", "content": "---\n# Deploy banking_rest_api base + solution package\n\n- name: \"checking {{ monitise_root }}/tomcat/webapps/banking_rest_api exist or not\"\n stat: path={{ monitise_root }}/tomcat/webapps/banking_rest_api\n register: chec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3282, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/ps/roles/tokenmanager
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/ps/roles/tokenmanager/templates/tokenManagerClient.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n xmlns:cxf=\"http://cxf.apache.org/core\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 10389, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/ps/roles/webclient
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/ps/roles/webclient/tasks/main.yml", "content": "---\n- name: \"{{ monitise_root }}/tomcat/webapps/webclient exist or not\"\n stat: path={{ monitise_root }}/tomcat/webapps/webclient\n register: check_path_webclient1\n when: backup_option\n\n- name: \"{{ monitise_root }}/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1743, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/roles/backend
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/roles/backend/templates/event-relay.init.j2", "content": "#!/bin/sh\n\n# chkconfig: - 75 19\n#\n### BEGIN INIT INFO\n# Provides: event-relay\n# Required-Start: $network $syslog\n# Required-Stop: $network $syslog\n# Default-Start:\n# Default-Stop:\n# Short-Description: star...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 10996, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/roles/common
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/roles/common/templates/monitise.conf.j2", "content": "# logging\nLogFormat \"%h %l %u %t \\\"%r\\\" %>s %b - rt: %T / %D\" vhost_common\n\n<VirtualHost {{ ansible_default_ipv4['address'] }}:80>\n#<VirtualHost *:80>\n ServerName {{ ansible_fqdn }}\n ServerAlia...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9653, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/roles/disco
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/roles/disco/tasks/main.yml", "content": "---\n\n- name: install vsftpd\n yum: name=vsftpd state=present\n\n- name: generate disco user password\n sudo: no\n local_action: shell python -c \"from passlib.hash import sha512_crypt; print sha512_crypt.encrypt('{{ disco_ftp_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 8989, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/roles/epel
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/roles/epel/tasks/main.yml", "content": "---\n# Install EPEL for systems outside the corporate network\n#\n# NOTE: if the system is in the San Rafael network, you should use the\n# spacewalk role instead.\n\n- name: add EPEL repository\n copy: src=epel.repo dest=/etc/yum.r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 423, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/roles/hornetq
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/roles/hornetq/tasks/main.yml", "content": "---\n# install hornetq and setup as a service\n# still requires confugiration via one of the hornetq-* roles\n\n#- name: obtain hornetq-2.2.14.Final from mai01-build-02v\n# sudo: no\n# local_action: shell rsync -a {{ aduser }}@m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4107, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/roles/hornetq-simple
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/roles/hornetq-simple/tasks/main.yml", "content": "---\n# write stand-alone non-clustered hornetq configuration files\n\n- name: copy hornetq-beans.xml\n copy: src=hornetq-beans.xml dest={{ monitise_root }}/hornetq owner=cm{{ instance }}\n\n- name: copy hornetq-configurati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 887, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/roles/jdk7
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/roles/jdk7/files/java.sh", "content": "export JAVA_HOME=/etc/alternatives/JAVA_HOME\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "ansible-deploy/monitise/roles/jdk7/tasks/main.yml", "content": "---\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1209, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/roles/local-setup
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/roles/local-setup/tasks/main.yml", "content": "---\n# ensure our local system is properly setup\n\n- name: ensure {{ localcache }} exists\n sudo: no\n local_action: file path={{ localcache }} state=directory owner={{ ansible_ssh_user }} mode=0755\n\n- name: ensure {{ loc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/roles/redis
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/roles/redis/tasks/main.yml", "content": "---\n\n- name: obtain redis and dependent rpms from mai01-build-02v\n sudo: no\n local_action: shell rsync -a {{ aduser }}@mai01-build-02v:/share/jenkins/thirdparty/{{ item }} {{ localcache }}/thirdparty\n when: internal == 'yes'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1954, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/roles/sjre7
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/roles/sjre7/tasks/main.yml", "content": "---\n\n- name: obtain sjre7u51 from mai01-build-02v\n sudo: no\n local_action: shell rsync -a {{ aduser }}@mai01-build-02v:/share/jenkins/thirdparty/server-jre-7u51-linux-x64.gz {{ localcache }}/thirdparty\n when: internal == 'ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1400, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/roles/smppsim
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/roles/smppsim/templates/smppsim.init.j2", "content": "#!/bin/bash\n\n# chkconfig: - 79 20\n#\n### BEGIN INIT INFO\n# Provides: smppsim\n# Required-Start: $network\n# Required-Stop: $network\n# Default-Start:\n# Default-Stop:\n# Short-Description: start and stop smppsim\n##...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2048, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/roles/spacewalk
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/roles/spacewalk/tasks/main.yml", "content": "---\n# Install bootstrap repository for Spacewalk server in San Rafael.\n#\n# NOTE: This is only really needed for systems in the office that are NOT being\n# remotely managed by IT in order to take advantage of the their Spacew...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1526, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/roles/tomcat
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/roles/tomcat/tasks/main.yml", "content": "---\n# setup monitise tomcat service instance\n\n- name: setup {{ monitise_root }}/tomcat\n file: path={{ monitise_root }}/tomcat state=directory owner=cm{{ instance }} mode=2750\n\n- name: setup /var/log/monitise/tomcat\n file: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2144, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/monitise/roles/tomcat-native
319
[ "no_license" ]
[ { "path": "ansible-deploy/monitise/roles/tomcat-native/tasks/main.yml", "content": "---\n# our friend tomcat-native\n\n- name: install tomcat-native from EPEL\n yum: name=tomcat-native state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
vikramsardeshpande/ansible-deploy
17c6ae1fcabcc528f184ba71f40884f29da3868c
0
ansible-deploy/roles/provision-ec2
319
[ "no_license" ]
[ { "path": "ansible-deploy/roles/provision-ec2/tasks/main.yml", "content": "---\n\n- hosts: localhost\n connection: local\n gather_facts: False\n tasks:\n - name: Provision a set of instances\n ec2:\n key_name: N-virginia-nov-2016\n group: ansible-ws\n instance_type: t2.m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 723, "all_permissive": false }
ansible_role
jjmengze/ansible-mangentuser
8607d69e481639f0e905766c7644350f6c677336
0
roles/activate_new_users
379
[ "no_license" ]
[ { "path": "roles/activate_new_users/tasks/main.yml", "content": "- name: Ensure the group exists\n group:\n name: \"{{ group }}\"\n state: present\n\n\n- name: Allow group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%wheel'\n line: '%{{ group...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
jjmengze/ansible-mangentuser
8607d69e481639f0e905766c7644350f6c677336
0
roles/add_keypair
379
[ "no_license" ]
[ { "path": "roles/add_keypair/tasks/main.yml", "content": "---\n- name: Create ssh directory\n file:\n path: /tmp/ssh\n state: directory\n mode: '0755'\n\n- name: Set expirationDate\n shell:\n cmd: date --date='{{ expiryInterval }} days ago' \"+%Y-%m-%d\"\n register: expirationDate\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1795, "all_permissive": false }
ansible_role
jjmengze/ansible-mangentuser
8607d69e481639f0e905766c7644350f6c677336
0
roles/record_users
379
[ "no_license" ]
[ { "path": "roles/record_users/tasks/main.yml", "content": "---\n- name: Upload template user barshrc\n copy:\n src: \".bashrc\"\n dest: \"/etc/skel/.bashrc\"\n\n- name: Upload rsyslog user history manifest\n copy:\n src: cmd.conf\n dest: /etc/rsyslog.d/cmd.conf\n owner: root\n group: roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 774, "all_permissive": false }
ansible_role
jjmengze/ansible-mangentuser
8607d69e481639f0e905766c7644350f6c677336
0
roles/remove_keypair
379
[ "no_license" ]
[ { "path": "roles/remove_keypair/tasks/main.yml", "content": "---\n- name: Determine remove keypairs\n set_fact:\n removeKeypairs: \"{{ existingKeys.stdout_lines | difference(users) }}\"\n\n- name: Remove public key\n azure_rm_storageblob:\n client_id: \"{{ clientId }}\"\n secret: \"{{ lookup('env...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 527, "all_permissive": false }
ansible_role
jjmengze/ansible-mangentuser
8607d69e481639f0e905766c7644350f6c677336
0
roles/remove_users
379
[ "no_license" ]
[ { "path": "roles/remove_users/tasks/main.yml", "content": "---\n- name: Determine existing users\n shell: \"ls -1 /home | grep -v {{ ansibleUser }}\"\n changed_when: false\n register: existingUsers\n\n- name: Determine unregister users\n set_fact:\n unregisterUsers: \"{{ existingUsers.stdout_lines | ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }
ansible_role
jjmengze/ansible-mangentuser
8607d69e481639f0e905766c7644350f6c677336
0
roles/send_private_key
379
[ "no_license" ]
[ { "path": "roles/send_private_key/tasks/main.yml", "content": "---\n- name: Determine existing keys\n\n shell: \"ls -1 /tmp/ssh | grep -v pub | sed 's/_id_rsa//g'\"\n changed_when: false\n register: existingKeys\n\n- name: Send e-mail to a bunch of users, attaching private key\n mail:\n to: \"{{ <EMA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
jjmengze/ansible-mangentuser
8607d69e481639f0e905766c7644350f6c677336
0
roles/set_authorized_key
379
[ "no_license" ]
[ { "path": "roles/set_authorized_key/tasks/main.yml", "content": "---\n- name: Create ssh directory\n file:\n path: /tmp/ssh\n state: directory\n mode: '0755'\n\n- name: Copy authorized key\n copy:\n src: \"/tmp/ssh/{{ item }}_id_rsa.pub\"\n dest: \"/tmp/ssh/{{ item }}_id_rsa.pub\"\n with_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
mathhacksco/jira
d1488f6285a2b07c47b42abc30c21e9d4d41225e
0
roles/backup
379
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "---\n- name: create timestamp (part 1)\n command: date +\"%Y%m%d\"\n register: date_output\n\n- name: create timestamp (part 2)\n set_fact:\n backup_timestamp: \"{{ date_output.stdout }}\"\n\n- name: clear backup file (if it exists)\n file:\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1740, "all_permissive": false }
ansible_role
mathhacksco/jira
d1488f6285a2b07c47b42abc30c21e9d4d41225e
0
roles/jira
379
[ "no_license" ]
[ { "path": "roles/jira/tasks/main.yml", "content": "---\n- name: create jira home directory\n file:\n path: /var/atlassian/jira\n state: directory\n \n- name: modify jira jome directory permissions\n command: chown -Rf 2:2 /var/atlassian/jira\n\n- name: copy the dbconfig.xml file\n copy:\n conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 880, "all_permissive": false }
ansible_role
mathhacksco/jira
d1488f6285a2b07c47b42abc30c21e9d4d41225e
0
roles/mysql
379
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: pull mysql image\n command: docker pull mysql:5.7.8\n when: build_mysql_container\n\n- name: stop mysql container\n command: docker stop mathhacks-jira-db\n ignore_errors: yes\n when: build_mysql_container\n\n- name: remove mysql containe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 951, "all_permissive": false }
ansible_role
mathhacksco/jira
d1488f6285a2b07c47b42abc30c21e9d4d41225e
0
roles/swapfile
379
[ "no_license" ]
[ { "path": "roles/swapfile/tasks/main.yml", "content": "- name: check if swapfile exists\n stat:\n path: /swapfile\n register: swapfile_stat_result\n\n- name: create swap file\n command: fallocate -l 4G /swapfile\n when: swapfile_stat_result.stat.exists == False\n\n- command: chmod 600 /swapfile\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": false }
ansible_role
atul-ram/step0
1920296cd029e4305c47b12702af3c4b6f9bc855
0
roles/zabbix
379
[ "no_license" ]
[ { "path": "roles/zabbix/files/script/iostat.sh", "content": "ip=`echo \"$1\"`\ndiskutil=`iostat -dkx |awk '{print $1,$6,$7,$9,$10,$11,$12}'| column -t`\n/usr/local/sbin/zabbix_sender -z $ip -s `hostname` -k DISKIOPS -o \"$diskutil\"\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 13725, "all_permissive": false }
ansible_role
bathas2021/awx-demo
404be503eb48086785d984c2219e37760ea060f3
0
roles/nginx
379
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "# defaults/main.yml\nnginx_package: nginx\nnginx_service: nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/nginx/handlers/main.yml", "content": "# handlers/main.yml\n- name: Re...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 381, "all_permissive": false }
ansible_role
RedHatGov/gitea-operator
a5d63ce246f196257d5a0f11f4fb99b2745a289d
3
roles/gitea-ocp
379
[ "no_license" ]
[ { "path": "roles/gitea-ocp/templates/secret.yml.j2", "content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: \"{{ _gitea_name }}-admin-credentials\"\n namespace: \"{{ _gitea_namespace }}\"\ndata:\n username: \"{{ 'administrator' | b64encode }}\"\n password: \"{{ gitea_admin_password | b64enc...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 15892, "all_permissive": false }