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
prashump/roboshop-ansible
2e54f670560a2bc712b6fa6545ba1f5b5d9ee966
0
roles/mysql
218
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: install mysql\n ansible.builtin.dnf:\n name: mysql-server\n state: latest\n\n- name: start mysql\n ansible.builtin.systemd_service:\n name: mysqld\n state: started\n enabled: true\n\n- name: setup mysql password\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
prashump/roboshop-ansible
2e54f670560a2bc712b6fa6545ba1f5b5d9ee966
0
roles/rabbitmq
218
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: copy rabbitmq repo\n ansible.builtin.copy:\n src: rabbitmq.repo\n dest: /etc/yum.repos.d/rabbitmq.repo\n\n\n- name: install rabbitmq\n ansible.builtin.dnf:\n name: rabbitmq-server\n state: latest\n\n- name: start rabbitmq service\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 860, "all_permissive": false }
ansible_role
MederD/ansible-automation-project
1f9aacd94cb51b849caab4f251b74d5b5e6fada4
1
revision/roles/mysql_db
218
[ "no_license" ]
[ { "path": "revision/roles/mysql_db/tasks/main.yml", "content": "- name: 'Install mariadb'\n yum: \n name: mariadb-server\n state: latest\n become: true\n \n- name: 'mariadb start'\n service: name=mariadb state=started enabled=yes\n \n- name: 'installing python-3 mysql libraries'\n yum: n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 698, "all_permissive": false }
ansible_role
MederD/ansible-automation-project
1f9aacd94cb51b849caab4f251b74d5b5e6fada4
1
revision/roles/web
218
[ "no_license" ]
[ { "path": "revision/roles/web/tasks/main.yml", "content": " - name: 'Install firewalld'\n yum: \n name: firewalld \n state: latest\n become: true\n\n - name: 'Firewalld start'\n service: name=firewalld state=started enabled=yes\n\n - name: 'Add firewalld port'\n command: firewall-cmd --p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 732, "all_permissive": false }
ansible_role
notchxor/infraestructura-ofensiva-cluster
28839f6b71ff58609a7fb81913e1fee9c3a7bf70
7
roles/bootstrap-os
218
[ "no_license" ]
[ { "path": "roles/bootstrap-os/tasks/bootstrap-fedora-coreos.yml", "content": "---\n\n- name: Check if bootstrap is needed\n raw: which python\n register: need_bootstrap\n failed_when: false\n changed_when: false\n tags:\n - facts\n\n- name: Remove podman network cni\n raw: \"podman network rm podma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1953, "all_permissive": false }
ansible_role
shanghaifanxi/opsgrat-install
583adac60b161a345326c3f38aa32cd6099c6a41
0
roles/opsgrat
218
[ "no_license" ]
[ { "path": "roles/opsgrat/templates/opsgrat.conf.j2", "content": "server {\n listen {{ opsgrat_nginx_port }};\n\n charset utf-8;\n\n client_max_body_size 75M;\n\n location /static/ {\n alias {{ install_dir }}/opsgrat/static/;\n }\n\n location / {\n include uwsgi_params;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5886, "all_permissive": false }
ansible_role
shanghaifanxi/opsgrat-install
583adac60b161a345326c3f38aa32cd6099c6a41
0
roles/python3
218
[ "no_license" ]
[ { "path": "roles/python3/tasks/main.yml", "content": "---\n# This role will install python3.6.\n\n- name: Install Python3.6 Source.\n yum: name={{ item }} state=present\n with_items:\n - https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm\n - https://centos7.iuscommu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
shanghaifanxi/opsgrat-install
583adac60b161a345326c3f38aa32cd6099c6a41
0
roles/sso
218
[ "no_license" ]
[ { "path": "roles/sso/tasks/main.yml", "content": "---\n# This role will install sso.\n\n\n- name: Create group.\n group:\n name: \"{{ opsgrat_group }}\"\n state: \"present\"\n\n- name: Create user.\n user:\n name: \"{{ opsgrat_user }}\"\n groups: \"{{ opsgrat_group }}\"\n state: \"present\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4130, "all_permissive": false }
ansible_role
armarquez/infra
9d920fdc6280d01cc3339ade45135914cb5f0c8e
0
ansible/roles/mqz-github-keys
218
[ "no_license" ]
[ { "path": "ansible/roles/mqz-github-keys/tasks/generate-known-hosts-block.yaml", "content": "---\n- name: Ensure item contains known_hosts_path\n ansible.builtin.debug:\n msg: \"Processing item: {{ item }}\"\n when: item.known_hosts_path is not defined\n\n- name: Check if known_hosts file exists\n ans...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2841, "all_permissive": false }
ansible_role
armarquez/infra
9d920fdc6280d01cc3339ade45135914cb5f0c8e
0
ansible/roles/mqz-phoenix
218
[ "no_license" ]
[ { "path": "ansible/roles/mqz-phoenix/defaults/main.yaml", "content": "---\nssh_user: \"{{ main_username }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/mqz-phoenix/tasks/main.yaml", "content": "---\n# tasks/main.yaml\n# - nam...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1858, "all_permissive": false }
ansible_role
armarquez/infra
9d920fdc6280d01cc3339ade45135914cb5f0c8e
0
ansible/roles/mqz-proxmox
218
[ "no_license" ]
[ { "path": "ansible/roles/mqz-proxmox/handlers/main.yaml", "content": "---\n- name: Update GRUB\n ansible.builtin.command: update-grub\n changed_when: false\n\n- name: Proxmox Boot Tool Refresh\n ansible.builtin.command: proxmox-boot-tool refresh\n changed_when: false\n\n- name: Restart chrony\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3293, "all_permissive": false }
ansible_role
armarquez/infra
9d920fdc6280d01cc3339ade45135914cb5f0c8e
0
ansible/roles/mqz-zsh
218
[ "no_license" ]
[ { "path": "ansible/roles/mqz-zsh/vars/main.yaml", "content": "---\nstow_package_name: \"{{ zsh_dotfile_package_location | basename }}\"\nzsh_dotfile_package_dir: \"{{ zsh_dotfile_package_location | dirname }}\"\nhome_dir: \"/home/{{ os_username }}\"\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1812, "all_permissive": false }
ansible_role
loginoel/packer
4a5b14623f5d8d850aa93415c1696a9298753a8f
0
roles/common
218
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: upgrade all packages\n yum: name=* state=latest\n tags: [default]\n\n- name: requirements packages\n yum:\n name:\n - initscripts\n - shadow-utils\n\n- name: set timezone\n timezone:\n name: America/Lima\n\n- name: disable send...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
loginoel/packer
4a5b14623f5d8d850aa93415c1696a9298753a8f
0
roles/webserver
218
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: install nginx\n yum:\n name:\n - nginx\n\n- name: copy vhosts config\n copy:\n src: \"{{ role_path }}/files/index.html\"\n dest: /usr/share/nginx/index.html\n owner: root\n group: root\n mode: 0755\n\n- name: chkconfig ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
pentesterwtf/ansible-desktop
99effae469a634d1f8657daf8aa20b03dfdf8776
1
roles/common
218
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: enable SSH\n systemd:\n state: started\n name: sshd\n enabled: yes\n # This is used as a workaround for our test harness using Docker\n # This way we can test quickly and efficiently, instead of spinning up a VM every time\n ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2978, "all_permissive": false }
ansible_role
pentesterwtf/ansible-desktop
99effae469a634d1f8657daf8aa20b03dfdf8776
1
roles/desktop
218
[ "no_license" ]
[ { "path": "roles/desktop/README.md", "content": "Fedora Desktop\n=========\n\nInstalls and configures common \"nice-to-haves\" on a fresh Fedora box with a GUI.\n\nLicense\n-------\n\nBSD\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1662, "all_permissive": false }
ansible_role
pentesterwtf/ansible-desktop
99effae469a634d1f8657daf8aa20b03dfdf8776
1
roles/dev
218
[ "no_license" ]
[ { "path": "roles/dev/tasks/bfg.yml", "content": "---\n- name: Ensure prerequisites are installed\n dnf:\n name: ['java-11-openjdk-headless']\n state: installed\n\n- name: Pull BFG\n get_url:\n url: \" {{ bfgUrl }} \"\n dest: /opt/bfg.jar\n mode: 0755\n\n- name: Template launcher\n ansible....
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 5041, "all_permissive": false }
ansible_role
pentesterwtf/ansible-desktop
99effae469a634d1f8657daf8aa20b03dfdf8776
1
roles/fuzzing
218
[ "no_license" ]
[ { "path": "roles/fuzzing/defaults/main.yml", "content": "---\naflPath: /usr/src/afl++/\nAflGitRepo: https://github.com/AFLplusplus/AFLplusplus.git\naflHash: 95f47ac3a4d23b28a573a0614893d7aac5f5d4b4", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "path": "r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1763, "all_permissive": false }
ansible_role
pentesterwtf/ansible-desktop
99effae469a634d1f8657daf8aa20b03dfdf8776
1
roles/hashicorp
218
[ "no_license" ]
[ { "path": "roles/hashicorp/molecule/default/files/test.tf", "content": "# minimal terraform file\n# used to test if the libvirt provider was installed sucessfully\nterraform {\n required_version = \">= 0.14.0\"\n}\n\nprovider \"libvirt\" {\n uri = \"qemu://system\"\n}\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4903, "all_permissive": false }
ansible_role
pentesterwtf/ansible-desktop
99effae469a634d1f8657daf8aa20b03dfdf8776
1
roles/recon
218
[ "no_license" ]
[ { "path": "roles/recon/tasks/gobuster.yml", "content": "---\n- name: Ensure unzip installed\n dnf:\n name: ['p7zip']\n\n- name: Check if already installed\n command: ls -alh {{ goBusterPath }}\n register: is_installed\n failed_when: is_installed.rc > 2\n changed_when: no\n become: no\n\n# We can't ...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 15, "total_bytes": 5735, "all_permissive": false }
ansible_role
pentesterwtf/ansible-desktop
99effae469a634d1f8657daf8aa20b03dfdf8776
1
roles/reveng
218
[ "no_license" ]
[ { "path": "roles/reveng/files/ghidra.desktop.j2", "content": "[Desktop Entry]\nType=Application\nName=Ghidra\nComment=Ghidra SRE\nExec={{ ghidraPath }}/support/launch.sh fg Ghidra \"\" \"\" ghidra.GhidraRun\nIcon={{ ghidraPath }}/docs/images/GHIDRA_1.png", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2001, "all_permissive": false }
ansible_role
pentesterwtf/ansible-desktop
99effae469a634d1f8657daf8aa20b03dfdf8776
1
roles/uptodate
218
[ "no_license" ]
[ { "path": "roles/uptodate/tasks/main.yml", "content": "---\n# We turn off idempotence checks for this package update\n# as a package update is at some point, going to make a change\n#\n# We obviously don't want an upstream change *as we're testing*\n# to cause a failed build.\n- name: upgrade all packages #...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 405, "all_permissive": false }
ansible_role
pentesterwtf/ansible-desktop
99effae469a634d1f8657daf8aa20b03dfdf8776
1
roles/vscode
218
[ "no_license" ]
[ { "path": "roles/vscode/defaults/main.yml", "content": "---\nyumRepoUrl: https://packages.microsoft.com/yumrepos/vscode\nyumRepoGpgKey: https://packages.microsoft.com/keys/microsoft.asc", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/vscode/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1139, "all_permissive": false }
ansible_role
moshinde/Ansible-3-tier-automation
8f21f9d1ee441c813899489fbe2af7dddde797fb
0
roles/apache2
218
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n# tasks file for apache2\n - name: install apache2\n apt: name={{item}} state=present update_cache=yes force=yes\n loop:\n - apache2\n - libapache2-mod-wsgi\n tags: [ 'packages' ]\n\n - name: ensure mod wsgi enabled\n apach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
moshinde/Ansible-3-tier-automation
8f21f9d1ee441c813899489fbe2af7dddde797fb
0
roles/control
218
[ "no_license" ]
[ { "path": "roles/control/tasks/main.yml", "content": "---\n - name: install tools on control host\n apt: name={{item}} state=present update_cache=yes force=yes\n loop:\n - curl\n - python-httplib2\n tags: [ 'packages' ]", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
moshinde/Ansible-3-tier-automation
8f21f9d1ee441c813899489fbe2af7dddde797fb
0
roles/demo_app
218
[ "no_license" ]
[ { "path": "roles/demo_app/vars/main.yml", "content": "---\n# vars file for demo_app\ndb_name: demo\ndb_user: demo\ndb_pass: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/demo_app/tasks/main.yml", "content": "---\n# tasks file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1135, "all_permissive": false }
ansible_role
moshinde/Ansible-3-tier-automation
8f21f9d1ee441c813899489fbe2af7dddde797fb
0
roles/mysql
218
[ "no_license" ]
[ { "path": "roles/mysql/vars/main.yml", "content": "---\n# vars file for mysql\ndb_name: demo\ndb_user_name: \"{{ db_user }}\"\ndb_user_pass: \"{{ <PASSWORD> }}\"\ndb_user_host: '%'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/mysql/defaul...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1069, "all_permissive": false }
ansible_role
moshinde/Ansible-3-tier-automation
8f21f9d1ee441c813899489fbe2af7dddde797fb
0
roles/nginx
218
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n - name: check nginx installed or not\n command: which nginx\n register: check_nginx\n tags: [ 'packages' ]\n\n - name: install nginx\n apt: name=nginx state=present update_cache=yes\n when: check_nginx.rc >= 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1332, "all_permissive": false }
ansible_role
witterling/ospfd-asymmetric-routing
081871f6b417b413d045e0330f79e6ebcf1a28ec
0
roles/quagga
218
[ "no_license" ]
[ { "path": "roles/quagga/tasks/main.yml", "content": "- name: create another loopback interface \n template:\n src: \"loopback.j2\"\n dest: \"/etc/sysconfig/network-scripts/ifcfg-lo.2\"\n register: AnotherLoopback\n\n- name: install tcpdump\n yum:\n name: tcpdump\n state: present\n\n- name: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1408, "all_permissive": false }
ansible_role
VJ-CCS-Tech-ops/Ansible-Vault-infrastructure
65eac87aef6a4976533dc8690fd81a33f1442009
0
roles/grafana
218
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yaml", "content": "- name: config file\n template:\n src: grafana.ini.js\n dest: \"{{ grafana_ini }}\"\n owner: \"{{ vault_user }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
VJ-CCS-Tech-ops/Ansible-Vault-infrastructure
65eac87aef6a4976533dc8690fd81a33f1442009
0
roles/vault
218
[ "no_license" ]
[ { "path": "roles/vault/tasks/main.yml", "content": "- name: Creating vault user group\n group: \n name: \"{{ vault_group }}\"\n become: true\n\n- name: Creating vault user\n user:\n name: \"{{ vault_user }}\"\n group: \"{{ vault_group }}\"\n system: yes\n shell: \"/sbin/nologin\"\n comm...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3557, "all_permissive": false }
ansible_role
mataberat/learn-ansible
aa593bc0dc79be549811d7678945fa375c64b339
2
provisioning/roles/common
215
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yaml", "content": "# http://serverfault.com/a/567488\n- name: Install package without starting the associated service\n copy:\n src: policy-rc.d\n dest: /usr/sbin/policy-rc.d\n owner: root\n group: root\n mode: 0755\n tags: common, bootup_conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1501, "all_permissive": false }
ansible_role
mataberat/learn-ansible
aa593bc0dc79be549811d7678945fa375c64b339
2
provisioning/roles/csf
215
[ "no_license" ]
[ { "path": "provisioning/roles/csf/templates/csf.conf.j2", "content": "###############################################################################\n# SECTION:Initial Settings\n###############################################################################\n# Testing flag - enables a CRON job that clears ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 105195, "all_permissive": false }
ansible_role
mataberat/learn-ansible
aa593bc0dc79be549811d7678945fa375c64b339
2
provisioning/roles/kambing-repository
215
[ "no_license" ]
[ { "path": "provisioning/roles/kambing-repository/tasks/main.yaml", "content": "- name: Change repository to Kambing\n copy: src=id.sources.list dest=/etc/apt/sources.list owner=root group=root mode=0644\n tags: common, bootup_config\n\n- name: Update APT package cache\n apt: update_cache=yes cache_valid_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
mataberat/learn-ansible
aa593bc0dc79be549811d7678945fa375c64b339
2
provisioning/roles/nginx
215
[ "no_license" ]
[ { "path": "provisioning/roles/nginx/tasks/main.yml", "content": "- name: Check if nginx already installed\n command: nginx -v\n register: nginx_installed_result\n ignore_errors: true\n changed_when: false\n tags: nginx\n\n- name: Add ppa:nginx/stable\n apt_repository:\n repo: ppa:nginx/stable\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 796, "all_permissive": false }
ansible_role
mataberat/learn-ansible
aa593bc0dc79be549811d7678945fa375c64b339
2
provisioning/roles/user-management
215
[ "no_license" ]
[ { "path": "provisioning/roles/user-management/tasks/main.yaml", "content": "- name: Check if user is available on system\n command: \"grep {{ item.username }} /etc/passwd\"\n register: user_exists\n ignore_errors: true\n changed_when: false\n with_items: \"{{ active_users }}\"\n tags: user-management\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1416, "all_permissive": false }
ansible_role
sarathankala/ansibleproject
e56a1f89e3d04e3024d752944008c2d18a8bd29e
0
roles/webserver
215
[ "no_license" ]
[ { "path": "roles/webserver/tasks/service.yml", "content": "---\n - name: Restarting IIS Service\n\n win_service:\n\n name: w3svc\n\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/webserver/tasks/main.ym...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 631, "all_permissive": false }
ansible_role
temapskov/shadowsocks-ansible-role
09025b3499b4b5ff5ccbcb89c69ca13abac0b31b
0
roles/shadowsocks
215
[ "no_license" ]
[ { "path": "roles/shadowsocks/tasks/ubuntu-debian/configure_shadowsocks_server.yml", "content": "---\n- name: Configure Shadowsocks\n ansible.builtin.template:\n src: shadowsocks.json.j2\n dest: \"/etc/shadowsocks-libev/config.json\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 2994, "all_permissive": false }
ansible_role
sheeshkebab/ocp4_aap
ee6e222402e9b5ef12c5e627bac4b099d222c73e
0
roles/ocp4_workload_ansible_automation_platform
215
[ "no_license" ]
[ { "path": "roles/ocp4_workload_ansible_automation_platform/tests/test-local.yml", "content": "---\n- hosts: localhost\n connection: local\n remote_user: root\n vars:\n# become_override: false\n guid: abcde12345\n tmp_kubeconfig: /tmp/{{ guid }}/kube-config\n# ocp_username: opentlc-mgr\n", ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 21373, "all_permissive": false }
ansible_role
CooKiiieS/Travaux-Pratiques-Master
726dc6d57e7dca356372886ab1c2560519a77f2b
0
2ème année/MAJEURE VIRTUALISATION/Compte-Rendu/TP6/Exercice-2/roles/server
215
[ "no_license" ]
[ { "path": "2ème année/MAJEURE VIRTUALISATION/Compte-Rendu/TP6/Exercice-2/roles/server/tasks/main.yml", "content": "---\n\n#- name: Installation du package permettant d'installer le paquet mysql-server\n# ansible.builtin.apt:\n# deb: https://dev.mysql.com/get/mysql-apt-config_0.8.22-1_all.deb\n# become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 607, "all_permissive": false }
ansible_role
gitci/icplatform
b74a1e8cbb23b3ad367cdb11cab9a3b1db64c207
0
roles/base
215
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: Set hostname\n hostname: name={{hostname}}\n#- name: Create git user\n# user: name={{gituser}} comment=GitLab system=yes state=present\n- name: Generate locale\n locale_gen: name=en_US.UTF-8 state=present\n#- name: Set LANGUAGE\n# shell: ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1051, "all_permissive": false }
ansible_role
gitci/icplatform
b74a1e8cbb23b3ad367cdb11cab9a3b1db64c207
0
roles/gitlab
215
[ "no_license" ]
[ { "path": "roles/gitlab/tasks/main.yml", "content": "---\n- name: Install required packages\n apt: name={{item}} state=present force=yes\n with_items:\n - build-essential\n - zlib1g-dev\n - libyaml-dev\n - libssl-dev\n - libgdbm-dev\n - libreadline-dev\n - libncurses5-dev\n - libffi-dev\n - curl\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3767, "all_permissive": false }
ansible_role
gitci/icplatform
b74a1e8cbb23b3ad367cdb11cab9a3b1db64c207
0
roles/go
215
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "---\n- name: Create tmp dir\n file: path=/tmp/go state=directory\n- name: Download archive\n get_url: url=https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz dest=/tmp/go/go1.5.1.linux-amd64.tar.gz force=no\n- name: Uncompress go archive\n una...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
gitci/icplatform
b74a1e8cbb23b3ad367cdb11cab9a3b1db64c207
0
roles/ldap
215
[ "no_license" ]
[ { "path": "roles/ldap/tasks/main.yml", "content": "---\n- name: Enable silent install\n script: ldapInstaller.sh\n #shell: echo -e \" slapd slapd/internal/generated_adminpw password {{admin_password}} slapd slapd/password2 password {{admin_password}} slapd slapd/internal/adminpw password {{admin_password}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 881, "all_permissive": false }
ansible_role
gitci/icplatform
b74a1e8cbb23b3ad367cdb11cab9a3b1db64c207
0
roles/postgresql
215
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: Install postgresql\n apt: name={{item}} state=present force=yes\n with_items:\n - postgresql\n - postgresql-client\n - libpq-dev\n - python-psycopg2\n- name: Create cluster\n shell: pg_createcluster 9.3 main --start\n igno...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 590, "all_permissive": false }
ansible_role
gitci/icplatform
b74a1e8cbb23b3ad367cdb11cab9a3b1db64c207
0
roles/redis
215
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: Install redis\n apt: name=redis-server state=present force=yes\n- name: Copy config file\n copy: src=redis.conf dest=/etc/redis/redis.conf\n- name: Restart service\n service: name=redis-server state=restarted\n- name: Add git to the redis g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
gitci/icplatform
b74a1e8cbb23b3ad367cdb11cab9a3b1db64c207
0
roles/ruby
215
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n- name: Remove previous ruby package\n apt: name=ruby state=absent force=yes\n#- name: Create tmp dir\n# file: path=/tmp/ruby state=directory\n#- name: Download ruby\n# get_url: url=https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.7.tar.gz dest=/tm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1294, "all_permissive": false }
ansible_role
rcedros/aws_update_certs_sectigo_acm
12c6f3196dfa376a2537ba21fe7152bb1a781d00
0
ansible-ubuntu/certificate_aws/roles/aws_assume_role
215
[ "no_license" ]
[ { "path": "ansible-ubuntu/certificate_aws/roles/aws_assume_role/tasks/main.yml", "content": "---\n- name: Assume role\n community.aws.sts_assume_role:\n role_arn: \"{{ item }}\"\n region: \"{{ aws_region }}\"\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
rcedros/aws_update_certs_sectigo_acm
12c6f3196dfa376a2537ba21fe7152bb1a781d00
0
ansible-ubuntu/certificate_aws/roles/aws_get_certificate
215
[ "no_license" ]
[ { "path": "ansible-ubuntu/certificate_aws/roles/aws_get_certificate/tasks/aws_get_certs.yml", "content": "---\n- name: Assume role\n include_role:\n name: aws_assume_role\n tasks_from: main.yml\n\n- name: Verify certs ACM certificate in all accounts\n community.aws.aws_acm_info:\n aws_access_key:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 595, "all_permissive": false }
ansible_role
rcedros/aws_update_certs_sectigo_acm
12c6f3196dfa376a2537ba21fe7152bb1a781d00
0
ansible-ubuntu/certificate_aws/roles/aws_update_certificate
215
[ "no_license" ]
[ { "path": "ansible-ubuntu/certificate_aws/roles/aws_update_certificate/tasks/aws_update_certs.yml", "content": "---\n- name: Assume role\n include_role:\n name: aws_assume_role\n tasks_from: main.yml\n\n- name: Verify certs ACM certificate in all accounts\n community.aws.aws_acm_info:\n aws_acces...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1316, "all_permissive": false }
ansible_role
rcedros/aws_update_certs_sectigo_acm
12c6f3196dfa376a2537ba21fe7152bb1a781d00
0
ansible-ubuntu/certificate_aws/roles/aws_vault_get_certificate
215
[ "no_license" ]
[ { "path": "ansible-ubuntu/certificate_aws/roles/aws_vault_get_certificate/tasks/main.yml", "content": "---\n- name: \"Retrieve certificate in Vault\"\n community.hashi_vault.vault_read:\n url: \"{{ vault_url }}\"\n path: \"{{ vault_path }}{{ domain_name }}\"\n auth_method: ldap\n username: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
rerorero/swarm-playground
073142012188daa913dff154e6b5987162273bf5
0
roles/docker
225
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Install packages to allow apt to use a repository over HTTPS\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - lsb-cor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 789, "all_permissive": false }
ansible_role
Tamilkumar88/ThoughtworksAssignment
b79903d99d935545453ad9fa7556bcf7e79bc531
0
Mediawiki_playbook/roles/DBServer
225
[ "no_license" ]
[ { "path": "Mediawiki_playbook/roles/DBServer/tasks/main.yaml", "content": "---\n- name: install '{{ packages}}'\n yum: \n name: '{{ packages }}'\n\n- name: start the db servers\n systemd: state=started name=mariadb\n\n- name: prepare the script to secure the databsae.\n template: src=../templates/passw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1304, "all_permissive": false }
ansible_role
yanisefrei05/TP3-DevOps
a42b8309339755548fc7958a4572064be9f64b5f
0
ansible/roles/app
225
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "- name: Run application container\n docker_container:\n name: simple-api\n image: yanishcn/tp-devops-simple-api:latest\n #image: yanishcn/hello-api:latest\n recreate : true\n pull : true\n restart_policy: always\n ports:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
yanisefrei05/TP3-DevOps
a42b8309339755548fc7958a4572064be9f64b5f
0
ansible/roles/create-network
225
[ "no_license" ]
[ { "path": "ansible/roles/create-network/tasks/main.yml", "content": "---\n- name: Create Docker network\n docker_network:\n name: my-net\n state: present\n vars:\n ansible_python_interpreter: /usr/bin/python3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
yanisefrei05/TP3-DevOps
a42b8309339755548fc7958a4572064be9f64b5f
0
ansible/roles/database
225
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "- name: Run Postgresql container\n docker_container:\n name: db\n image: yanishcn/tp-devops-db:latest\n #image: postgres:17.2-alpine:latest\n restart_policy: always\n recreate : true\n pull : true\n env:\n POSTGRES_DB:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
yanisefrei05/TP3-DevOps
a42b8309339755548fc7958a4572064be9f64b5f
0
ansible/roles/proxy
225
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "- name: Copy nginx config to server\n copy:\n src: files/default.conf\n dest: /home/admin/default.conf\n force: yes\n\n- name: Run NGINX reverse proxy container\n docker_container:\n name: proxy\n image: yanishcn/tp-devops-httpd:la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
arcaderepairman/simple-sinatra
55acf6c06fece8b93b90ae10de13d2b3b88f1e20
0
ansible/roles/aws-cfn-bootstrap
225
[ "no_license" ]
[ { "path": "ansible/roles/aws-cfn-bootstrap/vars/main.yml", "content": "---\r\ncfn_http_location: https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz\r\nscript_dir: /opt/aws/bin\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 758, "all_permissive": false }
ansible_role
arcaderepairman/simple-sinatra
55acf6c06fece8b93b90ae10de13d2b3b88f1e20
0
ansible/roles/git
225
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n - name: installs git\n yum:\n name: git\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
arcaderepairman/simple-sinatra
55acf6c06fece8b93b90ae10de13d2b3b88f1e20
0
ansible/roles/nginx
225
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n - name: Installs epel repo so we can add NGINX\n yum:\n name: epel-release\n state: latest\n\n - name: Installs nginx web server\n yum:\n name: nginx\n state: latest\n\n - name: Ensure that nginx user is locked do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2776, "all_permissive": false }
ansible_role
arcaderepairman/simple-sinatra
55acf6c06fece8b93b90ae10de13d2b3b88f1e20
0
ansible/roles/ruby
225
[ "no_license" ]
[ { "path": "ansible/roles/ruby/tasks/main.yml", "content": "---\n - name: installs centos-release-scl for rh-ruby22\n yum:\n name: centos-release-scl\n state: latest\n\n - name: enable the centos-release-scl repo\n shell: |\n /usr/bin/yum-config-manager --enable rhel-server-rhscl-7-rpm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
arcaderepairman/simple-sinatra
55acf6c06fece8b93b90ae10de13d2b3b88f1e20
0
ansible/roles/security
225
[ "no_license" ]
[ { "path": "ansible/roles/security/tasks/main.yml", "content": "---\r\n- name: install firewalld\r\n yum:\r\n name: firewalld\r\n\r\n- name: add firewall rules\r\n firewalld:\r\n service: \"{{ item.service }}\"\r\n permanent: \"{{ item.permanent }}\"\r\n state: enabled\r\n with_items:\r\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
arcaderepairman/simple-sinatra
55acf6c06fece8b93b90ae10de13d2b3b88f1e20
0
ansible/roles/sinatra
225
[ "no_license" ]
[ { "path": "ansible/roles/sinatra/tasks/main.yml", "content": "---\r\n - name: clones git repo\r\n git:\r\n repo: https://github.com/rea-cruitment/simple-sinatra-app.git\r\n dest: \"{{ www_dir }}/{{ sinatra_dir }}\"\r\n force: yes\r\n\r\n - name: installs required gems\r\n command: \"/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1813, "all_permissive": false }
ansible_role
arcaderepairman/simple-sinatra
55acf6c06fece8b93b90ae10de13d2b3b88f1e20
0
ansible/roles/tests
225
[ "no_license" ]
[ { "path": "ansible/roles/tests/tasks/main.yml", "content": "---\r\n# Just incase the tests are a little impatient\r\n - name: \"Wait 30 seconds for port {{ rack_port }} to become open on the host\"\r\n wait_for:\r\n port: \"{{ rack_port }}\"\r\n host: \"{{ rack_bind }}\"\r\n\r\n - name: \"Wai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 954, "all_permissive": false }
ansible_role
vitaly093/diploma
b1e009867c83f0e81024e3ccc8eac3194471366a
0
ansible/playbook/roles/geerlingguy.gitlab
225
[ "no_license" ]
[ { "path": "ansible/playbook/roles/geerlingguy.gitlab/tasks/main.yml", "content": "---\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n tags: [gitlab_instance]\n\n- name: Check if GitLab configuration file already exists.\n stat: path=/etc/gitlab/gitlab.rb\n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2984, "all_permissive": false }
ansible_role
vitaly093/diploma
b1e009867c83f0e81024e3ccc8eac3194471366a
0
ansible/playbook/roles/mysql-db
225
[ "no_license" ]
[ { "path": "ansible/playbook/roles/mysql-db/tasks/main.yml", "content": "---\r\n- name: \"wordpress db create\"\r\n community.mysql.mysql_db:\r\n name: wordpress\r\n state: present\r\n login_unix_socket: /run/mysqld/mysqld.sock\r\n tags: [configure]\r\n\r\n- name: \"Specify grants for user wordpre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 455, "all_permissive": false }
ansible_role
vitaly093/diploma
b1e009867c83f0e81024e3ccc8eac3194471366a
0
ansible/playbook/roles/mysql-install
225
[ "no_license" ]
[ { "path": "ansible/playbook/roles/mysql-install/tasks/main.yml", "content": "---\r\n- name: \"Upgrade the OS\"\r\n become: true\r\n ansible.builtin.shell: \"sudo apt-get update\"\r\n args:\r\n executable: /bin/bash\r\n tags: [install]\r\n\r\n- name: \"Install python pip\"\r\n become: true\r\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 557, "all_permissive": false }
ansible_role
vitaly093/diploma
b1e009867c83f0e81024e3ccc8eac3194471366a
0
ansible/playbook/roles/mysql-master
225
[ "no_license" ]
[ { "path": "ansible/playbook/roles/mysql-master/templates/master_conf.j2", "content": "!includedir /etc/mysql/conf.d/\r\n!includedir /etc/mysql/mysql.conf.d/\r\n[mysqld]\r\ndatadir=/var/lib/mysql\r\nbind-address = 192.168.100.10\r\nserver-id = 10\r\nlog_bin = /var/log/my...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1316, "all_permissive": false }
ansible_role
vitaly093/diploma
b1e009867c83f0e81024e3ccc8eac3194471366a
0
ansible/playbook/roles/mysql-slave
225
[ "no_license" ]
[ { "path": "ansible/playbook/roles/mysql-slave/tasks/main.yml", "content": "---\r\n- name: \"Configure mysql-server\"\r\n become: true\r\n ansible.builtin.template:\r\n src: slave_conf.j2\r\n dest: /etc/mysql/my.cnf\r\n owner: root\r\n group: root\r\n mode: 0644\r\n tags: [configure]\r\n\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1538, "all_permissive": false }
ansible_role
vitaly093/diploma
b1e009867c83f0e81024e3ccc8eac3194471366a
0
ansible/playbook/roles/reverse_proxy
225
[ "no_license" ]
[ { "path": "ansible/playbook/roles/reverse_proxy/tasks/main.yml", "content": "---\r\n#- name: \"Upgrade the OS\"\r\n# become: true\r\n# ansible.builtin.apt:\r\n# upgrade: full\r\n# force_apt_get: yes\r\n# tags: [temp]\r\n\r\n- name: \"Upgrade the OS\"\r\n become: true\r\n ansible.builtin.shell: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7768, "all_permissive": false }
ansible_role
vitaly093/diploma
b1e009867c83f0e81024e3ccc8eac3194471366a
0
ansible/playbook/roles/rsync_runner
225
[ "no_license" ]
[ { "path": "ansible/playbook/roles/rsync_runner/tasks/main.yml", "content": "---\r\n- name: \"RSYNC_pass\"\r\n become: true\r\n ansible.builtin.shell: \"echo wordpress_2410 > /etc/rsyncd.scrt\"\r\n tags: [wordpress]\r\n\r\n- name: \"Creds file configure\"\r\n become: true\r\n ansible.builtin.shell: \"ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
vitaly093/diploma
b1e009867c83f0e81024e3ccc8eac3194471366a
0
ansible/playbook/roles/rsync_wordpress
225
[ "no_license" ]
[ { "path": "ansible/playbook/roles/rsync_wordpress/handlers/main.yml", "content": "---\r\n- name: restart_rsync\r\n become: true\r\n ansible.builtin.shell: \"systemctl restart rsyncd || systemctl restart rsync\"\r\n tags: [wordpress]", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1487, "all_permissive": false }
ansible_role
vitaly093/diploma
b1e009867c83f0e81024e3ccc8eac3194471366a
0
ansible/playbook/roles/wordpress
225
[ "no_license" ]
[ { "path": "ansible/playbook/roles/wordpress/vars/main.yml", "content": "---\r\nDB_NAME: wordpress\r\nDB_USER: wordpress\r\nDB_PASSWORD: <PASSWORD>\r\nDB_HOST: 192.168.100.10\r\n\r\nnginx:\r\n my_domains:\r\n kvitaly.ru:\r\n #port: 443\r\n server_name: kvitaly.ru\r\n #proxy_pass: h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2988, "all_permissive": false }
ansible_role
sijans/Wilddiebe10
0d62e027ceee661ac62658b3839fae3ca99988bb
0
ansible/roles/k1599_common
225
[ "no_license" ]
[ { "path": "ansible/roles/k1599_common/tasks/main.yml", "content": "---\n- name: Ensure common packages are installed\n package:\n name: \"{{ item }}\"\n with_items:\n - 'sudo'\n - 'python'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
sijans/Wilddiebe10
0d62e027ceee661ac62658b3839fae3ca99988bb
0
ansible/roles/k1599_fileserver
225
[ "no_license" ]
[ { "path": "ansible/roles/k1599_fileserver/tasks/main.yml", "content": "---\n- set_fact:\n _smb_srv: 'smbd'\n\n- name: Ensure package samba is installed\n package:\n name: samba\n\n- name: \"Ensure service samba is started and enabled: {{ k1599_fileserver_smbd_enabled }}\"\n service:\n name: \"{{ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 812, "all_permissive": false }
ansible_role
sijans/Wilddiebe10
0d62e027ceee661ac62658b3839fae3ca99988bb
0
ansible/roles/k1599_users
225
[ "no_license" ]
[ { "path": "ansible/roles/k1599_users/defaults/main.yml", "content": "---\npresent_groups:\n - fileserver\n\npresent_users:\n - name: 'guest'\n comment: \"Gaeste sind willkommen\"\n password: \"{{ _vault_userpassword['<PASSWORD>'] }}\"\n - name: 'fapra1599'\n password: \"{{ _vault_userpassword['<...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 970, "all_permissive": false }
ansible_role
midonet/midonet-openstack-ansible
658f8192f5cf7299e0a88f0e74b8f8e1ec60a398
3
roles/haproxy-config
225
[ "no_license" ]
[ { "path": "roles/haproxy-config/tasks/main.yml", "content": "---\n\n- name: Deploy HAProxy configuration files\n template:\n src: \"{{ item }}.j2\"\n dest: \"/etc/haproxy/conf.d/{{ item }}\"\n owner: \"root\"\n group: \"root\"\n with_items:\n - midonet_cluster\n\n- name: Regenerate HAProxy ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 919, "all_permissive": false }
ansible_role
midonet/midonet-openstack-ansible
658f8192f5cf7299e0a88f0e74b8f8e1ec60a398
3
roles/midonet-neutron-server
225
[ "no_license" ]
[ { "path": "roles/midonet-neutron-server/tasks/main.yml", "content": "---\n\n- include: midonet-python.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/midonet-neutron-server/tasks/midonet-python.yml", "content": "---\n\n- name: Insta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1855, "all_permissive": false }
ansible_role
pertoft/openstack-ansible-master
ca0bf3d33e248e02fba47ef7803f969ef54aee7a
0
roles/ansible-master
225
[ "no_license" ]
[ { "path": "roles/ansible-master/tasks/main.yml", "content": "---\n- name: Create build directory\n file:\n path: work/\n state: directory\n\n- name: Generate Dockerfile\n template:\n src: templates/Dockerfile.j2\n dest: work/Dockerfile\n\n- name: Build openstack ansible master docker image...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2358, "all_permissive": false }
ansible_role
enekofb/terraform-ansible-example
51a534e9112d902f1943fc9239797a59fb1c6520
0
provisioning/ansible/roles/bootstrap
225
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/bootstrap/tasks/main.yml", "content": "- name: install ius\n yum: name=https://centos7.iuscommunity.org/ius-release.rpm state=present\n become: true\n\n- name: install python3\n yum: name=python36u state=present\n become: true\n\n- name: install python3\n command: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 835, "all_permissive": false }
ansible_role
enekofb/terraform-ansible-example
51a534e9112d902f1943fc9239797a59fb1c6520
0
provisioning/ansible/roles/build-services
225
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/build-services/tasks/main.yml", "content": "- name: clone services repo\n git:\n repo: https://github.com/enekofb/infra-problem.git\n dest: ~/infra-problem\n\n- name: build common libraries\n command: make libs\n args:\n chdir: ~/infra-problem\n\n- name: bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
enekofb/terraform-ansible-example
51a534e9112d902f1943fc9239797a59fb1c6520
0
provisioning/ansible/roles/frontend
225
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/frontend/tasks/main.yml", "content": "- name: start static content\n shell: nohup ./serve.py >/dev/null &\n args:\n chdir: ~/infra-problem/front-end/public\n\n- name: wait until the app is running\n wait_for:\n port: '{{static_content_port}}'\n timeout: 60\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 931, "all_permissive": false }
ansible_role
enekofb/terraform-ansible-example
51a534e9112d902f1943fc9239797a59fb1c6520
0
provisioning/ansible/roles/newsfeed
225
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/newsfeed/tasks/main.yml", "content": "- name: start newsfeed\n shell: nohup java -jar newsfeed.jar >/dev/null &\n args:\n chdir: ~/infra-problem/build\n environment:\n APP_PORT: '{{newsfeed_app_port}}'\n\n- name: wait until the app is running\n wait_for:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
enekofb/terraform-ansible-example
51a534e9112d902f1943fc9239797a59fb1c6520
0
provisioning/ansible/roles/quotes
225
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/quotes/tasks/main.yml", "content": "- name: start quotes\n shell: nohup java -jar quotes.jar >/dev/null &\n args:\n chdir: ~/infra-problem/build\n environment:\n APP_PORT: '{{quotes_app_port}}'\n\n- name: wait until the app is running\n wait_for:\n port: '{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
campenr/configurator
86af04c57835f65a148baae9c92ab1cf858c92b3
0
provisioning/roles/core
225
[ "no_license" ]
[ { "path": "provisioning/roles/core/tasks/macos.yml", "content": "- name: Install core packages\n community.general.homebrew:\n name:\n - git\n - htop\n - curl\n - watch\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 390, "all_permissive": false }
ansible_role
campenr/configurator
86af04c57835f65a148baae9c92ab1cf858c92b3
0
provisioning/roles/neovim
225
[ "no_license" ]
[ { "path": "provisioning/roles/neovim/tasks/macos.yml", "content": "- name: Install NeoVim\n community.general.homebrew:\n name: neovim\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "provisioning/roles/neovim/tasks/ubuntu.y...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 986, "all_permissive": false }
ansible_role
campenr/configurator
86af04c57835f65a148baae9c92ab1cf858c92b3
0
provisioning/roles/python
225
[ "no_license" ]
[ { "path": "provisioning/roles/python/tasks/macos.yml", "content": "- name: Install python versions\n community.general.homebrew:\n name:\n - 'python@3.10'\n - 'python@3.11'\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 380, "all_permissive": false }
ansible_role
campenr/configurator
86af04c57835f65a148baae9c92ab1cf858c92b3
0
provisioning/roles/shell
225
[ "no_license" ]
[ { "path": "provisioning/roles/shell/tasks/main.yml", "content": "- include_tasks: ubuntu.yml\n when: ansible_os_family == 'Debian'\n\n- include_tasks: macos.yml\n when: ansible_os_family == 'Darwin'\n\n- name: Check if oh my zsh is installed\n vars:\n oh_my_zsh_dir: ~/.oh-my-zsh/\n ansible.builtin....
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2312, "all_permissive": false }
ansible_role
campenr/configurator
86af04c57835f65a148baae9c92ab1cf858c92b3
0
provisioning/roles/tmux
225
[ "no_license" ]
[ { "path": "provisioning/roles/tmux/tasks/macos.yml", "content": "- name: Install Tmux\n community.general.homebrew:\n name: tmux\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "provisioning/roles/tmux/tasks/ubuntu.yml", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 709, "all_permissive": false }
ansible_role
Esha420/ansible-kubespray_in_vm
c0e61d7081489d06a8fb5b7d81e8d22beb91ea0f
0
ansible-in-vm/roles/key_generate
225
[ "no_license" ]
[ { "path": "ansible-in-vm/roles/key_generate/tasks/main.yml", "content": "- block:\r\n - name: Ensure .ssh directory exists\r\n ansible.builtin.file:\r\n path: /home/kube-spray/.ssh\r\n state: directory\r\n mode: '0700'\r\n owner: kube-spray\r\n group: kube-spray\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
Esha420/ansible-kubespray_in_vm
c0e61d7081489d06a8fb5b7d81e8d22beb91ea0f
0
ansible-in-vm/roles/key_transfer
225
[ "no_license" ]
[ { "path": "ansible-in-vm/roles/key_transfer/tasks/main.yml", "content": "---\r\n- block:\r\n - name: Ensure .ssh directory exists\r\n ansible.builtin.file:\r\n path: /home/kube-spray/.ssh\r\n state: directory\r\n mode: '0700'\r\n owner: kube-spray\r\n group: kube-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1502, "all_permissive": false }
ansible_role
Esha420/ansible-kubespray_in_vm
c0e61d7081489d06a8fb5b7d81e8d22beb91ea0f
0
ansible-in-vm/roles/key_transfer1.1
225
[ "no_license" ]
[ { "path": "ansible-in-vm/roles/key_transfer1.1/tasks/main.yml", "content": "- block:\r\n - name: Ensure correct permissions on the SSH key\r\n ansible.builtin.file:\r\n path: /home/kube-spray/.ssh/id_rsa\r\n mode: '0600'\r\n owner: kube-spray\r\n group: kube-spray\r\n\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 874, "all_permissive": false }
ansible_role
Esha420/ansible-kubespray_in_vm
c0e61d7081489d06a8fb5b7d81e8d22beb91ea0f
0
ansible-in-vm/roles/key_transfer1.2
225
[ "no_license" ]
[ { "path": "ansible-in-vm/roles/key_transfer1.2/tasks/main.yml", "content": "- block:\r\n - name: Ensure .ssh directory exists\r\n ansible.builtin.file:\r\n path: /home/worker1/.ssh\r\n state: directory\r\n mode: '0700'\r\n owner: worker1\r\n group: worker1\r\n\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 982, "all_permissive": false }
ansible_role
Esha420/ansible-kubespray_in_vm
c0e61d7081489d06a8fb5b7d81e8d22beb91ea0f
0
ansible-in-vm/roles/key_transfer1.3
225
[ "no_license" ]
[ { "path": "ansible-in-vm/roles/key_transfer1.3/tasks/main.yml", "content": "- block:\r\n - name: Ensure .ssh directory exists\r\n ansible.builtin.file:\r\n path: /home/worker2/.ssh\r\n state: directory\r\n mode: '0700'\r\n owner: worker2\r\n group: worker2\r\n\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 982, "all_permissive": false }
ansible_role
Esha420/ansible-kubespray_in_vm
c0e61d7081489d06a8fb5b7d81e8d22beb91ea0f
0
ansible-in-vm/roles/kubespray_setup
225
[ "no_license" ]
[ { "path": "ansible-in-vm/roles/kubespray_setup/tasks/main.yml", "content": "---\r\n- block:\r\n - name: Install git\r\n package:\r\n name: git\r\n state: present\r\n\r\n - name: Clone the Kubespray repository\r\n git:\r\n repo: https://github.com/kubernetes-incubator/kub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2102, "all_permissive": false }
ansible_role
Esha420/ansible-kubespray_in_vm
c0e61d7081489d06a8fb5b7d81e8d22beb91ea0f
0
ansible-in-vm/roles/python
225
[ "no_license" ]
[ { "path": "ansible-in-vm/roles/python/tasks/main.yml", "content": "---\r\n- block:\r\n - name: Install Python\r\n package:\r\n name: python3\r\n state: present\r\n - name: Install Pip\r\n package:\r\n name: python3-pip\r\n state: present\r\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
Esha420/ansible-kubespray_in_vm
c0e61d7081489d06a8fb5b7d81e8d22beb91ea0f
0
roles/key_transfer
225
[ "no_license" ]
[ { "path": "roles/key_transfer/tasks/read_public_key.yml", "content": "# read_public_key.yml\r\n- name: Read the generated public key\r\n ansible.builtin.slurp:\r\n src: /home/kube-spray/.ssh/id_rsa.pub\r\n register: public_key\r\n\r\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
Esha420/ansible-kubespray_in_vm
c0e61d7081489d06a8fb5b7d81e8d22beb91ea0f
0
roles/key_transfer1
225
[ "no_license" ]
[ { "path": "roles/key_transfer1/tasks/main.yml", "content": "---\r\n- block:\r\n - name: Ensure worker2 user exists\r\n ansible.builtin.user:\r\n name: worker2\r\n state: present\r\n\r\n - name: Ensure .ssh directory exists\r\n ansible.builtin.file:\r\n path: /home/worker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1088, "all_permissive": false }
ansible_role
Esha420/ansible-kubespray_in_vm
c0e61d7081489d06a8fb5b7d81e8d22beb91ea0f
0
roles/key_transfer2
225
[ "no_license" ]
[ { "path": "roles/key_transfer2/tasks/main.yml", "content": "---\r\n- block:\r\n - name: Ensure .ssh directory exists in \"worker1\"\r\n ansible.builtin.file:\r\n path: /home/worker1/.ssh\r\n state: directory\r\n mode: '0700'\r\n owner: worker1\r\n group: worker1\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 805, "all_permissive": false }
ansible_role
Esha420/ansible-kubespray_in_vm
c0e61d7081489d06a8fb5b7d81e8d22beb91ea0f
0
roles/sudo_user
225
[ "no_license" ]
[ { "path": "roles/sudo_user/tasks/main.yml", "content": "---\r\n- block:\r\n - name: Add passwordless sudo access for kube-spray user\r\n lineinfile:\r\n dest: /etc/sudoers\r\n line: 'kube-spray ALL=(ALL) NOPASSWD: ALL'\r\n validate: 'visudo -cf %s'\r\n state: present\r\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }