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
mp3000mp/auto-entreprise
7f866aeab9b8cab24fc58baaf3ab8670bc5f3edf
0
deployment/ansible/roles/docker
544
[ "no_license" ]
[ { "path": "deployment/ansible/roles/docker/templates/.env.j2", "content": "COMPOSE_PROJECT_NAME=ae2\n\nMYSQL_ROOT_PASSWORD=\"{{ <PASSWORD> }}\"\nMYSQL_DATABASE=\"{{ mysql_database }}\"\nMYSQL_USER=\"{{ mysql_user }}\"\nMYSQL_PASSWORD=\"{{ <PASSWORD>_<PASSWORD> }}\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1091, "all_permissive": false }
ansible_role
mp3000mp/auto-entreprise
7f866aeab9b8cab24fc58baaf3ab8670bc5f3edf
0
deployment/ansible/roles/files
544
[ "no_license" ]
[ { "path": "deployment/ansible/roles/files/tasks/main.yml", "content": "- name: Create apache directories\n become: true\n become_user: root\n file:\n path: \"{{ app_directory }}{{ item }}\"\n state: directory\n owner: \"{{ maintainer_user }}\"\n group: \"{{ maintainer_user }}\"\n mode: '75...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 579, "all_permissive": false }
ansible_role
mp3000mp/auto-entreprise
7f866aeab9b8cab24fc58baaf3ab8670bc5f3edf
0
deployment/ansible/roles/launch
544
[ "no_license" ]
[ { "path": "deployment/ansible/roles/launch/tasks/main.yml", "content": "- name: Docker compose up\n docker_compose:\n project_src: \"{{ app_directory }}/docker\"\n state: present\n build: true\n\n- name: Composer cache clear\n shell:\n cmd: docker-compose exec backend bash -l -c \"php bin/cons...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 528, "all_permissive": false }
ansible_role
achelak/Ansible-role-CDRCheckerDeploymentMinimal
b7a20c4ec7fa8c319fca2231b0a55277fe8920a5
0
roles/cdr_checker
544
[ "no_license" ]
[ { "path": "roles/cdr_checker/defaults/main.yml", "content": "---\n# defaults file for deoloy_cdr_checker\nproject_dir: \"{{ ansible_user_dir }}/CDR_Checker\"\nsource_code_dir: \"{{ ansible_user_dir }}/CDR_Checker/CDRChecker_source_files\"\nadminer_version: 4.7.7-standalone\nalpine_version: 3.8.2-alpine\nphp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6579, "all_permissive": false }
ansible_role
tomuben/ansible-sandbox
b9f3fd35bf495a178a150a80eb2f0eb50c81aaf6
0
samples/4_roles/roles/dev_user
544
[ "no_license" ]
[ { "path": "samples/4_roles/roles/dev_user/defaults/main.yml", "content": "---\n\napt_dependencies:\n - apt-transport-https=2.0.9\n - ca-certificates=20211016~20.04.1\n - software-properties-common=0.99.9.8\n\ndev_user_name: johnd\ndev_user_password: \"<PASSWORD>\"", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 963, "all_permissive": false }
ansible_role
tomuben/ansible-sandbox
b9f3fd35bf495a178a150a80eb2f0eb50c81aaf6
0
samples/4_roles/roles/docker
544
[ "no_license" ]
[ { "path": "samples/4_roles/roles/docker/tasks/main.yml", "content": "- name: Install required system packages\n apt:\n name: \"{{apt_dependencies}}\"\n state: latest\n update_cache: true\n become: yes\n\n- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/ubuntu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 687, "all_permissive": false }
ansible_role
jlehtimaki/rpi4_k8s_cluster_ansible
7010ea8d0f375ee93df745f4be662c578825a801
0
roles/common
544
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Update hosts file\n lineinfile:\n dest: /etc/hosts\n line: \"{{ hostvars[item].ansible_host }} {{ item }}\"\n regexp: '.*{{ item }}$'\n with_items: \"{{ groups.all }}\"\n\n- name: Update hostname\n hostname:\n name: \"{{ inventory_h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1339, "all_permissive": false }
ansible_role
jlehtimaki/rpi4_k8s_cluster_ansible
7010ea8d0f375ee93df745f4be662c578825a801
0
roles/k8s-common
544
[ "no_license" ]
[ { "path": "roles/k8s-common/tasks/main.yml", "content": "- name: install needed packages\n apt:\n name: [apt-transport-https,linux-modules-extra-raspi]\n state: present\n\n# This is Deprecated since we will be using Containerd.io\n# - name: Add Docker-CE cert\n# apt_key:\n# url: https://downloa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3421, "all_permissive": false }
ansible_role
jlehtimaki/rpi4_k8s_cluster_ansible
7010ea8d0f375ee93df745f4be662c578825a801
0
roles/k8s-master
544
[ "no_license" ]
[ { "path": "roles/k8s-master/tasks/keepalived.yml", "content": "- name: Install Keepalived\n apt:\n name: keepalived\n state: present\n\n- name: Keepalived config\n vars:\n servers: \"{{ groups['masters'] }}\"\n template:\n src: keepalived/keepalived.conf.j2\n dest: /etc/keepalived/keepaliv...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 6398, "all_permissive": false }
ansible_role
jlehtimaki/rpi4_k8s_cluster_ansible
7010ea8d0f375ee93df745f4be662c578825a801
0
roles/k8s-nodes
544
[ "no_license" ]
[ { "path": "roles/k8s-nodes/tasks/main.yml", "content": "- name: Join cluster\n command: \"{{ join_command }} --cri-socket=unix:///var/run/containerd/containerd.sock\"\n register: kubeadm_join\n when: \"ansible_fqdn not in get_nodes\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
jlehtimaki/rpi4_k8s_cluster_ansible
7010ea8d0f375ee93df745f4be662c578825a801
0
roles/upgrade-masters
544
[ "no_license" ]
[ { "path": "roles/upgrade-masters/tasks/main.yml", "content": "- name: Check kubeadm version\n command: \"kubeadm version\"\n register: current_kubeadm_version\n\n- name: Update repositories & Install new kubeadm\n shell: \"apt-get update && apt-get install -y --allow-change-held-packages --allow-downgra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2181, "all_permissive": false }
ansible_role
jlehtimaki/rpi4_k8s_cluster_ansible
7010ea8d0f375ee93df745f4be662c578825a801
0
roles/upgrade-nodes
544
[ "no_license" ]
[ { "path": "roles/upgrade-nodes/tasks/main.yml", "content": "- name: Check kubeadm version\n command: \"kubeadm version\"\n register: current_kubeadm_version\n\n- name: Update repositories & Install new kubeadm\n shell: \"apt-get update && apt-get install -y --allow-change-held-packages --allow-downgrade...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1376, "all_permissive": false }
ansible_role
rlaakkol/heitto-infra
23dacc6cc2ba7ae93157ddf19286f9dc411bb4e9
0
roles/generic
544
[ "no_license" ]
[ { "path": "roles/generic/tasks/main.yml", "content": "---\n\n- import_tasks: ufw.yml\n- import_tasks: fail2ban.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 58, "all_permissive": false }
ansible_role
rlaakkol/heitto-infra
23dacc6cc2ba7ae93157ddf19286f9dc411bb4e9
0
roles/mongo
544
[ "no_license" ]
[ { "path": "roles/mongo/tasks/main.yml", "content": "---\n\n- name: Add apt key\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5\n\n- name: Add mongodb repo\n apt_repository:\n repo: \"deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
rlaakkol/heitto-infra
23dacc6cc2ba7ae93157ddf19286f9dc411bb4e9
0
roles/nginx
544
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx-site.j2", "content": "server {\n listen 80;\n listen [::]:80;\n server_name heitto.vimpa.in;\n return 301 https://$server_name$request_uri;\n}\n\nserver {\n listen 443 ssl;\n\n server_name heitto.vimpa.in;\n\n root /home/{{ tensorflow_user }}/app;\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1144, "all_permissive": false }
ansible_role
rlaakkol/heitto-infra
23dacc6cc2ba7ae93157ddf19286f9dc411bb4e9
0
roles/tensorflow
544
[ "no_license" ]
[ { "path": "roles/tensorflow/handlers/main.yml", "content": "---\n\n- name: reload systemd\n systemd:\n daemon_reload: yes\n\n- name: restart sika_api\n service:\n name: sika_api\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2321, "all_permissive": false }
ansible_role
tanvi-v/fpp-ansible
16960093ba40751eeba174555a6b928f5629d763
0
roles/fpp_common
544
[ "no_license" ]
[ { "path": "roles/fpp_common/defaults/main.yml", "content": "# TO EDIT: paths - check your fpp server for rhpctl executable, maps directory, and a temporary directory\n# fpp paths\nrhpctl_path: '/u02/app/fpp/fpphome/bin/rhpctl'\nfpp_tmp_path: '/u02/app/fpp/admin/tmp'\nfpp_tools_path: '/u02/app/fpp/fpphome/ta...
{ "task_files": 12, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 11629, "all_permissive": false }
ansible_role
tanvi-v/fpp-ansible
16960093ba40751eeba174555a6b928f5629d763
0
roles/grid_fpp
544
[ "no_license" ]
[ { "path": "roles/grid_fpp/tasks/gi_image_register.yml", "content": "\n- block:\n - name: 'Register GI Image {{ image_name }}'\n include_role:\n name: 'fpp_common'\n tasks_from: 'image_register.yml'\n vars:\n image_map_dir: 'gi'\n software_type: 'ORACLEGISOFTWARE'\n\n - name: 'Que...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 9096, "all_permissive": false }
ansible_role
tanvi-v/fpp-ansible
16960093ba40751eeba174555a6b928f5629d763
0
roles/oci_common
544
[ "no_license" ]
[ { "path": "roles/oci_common/tasks/db_home_discovery.yml", "content": "\n- name: 'Discover VM Cluster for DB Home {{ db_home_name }}'\n when: compartment_id is not defined\n include_tasks: '{{ exadata_type }}_vm_cluster_discovery.yml'\n\n- name: 'Assert that compartment_id is defined'\n assert: \n that...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4481, "all_permissive": false }
ansible_role
tanvi-v/fpp-ansible
16960093ba40751eeba174555a6b928f5629d763
0
roles/rdbms_fpp
544
[ "no_license" ]
[ { "path": "roles/rdbms_fpp/tasks/rdbms_wc_name.yml", "content": "\n# TO EDIT: wc_name - RDBMS working copy naming pattern / hostname parsing\n- set_fact:\n wc_name: 'wc_{{ db_home_name | regex_findall(\"dbhome([0-9].+)\") | first }}_{{ ansible_hostname | regex_findall(\"(.+?)-\") | first }}'\n\n- block:\...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8859, "all_permissive": false }
ansible_role
tanvi-v/fpp-ansible
16960093ba40751eeba174555a6b928f5629d763
0
roles/target_common
544
[ "no_license" ]
[ { "path": "roles/target_common/defaults/main.yml", "content": "# TO EDIT: paths to executables on exadata hosts\n# exadata paths\ndbaascli_path: '/bin/dbaascli'\nexa_tmp_path: '/tmp'\ngpg_path: '/bin/gpg'\ngi_zip_path: '/acfs01'\nmcimgsetup_path: '/var/opt/oracle/managed/fpp/mcimgsetupfpp'\nexacc_props_path...
{ "task_files": 14, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 12190, "all_permissive": false }
ansible_role
schlueter/flair
86bac7e25797c4a9760cd541b6bc70024299319b
0
roles/git-repos
544
[ "no_license" ]
[ { "path": "roles/git-repos/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Setup git repos from vars\n company: Refinery29\n license: MIT\n min_ansible_version: 1.9.2\n categories: []\n platforms:\n - name: Ubuntu\n versions:\n - 14.04+\n - name: OS X\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 946, "all_permissive": false }
ansible_role
schlueter/flair
86bac7e25797c4a9760cd541b6bc70024299319b
0
roles/hub
544
[ "no_license" ]
[ { "path": "roles/hub/tasks/main.yml", "content": "---\n- name: Check for hub\n command: which hub\n ignore_errors: true\n changed_when: false\n register: which_hub\n always_run: yes\n\n- include: install.yml\n become: yes\n become_method: sudo\n when: which_hub.rc == 1\n", "license_type": "no_li...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1419, "all_permissive": false }
ansible_role
schlueter/flair
86bac7e25797c4a9760cd541b6bc70024299319b
0
roles/oh-my-zsh
544
[ "no_license" ]
[ { "path": "roles/oh-my-zsh/tasks/main.yml", "content": "---\n- name: Install oh-my-zsh\n git:\n repo={{ oh_my_zsh_repo }}\n dest=~/.oh-my-zsh\n version={{ oh_my_zsh_repo_branch }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/o...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 226, "all_permissive": false }
ansible_role
schlueter/flair
86bac7e25797c4a9760cd541b6bc70024299319b
0
roles/system-packages
544
[ "no_license" ]
[ { "path": "roles/system-packages/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Install system packages on\n company: Refinery29\n license: MIT\n min_ansible_version: 1.9.2\n categories: []\n platforms:\n - name: Ubuntu\n versions:\n - 14.04+\n - name:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 756, "all_permissive": false }
ansible_role
schlueter/flair
86bac7e25797c4a9760cd541b6bc70024299319b
0
roles/user
544
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: Warn if no user specified\n debug: msg=\"No user specified with the user var, this may cause issues in other roles…\"\n when: user is not defined\n\n- name: Check for user\n command:\n getent passwd {{ user }}\n ignore_errors: yes\n cha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 571, "all_permissive": false }
ansible_role
schlueter/flair
86bac7e25797c4a9760cd541b6bc70024299319b
0
roles/user-dotfiles
544
[ "no_license" ]
[ { "path": "roles/user-dotfiles/tasks/main.yml", "content": "---\n- name: Set dotfiles user to user if unspecified\n when: dotfiles_user is undefined\n set_fact:\n dotfiles_user: '{{ user }}'\n always_run: yes\n\n- name: Install user's dotfiles\n copy:\n src={{ dotfiles_user | default('default') }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7792, "all_permissive": false }
ansible_role
schlueter/flair
86bac7e25797c4a9760cd541b6bc70024299319b
0
roles/vim-vundle
544
[ "no_license" ]
[ { "path": "roles/vim-vundle/tasks/main.yml", "content": "---\n- name: Create vim bundle directory\n file:\n state=directory\n path=~/.vim/bundle\n\n- name: Install Vundle for vim\n git:\n dest=~/.vim/bundle/Vundle.vim\n repo=https://github.com/VundleVim/Vundle.vim.git\n version=master\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
schlueter/flair
86bac7e25797c4a9760cd541b6bc70024299319b
0
roles/zsh-user
544
[ "no_license" ]
[ { "path": "roles/zsh-user/tasks/main.yml", "content": "---\n- name: Set zsh as shell for user\n become: yes\n shell:\n chsh -s /bin/zsh {{ user }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/zsh-user/meta/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 391, "all_permissive": false }
ansible_role
santhan29/expense-ansible-roles
7462806d0c7064f1fc952424a25e3dea4897f6b7
0
roles/backend
544
[ "no_license" ]
[ { "path": "roles/backend/meta/main.yaml", "content": "dependencies: \n - role: common", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/backend/tasks/main.yaml", "content": "- name: ansible to install pymysql\n ansible.builtin.pip:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1987, "all_permissive": false }
ansible_role
Revanth228/expense-ansible-roles
aa4028a3816aeefa00bc071b3b28536c3ecc5df6
0
roles/frontend
544
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "- name: installing nginx\n ansible.builtin.dnf:\n name: nginx\n state: installed\n\n- name: start and enable nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n- name: create app-pre-requeset \n ansible....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1093, "all_permissive": false }
ansible_role
huogerac/hello-world-lambda-function
7ecabd23f948b6819964c0351d477bfce891352e
6
devops/ansible/roles/lambda_update
544
[ "no_license" ]
[ { "path": "devops/ansible/roles/lambda_update/tasks/main.yml", "content": "---\n\n- name: Update Lambda function code (Deploy new ZIP)\n command: >-\n aws lambda update-function-code\n --function-name \"{{ lambda_function_name }}\"\n --s3-bucket \"{{ s3_bucket_name }}\"\n --s3-key \"{{ target_z...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 993, "all_permissive": false }
ansible_role
huogerac/hello-world-lambda-function
7ecabd23f948b6819964c0351d477bfce891352e
6
devops/ansible/roles/lambda_zip
544
[ "no_license" ]
[ { "path": "devops/ansible/roles/lambda_zip/tasks/main.yml", "content": "- name: Ensure build directory exists in the project root\n file:\n path: \"{{ playbook_dir }}/../../lambda_build\"\n state: directory\n\n- name: Install Python dependencies into build folder\n pip:\n requirements: \"{{ playb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2174, "all_permissive": false }
ansible_role
juacarsud/awx-jobs
3a5678cb21e9a6bbf44e203afdd63ac47f490c27
0
roles/register_elastic
544
[ "no_license" ]
[ { "path": "roles/register_elastic/readme.md", "content": "\n\ncurl -k -u elastic -H \"Content-Type: application/json\" -d @index.json -XPUT https://localhost:9200/iacprov\n\n\ncurl -k -u elastic -XGET -H 'Content-Type: application/json' 'https://10.73.13.226:9200/iacprov/_search' -d '\n{\n \"query\" : {\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3072, "all_permissive": false }
ansible_role
cjohnhelms/homelab
dc27de5a4a8817f1de706f8eb584476573bf36a5
0
ansible/roles/common
544
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/packages.yaml", "content": "- name: Ensure common packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ common_packages }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "ansible/roles...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 799, "all_permissive": false }
ansible_role
cjohnhelms/homelab
dc27de5a4a8817f1de706f8eb584476573bf36a5
0
ansible/roles/dnsmasq
544
[ "no_license" ]
[ { "path": "ansible/roles/dnsmasq/tasks/main.yaml", "content": "---\n# file: roles/dnsmasq/tasks/main.yml\n- name: Ensure dnsmasq package\n apt:\n name: dnsmasq\n state: latest\n register: dnspackage\n\n- name: Dnsmasq config\n copy:\n src: ../dnsmasq/dnsmasq.conf \n dest: /etc/dnsmasq.conf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 794, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/environments/roles/baselinux
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/environments/roles/baselinux/tasks/main.yml", "content": "---\n- name: Baselinux role tasks\n tags: [baselinux]\n block:\n - name: Common system setup tasks\n ansible.builtin.import_tasks: system.yml\n\n - name: Privileged system setup tasks\n ansible.bu...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 9157, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/environments/roles/containerhost
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/environments/roles/containerhost/meta/main.yml", "content": "---\ngalaxy_info:\n description: \"Configure podman and container services on Linux.\"\n author: \"<NAME> (oszi.dev)\"\n license: \"BSD-3-Clause\"\n min_ansible_version: \"2.16\"\n\n platforms:\n - name:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 10353, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/environments/roles/toolbox
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/environments/roles/toolbox/tasks/packages.yml", "content": "---\n- name: Flatten package list variables\n ansible.builtin.set_fact:\n toolbox_packages: \"{{ toolbox_packages | flatten }}\"\n toolbox_blacklisted_packages: \"{{ toolbox_blacklisted_packages | flatten ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 18339, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/environments/roles/workstation
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/environments/roles/workstation/templates/etc/shrc.d/workstation-aliases.sh.j2", "content": "# shellcheck shell=sh\n\nalias clip='xclip -i -selection clipboard'\nalias o='xdg-open'\n\n{% if not flatpak_disabled %}\n{% set _flatpak_chromium = 'org.chromium.Chromium' %}\n{% ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 8481, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/acme
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/acme/meta/main.yml", "content": "---\ngalaxy_info:\n description: \"ACME certificate management with DNS01 challenge validation.\"\n author: \"<NAME> (oszi.dev)\"\n license: \"BSD-3-Clause\"\n min_ansible_version: \"2.16\"\n\n platforms:\n - name: Fe...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 11070, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/bootstrap
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/bootstrap/meta/main.yml", "content": "---\ngalaxy_info:\n description: \"Bootstrap tasks for fact gathering and initial SSH access.\"\n author: \"<NAME> (oszi.dev)\"\n license: \"BSD-3-Clause\"\n min_ansible_version: \"2.16\"\n\n platforms:\n - name:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3581, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/borgmatic
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/borgmatic/templates/etc/systemd/system/borg.service.j2", "content": "[Unit]\nAfter=default.target network-online.target remote-fs.target\nWants=network-online.target\n{{ borgmatic_unit_options | join('\\n') }}\n\n[Service]\nType=oneshot\nExecStart={{ borgmat...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 8862, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/chromium_policies
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/chromium_policies/tasks/chromium-policies-links.yml", "content": "---\n- name: Ensure chromium policy directories exist\n ansible.builtin.file:\n path: \"{{ chromium_policies_path }}/{{ item }}\"\n state: \"directory\"\n owner: \"root\"\n group:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6466, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/cloudflare_dns
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/cloudflare_dns/tasks/main.yml", "content": "---\n- name: CloudFlare DNS tasks\n tags: [cloudflare-dns]\n block:\n - name: Include CloudFlare DNS tasks on the ansible controller\n when: cloudflare_dns_zone is defined and cloudflare_dns_zone\n a...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6252, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/dotfiles
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/dotfiles/tasks/dotfiles/extra.yml", "content": "---\n- name: \"Check directories for user:{{ dotfiles_user }}\"\n ansible.builtin.stat:\n path: \"{{ user_info.home }}/{{ item }}\"\n with_items: \"{{ dotfiles_extra | map('dirname') | reject('equalto', ''...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 7808, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/fail2ban
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/fail2ban/handlers/main.yml", "content": "---\n- name: Restart fail2ban service\n ansible.builtin.systemd:\n name: \"fail2ban\"\n state: \"restarted\"\n daemon_reload: true\n enabled: true\n", "license_type": "no_license", "detected_licen...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2617, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/firewalld
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/firewalld/handlers/main.yml", "content": "---\n- name: Reload firewalld\n ansible.builtin.command: \"/usr/bin/firewall-cmd --reload\"\n tags: [skip_ansible_lint]\n\n- name: Restart firewalld\n ansible.builtin.systemd:\n name: \"firewalld\"\n state: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 5236, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/flatpak
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/flatpak/defaults/main.yml", "content": "---\n# Leave remotes and apps empty by default!\n\n# Disable flatpak?\nflatpak_disabled: false\n\n# Dict of remotes to install:\n# {flathub: \"https://flathub.org/repo/flathub.flatpakrepo\"}\nflatpak_remotes: {}\n\n# D...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2186, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/gnome
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/gnome/tasks/gnome-user.yml", "content": "---\n- name: Install Gnome user themes\n ansible.builtin.copy:\n src: \"home/.themes/\"\n dest: \"~/.themes/\"\n owner: \"{{ gnome_user }}\"\n group: \"{{ gnome_user }}\"\n mode: \"0644\"\n\n- name: Se...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 18759, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/libvirt
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/libvirt/files/bin/virt-viewer-fzf", "content": "#!/bin/bash\nset -euo pipefail\n\nvirsh=\"virsh -c qemu:///system\"\nvirt_viewer=\"virt-viewer -c qemu:///system\"\nvirt_viewer_defaults=\"-a -w -H release-cursor=ctrl+alt --auto-resize=always\"\n\nif [[ \"${1-...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6781, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/podman
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/podman/files/bin/podman-ipaddress", "content": "#!/bin/sh\n# In rootless mode there is no real network stack, use localhost with port forwarding.\npodman inspect \\\n--format='{{ if .NetworkSettings.Networks }}{{ range $key, $val := .NetworkSettings.Networks...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 14168, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/python
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/python/defaults/main.yml", "content": "---\n# Skip setup of python3-devel, setuptools, pip and virtualenv?\npython_disabled: false\n\n# Lists of packages to install via pip on the host:\n# * Always pin package versions!\npython_pip3_packages: []\n\n# Nested ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1891, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/selinux
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/selinux/meta/main.yml", "content": "---\ngalaxy_info:\n description: \"Configure SELinux on RedHat family distributions.\"\n author: \"<NAME> (oszi.dev)\"\n license: \"BSD-3-Clause\"\n min_ansible_version: \"2.16\"\n\n platforms:\n - name: Fedora\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2368, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/shell
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/shell/files/etc/shrc.d/01-key-bindings.zsh", "content": "# shellcheck shell=bash disable=SC2190 # zsh is unsupported\n# shellcheck disable=SC1091,SC2154 # not following input sources, terminfo not assigned\n\n[ \"$TERM\" != \"dumb\" ] || return\n\nzmodload z...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 26, "total_bytes": 25908, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/snap
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/snap/tasks/snap.yml", "content": "---\n- name: Ensure snap packages are installed\n community.general.snap:\n name: \"{{ item.name }}\"\n channel: \"{{ item.channel | default(omit) }}\"\n classic: \"{{ item.classic | default(omit) }}\"\n dangero...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1112, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/ssh
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/ssh/vars/main.yml", "content": "---\n# Use ansible_port to automatically control the SSH port with the help of oszi.general.bootstrap.\n# SSH port is persisted in the bootstrap role with dynamic fallback to the default port.\n# This role also works without b...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4716, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/systemd
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/systemd/tasks/systemd-networkd.yml", "content": "---\n- name: Ensure systemd-networkd is installed\n ansible.builtin.package:\n name: \"systemd-networkd\"\n state: \"present\"\n notify: \"Restart systemd-networkd\"\n when: \"ansible_os_family == 'Re...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5342, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/users
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/users/tasks/main.yml", "content": "---\n- name: Unix users tasks\n tags: [users]\n block:\n - name: Import unix users tasks\n ansible.builtin.import_tasks: users.yml\n\n - name: Users role completed\n ansible.builtin.debug:\n msg: pr...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2219, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/general/roles/wireguard
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/general/roles/wireguard/tasks/main.yml", "content": "---\n- name: WireGuard setup tasks\n tags: [wireguard]\n block:\n - name: Include WireGuard setup tasks\n when: not wireguard_disabled\n ansible.builtin.include_tasks:\n file: wireguard.yml\n\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2057, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/thirdparty/roles/gcloud_sdk
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/thirdparty/roles/gcloud_sdk/defaults/main.yml", "content": "---\n# Install Google Cloud SDK? (Only enabled by default on Google Cloud!)\ngcloud_sdk_enabled: \"{{ ansible_system_vendor == 'Google' }}\"\n\n# Install Google Cloud SDK App Engine components?\ngcloud_sdk_app_en...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 10408, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/thirdparty/roles/google_chrome
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/thirdparty/roles/google_chrome/meta/main.yml", "content": "---\ngalaxy_info:\n description: \"Configure the Google Chrome repository.\"\n author: \"<NAME> (oszi.dev)\"\n license: \"BSD-3-Clause\"\n min_ansible_version: \"2.16\"\n\n platforms:\n - name: Fedora\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5733, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/thirdparty/roles/hashicorp
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/thirdparty/roles/hashicorp/tasks/debian/install.yml", "content": "---\n- name: Ensure directory for Hashicorp deb signing key\n ansible.builtin.file:\n path: \"{{ hashicorp_deb_gpgkey | dirname }}\"\n state: \"directory\"\n owner: \"root\"\n mode: \"0755\"\n\...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4607, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/thirdparty/roles/opentofu
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/thirdparty/roles/opentofu/tasks/main.yml", "content": "---\n- name: OpenTofu tasks\n tags: [opentofu]\n block:\n - name: OpenTofu repository\n ansible.builtin.include_tasks:\n file: \"{{ ansible_os_family | lower }}/{{ opentofu_upstream_enabled | ternary(...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3776, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/thirdparty/roles/rpmfusion
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/thirdparty/roles/rpmfusion/tasks/redhat/uninstall.yml", "content": "---\n- name: Ensure RPMFusion is NOT installed\n ansible.builtin.package:\n name:\n - \"rpmfusion-free-release-{{ ansible_distribution_major_version }}\"\n - \"rpmfusion-free-appstream-data-...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3292, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/thirdparty/roles/tailscale
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/thirdparty/roles/tailscale/tasks/redhat/uninstall.yml", "content": "---\n- name: Uninstall Tailscale RPM repository\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: \"absent\"\n with_items:\n - \"{{ tailscale_rpm_gpgkey }}\"\n - \"{{ tailscale_rpm_rep...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 7379, "all_permissive": false }
ansible_role
oszi/ansible-collections
5b103262c71bfc7ab7c90017e43afdfa65d96cd1
4
ansible_collections/oszi/thirdparty/roles/vscode
537
[ "no_license" ]
[ { "path": "ansible_collections/oszi/thirdparty/roles/vscode/vars/main.yml", "content": "---\n# VS Code and Azure CLI use the same Microsoft GPG key!\n# They might also prefer it at different paths...\n\nvscode_rpm_gpgkey: \"/etc/pki/rpm-gpg/RPM-GPG-KEY-microsoft\"\nvscode_rpm_repo_path: \"/etc/yum.repos.d/v...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 6213, "all_permissive": false }
ansible_role
Toluwanee/nodejs-app
53aa2dd7bf47167c60d1b93e889c58562fac9d8f
0
ansible-nodejs-service-deployment/roles/app
537
[ "no_license" ]
[ { "path": "ansible-nodejs-service-deployment/roles/app/tasks/main.yml", "content": "---\n# tasks file for app\n- name: Clone the repository\n git:\n repo: 'https://github.com/Toluwanee/nodejs-app.git'\n dest: /var/www/nodeapp\n version: main\n\n- name: Install dependencies\n npm:\n path: /var/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
vijayavanisabbiti/expense-ansible
e6e4536e6186c8b986d3fd595ffd8a24445a2054
0
roles/backend
537
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: Set HostName\n ansible.builtin.shell: set-hostname {{env}}-{{component}}\n\n- name: Disable nodejs default version\n ansible.builtin.shell: dnf module disable nodejs -y\n\n- name: Enable nodejs 18 version\n ansible.builtin.shell: dnf module en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1672, "all_permissive": false }
ansible_role
vijayavanisabbiti/expense-ansible
e6e4536e6186c8b986d3fd595ffd8a24445a2054
0
roles/common
537
[ "no_license" ]
[ { "path": "roles/common/tasks/app-prereq.yml", "content": "- name: Delete old app content\n ansible.builtin.file:\n path: \"{{ app_dir }}\"\n state: absent\n\n- name: Create App Directory\n ansible.builtin.file:\n path: \"{{ app_dir }}\"\n state: directory\n\n#- name: Download backend applicat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 998, "all_permissive": false }
ansible_role
vijayavanisabbiti/expense-ansible
e6e4536e6186c8b986d3fd595ffd8a24445a2054
0
roles/mysql
537
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Disable existing mysql module\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: Create mysql repo file\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: install mysql community server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 622, "all_permissive": false }
ansible_role
jonatas-lima/minecraft-server-provisioner
cbafd8d2f32fa440c891085aa4edb0611277988d
14
ansible/roles/minecraft-server
537
[ "no_license" ]
[ { "path": "ansible/roles/minecraft-server/tasks/post-install/sshd.yml", "content": "---\n- name: Create .ssh dir to minecraft user\n ansible.builtin.file:\n path: /srv/minecraft/.ssh\n owner: minecraft\n group: minecraft\n state: directory\n mode: '0755'\n\n- name: Create authorized_keys to ...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 3687, "all_permissive": false }
ansible_role
dth0/vagrant-base_debian
4363a3dd75c15c56653e962667f90974836ab005
0
roles/debian
537
[ "no_license" ]
[ { "path": "roles/debian/tasks/base.yaml", "content": "---\n- name: Remove old sources.list\n file:\n path: \"{{item}}\"\n state: absent\n with_items:\n - \"/etc/apt/sources.list\"\n - \"/etc/apt/sources.list~\"\n - \"/etc/apt/sources.list.d/contrib.list\"\n\n- name: Install Main R...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3054, "all_permissive": false }
ansible_role
dth0/vagrant-base_debian
4363a3dd75c15c56653e962667f90974836ab005
0
roles/vim
537
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yaml", "content": "---\n- name: Install vim\n apt:\n name: \"{{vim_packages}}\"\n state: latest\n update_cache: true\n\n- name: Set vim-nox as the default editor\n alternatives:\n name: editor\n path: /usr/bin/vim.nox\n\n- name: Remove deprecated pa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4551, "all_permissive": false }
ansible_role
Thiagoszaa/awx-apex
b287f5de61ca85536d4bd2b274ead3e9ed3213b7
0
roles/autostart_config
537
[ "no_license" ]
[ { "path": "roles/autostart_config/tasks/main.yml", "content": "---\n- name: Criar script de inicialização automática\n copy:\n dest: /etc/init.d/apxlistener\n mode: '0755'\n content: |\n #!/bin/sh\n JAVA=\"{{ oracle_home }}/jdk/bin/java\"\n APEX_LISTENER_HOME=\"{{ oracle_base }}/ape...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 876, "all_permissive": false }
ansible_role
Thiagoszaa/awx-apex
b287f5de61ca85536d4bd2b274ead3e9ed3213b7
0
roles/configure_rest
537
[ "no_license" ]
[ { "path": "roles/configure_rest/tasks/main.yml", "content": "---\n- name: Configurar REST no APEX\n shell: |\n cd {{ oracle_base }}/apex/apex\n echo \"@apex_rest_config.sql\" | sqlplus / as sysdba\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
Thiagoszaa/awx-apex
b287f5de61ca85536d4bd2b274ead3e9ed3213b7
0
roles/create_acl
537
[ "no_license" ]
[ { "path": "roles/create_acl/tasks/main.yml", "content": "---\n- name: Criar ACL para acesso externo no APEX\n shell: |\n echo \"\n DECLARE\n ACL_PATH VARCHAR2(4000);\n BEGIN\n SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS\n WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
Thiagoszaa/awx-apex
b287f5de61ca85536d4bd2b274ead3e9ed3213b7
0
roles/create_directories
537
[ "no_license" ]
[ { "path": "roles/create_directories/tasks/main.yml", "content": "---\n- name: Criar diretórios do APEX e ORDS\n file:\n path: \"{{ item }}\"\n state: directory\n mode: '0755'\n loop:\n - \"{{ oracle_base }}/apex\"\n - \"{{ oracle_base }}/apex/ords\"\n - \"{{ oracle_base }}/apex/ords/conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
Thiagoszaa/awx-apex
b287f5de61ca85536d4bd2b274ead3e9ed3213b7
0
roles/create_tablespace_user
537
[ "no_license" ]
[ { "path": "roles/create_tablespace_user/tasks/main.yml", "content": "---\n- name: Criar tablespace e usuário APEX\n shell: |\n echo \"\n CREATE TABLESPACE TS_APEX DATAFILE '/u01/oradata/{{ oracle_sid }}/ts_apex01.dbf' size 1G autoextend on next 100m maxsize unlimited;\n CREATE USER APEX IDENTIFIED...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
Thiagoszaa/awx-apex
b287f5de61ca85536d4bd2b274ead3e9ed3213b7
0
roles/download_software
537
[ "no_license" ]
[ { "path": "roles/download_software/tasks/main.yml", "content": "---\n- name: Baixar Oracle APEX\n get_url:\n url: \"http://dws-dataunique.ddns.com.br:8048/utilitarios/apex/apex_5.0.4.zip{{ apex_zip }}\"\n dest: \"/{{ dir_stage }}/{{ apex_zip }}\"\n when: not software_in_stage\n\n- name: Baixar Oracl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
Thiagoszaa/awx-apex
b287f5de61ca85536d4bd2b274ead3e9ed3213b7
0
roles/install_apex
537
[ "no_license" ]
[ { "path": "roles/install_apex/tasks/main.yml", "content": "---\n- name: Descompactar APEX\n unarchive:\n src: \"/{{ dir_stage }}/{{ apex_zip }}\"\n dest: \"{{ oracle_base }}/apex\"\n remote_src: yes\n\n- name: Instalar APEX\n shell: |\n . ~/.profile{{ oracle_sid }}\n cd {{ oracle_base }}/ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
Thiagoszaa/awx-apex
b287f5de61ca85536d4bd2b274ead3e9ed3213b7
0
roles/set_language_ptbr
537
[ "no_license" ]
[ { "path": "roles/set_language_ptbr/tasks/main.yml", "content": "---\n- name: Instalar tradução pt-BR do APEX\n shell: |\n export NLS_LANG=American_America.AL32UTF8\n cd {{ oracle_base }}/apex/apex/builder/pt-br\n echo \"ALTER SESSION SET CURRENT_SCHEMA = APEX_050000; @load_pt-br.sql;\" | sqlplus /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
gmykhailiuta/tn
f7cc2d5bc1bb6d344644464ed119d52bb2bab3c8
0
roles/common
537
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Start systemd-timesyncd\n service:\n name: systemd-timesyncd.service\n enabled: yes\n state: started\n when: ansible_os_family == 'Debian'\n\n- name: Set timezone\n timezone:\n name: CET\n\n- name: Set NTP servers\n ini_file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 984, "all_permissive": false }
ansible_role
gmykhailiuta/tn
f7cc2d5bc1bb6d344644464ed119d52bb2bab3c8
0
roles/users
537
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n- name: install sudo package\n apt:\n name: sudo\n when: ansible_os_family == 'Debian'\n\n- name: install sudo package\n yum:\n name: sudo\n when: ansible_os_family == 'RedHat'\n\n- name: sudo group\n group:\n name: \"sudo\"\n\n- name: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 806, "all_permissive": false }
ansible_role
gvv2018/wa-ansible
912267a0673cef715ac4b6b517d1a630f5ad8f4c
0
roles/apache-php
537
[ "no_license" ]
[ { "path": "roles/apache-php/handlers/main.yml", "content": "---\n# handlers file for apache-php\n- include: apache-handler.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/apache-php/defaults/main.yml", "content": "---\n# defaults file...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1274, "all_permissive": false }
ansible_role
TheLastCicada/wp-ansible
72177bd463aae85f23313254e06e3196e1fb6b80
2
roles/common
537
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\n# Default variables for common role\ncommon_packages:\n - vim\n - wget\n - curl\n - btop\n - jq\n - dnsutils\n - git\n - htop\n - net-tools\n - unzip\n - zip\n - lsof\n - rsync\n - screen\n - tmux\n - python3-pymysql\n\n# For RHEL/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 920, "all_permissive": false }
ansible_role
TheLastCicada/wp-ansible
72177bd463aae85f23313254e06e3196e1fb6b80
2
roles/install_wordpress
537
[ "no_license" ]
[ { "path": "roles/install_wordpress/tasks/main.yml", "content": "---\n# WordPress installation playbook\n\n- name: Check if WordPress is already installed for each site\n stat:\n path: \"{{ item.www_root }}/wp-config.php\"\n register: wp_config_exists\n loop: \"{{ wp_sites }}\"\n tags: always\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 10604, "all_permissive": false }
ansible_role
TheLastCicada/wp-ansible
72177bd463aae85f23313254e06e3196e1fb6b80
2
roles/mariadb
537
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n- name: Add MariaDB repository key\n apt_key:\n url: https://mariadb.org/mariadb_release_signing_key.asc\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Add MariaDB repository\n apt_repository:\n repo: \"deb [arch=amd...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1279, "all_permissive": false }
ansible_role
TheLastCicada/wp-ansible
72177bd463aae85f23313254e06e3196e1fb6b80
2
roles/unattended_upgrades
537
[ "no_license" ]
[ { "path": "roles/unattended_upgrades/templates/dnf-automatic.conf.j2", "content": "# {{ ansible_managed }}\n[commands]\n# What kind of upgrade to perform:\n# default = all available upgrades\n# security = only security upgrades\nupgrade_type = {% if yum_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 9476, "all_permissive": false }
ansible_role
TheLastCicada/wp-ansible
72177bd463aae85f23313254e06e3196e1fb6b80
2
roles/wp_cli
537
[ "no_license" ]
[ { "path": "roles/wp_cli/handlers/main.yml", "content": "---\n# Handlers for wp-cli role\n\n- name: Check WP-CLI version\n command: wp cli version\n register: wp_cli_version\n changed_when: false\n ignore_errors: true\n become: \"{{ wp_cli_user != ansible_user_id and wp_cli_user != 'root' }}\"\n become...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 7441, "all_permissive": false }
ansible_role
profy12/server-config
06ec093d4950f50200062846efd9db26043501c3
0
roles/gomud
537
[ "no_license" ]
[ { "path": "roles/gomud/tasks/main.yml", "content": "---\n\n- name: Add user gomud\n ansible.builtin.user:\n name: \"{{ user }}\"\n comment: applicative user\n create_home: true\n state: present\n shell: /bin/bash\n\n- name: Copy ssh key\n ansible.posix.authorized_key:\n user: \"{{ user }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 663, "all_permissive": false }
ansible_role
pae2/Ansible
85c0c4feb9961fc02d96515039a2aa1b3123ee99
0
roles/deploy_apache_web
541
[ "no_license" ]
[ { "path": "roles/deploy_apache_web/handlers/main.yml", "content": "---\n# handlers file for deploy_apache_web\n- name: Restart Apache Ubuntu\n service: name=apache2 state=restarted\n when: ansible_os_family == \"Debian\" \n\n- name: Restart Apache RHEL\n service: name=httpd state=restarted\n when: ansi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1443, "all_permissive": false }
ansible_role
danielarabang/CPE232_RABANG_HOA9
1af2a4c138116ef5195207f16bb2bbfa9b62be27
0
roles/main
541
[ "no_license" ]
[ { "path": "roles/main/tasks/main.yml", "content": " - name: update package cache for Ubuntu\n apt:\n become: yes\n name: \"*\"\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n - name: install prometheus for Ubuntu\n apt:\n name:\n - prometheus\n - promethe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 903, "all_permissive": false }
ansible_role
sebastiaan-dev/iac-homelab
41b88a39e226feb053007f64ad19f0a4bf9a1ad2
1
packer/ansible/roles/users
541
[ "no_license" ]
[ { "path": "packer/ansible/roles/users/tasks/main.yml", "content": "---\n- name: \"Configure users on {{ ansible_facts['distribution'] }} guest operating system.\"\n include_tasks: linux.yml\n when: \"ansible_facts['distribution'] == 'Ubuntu'\"\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
sebastiaan-dev/iac-homelab
41b88a39e226feb053007f64ad19f0a4bf9a1ad2
1
terraform/deploy/ansible/roles/coder
541
[ "no_license" ]
[ { "path": "terraform/deploy/ansible/roles/coder/tasks/ubuntu.yml", "content": "---\n- name: \"Manage Docker as non-root user\"\n shell: |\n sudo chmod 666 /var/run/docker.sock\n args:\n warn: false\n- name: \"Fetch Coder repository\"\n shell: |\n git clone https://github.com/coder/coder.git\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1316, "all_permissive": false }
ansible_role
sebastiaan-dev/iac-homelab
41b88a39e226feb053007f64ad19f0a4bf9a1ad2
1
terraform/deploy/ansible/roles/docker
541
[ "no_license" ]
[ { "path": "terraform/deploy/ansible/roles/docker/tasks/ubuntu.yml", "content": "---\n- name: \"Updating the guest operating system.\"\n apt:\n force_apt_get: true\n name: \"*\"\n state: latest # noqa package-latest\n update_cache: \"yes\"\n- name: \"Install Docker system dependencies\"\n apt:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1263, "all_permissive": false }
ansible_role
sebastiaan-dev/iac-homelab
41b88a39e226feb053007f64ad19f0a4bf9a1ad2
1
terraform/deploy/ansible/roles/traefik
541
[ "no_license" ]
[ { "path": "terraform/deploy/ansible/roles/traefik/templates/docker-compose-traefik.yaml.j2", "content": "version: \"3.3\"\n\nservices:\n\n traefik:\n image: \"traefik:v2.9\"\n container_name: \"traefik\"\n command:\n {%- if DEBUG == 'true' +%}\n - \"--log.level=DEBUG\"\n {%- endif +...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2898, "all_permissive": false }
ansible_role
sebastiaan-dev/iac-homelab
41b88a39e226feb053007f64ad19f0a4bf9a1ad2
1
terraform/deploy/ansible/roles/wireguard
541
[ "no_license" ]
[ { "path": "terraform/deploy/ansible/roles/wireguard/tasks/ubuntu.yml", "content": "---\n- name: \"Install WireGuard\"\n apt:\n name:\n - wireguard\n state: latest\n- name: \"Configure permissions\"\n shell: |\n umask 077\n sudo chown -R $USER /etc/wireguard/\n args:\n warn: false\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2106, "all_permissive": false }
ansible_role
hinhlx/lab_comman_injection
b32db5cd1c0a97dc8d5df7361b48a33ef5677c67
0
provisioning/roles/client
541
[ "no_license" ]
[ { "path": "provisioning/roles/client/defaults/main.yml", "content": "---\nroot_password: \"<PASSWORD>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "provisioning/roles/client/tasks/main.yml", "content": "---\n- name: Cập nhật danh sách các...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1327, "all_permissive": false }
ansible_role
Meskaline213/nexus_ca_ya
12ef4be97ca86602d7f12af44ee15a0030d45049
0
roles/ca
541
[ "no_license" ]
[ { "path": "roles/ca/tasks/main.yml", "content": "---\n- name: Install required packages\n apt:\n name:\n - openssl\n - easy-rsa\n state: present\n update_cache: true\n\n- name: Create directory for CA\n file:\n path: /opt/ca\n state: directory\n mode: 0755\n\n- name: Copy easy-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1411, "all_permissive": false }