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
crsiebler/MovieRevenuePredictor
1ef092011b609d4bd041ccf592c68b537820c4f6
0
ansible/roles/php5
568
[ "no_license" ]
[ { "path": "ansible/roles/php5/tasks/main.yml", "content": "- name: Install php5\n sudo: yes\n apt: pkg=php5 state=latest\n\n- name: ensure timezone is set in apache2 php.ini\n lineinfile: dest=/etc/php5/apache2/php.ini\n regexp='date.timezone ='\n line='date.timezone = {{ timezo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1173, "all_permissive": false }
ansible_role
crsiebler/MovieRevenuePredictor
1ef092011b609d4bd041ccf592c68b537820c4f6
0
ansible/roles/php5-cli
568
[ "no_license" ]
[ { "path": "ansible/roles/php5-cli/tasks/main.yml", "content": "- name: Install php5-cli\n sudo: yes\n apt: pkg=php5-cli state=latest\n\n- name: ensure timezone is set in cli php.ini\n lineinfile: dest=/etc/php5/cli/php.ini\n regexp='date.timezone ='\n line='date.timezone = {{ ti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1182, "all_permissive": false }
ansible_role
dotyjim-work/experimental-gp-cloud-workstations
7dbfc0561fa577def8632c70ee547f8cb73e5c84
0
provisioning/roles/editor
557
[ "no_license" ]
[ { "path": "provisioning/roles/editor/tasks/main.yml", "content": "---\n- name: Install editors\n become: yes\n yum:\n name:\n - vim\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
dotyjim-work/experimental-gp-cloud-workstations
7dbfc0561fa577def8632c70ee547f8cb73e5c84
0
provisioning/roles/gpdb-build
557
[ "no_license" ]
[ { "path": "provisioning/roles/gpdb-build/tasks/main.yml", "content": "---\n- name: \"get GPDB source\"\n git:\n repo: 'https://github.com/greenplum-db/gpdb.git'\n dest: ~/workspace/gpdb\n register: gpdb_source\n\n- name: \"make GPDB 6 install dir\"\n file:\n path: /6/\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 735, "all_permissive": false }
ansible_role
dotyjim-work/experimental-gp-cloud-workstations
7dbfc0561fa577def8632c70ee547f8cb73e5c84
0
provisioning/roles/gpdb-build-deps
557
[ "no_license" ]
[ { "path": "provisioning/roles/gpdb-build-deps/tasks/build_gporca.yml", "content": "---\n# TODO: break this apart and put more packages closer to the component that uses them.\n- name: install packages necessary to build GPDB\n yum:\n name:\n - ninja-build\n state: present\n become: yes\n\n- nam...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5989, "all_permissive": false }
ansible_role
dotyjim-work/experimental-gp-cloud-workstations
7dbfc0561fa577def8632c70ee547f8cb73e5c84
0
provisioning/roles/gpdb-workflow
557
[ "no_license" ]
[ { "path": "provisioning/roles/gpdb-workflow/tasks/main.yml", "content": "---\n## Enable ssh to localhost without a passphrase\n\n- name: Generate ssh keys\n user:\n name: \"{{ ansible_ssh_user }}\"\n generate_ssh_key: yes\n state: present\n register: ssh_keys\n\n- block:\n - name: Configure auto...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 5390, "all_permissive": false }
ansible_role
RajavamshiA/expense-ansible-roles
f0e59d784b735cd688551940066d7eccf64e8452
0
roles/backend
557
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yaml", "content": "MYSQL_HOST: mysql.daws-82ss.online\nMYSQL_USER: root\nMYSQL_PASSWORD: <PASSWORD>\nAPP_LOCATION: /app\nCOMPONENT: backend\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/backend/tasks/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2500, "all_permissive": false }
ansible_role
RajavamshiA/expense-ansible-roles
f0e59d784b735cd688551940066d7eccf64e8452
0
roles/frontend
557
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "- name: Install Nginx Server\n ansible.builtin.dnf:\n name: nginx\n state: installed\n\n- name: enable and start nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n- name: include tasks from common role \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1460, "all_permissive": false }
ansible_role
anishnath/ansible
f187b7f223e813a0ec42a502cc60c30425f25e0c
1
roles/firewall
557
[ "no_license" ]
[ { "path": "roles/firewall/tasks/centos7-firewalld.yml", "content": "---\n\n- include: install.yml\n\n- name: Enable firewalld\n service: name=firewalld state=started enabled=yes\n\n- name: Set dmz as default policy\n command: firewall-cmd --set-default-zone=dmz\n\n- name: Allow http/https\n command: fire...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2875, "all_permissive": false }
ansible_role
anishnath/ansible
f187b7f223e813a0ec42a502cc60c30425f25e0c
1
roles/nginx
557
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf", "content": "worker_processes auto;\nuser {{ nginx_user }};\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n include /etc/nginx/mime.types;\n default_type applicat...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5063, "all_permissive": false }
ansible_role
anishnath/ansible
f187b7f223e813a0ec42a502cc60c30425f25e0c
1
roles/secretcontent
557
[ "no_license" ]
[ { "path": "roles/secretcontent/tasks/main.yml", "content": "---\n- include_vars: text.yml\n\n- name: Copy the conent in the server Securely\n copy:\n content=\"{{my_content}}\"\n dest=/tmp/mycontent.txt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
anishnath/ansible
f187b7f223e813a0ec42a502cc60c30425f25e0c
1
roles/selinux
557
[ "no_license" ]
[ { "path": "roles/selinux/vars/main.yml", "content": "selinuxpolicy: targeted\nselinuxstate: enforcing\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/selinux/tasks/install.yml", "content": "---\n- name: Installing SELinux package\n pac...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 499, "all_permissive": false }
ansible_role
AmaterasuSecurity/Ansible
f4b809e897cf8b0268be1b9fe2e115ee67325372
0
roles/install-packages
557
[ "no_license" ]
[ { "path": "roles/install-packages/tasks/main.yml", "content": "---\n- name: Install required packages\n apt:\n name:\n - \"{{ Discord }}\"\n - \"{{ Lutris }}\"\n - \"{{ Steam }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
AmaterasuSecurity/Ansible
f4b809e897cf8b0268be1b9fe2e115ee67325372
0
roles/upgrade
557
[ "no_license" ]
[ { "path": "roles/upgrade/tasks/main.yml", "content": "---\n- name: Perform full system upgrade\n apt:\n upgrade: dist\n autoremove: yes\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
AmaterasuSecurity/Ansible
f4b809e897cf8b0268be1b9fe2e115ee67325372
0
roles/windows
557
[ "no_license" ]
[ { "path": "roles/windows/tasks/main.yml", "content": "---\n\n- name: Install updates\n win_updates:\n category_names:\n - CriticalUpdates\n - SecurityUpdates\n state: installed\n register: update_result\n\n- name: Reboot host if required\n win_reboot:\n when: update_result.reboot_required\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 655, "all_permissive": false }
ansible_role
stanton-lab/example_app
04c9ef06889ab49a1a3c94d767302cc481a5885a
0
ansible/roles/exim4
557
[ "no_license" ]
[ { "path": "ansible/roles/exim4/tasks/main.yml", "content": "---\n - name: install\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n with_items:\n - exim4\n - exim4-config\n\n - name: update configuration\n template:\n src: \"update-exim4.conf.conf\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 525, "all_permissive": false }
ansible_role
stanton-lab/example_app
04c9ef06889ab49a1a3c94d767302cc481a5885a
0
ansible/roles/init
557
[ "no_license" ]
[ { "path": "ansible/roles/init/handlers/main.yml", "content": "---\n - name: restart ssh\n service:\n name: ssh\n state: restarted\n\n - name: update timezone\n command: dpkg-reconfigure --frontend noninteractive tzdata\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5810, "all_permissive": false }
ansible_role
stanton-lab/example_app
04c9ef06889ab49a1a3c94d767302cc481a5885a
0
ansible/roles/monit
557
[ "no_license" ]
[ { "path": "ansible/roles/monit/tasks/main.yml", "content": "---\n - name: install\n apt:\n name: monit\n state: latest\n update_cache: yes\n notify:\n - start monit\n tags: monit\n\n - name: create configuration for monit\n template:\n src: monitrc\n dest: /etc/mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1250, "all_permissive": false }
ansible_role
stanton-lab/example_app
04c9ef06889ab49a1a3c94d767302cc481a5885a
0
ansible/roles/nginx
557
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf", "content": "user www-data;\nworker_processes 4;\ntimer_resolution 100ms;\nworker_rlimit_nofile 8192;\nworker_priority -5;\n\npid /var/run/nginx.pid;\n\nerror_log /var/log/nginx/error.log;\n\nevents {\n worker_connections 2048;\n use epoll;\n}\n\nh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1814, "all_permissive": false }
ansible_role
stanton-lab/example_app
04c9ef06889ab49a1a3c94d767302cc481a5885a
0
ansible/roles/postgresql
557
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/main.yml", "content": "---\n - name: install\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n with_items:\n - python-psycopg2\n - postgresql\n - postgresql-common\n - postgresql-client\n - postgresql-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 669, "all_permissive": false }
ansible_role
sarahlyne46/udacity-auto-deploy-project
761f59511010a9c72046a510979e245c3f72ef3d
0
.circleci/ansible/roles/deploy
557
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\r\n- name: \"wait 60 seconds for target connection to become reachable/usable.\"\r\n wait_for_connection: \r\n timeout: 60\r\n\r\n- name: \"Install Ansible dependencies\"\r\n become: true\r\n apt:\r\n name: [\"nodejs\", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 661, "all_permissive": false }
ansible_role
AbirHossainDevOps/ansible-for-project-trial
03f5ee25dab3ce7984ee61b72d5e2a6d0d8ceb6c
0
roles/db
557
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "- name: Installation packages and services for DB server\n yum:\n name: '{{ item }}'\n state: installed\n loop: '{{ packages }}'\n tags: installation\n\n- name: Start firewalld\n service:\n name: firewalld\n state: started\n enabled: true\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1561, "all_permissive": false }
ansible_role
AbirHossainDevOps/ansible-for-project-trial
03f5ee25dab3ce7984ee61b72d5e2a6d0d8ceb6c
0
roles/web
557
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "- name: Installation packages and services for Web server\n yum:\n name: '{{ item }}'\n state: installed\n loop: '{{ packages }}'\n tags: installaton\n\n- name: Start firewalld\n service:\n name: firewalld\n state: started\n enabled: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1468, "all_permissive": false }
ansible_role
dqli164/ansible
d5054a32113ac457c1e34c562676320ff1dcf588
0
roles/golang
557
[ "no_license" ]
[ { "path": "roles/golang/defaults/main.yml", "content": "---\n# defaults file for golang\ngo_install_path: \"/usr/local/go\"\ngo_package_url: \"https://go.dev/dl/go1.17.8.linux-amd64.tar.gz\"\ngo_package_checksum: \"sha256:980e65a863377e69fd9b67df9d8395fd8e93858e7a24c9f55803421e453f4f99\"\ngo_path: \"~/devop...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1351, "all_permissive": false }
ansible_role
sricts/common
79ff37c28224e63c86b98f4d897d758da195cc43
0
django/roles/django
557
[ "no_license" ]
[ { "path": "django/roles/django/tasks/main.yml", "content": "---\n- name: Install python\n apt: name=python\n sudo: True\n\n- name: Install django\n apt: name=python-django\n sudo: True\n\n- name: Install pip\n apt: name=python-pip\n sudo: True\n\n- name: Upload iManage.zip to /home/iManage.zip\n copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 771, "all_permissive": false }
ansible_role
sricts/common
79ff37c28224e63c86b98f4d897d758da195cc43
0
django/roles/tomcat
557
[ "no_license" ]
[ { "path": "django/roles/tomcat/tasks/main.yml", "content": "---\n\n- name: add group \"tomcat\"\n group: name=tomcat\n sudo: True\n\n- name: add user \"tomcat\"\n user: name=tomcat group=tomcat home=/usr/share/tomcat createhome=no\n sudo: True\n\n- name: Download Tomcat\n get_url: url=http://archive.ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1314, "all_permissive": false }
ansible_role
GeloaceRT/Final_Exam_Zamora
d82de40ce385055ad82d7b24dd69573daa521fdc
0
roles/apache2
557
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n\n - name: install apache and php for Ubuntu servers\n tags: apache2-ubuntu\n apt:\n name:\n - apache2\n - libapache2-mod-php\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
GeloaceRT/Final_Exam_Zamora
d82de40ce385055ad82d7b24dd69573daa521fdc
0
roles/prometheus
557
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "---\n\n- name: Installing Prometheus on Ubuntu\n tags: prome-ubuntu\n apt: \n name: prometheus\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n\n- name: Installing snapd on Centos\n tags: prome-centos\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 638, "all_permissive": false }
ansible_role
maxime67/IasC
2ea45cf1ec48716183b9dfb981c9bd8d83cd1d67
0
roles/apache-install
557
[ "no_license" ]
[ { "path": "roles/apache-install/templates/vhost.conf.j2", "content": "<VirtualHost *:{{ listen_port }}>\n ServerAdmin webmaster@{{ server_name }}\n ServerName {{ server_name }}\n ServerAlias www.{{ server_name }}\n DocumentRoot {{ document_root }}\n\n <Directory {{ document_root }}>\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1557, "all_permissive": false }
ansible_role
maxime67/IasC
2ea45cf1ec48716183b9dfb981c9bd8d83cd1d67
0
roles/clean-vm
557
[ "no_license" ]
[ { "path": "roles/clean-vm/vars/main.yml", "content": "middleware_services:\n - apache2\n - nginx\n - mysql\n - postgresql\n - mongod\n\nmiddleware_packages:\n - apache2\n - nginx\n - mysql-server\n - postgresql\n - mongod\n\nconfig_files:\n - /etc/apache2\n - /etc/nginx\n - /etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 691, "all_permissive": false }
ansible_role
maxime67/IasC
2ea45cf1ec48716183b9dfb981c9bd8d83cd1d67
0
roles/mongodb-install
557
[ "no_license" ]
[ { "path": "roles/mongodb-install/templates/mongod.conf.j2", "content": "---\nstorage:\n dbPath: /var/lib/mongodb\n journal:\n enabled: true\n\nsystemLog:\n destination: file\n logAppend: true\n path: /var/log/mongodb/mongod.log\n\nnet:\n port: {{ mongodb_port }}\n bindIp: {{ mongodb_bind_ip }}\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2374, "all_permissive": false }
ansible_role
spkishoree/database_ansible
ec0dff644d3127060b86cd37f92dc51e6a4dfc63
0
roles/Database
557
[ "no_license" ]
[ { "path": "roles/Database/files/work.ps1", "content": "Import-Module \"sqlps\" -DisableNameChecking\n\nInvoke-Sqlcmd -ServerInstance localhost -InputFile \"C:\\Windows\\Temp\\adhocworkload.sql\" | Out-File -FilePath \"C:\\Windows\\Temp\\output.txt\"\n", "license_type": "no_license", "detected_licens...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 14, "total_bytes": 4750, "all_permissive": false }
ansible_role
mattdennewitz/balls-and-strikes
f36798377ea6450d9de6b87c3e44a376c49433ff
0
ansible/roles/common
557
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n# base machine setup\n\n- name: ensure packages are installed\n sudo: yes\n action: apt pkg=\"{{ item }}\" state=latest update_cache=yes\n with_items:\n - build-essential\n - git-core\n - emacs\n - nginx\n - python-dev\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 866, "all_permissive": false }
ansible_role
mattdennewitz/balls-and-strikes
f36798377ea6450d9de6b87c3e44a376c49433ff
0
ansible/roles/db
557
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "---\n\n# - name: install postgres\n# action: apt pkg=\"{{ item }}\" state=latest update_cache=yes\n# with_items:\n# - postgresql-client\n# - postgresql-server-dev-9.3\n# - postgresql\n# - libpq-dev\n# sudo: yes\n# tags:\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
mattdennewitz/balls-and-strikes
f36798377ea6450d9de6b87c3e44a376c49433ff
0
ansible/roles/nginx
557
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n\n- name: replace www-data user\n sudo: yes\n lineinfile: dest=\"/etc/nginx/nginx.conf\" regexp=\"^user \" line=\"user {{ user }};\"\n notify:\n - restart nginx\n tags:\n - nginx-bootstrap\n\n- name: delete \"default\" configuration\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 362, "all_permissive": false }
ansible_role
mattdennewitz/balls-and-strikes
f36798377ea6450d9de6b87c3e44a376c49433ff
0
ansible/roles/supervisor
557
[ "no_license" ]
[ { "path": "ansible/roles/supervisor/tasks/main.yml", "content": "---\n\n- name: ensure supervisor config dir exists\n sudo: yes\n file:\n path: /etc/supervisor/conf.d/\n state: directory\n tags:\n - sv-bootstrap\n\n- name: ensure supervisor log dir exists\n sudo: yes\n file:\n path: /var/lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 607, "all_permissive": false }
ansible_role
mattdennewitz/balls-and-strikes
f36798377ea6450d9de6b87c3e44a376c49433ff
0
ansible/roles/users
557
[ "no_license" ]
[ { "path": "ansible/roles/users/vars/main.yml", "content": "---\n\n{ ansible_ssh_user: root }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/roles/users/tasks/main.yml", "content": "---\n\n# creates a deploy user, enables as sudoer, u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 917, "all_permissive": false }
ansible_role
sip23bjit/final_roles_05
19c5d88d21d0ca812a85e3cebcbcc65d931c3ff0
0
roles/db_server_instalations
557
[ "no_license" ]
[ { "path": "roles/db_server_instalations/tasks/main.yml", "content": "---\n- name: Installation Services\n yum:\n name:\n - libselinux-python\n - libsemanage-python\n - mariadb-server\n - MySQL-python\n - php-mysql\n state: installed\n tags: install", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
sip23bjit/final_roles_05
19c5d88d21d0ca812a85e3cebcbcc65d931c3ff0
0
roles/firewalld_db
557
[ "no_license" ]
[ { "path": "roles/firewalld_db/tasks/main.yml", "content": "- name: Start firewalld\n service: name=firewalld state=started enabled=yes\n tags: start firewalld\n- name: Insert firewalld rule for mysql\n firewalld: port={{ mysql_port }}/tcp permanent=true state=enabled immediate=yes\n tags: enable mysql p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
sip23bjit/final_roles_05
19c5d88d21d0ca812a85e3cebcbcc65d931c3ff0
0
roles/firewalld_web
557
[ "no_license" ]
[ { "path": "roles/firewalld_web/vars/main.yml", "content": "---\nhttpd_port: 80\nmysql_port: 3306", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/firewalld_web/tasks/main.yml", "content": "- name: Start firewalld\n service: name=firewalld...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 528, "all_permissive": false }
ansible_role
sip23bjit/final_roles_05
19c5d88d21d0ca812a85e3cebcbcc65d931c3ff0
0
roles/httpd_setup
557
[ "no_license" ]
[ { "path": "roles/httpd_setup/tasks/main.yml", "content": "---\n- name: Restart httpd\n service: name=httpd state=restarted\n tags: restarted httpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
sip23bjit/final_roles_05
19c5d88d21d0ca812a85e3cebcbcc65d931c3ff0
0
roles/mysql_setup
557
[ "no_license" ]
[ { "path": "roles/mysql_setup/tasks/main.yml", "content": "---\n- name: Copy Mysql configuration file\n copy: src=files/my.cnf dest=/etc/my.cnf\n tags: mysql conf copy\n- name: Start MariaDB Service\n service: name=mariadb state=started enabled=yes\n tags: start mariadb\n- name: Create Application Databa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 695, "all_permissive": false }
ansible_role
sip23bjit/final_roles_05
19c5d88d21d0ca812a85e3cebcbcc65d931c3ff0
0
roles/web_server_gitclone
557
[ "no_license" ]
[ { "path": "roles/web_server_gitclone/tasks/main.yml", "content": "- name: Copy the code from repository\n git: repo={{ repository }} dest=/var/www/html/ force=yes\n tags: clone", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/web_server_git...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 177, "all_permissive": false }
ansible_role
sip23bjit/final_roles_05
19c5d88d21d0ca812a85e3cebcbcc65d931c3ff0
0
roles/web_server_installations
557
[ "no_license" ]
[ { "path": "roles/web_server_installations/tasks/main.yml", "content": "- name: Installation Services\n yum:\n name:\n - libselinux-python\n - libsemanage-python\n - httpd\n - php\n - php-mysql\n state: installed\n tags: install\n\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
artem-shorokhov/ansible-role-jenkins
ada63526bc4ef335d97bd52b21796d38b34c1178
0
roles/common
557
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\n\njenkins_admin_username: admin\njenkins_admin_password: <PASSWORD>\njenkins_port: 8080\njenkins_slave_name: slave\njenkins_slave_home: /var/lib/jenkins\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 531, "all_permissive": false }
ansible_role
artem-shorokhov/ansible-role-jenkins
ada63526bc4ef335d97bd52b21796d38b34c1178
0
roles/jenkins-master
557
[ "no_license" ]
[ { "path": "roles/jenkins-master/vars/main.yml", "content": "---\n\nallow_anonymous_read: \"false\"\n\njenkins_users: \"\"\n# - { username: 'developer', password: '<PASSWORD>' }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/jenkins-maste...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 5269, "all_permissive": false }
ansible_role
artem-shorokhov/ansible-role-jenkins
ada63526bc4ef335d97bd52b21796d38b34c1178
0
roles/jenkins-slave
557
[ "no_license" ]
[ { "path": "roles/jenkins-slave/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Set up Jenkins slave server.\n license: BSD\n min_ansible_version: 2.0\n platforms:\n - name: EL\n versions:\n - 7\n galaxy_tags:\n - Jenkins\n\ndependencies: []\n", "license_type...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2316, "all_permissive": false }
ansible_role
erickufrin-okta/opa-demo
be09f070d62e1e23a609adaa6cff59e2c84bb0cd
0
ansible/roles/certificate_exchange
557
[ "no_license" ]
[ { "path": "ansible/roles/certificate_exchange/tasks/config.yml", "content": "- name: Create temporary certificate directory\n ansible.windows.win_file:\n path: \"{{ certificate_info['win_cert_dir'] }}\"\n state: directory\n\n- name: Copy Certificate Request on Windows Machine\n ansible.windows.win_c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1229, "all_permissive": false }
ansible_role
erickufrin-okta/opa-demo
be09f070d62e1e23a609adaa6cff59e2c84bb0cd
0
ansible/roles/common
557
[ "no_license" ]
[ { "path": "ansible/roles/common/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: install_misc_software\n author: <NAME>\n description: Install some basic software\n license: BSD\n min_ansible_version: 2.4\n platforms:\n - name: Windows\n versions:\n - 2016R2\n galaxy_tags:\n - sy...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 936, "all_permissive": false }
ansible_role
erickufrin-okta/opa-demo
be09f070d62e1e23a609adaa6cff59e2c84bb0cd
0
ansible/roles/windows_adcs
557
[ "no_license" ]
[ { "path": "ansible/roles/windows_adcs/tasks/config.yml", "content": "- name: Install ActiveDirectoryCSDsc\n win_psmodule:\n name: ActiveDirectoryCSDsc\n state: present\n\n- name: Configure AD CA role\n win_dsc:\n resource_name: AdcsCertificationAuthority\n IsSingleInstance: 'Yes'\n CAType: ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2342, "all_permissive": false }
ansible_role
erickufrin-okta/opa-demo
be09f070d62e1e23a609adaa6cff59e2c84bb0cd
0
ansible/roles/windows_domain_controller
557
[ "no_license" ]
[ { "path": "ansible/roles/windows_domain_controller/handlers/main.yml", "content": "- name: restart machine\n win_reboot:\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/roles/windows_domain_controller/tasks/create.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1824, "all_permissive": false }
ansible_role
brasky/FITS-CTF-Submissions
a5c2f24ac5fc2cc10a9ea454462af57292f5164d
0
roles/beginnerlinuxelliot1
570
[ "no_license" ]
[ { "path": "roles/beginnerlinuxelliot1/docker/Dockerfile", "content": "FROM ubuntu:18.04\n\nRUN apt-get update && apt-get install -y openssh-server sudo\nRUN mkdir /var/run/sshd\nRUN useradd -m -d /home/myUser myUser\nRUN echo 'myUser:<PASSWORD>' | chpasswd\nRUN usermod -s /bin/bash myUser\n\n# SSH login fix...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1927, "all_permissive": false }
ansible_role
brasky/FITS-CTF-Submissions
a5c2f24ac5fc2cc10a9ea454462af57292f5164d
0
roles/beginnerwebelliot1
570
[ "no_license" ]
[ { "path": "roles/beginnerwebelliot1/readme.md", "content": "# Beginner Web Elliot 1 - Creds in source\n\n## Overview \n\nChallenge is to browse to a website and find creds to login from the page source.\n\nApache is running on port 8002 in an ubuntu 18.04 docker container.\n\n## Creds\n\nusername:password\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3362, "all_permissive": false }
ansible_role
m4rkw/vpnmethod
1a06561ec304db1dab7afd1421ba52bd315745f0
1
roles/ipsec
570
[ "no_license" ]
[ { "path": "roles/ipsec/templates/xl2tpd-options.xl2tpd.j2", "content": "require-mschap-v2\nms-dns {{ openvpn.dns1 }}\nms-dns {{ openvpn.dns2 }}\nasyncmap 0\nauth\ncrtscts\nlock\nhide-password\nmodem\ndebug\nname l2tpd\nproxyarp\nlcp-echo-interval 30\nlcp-echo-failure 4\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4203, "all_permissive": false }
ansible_role
m4rkw/vpnmethod
1a06561ec304db1dab7afd1421ba52bd315745f0
1
roles/openvpn
570
[ "no_license" ]
[ { "path": "roles/openvpn/tasks/main.yml", "content": "---\n- name: install openvpn\n apt:\n name: openvpn\n state: present\n register: openvpn_package\n\n- name: create def table\n lineinfile:\n dest: /etc/iproute2/rt_tables\n line: \"201 def\"\n\n- name: create vpn table\n lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3541, "all_permissive": false }
ansible_role
m4rkw/vpnmethod
1a06561ec304db1dab7afd1421ba52bd315745f0
1
roles/privoxy
570
[ "no_license" ]
[ { "path": "roles/privoxy/tasks/main.yml", "content": "---\n- name: install apt packages\n apt:\n name: privoxy\n state: present\n register: privoxy_package\n\n- name: copy privoxy config files\n copy:\n src: \"files/{{ item }}\"\n dest: \"/etc/privoxy/{{ item }}\"\n owner: root\n group:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 521, "all_permissive": false }
ansible_role
m4rkw/vpnmethod
1a06561ec304db1dab7afd1421ba52bd315745f0
1
roles/python
570
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: update apt cache\n raw: apt-get update\n\n- name: install python\n raw: apt-get -y install python2.7 python-pip\n\n- name: make python2.7 a python alternative\n raw: update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
m4rkw/vpnmethod
1a06561ec304db1dab7afd1421ba52bd315745f0
1
roles/sysctl
570
[ "no_license" ]
[ { "path": "roles/sysctl/tasks/main.yml", "content": "---\n- name: configure ip forwarding\n lineinfile:\n dest: /etc/sysctl.conf\n line: \"net.ipv4.ip_forward = 1\"\n\n- name: enable ip forwarding\n command: /sbin/sysctl -w net.ipv4.ip_forward=1\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
m4rkw/vpnmethod
1a06561ec304db1dab7afd1421ba52bd315745f0
1
roles/tor
570
[ "no_license" ]
[ { "path": "roles/tor/tasks/main.yml", "content": "---\n- name: install tor\n apt:\n name: tor\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 64, "all_permissive": false }
ansible_role
A-Ghouth/Cloud-Native-Data-Engineering
dc9e8cd12f8530e317631d7dbb7b5bdb200dfba9
0
ansible/roles/airbyte
570
[ "no_license" ]
[ { "path": "ansible/roles/airbyte/tasks/main.yml", "content": "---\n- name: create downloads directory\n file:\n state: directory\n path: \"downloads\"\n\n- name: Download Airbyte installtion files\n get_url:\n url: \"https://s3.amazonaws.com/weclouddata/data/data/run-ab-platform.sh\"\n dest: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
A-Ghouth/Cloud-Native-Data-Engineering
dc9e8cd12f8530e317631d7dbb7b5bdb200dfba9
0
ansible/roles/docker
570
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker\n apt:\n name:\n - docker.io\n - containerd\n - runc\n state: present\n\n- name: Add \"ubuntu\" user to \"docker\" group\n user:\n name: ubuntu\n groups: docker\n append: yes\n\n- block:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
A-Ghouth/Cloud-Native-Data-Engineering
dc9e8cd12f8530e317631d7dbb7b5bdb200dfba9
0
ansible/roles/metabase
570
[ "no_license" ]
[ { "path": "ansible/roles/metabase/tasks/main.yml", "content": "---\n- name: Install Docker SDK for Python\n pip:\n name: docker\n state: present\n\n- name: Pull Metabase Docker image\n docker_image:\n name: metabase/metabase\n tag: latest\n state: present\n\n- name: Run Metabase Docker cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
A-Ghouth/Cloud-Native-Data-Engineering
dc9e8cd12f8530e317631d7dbb7b5bdb200dfba9
0
ansible/roles/update
570
[ "no_license" ]
[ { "path": "ansible/roles/update/tasks/main.yml", "content": "- name: Update package\n apt:\n update_cache: yes\n\n- name: Upgrade packages\n apt:\n upgrade: dist\n\n- name: Upgrade kernel\n apt:\n name:\n - linux-headers-generic\n - linux-image-generic\n state: latest\n\n- name: Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/ansible
570
[ "no_license" ]
[ { "path": "playbooks/roles/ansible/tasks/main.yml", "content": "- name: 'install ansible requirements'\n ansible.builtin.apt:\n name:\n - python3\n - python3-dev\n - python3-pip\n - python3-setuptools\n - python3-cryptography\n - python3-requests\n state: present\n up...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1237, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/backup_scripts
570
[ "no_license" ]
[ { "path": "playbooks/roles/backup_scripts/tasks/main.yml", "content": "\n- name: install and configure backups for postgres\n tags: storagebox_backup\n block:\n - name: create dir for backups\n ansible.builtin.file:\n path: /mnt/backup-server/pfs/\n state: directory\n mode: '0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 999, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/caddy
570
[ "no_license" ]
[ { "path": "playbooks/roles/caddy/defaults/main.yml", "content": "---\n# defaults file for caddy\n\n# Packages\ncaddy_package: caddy\ncaddy_package_state: present\n\n# Service options\ncaddy_service_state: started\ncaddy_service_enabled: true\ncaddy_restart_handler_state: restarted\n\n# Debian\ncaddy_apt_rep...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 934, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/consul
570
[ "no_license" ]
[ { "path": "playbooks/roles/consul/files/vault.json", "content": "{\n \"server\": false,\n \"datacenter\": \"consul01\",\n \"data_dir\": \"consul/data\",\n \"log_level\": \"INFO\",\n \"bind_addr\": \"{{GetInterfaceIP \\\"ens18\\\"}}\",\n \"retry_join\": [\"consul-server\"],\n \"start_joi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4922, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/digitalocean
570
[ "no_license" ]
[ { "path": "playbooks/roles/digitalocean/defaults/main.yml", "content": "size: s-1vcpu-1gb\nregion: nyc1\nimage: ubuntu-20-04-x64\nwait_timeout: 500", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "playbooks/roles/digitalocean/meta/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 832, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/docker
570
[ "no_license" ]
[ { "path": "playbooks/roles/docker/tasks/main.yml", "content": "# Install docker and compose\n- name: 'install docker-ce repository'\n ansible.builtin.apt:\n name:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n\n- name: 'add docker apt key'\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1489, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/nginx
570
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/main.yml", "content": "\n- name: 'install nginx'\n ansible.builtin.apt:\n name:\n - nginx\n state: present\n\n- name: Copy nginx configuration in place.\n template:\n src: files/default.conf\n dest: /etc/nginx/conf.d/default.conf\n owner: root\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 512, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/node-exporter
570
[ "no_license" ]
[ { "path": "playbooks/roles/node-exporter/templates/etc/node-exporter/web-config.yml", "content": "tls_server_config:\n # Certificate and key files for server to use to authenticate to client.\n cert_file: '{{ ssl_cert }}'\n key_file: '{{ ssl_privkey }}'\n\nbasic_auth_users:\n '{{ auth_user }}': '{{ auth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2305, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/nomad
570
[ "no_license" ]
[ { "path": "playbooks/roles/nomad/files/nomad-server.hcl.j2", "content": "datacenter = \"dc1\"\n\ndata_dir = \"/opt/nomad/data\"\nbind_addr = \"0.0.0.0\"\n\nserver {\n enabled = true\n bootstrap_expect = 5\n}\n\nclient {\n enabled = true\n servers = [\"127.0.0.1\"]\n #host_volume \"traefik_vol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4383, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/postgres
570
[ "no_license" ]
[ { "path": "playbooks/roles/postgres/tasks/main.yml", "content": "- name: Ensure PostgreSQL Python psycopg2 lib is installed.\n apt:\n name: python3-psycopg2\n state: present\n\n- name: Add postgres key\n ansible.builtin.apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1664, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/postgres-database
570
[ "no_license" ]
[ { "path": "playbooks/roles/postgres-database/tasks/main.yml", "content": "- name: ensure user exists\n become: true\n become_user: postgres\n community.postgresql.postgresql_user:\n name: '{{ user }}'\n password: '{{ <PASSWORD> }}'\n tags: postgres_add_users\n\n- name: ensure database exists\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 414, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/postgres-pgdump
570
[ "no_license" ]
[ { "path": "playbooks/roles/postgres-pgdump/tasks/main.yml", "content": "- name: install and configure pg_dumps for postgres\n tags: postgres_pgdump\n block:\n - name: create dir for backup\n ansible.builtin.file:\n path: /tmp/pg_dump\n state: directory\n mode: '0755'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1261, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/postgres-walg
570
[ "no_license" ]
[ { "path": "playbooks/roles/postgres-walg/files/walg.json.j2", "content": "{\n \n \"WALG_SSH_PREFIX\": \"ssh://u309357-sub3.your-storagebox.de\",\n \"SSH_PORT\": \"23\",\n \"SSH_USERNAME\": \"{{ postgres_walg_storagebox_user}}\",\n \"SSH_PASSWORD\": \"{{ postgres_walg_storagebox_password }}\",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1740, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/promtail
570
[ "no_license" ]
[ { "path": "playbooks/roles/promtail/tasks/main.yml", "content": "- name: install requirements\n ansible.builtin.apt:\n name: unzip\n state: present\n\n- name: ensure cache dir exists\n ansible.builtin.file:\n path: /etc/ansible/cache\n state: directory\n\n- name: download\n ansible.builtin.ge...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2840, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/ubuntu
570
[ "no_license" ]
[ { "path": "playbooks/roles/ubuntu/vars/main.yml", "content": "users:\n - gle\n - ole", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "playbooks/roles/ubuntu/tasks/main.yml", "content": "- name: 'install base packages'\n ansible.builtin.apt:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1365, "all_permissive": false }
ansible_role
glebino/ansible-swissknife
8c5f2f0163563fe2a0daee3ab17381a602ed0b29
0
playbooks/roles/vault
570
[ "no_license" ]
[ { "path": "playbooks/roles/vault/files/policy/cronos.hcl", "content": "path \"cronos/staging_password\" {\n capabilities = [\"read\"]\n}\n\npath \"cronos/staging_user\" {\n capabilities = [\"read\"]\n}\npath \"sys/leases/renew\" {\n capabilities = [\"update\"]\n}\n\n\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 6508, "all_permissive": false }
ansible_role
PanosPanagiotidis/ansible
eb5b83b26c2a1a58aa677ea1244aec3464f032dc
0
ansible/roles/initial-setup
570
[ "no_license" ]
[ { "path": "ansible/roles/initial-setup/tasks/main.yml", "content": "---\n- name: Create user with sudo privileges\n user:\n name: \"{{ created_user }}\"\n state: present\n groups: sudo\n append: true\n create_home: true\n\n- name: Create nginx group\n group:\n name: \"{{ nginx_group }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1557, "all_permissive": false }
ansible_role
PanosPanagiotidis/ansible
eb5b83b26c2a1a58aa677ea1244aec3464f032dc
0
ansible/roles/nginx
570
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt:\n pkg:\n - nginx\n state: latest\n update_cache: true\n\n- name: Start Nginx service\n service:\n name: nginx\n state: started\n enabled: yes\n\n- name: Configure Nginx to run as non-root-u...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2511, "all_permissive": false }
ansible_role
Tareqmohamed/final_proj
1af02f6deea14cbf148cab8ca142ecb1851f4b01
0
ansible/roles/docker
570
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for roles/docker\n#install docker\n- name: Install Docker\n apt:\n name: docker.io\n state: present\n update_cache: yes\n become: yes\n\n#start docker\n- name: Start Docker\n service:\n name: docker\n state: sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
Tareqmohamed/final_proj
1af02f6deea14cbf148cab8ca142ecb1851f4b01
0
ansible/roles/run_infra
570
[ "no_license" ]
[ { "path": "ansible/roles/run_infra/tasks/main.yml", "content": "---\n# tasks file for roles/run_infra\n\n# Copy Docker Compose file to the target machine\n- name: Copy Docker Compose file to target\n template:\n src: ./docker-compose.yml # Path to your local docker-compose file\n dest: /home/ubuntu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 521, "all_permissive": false }
ansible_role
Mazyuk/jenkins
df57a793c07627fed0537c00b1d028c90eaea0bd
0
roles/jenkins
570
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/config.yml", "content": "---\n\n- name: Configure Jenkins Port\n template:\n src: etc.default.jenkins.j2\n dest: /etc/default/jenkins\n register: config_changed\n\n- name: Restart jenkins now\n service: name=jenkins state=restarted\n when: config_changed.changed\n\n-...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1852, "all_permissive": false }
ansible_role
networkthor/ansible-docker
9b844d2c0e9678ce0a24125763c6033962c8c48f
0
roles/docker
570
[ "no_license" ]
[ { "path": "roles/docker/README.md", "content": "# Docker\n\nThis Ansible role deploys docker and docker-compose to your remote machines. \n\n## Using this role\n\nTo use the roles inside the playbook, you need to customize some variables in defaults/main.yml. Example:\n```\nremote_user: ubuntu\ncompose_vers...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2245, "all_permissive": false }
ansible_role
networkthor/ansible-docker
9b844d2c0e9678ce0a24125763c6033962c8c48f
0
roles/nginx-certbot
570
[ "no_license" ]
[ { "path": "roles/nginx-certbot/handlers/main.yml", "content": "---\n# handlers file for nginx-certbot\n- name: Restart Nginx\n community.docker.docker_container:\n name: nginx\n restart: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4256, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
CA/roles/headnode
570
[ "no_license" ]
[ { "path": "CA/roles/headnode/files/uninstall/remove_data.sh", "content": "#!/bin/bash\n\nfail() {\n echo \"This is the $OPERATION process for $COMP integration covering\"\n echo \"setup of HDFS directories and Hive tables for staging phase.\"\n echo \"Intended to be run as part of CA component inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3983, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
CA/roles/manager
570
[ "no_license" ]
[ { "path": "CA/roles/manager/tasks/main.yml", "content": "- name: Create config dir and copy vars.yml file\n synchronize:\n src: \"config\"\n dest: \"{{ comp_dir }}\"\n recursive: yes\n perms: yes\n\n# Copy template for this integration (jdbc/kafka) from common templates\n- name: Create config.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 789, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
CA_inkr/roles/ca_incr
570
[ "no_license" ]
[ { "path": "CA_inkr/roles/ca_incr/tasks/main.yml", "content": "- name: Create component dir\n file:\n path: \"{{ comp_dir }}\"\n state: directory\n owner: \"{{ admin_name }}\"\n group: \"{{ admin_name }}\"\n mode: 0755\n \n- name: Create config dir\n file:\n path: \"{{ comp_dir }}/config...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2963, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
Caresuite/roles/headnode
570
[ "no_license" ]
[ { "path": "Caresuite/roles/headnode/tasks/main.yml", "content": "---\n- name: Ensure clean start\n become: yes\n file:\n path: \"{{ comp_dir }}\"\n state: absent\n\n- name: Directory for Component integration\n become: yes\n file:\n path: \"{{ comp_dir }}\"\n state: directory\n owner: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
Caresuite/roles/manager
570
[ "no_license" ]
[ { "path": "Caresuite/roles/manager/tasks/main.yml", "content": "- name: Directory for Component integration\n become: yes\n file:\n path: \"{{ comp_dir }}\"\n state: directory\n owner: \"{{ datalake_admin_user }}\"\n group: \"{{ datalake_admin_user }}\"\n mode: 0755\n\n- name: Copy config f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
Clinisoft/roles/headnode
570
[ "no_license" ]
[ { "path": "Clinisoft/roles/headnode/tasks/main.yml", "content": "- name: Directory for Component integration\n become: yes\n file:\n path: \"{{ comp_dir }}\"\n state: directory\n owner: \"{{ datalake_admin_user }}\"\n group: \"{{ datalake_admin_user }}\"\n mode: 0755\n\n- name: Copy config ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 934, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
Clinisoft/roles/manager
570
[ "no_license" ]
[ { "path": "Clinisoft/roles/manager/templates/config.sh.j2", "content": "# This is a configuration file for Clinisoft\n# It is filled with parameters suitable for a particular environment\n# at installation time\n\nexport COMP_COMMON_DIR=\"{{ comp_dir }}\"\nexport COMP_COMMON_NAME=\"{{ comp_name }}\"\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 575, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
CodeServer/roles/headnode
570
[ "no_license" ]
[ { "path": "CodeServer/roles/headnode/files/import/setup_codeset_tables.hql", "content": "CREATE DATABASE IF NOT EXISTS staging_codeserver;\n\nUSE staging_codeserver;\n\nCREATE EXTERNAL TABLE IF NOT EXISTS staging_codeserver.${codeset}_ids (\n id STRING COMMENT 'CodeServer TermItemEntry ID',\n allas__pvm_par...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 14749, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
CodeServer/roles/metadata
570
[ "no_license" ]
[ { "path": "CodeServer/roles/metadata/tasks/main.yml", "content": "---\n\n- name: Directory for CodeServer\n become: yes\n file:\n path: \"{{ comp_dir }}\"\n state: directory\n owner: \"{{ datalake_admin_user }}\"\n group: \"{{ datalake_admin_user }}\"\n mode: 0755\n\n- name: Create log dir\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 10712, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
CressidaODS/roles/headnode
570
[ "no_license" ]
[ { "path": "CressidaODS/roles/headnode/tasks/main.yml", "content": "---\n- name: Ensure clean start\n become: yes\n file:\n path: \"{{ comp_dir }}\"\n state: absent\n\n- name: Directory for CressidaODS\n become: yes\n file:\n path: \"{{ comp_dir }}\"\n state: directory\n owner: \"{{ datala...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1523, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
CressidaODS/roles/lib
570
[ "no_license" ]
[ { "path": "CressidaODS/roles/lib/tasks/main.yml", "content": "---\n\n- name: Ensure clean start\n become: yes\n file:\n path: \"{{ comp_dir }}/java\"\n state: absent\n\n- name: Copy java lib files\n synchronize:\n src: \"java\"\n dest: \"{{ comp_dir }}\"\n recursive: yes\n perms: yes\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 292, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
CressidaODS/roles/manager
570
[ "no_license" ]
[ { "path": "CressidaODS/roles/manager/tasks/main.yml", "content": "---\n- name: Directory for Component integration\n become: yes\n file:\n path: \"{{ comp_dir }}\"\n state: directory\n owner: \"{{ datalake_admin_user }}\"\n group: \"{{ datalake_admin_user }}\"\n mode: 0755\n\n- name: Create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 576, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
CressidaODS_inkr/roles/cressidaods_incr
570
[ "no_license" ]
[ { "path": "CressidaODS_inkr/roles/cressidaods_incr/tasks/main.yml", "content": "- name: Create component dir\n file:\n path: \"{{ comp_dir }}\"\n state: directory\n owner: \"{{ admin_name }}\"\n group: \"{{ admin_name }}\"\n mode: 0755\n \n- name: Create config dir\n file:\n path: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2954, "all_permissive": false }
ansible_role
Sitra-Isaacus/HUS-tietoallas-integration
6b074160cd99dc676633f8b39b1f632647da1100
0
CressidaODS_inkr/roles/lib
570
[ "no_license" ]
[ { "path": "CressidaODS_inkr/roles/lib/tasks/main.yml", "content": "---\n- name: Directory for Component integration\n become: yes\n file:\n path: \"{{ comp_dir }}\"\n state: directory\n owner: \"{{ datalake_admin_user }}\"\n group: \"{{ datalake_admin_user }}\"\n mode: 0755\n\n- name: Copy ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }