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 | AlfrescoPremierServices/hc-harvester | e29755c19892b1be9717d7b4bb5d8e5f0c8782be | 0 | yml/roles/share | 7,732 | [
"no_license"
] | [
{
"path": "yml/roles/share/tasks/main.yml",
"content": "---\n- name: Find Share log files\n find:\n paths: \"{{ hostvars[inventory_hostname]['share_log_pattern'] | default(share_cwd + '/placeholder' ) | dirname }}\"\n patterns: \"{{ hostvars[inventory_hostname]['share_log_pattern'] | default('share.l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1746,
"all_permissive": false
} |
ansible_role | AlfrescoPremierServices/hc-harvester | e29755c19892b1be9717d7b4bb5d8e5f0c8782be | 0 | yml/roles/solr | 7,732 | [
"no_license"
] | [
{
"path": "yml/roles/solr/tasks/main.yml",
"content": "---\n- name: Find Search Service process\n shell: ps -o pid,user,cmd -C java | egrep '\\s+-D\\s*solr\\.' | egrep '\\s+--module=http'\n register: ps_search_service\n ignore_errors: true\n\n- name: Copy Solr client certificate and key \n copy: ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 12791,
"all_permissive": false
} |
ansible_role | AlfrescoPremierServices/hc-harvester | e29755c19892b1be9717d7b4bb5d8e5f0c8782be | 0 | yml/roles/tomcat | 7,732 | [
"no_license"
] | [
{
"path": "yml/roles/tomcat/vars/linux.yml",
"content": "packages:\n - python3-lxml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "yml/roles/tomcat/tasks/catalina_log.yml",
"content": "---\n- name: Get Tomcat log directory config\n shell... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 13109,
"all_permissive": false
} |
ansible_role | pj199x/Ansible | 6a863f117c3006cdd1fc24ae5543e0f6909ea79a | 0 | roles/DIWarfile | 7,732 | [
"no_license"
] | [
{
"path": "roles/DIWarfile/tasks/main.yml",
"content": "- name: Create docker folder\n file:\n path: docker-folder\n state: directory\n\n- name: Clone the tomcat repository\n git:\n repo: \"https://github.com/piajobelle/Tomcat.git\"\n dest: docker-folder\n\n- name: Download WAR file\n get_url... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 500,
"all_permissive": false
} |
ansible_role | Pupmos/ansible-docker-swarm | 86155908f0830ef45aceaca060b760289f3883ba | 0 | roles/common | 7,732 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n- name: Restart iptables\n service:\n name: iptables\n state: restarted\n listen: \"restart iptables\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/common/tasks/main.y... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | Pupmos/ansible-docker-swarm | 86155908f0830ef45aceaca060b760289f3883ba | 0 | roles/initialize | 7,732 | [
"no_license"
] | [
{
"path": "roles/initialize/tasks/join/worker.yml",
"content": "---\n- name: Worker\n docker_swarm:\n state: join\n advertise_addr: \"{{ advertise_addr }}:{{ swarm_port }}\"\n listen_addr: \"{{ listen_addr }}:{{ swarm_port }}\"\n remote_addrs: \"{{ remote_addrs.split(',') | list }}\"\n join_... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1180,
"all_permissive": false
} |
ansible_role | Pupmos/ansible-docker-swarm | 86155908f0830ef45aceaca060b760289f3883ba | 0 | roles/setup | 7,732 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n- name: Install packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - gnupg\n - lsb-release\n - python3\n - docker.io\n - python3-docker\n\n- name: Upgrade packages\n apt:\n upgrade: \"yes\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | jcsou/AutoDeploieSetUp | 98ab5cfb06733b36824527a7af44c40fee72a0b7 | 0 | InitServeurDeploy/ansible-scripts/roles/artifactory | 7,732 | [
"no_license"
] | [
{
"path": "InitServeurDeploy/ansible-scripts/roles/artifactory/defaults/main.yml",
"content": "artifactory_rpmname: jfrog-artifactory-oss-6.5.3.rpm",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "InitServeurDeploy/ansible-scripts/roles/artifactory/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 680,
"all_permissive": false
} |
ansible_role | jcsou/AutoDeploieSetUp | 98ab5cfb06733b36824527a7af44c40fee72a0b7 | 0 | InitServeurDeploy/ansible-scripts/roles/jenkins | 7,732 | [
"no_license"
] | [
{
"path": "InitServeurDeploy/ansible-scripts/roles/jenkins/defaults/main.yml",
"content": "jenkins_rpmname: jenkins-2.138.3-1.1.noarch.rpm",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "InitServeurDeploy/ansible-scripts/roles/jenkins/tasks/main.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 872,
"all_permissive": false
} |
ansible_role | jcsou/AutoDeploieSetUp | 98ab5cfb06733b36824527a7af44c40fee72a0b7 | 0 | InitServeurDeploy/ansible-scripts/roles/openjdk | 7,732 | [
"no_license"
] | [
{
"path": "InitServeurDeploy/ansible-scripts/roles/openjdk/tasks/main.yml",
"content": "- name: install artifactory rpm from a local file\r\n yum:\r\n name: java-1.8.0-openjdk-devel\r\n state: present\r\n",
"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 | jcsou/AutoDeploieSetUp | 98ab5cfb06733b36824527a7af44c40fee72a0b7 | 0 | InitServeurDeploy/ansible-scripts/roles/prerequis | 7,732 | [
"no_license"
] | [
{
"path": "InitServeurDeploy/ansible-scripts/roles/prerequis/tasks/main.yml",
"content": "- name: Create downloadfolder folder\r\n file:\r\n path: '{{ download_repo }}'\r\n mode: 0744\r\n state: directory\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | Noppy/ansible-BuildWebServer | 4d04c056441176b24b27d154b9e769a254c6a093 | 0 | roles/common | 7,732 | [
"permissive"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# file: /roles/common/tasks/main.yml\n# This playbook deploys the common setting\n\n- name: install python2 by dnf module\n include: install-pkg-RedHat-dnf.yml\n when: \"ansible_pkg_mgr == 'dnf'\"\n tags:\n - install_python2\n\n- name: install ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2719,
"all_permissive": true
} |
ansible_role | Noppy/ansible-BuildWebServer | 4d04c056441176b24b27d154b9e769a254c6a093 | 0 | roles/httpd | 7,732 | [
"permissive"
] | [
{
"path": "roles/httpd/tasks/install_gnu_global.yml",
"content": "---\n# file: /roles/httpd/tasks/install_gnu_global.yml \n# This playbook install gnu global\n\n- name: download the Gnu Global tar file\n get_url:\n url: \"{{ item }}\"\n dest: \"{{ source_build_dir }}\"\n with_items:\n - \"{{ gnu... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 8682,
"all_permissive": true
} |
ansible_role | BrunoStel/ansible-terraform-rancher-infra | fad05504f1272a807adf23d2f1d17f5765f55fc3 | 0 | ansible/ec2-configuration/roles/build-and-run-images | 7,732 | [
"no_license"
] | [
{
"path": "ansible/ec2-configuration/roles/build-and-run-images/tasks/main.yml",
"content": "---\n- name: Build redis image\n community.docker.docker_image:\n name: brunostel/redis:devops\n build:\n path: /home/ubuntu/devops/exercicios/app/redis/\n source: build\n\n- name: Build node image\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 685,
"all_permissive": false
} |
ansible_role | BrunoStel/ansible-terraform-rancher-infra | fad05504f1272a807adf23d2f1d17f5765f55fc3 | 0 | ansible/ec2-configuration/roles/clean-nodes | 7,732 | [
"no_license"
] | [
{
"path": "ansible/ec2-configuration/roles/clean-nodes/tasks/main.yml",
"content": "---\n- name: Clean kubernetes caching\n ansible.builtin.shell:\n cmd: sudo rm -r /etc/kubernetes 2> /dev/null && docker stop $(docker ps -aq) && docker rm $(docker ps -aq)\n",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | BrunoStel/ansible-terraform-rancher-infra | fad05504f1272a807adf23d2f1d17f5765f55fc3 | 0 | ansible/ec2-configuration/roles/clone-devops-repo | 7,732 | [
"no_license"
] | [
{
"path": "ansible/ec2-configuration/roles/clone-devops-repo/tasks/main.yaml",
"content": "- name: Clone a github repository\n git:\n repo: https://github.com/BrunoStel/devops.git\n dest: /home/ubuntu/devops\n clone: yes\n update: yes\n force: yes",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | BrunoStel/ansible-terraform-rancher-infra | fad05504f1272a807adf23d2f1d17f5765f55fc3 | 0 | ansible/ec2-configuration/roles/install-docker-rancher | 7,732 | [
"no_license"
] | [
{
"path": "ansible/ec2-configuration/roles/install-docker-rancher/tasks/main.yml",
"content": "---\n- name: Install docker\n ansible.builtin.shell:\n cmd: curl https://releases.rancher.com/install-docker/20.10.sh | sh",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | BrunoStel/ansible-terraform-rancher-infra | fad05504f1272a807adf23d2f1d17f5765f55fc3 | 0 | ansible/ec2-configuration/roles/install-required-libs | 7,732 | [
"no_license"
] | [
{
"path": "ansible/ec2-configuration/roles/install-required-libs/tasks/main.yml",
"content": "---\n- name: Install required libs\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n - python3-pip\n - virtualenv\n - python... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | BrunoStel/ansible-terraform-rancher-infra | fad05504f1272a807adf23d2f1d17f5765f55fc3 | 0 | ansible/rancher-configuration/roles/install-kubectl | 7,732 | [
"no_license"
] | [
{
"path": "ansible/rancher-configuration/roles/install-kubectl/tasks/main.yaml",
"content": "---\n- name: Install Kubectl\n apt:\n name:\n - gnupg-agent\n - software-properties-common\n state: present\n update_cache: yes\n\n- name: Add an apt signing key for Kubernetes\n apt_key:\n u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 705,
"all_permissive": false
} |
ansible_role | BrunoStel/ansible-terraform-rancher-infra | fad05504f1272a807adf23d2f1d17f5765f55fc3 | 0 | ansible/rancher-configuration/roles/install-rancher | 7,732 | [
"no_license"
] | [
{
"path": "ansible/rancher-configuration/roles/install-rancher/tasks/main.yml",
"content": "---\n# tasks file for install-rancher\n- name: Install rancher\n ansible.builtin.shell:\n cmd: docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --privileged rancher/rancher:latest\n ignore_errors: true... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": false
} |
ansible_role | pyvideo/pyvideo-deploy | fba9ce137e8c64bdf2ee367ee975a6e7cacd113d | 0 | roles/pyvideo | 7,732 | [
"no_license"
] | [
{
"path": "roles/pyvideo/tasks/main.yml",
"content": "---\n- name: make sure db backups directory exists\n file: path=\"{{ richard_dir }}/backups/\" state=directory owner=\"postgres\" group=\"postgres\"\n\n- name: cronjob for backing up db once a day\n cron: name=\"backup db\" hour=\"0\" minute=\"0\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 515,
"all_permissive": false
} |
ansible_role | fbapt/ansible-lgsm-l4d-l4d2 | 0631b83b73c9712e966e10590115f1aae64393ff | 1 | roles/configure_iptables | 7,732 | [
"no_license"
] | [
{
"path": "roles/configure_iptables/defaults/main.yml",
"content": "---\nconfigure_iptables_dependencies:\n - iptables\n - iptables-persistent\n\nconfigure_iptables_ip:\n v4:\n src: rules.v4.j2\n dest: /etc/iptables/rules.v4\n v6:\n src: rules.v6.j2\n dest: /etc/iptables/rules.v6\n\nconfigur... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5313,
"all_permissive": false
} |
ansible_role | fbapt/ansible-lgsm-l4d-l4d2 | 0631b83b73c9712e966e10590115f1aae64393ff | 1 | roles/configure_nftables | 7,732 | [
"no_license"
] | [
{
"path": "roles/configure_nftables/templates/nftables_ipv6.j2",
"content": "# Table filter pour gérer l'IPv6\ntable ip6 filter {\n chain INPUT {\n # Interdire tout par défaut\n type filter hook input priority filter; policy drop;\n\n # Autoriser le trafic interne sur l'interface loo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7095,
"all_permissive": false
} |
ansible_role | fbapt/ansible-lgsm-l4d-l4d2 | 0631b83b73c9712e966e10590115f1aae64393ff | 1 | roles/configure_ssh | 7,732 | [
"no_license"
] | [
{
"path": "roles/configure_ssh/tasks/main.yml",
"content": "---\n- name: Block ssh\n notify: Restart ssh iptables or nftables\n block:\n - name: Set up multiple authorized keys\n ansible.posix.authorized_key:\n user: \"{{ item.0.user }}\"\n state: present\n key: \"{{ item.1.ty... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1877,
"all_permissive": false
} |
ansible_role | fbapt/ansible-lgsm-l4d-l4d2 | 0631b83b73c9712e966e10590115f1aae64393ff | 1 | roles/fixpermissions | 7,732 | [
"no_license"
] | [
{
"path": "roles/fixpermissions/tasks/main.yml",
"content": "---\n- name: Fix cfg directory permissions\n ansible.builtin.file:\n path: \"/home/{{ item.user }}/serverfiles/{{ item.directory }}/cfg\"\n mode: \"0755\"\n state: directory\n loop: \"{{ lgsm }}\"\n loop_control:\n label: \"path: /h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1948,
"all_permissive": false
} |
ansible_role | fbapt/ansible-lgsm-l4d-l4d2 | 0631b83b73c9712e966e10590115f1aae64393ff | 1 | roles/lgsminstallation | 7,732 | [
"no_license"
] | [
{
"path": "roles/lgsminstallation/defaults/main.yml",
"content": "---\nlgsminstallation_lgsm_script: linuxgsm.sh\nlgsminstallation_lgsm_url_script: https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/{{ lgsminstallation_lgsm_script }}\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4608,
"all_permissive": false
} |
ansible_role | fbapt/ansible-lgsm-l4d-l4d2 | 0631b83b73c9712e966e10590115f1aae64393ff | 1 | roles/lgsmrequirements | 7,732 | [
"no_license"
] | [
{
"path": "roles/lgsmrequirements/tasks/main.yml",
"content": "---\n- name: Load os specific variables\n ansible.builtin.include_vars: \"defaults/{{ ansible_distribution }}_{{ ansible_distribution_major_version }}.yml\"\n\n- name: Add contrib non free debian repository\n ansible.builtin.template:\n src... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1964,
"all_permissive": false
} |
ansible_role | fbapt/ansible-lgsm-l4d-l4d2 | 0631b83b73c9712e966e10590115f1aae64393ff | 1 | roles/lgsmuser | 7,732 | [
"no_license"
] | [
{
"path": "roles/lgsmuser/tasks/main.yml",
"content": "---\n- name: Create lgsm user\n ansible.builtin.user:\n name: \"{{ item.user }}\"\n password: \"{{ item.password | password_hash('<PASSWORD>', '<PASSWORD>', rounds=656000) }}\"\n shell: /usr/bin/bash\n loop: \"{{ lgsm }}\"\n loop_control:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2497,
"all_permissive": false
} |
ansible_role | fbapt/ansible-lgsm-l4d-l4d2 | 0631b83b73c9712e966e10590115f1aae64393ff | 1 | roles/maps | 7,732 | [
"no_license"
] | [
{
"path": "roles/maps/tasks/main.yml",
"content": "---\n- name: Copy maps files to remote game server\n ansible.builtin.copy:\n src: \"files/{{ item.user }}/maps/\"\n dest: \"/home/{{ item.user }}/serverfiles/{{ item.directory }}/addons\"\n owner: \"{{ item.user }}\"\n group: \"{{ item.user }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | fbapt/ansible-lgsm-l4d-l4d2 | 0631b83b73c9712e966e10590115f1aae64393ff | 1 | roles/metamod | 7,732 | [
"no_license"
] | [
{
"path": "roles/metamod/templates/metamod.vdf.j2",
"content": "\"Plugin\"\n{\n\t\"file\"\t\"../{{ item.directory }}/addons/metamod/bin/server\"\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/metamod/tasks/main.yml",
"content": "---... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4296,
"all_permissive": false
} |
ansible_role | fbapt/ansible-lgsm-l4d-l4d2 | 0631b83b73c9712e966e10590115f1aae64393ff | 1 | roles/performance | 7,732 | [
"no_license"
] | [
{
"path": "roles/performance/defaults/main.yml",
"content": "---\nperformance_useful_packages:\n - tuned\n - dmidecode\n - lm-sensors\n - htop\n - lsb-release\n - net-tools\n - traceroute\n - lsof\n - strace\n - dnsutils\n - neofetch\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2755,
"all_permissive": false
} |
ansible_role | fbapt/ansible-lgsm-l4d-l4d2 | 0631b83b73c9712e966e10590115f1aae64393ff | 1 | roles/sourcemod | 7,732 | [
"no_license"
] | [
{
"path": "roles/sourcemod/tasks/admins.yml",
"content": "---\n- name: Configure admins cfg\n ansible.builtin.template:\n src: admins.cfg.j2\n dest: \"/home/{{ item.user }}/serverfiles/{{ item.directory }}/addons/sourcemod/configs/admins.cfg\"\n owner: \"{{ item.user }}\"\n group: \"{{ item.use... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5073,
"all_permissive": false
} |
ansible_role | fbapt/ansible-lgsm-l4d-l4d2 | 0631b83b73c9712e966e10590115f1aae64393ff | 1 | roles/strippersource | 7,732 | [
"no_license"
] | [
{
"path": "roles/strippersource/tasks/stripper_cfg.yml",
"content": "---\n- name: Copy stripper cfg files to remote game server\n ansible.builtin.copy:\n src: \"files/{{ item.user }}/stripper_cfg/\"\n dest: \"/home/{{ item.user }}/serverfiles/{{ item.directory }}/addons/stripper\"\n owner: \"{{ it... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3267,
"all_permissive": false
} |
ansible_role | fbapt/ansible-lgsm-l4d-l4d2 | 0631b83b73c9712e966e10590115f1aae64393ff | 1 | roles/system_update | 7,732 | [
"no_license"
] | [
{
"path": "roles/system_update/tasks/main.yml",
"content": "---\n- name: Apt get update\n ansible.builtin.apt:\n update_cache: true\n when: not ansible_check_mode\n\n- name: Remove useless packages from the cache\n ansible.builtin.apt:\n autoclean: true\n\n- name: Apt get dist upgrade\n ansible.bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | M-Ayman/Ansible-Jenkins | ceacce3f0daa9607689b1854d1a3201ef52040a8 | 2 | roles/jenkins | 7,732 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/settings.yml",
"content": "---\n- name: Set the Jenkins home directory\n lineinfile:\n dest: \"{{ jenkins_init_file }}\"\n regexp: '^JENKINS_HOME=.*'\n line: 'JENKINS_HOME={{ jenkins_home }}'\n register: jenkins_home_config\n\n- name: Set HTTP port in Jenkins config... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3720,
"all_permissive": false
} |
ansible_role | M-Ayman/Ansible-Jenkins | ceacce3f0daa9607689b1854d1a3201ef52040a8 | 2 | roles/jenkins-slave | 7,732 | [
"no_license"
] | [
{
"path": "roles/jenkins-slave/tasks/main.yml",
"content": "- name: Create jenkins user\n user: name=jenkins comment=\"Jenkins slave user\" shell=/bin/bash\n\n- name: Create .ssh folder\n file: path=/home/jenkins/.ssh state=directory mode=0700 owner=jenkins\n \n- name: Add passwordless connection for jenk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 429,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/aur_tools | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/aur_tools/library/aura.md",
"content": "# Ansible module for Aura\n\nBasic module that implements installations and upgrades using [Aura](https://github.com/aurapm/aura), an AUR helper for ArchLinux.\n\nIt is recommended to add this to `squash_actions` in your `ansible.cfg`, so that th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 27033,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/desktop | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/desktop/tasks/dictionaries.yml",
"content": "---\n\n - name: Install dictionaries\n pacman:\n name:\n - hunspell\n - hunspell-en_GB\n - hunspell-en_US\n - hunspell-es_any\n - goldendict\n register: task_result\n until: task_result is su... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2832,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/dev_cpp | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/dev_cpp/tasks/main.yml",
"content": "---\n\n- name: Install C/C++ compiler tools\n pacman:\n name:\n - ccache\n - cmake\n - clang\n - clang-tools-extra\n - distcc\n - gcc\n - gdb\n - valgrind\n register: task_result\n until: task_result is ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 469,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/dev_dotnet | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/dev_dotnet/tasks/main.yml",
"content": "---\n\n- name: Install go development tools\n pacman:\n name:\n - dotnet-runtime\n - dotnet-sdk\n - dotnet-host\n register: task_result\n until: task_result is success\n retries: 10\n delay: 2\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/dev_go | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/dev_go/tasks/main.yml",
"content": "---\n\n- name: Install go development tools\n pacman:\n name:\n - dep\n - go\n - go-tools\n register: task_result\n until: task_result is success\n retries: 10\n delay: 2\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/dev_haskell | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/dev_haskell/tasks/main.yml",
"content": "---\n\n- name: Install haskell tools\n pacman:\n name:\n - ghc\n - hlint\n - stack\n - hasktags\n - hoogle\n register: task_result\n until: task_result is success\n retries: 10\n delay: 2\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/dev_java | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/dev_java/tasks/main.yml",
"content": "---\n\n- name: Install Java\n pacman:\n name:\n - jdk-openjdk # Latest 13\n - jdk8-openjdk\n - jdk11-openjdk\n register: task_result\n until: task_result is success\n retries: 10\n delay: 2\n\n- name: Install common Java bu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/dev_javascript | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/dev_javascript/tasks/main.yml",
"content": "---\n\n- name: Install JavaScript runtime environment\n pacman:\n name:\n - nodejs\n register: task_result\n until: task_result is success\n retries: 10\n delay: 2\n\n- name: Install JavaScript package managers\n pacman:\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 512,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/dev_python | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/dev_python/tasks/main.yml",
"content": "---\n\n- name: Install Python 3 development utilities\n pacman:\n name:\n - python\n - pypy3\n - python-pip\n - python-pylint\n - python-tox\n - python-virtualenv\n - ipython\n register: task_result\n unti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/dev_tools | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/dev_tools/tasks/main.yml",
"content": "---\n\n- name: Remove conflicting packages\n pacman:\n name:\n - vim\n - gvim\n state: absent\n register: task_result\n until: task_result is success\n retries: 10\n delay: 2\n\n- name: Install main editors and ide\n pacman:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1585,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/devops | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/devops/tasks/main.yml",
"content": "---\n\n- name: Uninstall DevOps untilities.\n pacman:\n name: aws-cli\n state: absent\n register: task_result\n until: task_result is success\n retries: 10\n delay: 2\n\n- name: Install DevOps untilities\n pacman:\n name:\n - helm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 564,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/docker | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/docker/tasks/main.yml",
"content": "---\n\n- name: Install docker\n pacman:\n name:\n - docker\n - docker-compose\n - docker-machine\n register: task_result\n until: task_result is success\n retries: 10\n delay: 2\n\n- name: Create 'docker' group if not already p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/kvm | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/kvm/tasks/main.yml",
"content": "---\n\n- name: Uninstall KVM related packages\n pacman:\n name:\n # - iptables # TODO: Need to fix...\n - qemu-headless\n state: absent\n register: task_result\n until: task_result is success\n retries: 10\n delay: 2\n\n\n- name: In... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2149,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/storage | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/storage/tasks/file_management.yml",
"content": "---\n\n- name: Install file managers\n pacman:\n name:\n - doublecmd-qt5\n register: task_result\n until: task_result is success\n retries: 10\n delay: 2\n\n# - name: Import Dropbox gpg key to pacman\n# pacman_key:\n# i... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1124,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/system | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/system/tasks/filesystems.yml",
"content": "---\n\n- name: Uninstall conflicting packages.\n pacman:\n name: ntfs-3g\n state: absent\n register: task_result\n until: task_result is success\n retries: 10\n delay: 2\n\n- name: Install filesytem packages.\n pacman:\n name:\n... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 6693,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/user | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/user/defaults/main.yml",
"content": "---\n\n# user_name: vagrant\n# python -c \"from passlib.hash import sha512_crypt; print(sha512_crypt.using(rounds=656000).hash('vagrant'))\"\nuser_encrypted_password: $<PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1214,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/virtualbox | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/virtualbox/tasks/main.yml",
"content": "---\n\n- name: Install VirtualBox\n pacman:\n name:\n - virtualbox\n - virtualbox-host-modules-arch\n register: task_result\n until: task_result is success\n retries: 10\n delay: 2\n\n- name: Install VirtualBox extentions (AUR)\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 515,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/windows | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/windows/meta/main.yml",
"content": "---\n\ndependencies:\n - aur_tools\n - user\n - xorg\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "arch/roles/windows/tasks/tools.yml",
"content": "---\n\n- name: Install Desktop ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2401,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | arch/roles/xorg | 7,732 | [
"no_license"
] | [
{
"path": "arch/roles/xorg/tasks/main.yml",
"content": "---\n\n- name: Install xorg server\n pacman:\n name:\n - xorg-server\n - xorg-server-common\n - xorg-server-devel\n - xorg-server-xephyr\n - xorg-server-xnest\n - xorg-server-xvfb\n # - xorg-server-xwayland # for... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2162,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | ubuntu/roles/apt | 7,732 | [
"no_license"
] | [
{
"path": "ubuntu/roles/apt/tasks/main.yml",
"content": "---\n- name: Add Google Chrome repository\n block:\n - name: \"Add Google repository key\"\n ansible.builtin.get_url:\n url: \"https://dl.google.com/linux/linux_signing_key.pub\"\n dest: /etc/apt/trusted.gpg.d/google.asc\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3382,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | ubuntu/roles/base | 7,732 | [
"no_license"
] | [
{
"path": "ubuntu/roles/base/tasks/main.yml",
"content": "---\n# - name: Remove conflicting base packages\n# ansible.builtin.apt:\n# name:\n# - xxx\n# state: absent\n# register: task_result\n# until: task_result is success\n# retries: 10\n# delay: 2\n\n- name: Update all packages to ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 957,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | ubuntu/roles/browsers | 7,732 | [
"no_license"
] | [
{
"path": "ubuntu/roles/browsers/tasks/main.yml",
"content": "---\n# - name: Remove conflicting browsers\n# ansible.builtin.apt:\n# name:\n# - xxx\n# state: absent\n# register: task_result\n# until: task_result is success\n# retries: 10\n# delay: 2\n\n- name: Install Desktop Tools\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | ubuntu/roles/desktop | 7,732 | [
"no_license"
] | [
{
"path": "ubuntu/roles/desktop/tasks/office.yml",
"content": "---\n# - name: Remove conflicting office packages\n# ansible.builtin.apt:\n# name:\n# - xxx\n# state: absent\n# register: task_result\n# until: task_result is success\n# retries: 10\n# delay: 2\n\n- name: Install Office T... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1649,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | ubuntu/roles/development | 7,732 | [
"no_license"
] | [
{
"path": "ubuntu/roles/development/tasks/main.yml",
"content": "---\n# - name: Remove conflicting development packages\n# ansible.builtin.apt:\n# name:\n# - xxx\n# state: absent\n# register: task_result\n# until: task_result is success\n# retries: 10\n# delay: 2\n\n- name: Install D... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1512,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | ubuntu/roles/devops | 7,732 | [
"no_license"
] | [
{
"path": "ubuntu/roles/devops/tasks/main.yml",
"content": "---\n- name: Remove conflicting devops tools\n ansible.builtin.apt:\n name:\n - awscli\n state: absent\n register: task_result\n until: task_result is success\n retries: 10\n delay: 2\n\n- name: Install DevOps Tools\n ansible.built... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | ubuntu/roles/kde | 7,732 | [
"no_license"
] | [
{
"path": "ubuntu/roles/kde/tasks/packages.yml",
"content": "---\n# - name: Remove conflicting kde packages\n# ansible.builtin.apt:\n# name:\n# - xxx\n# state: absent\n# register: task_result\n# until: task_result is success\n# retries: 10\n# delay: 2\n\n\n- name: Install KDE Tools\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 983,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | ubuntu/roles/network | 7,732 | [
"no_license"
] | [
{
"path": "ubuntu/roles/network/tasks/main.yml",
"content": "---\n- name: Install Network Utilities\n ansible.builtin.apt:\n name:\n - network-manager-openconnect\n - network-manager-openvpn\n register: task_result\n until: task_result is success\n retries: 10\n delay: 2\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 220,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | ubuntu/roles/python | 7,732 | [
"no_license"
] | [
{
"path": "ubuntu/roles/python/tasks/main.yml",
"content": "---\n# - name: Remove conflicting python packages\n# ansible.builtin.apt:\n# name:\n# - xxx\n# state: absent\n# register: task_result\n# until: task_result is success\n# retries: 10\n# delay: 2\n\n- name: Install Python Modu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | ubuntu/roles/storage | 7,732 | [
"no_license"
] | [
{
"path": "ubuntu/roles/storage/tasks/dropbox.yml",
"content": "---\n# - name: Remove conflicting dropbox packages\n# ansible.builtin.apt:\n# name:\n# - dropbox\n# - python3-gpg\n# state: absent\n# register: task_result\n# until: task_result is success\n# retries: 10\n# delay: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1869,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | ubuntu/roles/system | 7,732 | [
"no_license"
] | [
{
"path": "ubuntu/roles/system/tasks/limits.yml",
"content": "---\n# fs.file-max=2147483584\n- name: Set fs.file-max\n sysctl:\n name: fs.file-max\n value: 2147483584\n state: present\n\n#fs.nr_open=2147483584\n- name: Set fs.nr_open\n sysctl:\n name: fs.nr_open\n value: 2147483584\n sta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | ubuntu/roles/tools | 7,732 | [
"no_license"
] | [
{
"path": "ubuntu/roles/tools/tasks/main.yml",
"content": "---\n# - name: Remove conflicting tools\n# pacman:\n# name:\n# - xxx\n# state: absent\n# register: task_result\n# until: task_result is success\n# retries: 10\n# delay: 2\n\n- name: Install IDE and Editors\n apt:\n name:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | d-k-ivanov/workstations | c1cbcd2dc3f8a2828617ef086b8d93ae581f117e | 3 | ubuntu/roles/xorg | 7,732 | [
"no_license"
] | [
{
"path": "ubuntu/roles/xorg/tasks/main.yml",
"content": "---\n# - name: Remove conflicting xorg packages\n# pacman:\n# name:\n# - xxx\n# state: absent\n# register: task_result\n# until: task_result is success\n# retries: 10\n# delay: 2\n\n- name: Install X Libs and Utils\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1793,
"all_permissive": false
} |
ansible_role | Crusty-rs/ansible-collection-infra2csv | 2d3671299f7e107dedb0aaf517ef968cf7127cac | 0 | roles/filesystem_health | 7,732 | [
"no_license"
] | [
{
"path": "roles/filesystem_health/tasks/main.yml",
"content": "---\n# Filesystem Health Collection Role\n- name: Ensure output directory exists\n file:\n path: \"{{ infra_output_path | default(ansible_env.HOME + '/infra2csv') }}\"\n state: directory\n mode: '0755'\n\n- name: Collect filesystem he... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1155,
"all_permissive": false
} |
ansible_role | Crusty-rs/ansible-collection-infra2csv | 2d3671299f7e107dedb0aaf517ef968cf7127cac | 0 | roles/hardware | 7,732 | [
"no_license"
] | [
{
"path": "roles/hardware/README.md",
"content": "\n# infra2csv: Role-Based Infra Collector 📦\n\nMinimal, clean Ansible roles to collect system info and merge into CSVs.\n\n## 📁 Role Layout\n- `hardware/` → CPU, RAM, disks, uptime\n- `network/` → Interfaces, MACs, speeds\n- `storage/` → Filesystems, devic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2962,
"all_permissive": false
} |
ansible_role | Crusty-rs/ansible-collection-infra2csv | 2d3671299f7e107dedb0aaf517ef968cf7127cac | 0 | roles/merge_results | 7,732 | [
"no_license"
] | [
{
"path": "roles/merge_results/tasks/main.yml",
"content": "# Merge Results Role - Controller Only\n\n- name: Ensure controller output directory exists\n ansible.builtin.file:\n path: \"{{ controller_output_path | default('/tmp/infra2csv') }}\"\n state: directory\n mode: '0755'\n delegate_to: loc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5453,
"all_permissive": false
} |
ansible_role | Crusty-rs/ansible-collection-infra2csv | 2d3671299f7e107dedb0aaf517ef968cf7127cac | 0 | roles/network | 7,732 | [
"no_license"
] | [
{
"path": "roles/network/tasks/main.yml",
"content": "\n---\n# Network Collection Role\n- name: Ensure output directory exists\n file:\n path: \"{{ infra_output_path | default(ansible_env.HOME + '/infra2csv') }}\"\n state: directory\n mode: '0755'\n\n- name: Collect network data (no headers)\n cr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2103,
"all_permissive": false
} |
ansible_role | Crusty-rs/ansible-collection-infra2csv | 2d3671299f7e107dedb0aaf517ef968cf7127cac | 0 | roles/security | 7,732 | [
"no_license"
] | [
{
"path": "roles/security/tasks/main.yml",
"content": "# Security Collection Role\n- name: Ensure output directory exists for security data\n ansible.builtin.file:\n path: \"{{ infra_output_path | default(ansible_env.HOME + '/infra2csv') }}\"\n state: directory\n mode: '0755'\n\n- name: Collect se... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1425,
"all_permissive": false
} |
ansible_role | Crusty-rs/ansible-collection-infra2csv | 2d3671299f7e107dedb0aaf517ef968cf7127cac | 0 | roles/storage | 7,732 | [
"no_license"
] | [
{
"path": "roles/storage/defaults/main.yml",
"content": "---\n# Storage Role Defaults\ninfra_output_path: \"{{ ansible_env.HOME }}/infra2csv\"\ncontroller_output_path: \"/tmp/infra2csv\"\nstorage_mode: \"filesystem\" # or \"device\"\ninclude_lvm: false\ncleanup_target: true\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1274,
"all_permissive": false
} |
ansible_role | Crusty-rs/ansible-collection-infra2csv | 2d3671299f7e107dedb0aaf517ef968cf7127cac | 0 | roles/users | 7,732 | [
"no_license"
] | [
{
"path": "roles/users/defaults/main.yml",
"content": "---\n# Users Role Defaults\ninfra_output_path: \"{{ ansible_env.HOME }}/infra2csv\"\ncontroller_output_path: \"/tmp/infra2csv\"\ninclude_system_users: false\ncleanup_target: true\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1644,
"all_permissive": false
} |
ansible_role | RedHatGov/Containers_Workshop | 32545539f9c76062bd26dc0010a4065c92b94b57 | 3 | roles/aws.infra.terraform | 7,732 | [
"no_license"
] | [
{
"path": "roles/aws.infra.terraform/vars/main.yml",
"content": "# file: roles/aws.terraform/vars/main.yml\n---\n# Fill in these variables in group_vars/all unless using only this role\n\n#####################################################\n# Domain Name you own\n##########################################... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5879,
"all_permissive": false
} |
ansible_role | RedHatGov/Containers_Workshop | 32545539f9c76062bd26dc0010a4065c92b94b57 | 3 | roles/container.workshop | 7,732 | [
"no_license"
] | [
{
"path": "roles/container.workshop/tasks/docker.yml",
"content": "---\n#---------------------------------------------------\n# Docker\n#---------------------------------------------------\n- name: Install Docker\n become: yes\n yum: name=docker state=present\n tags:\n - rhel\n\n- name: Enable insecu... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 20475,
"all_permissive": false
} |
ansible_role | Ismail-Mouyahada/Master-Quiz-Satoshi-Square-App-v01 | 0288c21701ad6c1bf94500d189a1a71113ef9f73 | 1 | .github/workflows/ansible/roles/app | 7,732 | [
"no_license"
] | [
{
"path": ".github/workflows/ansible/roles/app/templates/.env.j2",
"content": "POSTGRES_USER={{ postgres_user }}\nPOSTGRES_PASSWORD={{ <PASSWORD> }}\nPOSTGRES_DB={{ postgres_db }}\nPOSTGRES_PORT=5432\nNEXTAUTH_SECRET={{ nextauth_secret }}\nNEXT_PUBLIC_SITE_URL={{ next_public_site_url }}\nNEXT_PUBLIC_SOCKET_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 850,
"all_permissive": false
} |
ansible_role | Ismail-Mouyahada/Master-Quiz-Satoshi-Square-App-v01 | 0288c21701ad6c1bf94500d189a1a71113ef9f73 | 1 | .github/workflows/ansible/roles/common | 7,732 | [
"no_license"
] | [
{
"path": ".github/workflows/ansible/roles/common/tasks/main.yml",
"content": "---\n - name: Update and upgrade apt packages\n apt:\n update_cache: yes\n upgrade: dist\n cache_valid_time: 86400\n \n - name: Install required packages\n apt:\n name: \"{{ item }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | Ismail-Mouyahada/Master-Quiz-Satoshi-Square-App-v01 | 0288c21701ad6c1bf94500d189a1a71113ef9f73 | 1 | .github/workflows/ansible/roles/docker | 7,732 | [
"no_license"
] | [
{
"path": ".github/workflows/ansible/roles/docker/templates/docker-compose.yaml.j2",
"content": "version: '3.8'\nservices:\n app:\n image: ghcr.io/ismail-mouyahada/sat-square:{{ env }}-latest\n env_file:\n - .env\n ports:\n - \"3000:3000\"\n - \"5157:5157\"\n depends_on:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1067,
"all_permissive": false
} |
ansible_role | logesh7921/open5gs-ansible-project-1 | 2b9354ecf447d451eab2cee1ab641978ef6575b0 | 0 | roles/amf | 7,731 | [
"no_license"
] | [
{
"path": "roles/amf/tasks/main.yml",
"content": "\n- name: Deploy or Upgrade AMF using Helm\n ansible.builtin.command:\n cmd: >-\n helm upgrade --install amf ./charts/amf\n --namespace 5g-core\n --set image.repository=open5gs/amf\n --set image.tag=2.4.8\n --atomic --wait\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | beetboxvm/beetbox | b33fbf8e316ff4520deb95b6c3be1f6145d023bd | 91 | provisioning/ansible/roles/beetbox-apparmor | 7,731 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/beetbox-apparmor/tasks/main.yml",
"content": "---\n- name: Check if AppArmor service exists\n stat:\n path: /etc/init.d/apparmor\n register: apparmor_service_status\n\n- name: Ensure MySQL AppArmor profile is disabled (for slow query log).\n file:\n path: /etc/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 534,
"all_permissive": false
} |
ansible_role | beetboxvm/beetbox | b33fbf8e316ff4520deb95b6c3be1f6145d023bd | 91 | provisioning/ansible/roles/beetbox-apt-repos | 7,731 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/beetbox-apt-repos/tasks/main.yml",
"content": "---\n- name: Add apt repositories (if any are configured).\n apt_repository:\n repo: \"{{ item }}\"\n mode: 644\n update_cache: yes\n with_items: \"{{ apt_repos }}\"\n when: apt_repos\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | beetboxvm/beetbox | b33fbf8e316ff4520deb95b6c3be1f6145d023bd | 91 | provisioning/ansible/roles/beetbox-docker | 7,731 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/beetbox-docker/files/start.sh",
"content": "#!/bin/bash\n\n# Start supervisor\nsupervisord -n -c /etc/supervisor/conf.d/supervisord.conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "provisioning/ansible/ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 916,
"all_permissive": false
} |
ansible_role | beetboxvm/beetbox | b33fbf8e316ff4520deb95b6c3be1f6145d023bd | 91 | provisioning/ansible/roles/beetbox-init | 7,731 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/beetbox-init/tasks/main.yml",
"content": "---\n- name: Set hostname.\n hostname:\n name: \"{{ beet_domain }}\"\n failed_when: false\n\n- name: Add domains and aliases to hosts file.\n lineinfile:\n dest: /etc/hosts\n regexp: '^127\\.0\\.0\\.1'\n line: \"1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1369,
"all_permissive": false
} |
ansible_role | beetboxvm/beetbox | b33fbf8e316ff4520deb95b6c3be1f6145d023bd | 91 | provisioning/ansible/roles/beetbox-known-hosts | 7,731 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/beetbox-known-hosts/tasks/main.yml",
"content": "---\n- name: Ensure known hosts exist\n known_hosts:\n path: \"{{ known_hosts_path }}\"\n name: \"{{ item }}\"\n key: \"{{ lookup('pipe', 'ssh-keyscan -t rsa ' + item) }}\"\n with_items: \"{{ known_hosts }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | beetboxvm/beetbox | b33fbf8e316ff4520deb95b6c3be1f6145d023bd | 91 | provisioning/ansible/roles/beetbox-packages | 7,731 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/beetbox-packages/tasks/main.yml",
"content": "---\n- name: Install extra apt packages (if any are configured).\n apt: \"name={{ item }} state=installed\"\n with_items: \"{{ extra_packages }}\"\n when: extra_packages\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | beetboxvm/beetbox | b33fbf8e316ff4520deb95b6c3be1f6145d023bd | 91 | provisioning/ansible/roles/beetbox-packer | 7,731 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/beetbox-packer/tasks/main.yml",
"content": "---\n- name: Ensure unzip is installed.\n apt:\n name: \"unzip\"\n state: installed\n\n- name: Install Packer\n unarchive:\n src: \"https://releases.hashicorp.com/packer/{{ packer_version }}/packer_{{ packer_version... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 530,
"all_permissive": false
} |
ansible_role | beetboxvm/beetbox | b33fbf8e316ff4520deb95b6c3be1f6145d023bd | 91 | provisioning/ansible/roles/beetbox-php-nginx | 7,731 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/beetbox-php-nginx/tasks/main.yml",
"content": "---\n- name: Check for default nginx vhosts.\n stat: \"path={{ nginx_vhost_path }}//{{ beet_domain }}.conf\"\n register: nginx_default_vhost_conf\n\n- name: Copy default Nginx vhosts into place.\n template:\n src: ngi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1624,
"all_permissive": false
} |
ansible_role | beetboxvm/beetbox | b33fbf8e316ff4520deb95b6c3be1f6145d023bd | 91 | provisioning/ansible/roles/beetbox-symlinks | 7,731 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/beetbox-symlinks/tasks/main.yml",
"content": "---\n- name: Ensure symlink dest is empty.\n file:\n path: \"{{ item.link }}\"\n state: absent\n when: \"{{ item.force | default('false') }}\"\n with_items: \"{{ symlinks }}\"\n\n- name: Create symlinks.\n file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | beetboxvm/beetbox | b33fbf8e316ff4520deb95b6c3be1f6145d023bd | 91 | provisioning/ansible/roles/beetbox-ubuntu | 7,731 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/beetbox-ubuntu/tasks/main.yml",
"content": "---\n- name: Ensure apt cache is updated.\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Disable release upgrade prompt.\n lineinfile:\n dest: /etc/update-manager/release-upgrades\n regexp: \"^Prompt\"\n l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 994,
"all_permissive": false
} |
ansible_role | beetboxvm/beetbox | b33fbf8e316ff4520deb95b6c3be1f6145d023bd | 91 | provisioning/ansible/roles/beetbox-vagrant | 7,731 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/beetbox-vagrant/tasks/main.yml",
"content": "---\n- name: Create vagrant user.\n user:\n name: vagrant\n shell: /bin/bash\n createhome: yes\n home: \"/home/vagrant\"\n\n- name: Ensure necessary groups exist.\n group: \"name={{ item }} state=present\"\n wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1011,
"all_permissive": false
} |
ansible_role | beetboxvm/beetbox | b33fbf8e316ff4520deb95b6c3be1f6145d023bd | 91 | provisioning/ansible/roles/beetbox-virtualbox | 7,731 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/beetbox-virtualbox/tasks/main.yml",
"content": "---\n- name: Get current kernel version.\n shell: uname -r\n register: current_kernel\n\n- name: Ensure correct kernel headers are installed.\n apt:\n name: \"linux-headers-{{ current_kernel.stdout }}\"\n state: i... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1714,
"all_permissive": false
} |
ansible_role | beetboxvm/beetbox | b33fbf8e316ff4520deb95b6c3be1f6145d023bd | 91 | provisioning/ansible/roles/beetbox-web | 7,731 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/beetbox-web/tasks/main.yml",
"content": "---\n- name: Ensure www-data user is in dialout group.\n user:\n name: \"www-data\"\n append: yes\n groups: \"dialout\"\n\n- name: Set nicer permissions on Apache log directory.\n file:\n path: \"/var/log/{{ apache_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | florianber/c31348 | 479db5b35dcd3890699a2b2061ae939c5b11af0e | 0 | roles/apache | 7,731 | [
"no_license"
] | [
{
"path": "roles/apache/templates/index.html.j2",
"content": "<!DOCTYPE html>\n<html>\n <head>\n \n </head>\n <body>\n <header>\n <h1>First page</h1>\n <!--- Rajouter une bannière de couleur pour le header, consigne -->\n <!--Menu -->\n <p>My mac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3613,
"all_permissive": false
} |
ansible_role | florianber/c31348 | 479db5b35dcd3890699a2b2061ae939c5b11af0e | 0 | roles/dns | 7,731 | [
"no_license"
] | [
{
"path": "roles/dns/templates/hostname.j2",
"content": "{{ hostname }}.{{ domain_name}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/dns/handlers/main.yaml",
"content": "- name: Reload the firewall\n service:\n name: firewalld\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4871,
"all_permissive": false
} |
ansible_role | florianber/c31348 | 479db5b35dcd3890699a2b2061ae939c5b11af0e | 0 | roles/docker | 7,731 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Create the docker directory in /etc\n file:\n state: directory\n path: \"{{etc}}/docker\"\n\n- name: Put the json file into the docker directory\n template:\n src: daemon.json.j2\n dest: \"{{etc}}/docker/daemon.json.j2\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2300,
"all_permissive": false
} |
ansible_role | florianber/c31348 | 479db5b35dcd3890699a2b2061ae939c5b11af0e | 0 | roles/dovecot | 7,731 | [
"no_license"
] | [
{
"path": "roles/dovecot/tasks/main.yml",
"content": "- name: Install dovecot\n dnf:\n name: dovecot\n state: latest\n\n- name: Set the mail_debug to yes into /etc/dovecot/conf.d/10-logging.conf\n template:\n src: 10-logging.conf.j2\n dest: \"{{etc}}/dovecot/conf.d/10-logging.conf\"\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3320,
"all_permissive": false
} |
ansible_role | florianber/c31348 | 479db5b35dcd3890699a2b2061ae939c5b11af0e | 0 | roles/etais | 7,731 | [
"no_license"
] | [
{
"path": "roles/etais/tasks/main.yml",
"content": " - name: Add user scoring as Linux user\n user:\n name: scoring\n - name: Create .ssh directory\n file: \n path: /home/scoring/.ssh\n state: directory\n owner: scoring\n group: scoring\n mode: '0700'\n \n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | florianber/c31348 | 479db5b35dcd3890699a2b2061ae939c5b11af0e | 0 | roles/filesystem | 7,731 | [
"no_license"
] | [
{
"path": "roles/filesystem/tasks/main.yml",
"content": "#In case you want to create partition and mount a filesystem do that manually to prevent from mahcine messed up\n\n- name: Install the nfs package\n dnf:\n name: nfs-utils\n state: latest\n\n- name: Start the nfs-server service\n service:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1159,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.