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 | netoralves/aap-test | c55413359e9374353581288e082f3129255377c2 | 0 | playbooks/roles/hardcode-eus-version-repos | 2,338 | [
"no_license"
] | [
{
"path": "playbooks/roles/hardcode-eus-version-repos/tasks/alma-88-repos.yml",
"content": "- name: Overwrite AppStream repository (AlmaLinux 8.8)\n yum_repository:\n name: appstream\n description: AppStream repo\n baseurl: https://repo.almalinux.org/vault/8.8/AppStream/$basearch/os/\n state: p... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4791,
"all_permissive": false
} |
ansible_role | netoralves/aap-test | c55413359e9374353581288e082f3129255377c2 | 0 | playbooks/roles/install-testing-deps | 2,338 | [
"no_license"
] | [
{
"path": "playbooks/roles/install-testing-deps/tasks/main.yml",
"content": "---\n- name: Ensure python3\n yum:\n # gcc and python3-devel are needed for psutil\n name:\n - python3\n - gcc\n - python3-devel\n state: present\n\n- name: Install pip if not present\n # ensurepip is avai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 799,
"all_permissive": false
} |
ansible_role | netoralves/aap-test | c55413359e9374353581288e082f3129255377c2 | 0 | playbooks/roles/oracle-linux-specific | 2,338 | [
"no_license"
] | [
{
"path": "playbooks/roles/oracle-linux-specific/tasks/stop_firewalld_workaround.yml",
"content": "---\n- name: Check that the firewalld package is installed\n shell: 'rpm -q firewalld'\n ignore_errors: True\n register: rpm_out\n\n- name: Replace the firewalld configuration option\n ansible.builtin.repl... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1066,
"all_permissive": false
} |
ansible_role | netoralves/aap-test | c55413359e9374353581288e082f3129255377c2 | 0 | playbooks/roles/packaging | 2,338 | [
"no_license"
] | [
{
"path": "playbooks/roles/packaging/tasks/main.yml",
"content": "---\n- include_tasks: build_rpm.yml\n when: build_rpm == \"build\"\n- include_tasks: install_rpm_from_local_build.yml\n when: (rpm_provider == \"local\") and\n (build_rpm == \"build\")\n- include_tasks: install_rpm_from_url.yml\n wh... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2400,
"all_permissive": false
} |
ansible_role | netoralves/aap-test | c55413359e9374353581288e082f3129255377c2 | 0 | playbooks/roles/update-ca-trust | 2,338 | [
"no_license"
] | [
{
"path": "playbooks/roles/update-ca-trust/tasks/update-ca-trust.yml",
"content": "---\n- name: Download the internal CA certificate\n get_url:\n url: \"{{ lookup('ansible.builtin.env', 'CACERT_URL') }}\"\n dest: /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem\n\n- name: Add the certificate ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | netoralves/aap-test | c55413359e9374353581288e082f3129255377c2 | 0 | playbooks/roles/update-system | 2,338 | [
"no_license"
] | [
{
"path": "playbooks/roles/update-system/tasks/update-system.yml",
"content": "---\n- name: Update system\n yum:\n name: \"*\"\n state: latest\n # In case the package is already installed on the system (by user or CI system)\n # and the version of the package is not the latest in copr repo it w... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | bgturner/dev-machine-fedora | 9a8d2a854573f797e8b700e2644564f8a4a40f1c | 3 | roles/common | 2,338 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Install common core packages\n dnf: name={{ item }} state=present\n with_items:\n - libselinux-python\n - yum\n - git\n - tmux\n - vim\n - the_silver_searcher\n - gnome-tweak-tool\n\n- name: Install Graphic Design Packa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | bgturner/dev-machine-fedora | 9a8d2a854573f797e8b700e2644564f8a4a40f1c | 3 | roles/settings-config | 2,338 | [
"no_license"
] | [
{
"path": "roles/settings-config/tasks/main.yml",
"content": "---\n- name: Executing configure-settings.sh script\n shell: '{{ dev_machine_local_path }}/configure-settings.sh'\n become: no\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | bgturner/dev-machine-fedora | 9a8d2a854573f797e8b700e2644564f8a4a40f1c | 3 | roles/zsh | 2,338 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n- name: Install ZSH\n dnf: name=zsh state=present\n\n- name: Clone Oh-my-zsh\n git: repo=https://github.com/robbyrussell/oh-my-zsh.git dest=\"/home/{{ user }}/.oh-my-zsh\"\n\n- name: Set ZSH as default Shell\n user: name=\"{{ user }}\" shell=/usr/bin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | sotudeko/nxrm3-api-ansible | da3c50100f6a31e3fa54d0ef1fb453388866ac1e | 0 | playbooks/roles/nxrm3-scripts-install | 2,338 | [
"no_license"
] | [
{
"path": "playbooks/roles/nxrm3-scripts-install/files/groovy/prime_proxy_on_remote_publish.groovy",
"content": "@Grab('org.codehaus.groovy.modules.http-builder:http-builder:0.7')\n@Grab('oauth.signpost:signpost-core:1.2.1.2')\n@Grab('oauth.signpost:signpost-commonshttp4:1.2.1.2')\n\n//import groovyx.net.ht... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 6307,
"all_permissive": false
} |
ansible_role | jiholland/ansible-collection_cisco | 24cf222021507a3b0cbbb01dfe470457a4bcbe57 | 3 | roles/backup | 2,338 | [
"no_license"
] | [
{
"path": "roles/backup/defaults/main.yml",
"content": "---\n# defaults file for backup\n\nbackup_temp_dir: /tmp\n\n# backup_git_repo: <EMAIL>:network-management/ansible-backup.git\nbackup_git_version: main\nbackup_git_accept_newhostkey: true\n\nbackup_cron_weekday: 0 # Sunday\nbackup_cron_hour: 2\nbackup_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5005,
"all_permissive": false
} |
ansible_role | jiholland/ansible-collection_cisco | 24cf222021507a3b0cbbb01dfe470457a4bcbe57 | 3 | roles/interface_description | 2,338 | [
"no_license"
] | [
{
"path": "roles/interface_description/handlers/main.yml",
"content": "---\n# handlers file for interface_description\n\n- name: Save ios.\n cisco.ios.ios_config:\n save_when: always\n when: not ansible_check_mode\n\n- name: Save nxos.\n cisco.nxos.nxos_config:\n save_when: always\n when: not ansi... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 3918,
"all_permissive": false
} |
ansible_role | jiholland/ansible-collection_cisco | 24cf222021507a3b0cbbb01dfe470457a4bcbe57 | 3 | roles/software | 2,338 | [
"no_license"
] | [
{
"path": "roles/software/meta/argument_specs.yml",
"content": "---\n# Argument specification file for software\n\nargument_specs:\n main:\n options:\n\n software_version:\n description: \"The software version.\"\n type: str\n required: true\n\n software_image:\n de... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 12322,
"all_permissive": false
} |
ansible_role | jiholland/ansible-collection_cisco | 24cf222021507a3b0cbbb01dfe470457a4bcbe57 | 3 | roles/tacacs | 2,338 | [
"no_license"
] | [
{
"path": "roles/tacacs/tasks/main.yml",
"content": "---\n# tasks file for tacacs\n\n- name: Include OS-specific tasks.\n ansible.builtin.include_tasks:\n file: \"{{ role_path }}/tasks/configure_{{ ansible_network_os }}.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 6734,
"all_permissive": false
} |
ansible_role | MedvedevYuriy/AnsibleLesson | 95f49d0a2ddd26cab37e03ced3281f31d90b8701 | 0 | roles/goapp | 2,338 | [
"no_license"
] | [
{
"path": "roles/goapp/handlers/main.yml",
"content": "---\n- name: activate maingo.service\n systemd: daemon_reload=yes\n\n- name: enable goapp\n systemd: name=maingo enabled=yes \n\n- name: start goapp\n systemd: name=maingo state=restarted\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | MedvedevYuriy/AnsibleLesson | 95f49d0a2ddd26cab37e03ced3281f31d90b8701 | 0 | roles/nginx | 2,338 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n apt: allow_unauthenticated=yes name=nginx state=present\n\n- name: Remove default config\n file: path=/etc/nginx/sites-enabled/default state=absent\n notify: restart nginx\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 198,
"all_permissive": false
} |
ansible_role | MedvedevYuriy/AnsibleLesson | 95f49d0a2ddd26cab37e03ced3281f31d90b8701 | 0 | roles/phpapp | 2,338 | [
"no_license"
] | [
{
"path": "roles/phpapp/tasks/main.yml",
"content": "---\n- name: Install nginx\n apt: allow_unauthenticated=yes name=nginx state=present\n\n- name: create folder for phpapp\n file: name=/srv/app.syberiayoubear.devops.srwx.net/phpapp state=directory\n\n- name: update phpapp\n template: src=app.php dest=/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | MedvedevYuriy/AnsibleLesson | 95f49d0a2ddd26cab37e03ced3281f31d90b8701 | 0 | roles/ssl | 2,338 | [
"no_license"
] | [
{
"path": "roles/ssl/templates/prod-syberiayoubear.devops.srwx.net.j2",
"content": "server {\n listen 80;\n\n server_name {{ domain_name }};\n\n location /.well-known/ {\n root /var/www/html;\n }\n\n\n location / {\n return 301 https://{{ domain_name }};\n }\n}\n\nserver {\n listen 443 ssl;\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2045,
"all_permissive": false
} |
ansible_role | MedvedevYuriy/AnsibleLesson | 95f49d0a2ddd26cab37e03ced3281f31d90b8701 | 0 | roles/webapp | 2,338 | [
"no_license"
] | [
{
"path": "roles/webapp/templates/prod-syberiayoubear.devops.srwx.net.j2",
"content": "server {\n listen 80;\n\n server_name {{ domain_name }};\n\n location / {\n root /srv/app.syberiayoubear.devops.srwx.net;\n index index.html;\n }\n\n location /api/sum/ {\n proxy_pass http://localhost:8080/sum/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1013,
"all_permissive": false
} |
ansible_role | Liamjen/kvm-infra | 121910aaf68d9011526675a03dfe4305c010fb9d | 0 | roles/common | 2,338 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: ensure admin group exists\n group: name=admin state=present\n\n- name: give admin group passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%admin'\n line: '%admin ALL=(ALL:ALL) NOPASSWD:ALL'\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 931,
"all_permissive": false
} |
ansible_role | Liamjen/kvm-infra | 121910aaf68d9011526675a03dfe4305c010fb9d | 0 | roles/kvm | 2,338 | [
"no_license"
] | [
{
"path": "roles/kvm/vars/main.yml",
"content": "---\nkvm_dir: ~/infrastructure/roles/kvm/files\ngtx_1080_vfio_ids: 10de:1b80,10de:10f0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "roles/kvm/tasks/main.yml",
"content": "---\n # install kv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1179,
"all_permissive": false
} |
ansible_role | Liamjen/kvm-infra | 121910aaf68d9011526675a03dfe4305c010fb9d | 0 | roles/monit | 2,338 | [
"no_license"
] | [
{
"path": "roles/monit/tasks/main.yml",
"content": "---\n- name: install monit\n apt: update_cache=yes name={{ item }} state=present\n with_items:\n - monit\n\n- name: Create monitrc file\n template: src=monitrc.j2 dest=/etc/monit/monitrc owner=root group=root mode=600\n notify: ['Reload monit']\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | supernova106/ansible-puppetmaster | b2eaeb5da29dd741e60785254fd1f6d94bdd23e9 | 0 | roles/common | 2,338 | [
"no_license"
] | [
{
"path": "roles/common/tasks/puppet_master.yml",
"content": "---\n- name: Enable puppet repository\n become: yes\n raw: wget https://apt.puppetlabs.com/puppetlabs-release-pc1-xenial.deb && dpkg -i puppetlabs-release-pc1-xenial.deb && apt update\n\n- name: Install puppetserver\n become: yes\n apt: \"pkg... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 867,
"all_permissive": false
} |
ansible_role | supernova106/ansible-puppetmaster | b2eaeb5da29dd741e60785254fd1f6d94bdd23e9 | 0 | roles/puppetmaster | 2,338 | [
"no_license"
] | [
{
"path": "roles/puppetmaster/handlers/main.yml",
"content": "---\n# handlers file for puppetmaster\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/puppetmaster/defaults/main.yml",
"content": "---\n# defaults file for puppetmaster\nsecu... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1171,
"all_permissive": false
} |
ansible_role | amit894/ansible-examples | b4737f0cfefcdb92d787cb5440632d9f8e7c6166 | 1 | roles/apache | 2,338 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/service.yml",
"content": "- name: Enable new site\n shell: /usr/sbin/a2ensite {{ http_conf }}\n notify: Reload Apache\n become: yes\n\n- name: Disable default Apache site\n shell: /usr/sbin/a2dissite 000-default.conf\n when: disable_default\n notify: Reload Apache\n beco... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1551,
"all_permissive": false
} |
ansible_role | amit894/ansible-examples | b4737f0cfefcdb92d787cb5440632d9f8e7c6166 | 1 | roles/nginx | 2,338 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf.j2",
"content": "daemon off;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n\n server {\n listen 80;\n\n location / {\n root /var/www/data;\n }\n }\n}\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1182,
"all_permissive": false
} |
ansible_role | TomRitserveldt/ansible-jenkins | 840d4750a23d5bb8dabfdd8d85854c794edf4121 | 0 | ansible/roles/ansible-jenkins | 2,338 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible-jenkins/tasks/plugins.yml",
"content": "---\n- name: List plugins\n sudo: yes\n shell: java -jar {{ jenkins.cli_dest }} -s http://localhost:8080 list-plugins | cut -f 1 -d ' '\n register: plugins_installed\n tags: jenkins\n \n- name: Install/update plugins\n sudo: yes\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5224,
"all_permissive": false
} |
ansible_role | TomRitserveldt/ansible-jenkins | 840d4750a23d5bb8dabfdd8d85854c794edf4121 | 0 | ansible/roles/common | 2,338 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "# roles/common/main.yml\n---\n- name: Install common packages\n yum: pkg={{item}} state=installed\n with_items:\n - bash-completion\n - libselinux-python\n - java-1.6.0-openjdk\n \n- name: Enable firewall\n service: name=firewalld s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 609,
"all_permissive": false
} |
ansible_role | TomRitserveldt/ansible-jenkins | 840d4750a23d5bb8dabfdd8d85854c794edf4121 | 0 | ansible/roles/web | 2,338 | [
"no_license"
] | [
{
"path": "ansible/roles/web/tasks/main.yml",
"content": "---\n# file web/tasks/main.yml\n- name: Install Apache\n yum: pkg={{item}} state=installed\n with_items:\n - httpd\n - php\n - php-xml\n - php-mysql\n\n- name: Start Apache service\n service: name=httpd state=running enabled=yes\n \n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | ansible-middleware/jws-azure-demo | a8811a193a964af3fc1cab614278fc1709811bd1 | 0 | roles/azure | 2,418 | [
"no_license"
] | [
{
"path": "roles/azure/tasks/main.yml",
"content": "---\n- name: Create resource group\n azure_rm_resourcegroup:\n name: \"{{ item.name }}\"\n location: \"{{ item.location }}\"\n loop: \"{{ resource_groups }}\"\n\n- name: Create virtual network\n azure_rm_virtualnetwork:\n resource_group: \"{{ i... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5852,
"all_permissive": false
} |
ansible_role | enuguris/ansible | a99976f4d19b0a49ce5d6b9e3edac156bbbe42ef | 0 | roles/azure_keyvault_secret | 2,418 | [
"no_license"
] | [
{
"path": "roles/azure_keyvault_secret/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - azure_keyvault_secret",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "roles/azure_keyvault_secret/defaults/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2595,
"all_permissive": false
} |
ansible_role | Devendhar/ansible | ece25d0913ca42638291ab0376ca89cefdccbc70 | 0 | roles/apache | 2,418 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/install.yml",
"content": "---\n# installing httpd package\n- name: install apache Redhat version\n yum:\n name: httpd\n state: latest \n when: ansible_os_family == \"RedHat\"\n\n- name: install apache Debian version\n package:\n name: apache2\n state: latest\n when:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 275,
"all_permissive": false
} |
ansible_role | Devendhar/ansible | ece25d0913ca42638291ab0376ca89cefdccbc70 | 0 | roles/apache_pcs | 2,418 | [
"no_license"
] | [
{
"path": "roles/apache_pcs/vars/RedHat.yml",
"content": "---\n# roles/apache/vars/RedHat.yml\napache_package_name: httpd\napache_service_name: httpd\n\napache_conf_dir: \"/etc/httpd/conf.d/\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path": "role... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 955,
"all_permissive": false
} |
ansible_role | Devendhar/ansible | ece25d0913ca42638291ab0376ca89cefdccbc70 | 0 | roles/drbd | 2,418 | [
"no_license"
] | [
{
"path": "roles/drbd/tasks/main.yml",
"content": "---\n# tasks file for drbd\n- name: Importing the ELRepo package signing key\n rpm_key:\n state: present\n key: https://www.elrepo.org/RPM-GPG-KEY-elrepo.org\n\n#- name: Download elrepo package\n# get_url:\n# url: \"http://elrepo.org/elrepo-relea... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1643,
"all_permissive": false
} |
ansible_role | Devendhar/ansible | ece25d0913ca42638291ab0376ca89cefdccbc70 | 0 | roles/kibana | 2,418 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/service.yml",
"content": "---\n- name: Starting services\n service:\n name: elasticsearch\n state: started\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n# t... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 815,
"all_permissive": false
} |
ansible_role | Devendhar/ansible | ece25d0913ca42638291ab0376ca89cefdccbc70 | 0 | roles/nc_sftp | 2,418 | [
"no_license"
] | [
{
"path": "roles/nc_sftp/vars/main.yml",
"content": "---\n# vars file for nc_sftp",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/nc_sftp/handlers/main.yml",
"content": "---\n# handlers file for nc_sftp\n- name: SFTP-Server | Restart sshd... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2193,
"all_permissive": false
} |
ansible_role | Devendhar/ansible | ece25d0913ca42638291ab0376ca89cefdccbc70 | 0 | roles/ntp | 2,418 | [
"no_license"
] | [
{
"path": "roles/ntp/tasks/clock-AMI.yml",
"content": "---\n- name: Check if clock file exists.\n stat: path=/etc/sysconfig/clock\n register: clock_file\n when: ansible_distribution == \"Amazon\" or ansible_os_family == \"RedHat\"\n\n- name: Create clock file if it doesn't exist.\n template: \n src: ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2697,
"all_permissive": false
} |
ansible_role | Devendhar/ansible | ece25d0913ca42638291ab0376ca89cefdccbc70 | 0 | roles/openstack | 2,418 | [
"no_license"
] | [
{
"path": "roles/openstack/tasks/etcd.yml",
"content": "---\n\n- name: \"Include OS specific Variables\"\n include_vars: \"default.yml\"\n\n- name: \"Installing Etcd package\"\n package:\n name: etcd\n state: present\n \n- name: \"Enable and start the service\"\n service:\n name: etcd\n stat... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 6833,
"all_permissive": false
} |
ansible_role | Devendhar/ansible | ece25d0913ca42638291ab0376ca89cefdccbc70 | 0 | roles/pcs | 2,418 | [
"no_license"
] | [
{
"path": "roles/pcs/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - pcs",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/pcs/tasks/main.yml",
"content": "---\n# tasks file for pcs\n#\n- name: Set... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4728,
"all_permissive": false
} |
ansible_role | Devendhar/ansible | ece25d0913ca42638291ab0376ca89cefdccbc70 | 0 | roles/tomcat | 2,418 | [
"no_license"
] | [
{
"path": "roles/tomcat/handlers/main.yml",
"content": "---\n# handlers file for tomcat\n- name: restart tomcat service\n service:\n name: tomcat\n state: restarted\n when: ansible_os_family == \"RedHat\"\n\n- name: restart tomcat service \n service:\n name: tomcat7\n state: restarted\n when: an... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1558,
"all_permissive": false
} |
ansible_role | anandnevase/ansible-snow-playbook | 1c5b956d1a228108ef7d986bceb8c9b54ee0ef6b | 0 | roles/snow | 2,418 | [
"no_license"
] | [
{
"path": "roles/snow/defaults/main.yml",
"content": "---\n# defaults file for roles/snow",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/snow/vars/snow_credentials.yaml",
"content": "snow_username: admin\nsnow_password: <PASSWORD>\nsnow_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2738,
"all_permissive": false
} |
ansible_role | Alexandrdsds/docker-ansible-course-12.10.2024 | 1b47fddeeac023877fb46b76ebb8b54fb944fd3e | 0 | roles/ansible_course_preconfig | 2,418 | [
"no_license"
] | [
{
"path": "roles/ansible_course_preconfig/tasks/main.yml",
"content": "- name: Install docker and docker-compose\n block:\n - name: Install necessary packages\n ansible.builtin.apt:\n name:\n - ca-certificates\n - curl\n - apt-transport-https\n - lsb-relea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1976,
"all_permissive": false
} |
ansible_role | Alexandrdsds/docker-ansible-course-12.10.2024 | 1b47fddeeac023877fb46b76ebb8b54fb944fd3e | 0 | roles/build | 2,418 | [
"no_license"
] | [
{
"path": "roles/build/files/app/Dockerfile",
"content": "FROM node:13 as node\nWORKDIR /app/apps/app\nCOPY ./apps/app/package.json ./package.json\nRUN npm install\nCOPY . ../../\nWORKDIR /app\nRUN npm i\nWORKDIR /app/apps/app\nARG env=prod\nRUN npm install --save-dev @babel/plugin-proposal-private-property... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1620,
"all_permissive": false
} |
ansible_role | Alexandrdsds/docker-ansible-course-12.10.2024 | 1b47fddeeac023877fb46b76ebb8b54fb944fd3e | 0 | roles/deploy | 2,418 | [
"no_license"
] | [
{
"path": "roles/deploy/services/nginx/nginx.conf.j2",
"content": "worker_processes 2;\n\nevents { worker_connections 1024; }\n\nhttp {\n server {\n listen 80;\n server_name image.local;\n\n location ~ (/uploads/|/upload) {\n proxy_pass http://api_swarm:3000;\n }\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 5379,
"all_permissive": false
} |
ansible_role | Alexandrdsds/docker-ansible-course-12.10.2024 | 1b47fddeeac023877fb46b76ebb8b54fb944fd3e | 0 | roles/deploy_registry | 2,418 | [
"no_license"
] | [
{
"path": "roles/deploy_registry/tasks/main.yml",
"content": "- name: \"Create directory for images\"\n ansible.builtin.file:\n path: \"{{ ansible_user_dir}}/registry\"\n state: directory\n\n- name: \"Deploy registry service\"\n block:\n - name: \"Deploy [registry] service\"\n community.dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 848,
"all_permissive": false
} |
ansible_role | Alexandrdsds/docker-ansible-course-12.10.2024 | 1b47fddeeac023877fb46b76ebb8b54fb944fd3e | 0 | roles/leave_node | 2,418 | [
"no_license"
] | [
{
"path": "roles/leave_node/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Leave node from docker swarm cluster\n company: IT SBGS\n min_ansible_version: 2.12\n platforms:\n - name: Ubuntu\n versions:\n - all\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | Alexandrdsds/docker-ansible-course-12.10.2024 | 1b47fddeeac023877fb46b76ebb8b54fb944fd3e | 0 | roles/swarm_init | 2,418 | [
"no_license"
] | [
{
"path": "roles/swarm_init/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Swarm init\n company: IT SBGS\n min_ansible_version: 2.12\n platforms:\n - name: Ubuntu\n versions:\n - all\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 475,
"all_permissive": false
} |
ansible_role | Alexandrdsds/docker-ansible-course-12.10.2024 | 1b47fddeeac023877fb46b76ebb8b54fb944fd3e | 0 | roles/swarm_join | 2,418 | [
"no_license"
] | [
{
"path": "roles/swarm_join/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Swarm join\n company: IT SBGS\n min_ansible_version: 2.12\n platforms:\n - name: Ubuntu\n versions:\n - all\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | DeadlySquad13/HyperV_bootstrap | 6f3db7ace6e8ed85fbd03dc088e3ff100d7a247a | 0 | roles/ping | 2,418 | [
"no_license"
] | [
{
"path": "roles/ping/tasks/main.yaml",
"content": "- name: Ping (test connection to the hosts)\n ansible.windows.win_ping:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | markf94/pqrs-cherry-on-top | df3a21ad41409568304ef2c5606b383b3298b803 | 0 | roles/cli-extras | 2,418 | [
"no_license"
] | [
{
"path": "roles/cli-extras/tasks/main.yml",
"content": "- name: Install nautilus, blueman, pavucontrol and arandr\n become: yes\n package:\n name: \"{{ item }}\"\n state: present\n loop:\n - nautilus\n - blueman\n - pavucontrol\n - arandr\n when: role_version is version(\"0.1.13\", \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4183,
"all_permissive": false
} |
ansible_role | markf94/pqrs-cherry-on-top | df3a21ad41409568304ef2c5606b383b3298b803 | 0 | roles/i3-extras | 2,418 | [
"no_license"
] | [
{
"path": "roles/i3-extras/meta/pqrs.yml",
"content": "description: \"Configures some juicy i3 extras such as i3-gaps and i3blocks.\"\nversion: 0.1.23\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/i3-extras/meta/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 11416,
"all_permissive": false
} |
ansible_role | markf94/pqrs-cherry-on-top | df3a21ad41409568304ef2c5606b383b3298b803 | 0 | roles/python-extras | 2,418 | [
"no_license"
] | [
{
"path": "roles/python-extras/tasks/main.yml",
"content": "- name: Install Jupyter notebook\n pip:\n executable: /usr/bin/pip3\n name: notebook\n state: present\n when: role_version is version(\"0.1.1\", \"lt\")\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | xinyli-cumulus/EVPN_MH | a1d53c82a4cf94066e34f293198a6f6b2b958756 | 0 | roles/servers | 2,418 | [
"no_license"
] | [
{
"path": "roles/servers/tasks/main.yml",
"content": "---\n- name: Copy Interface Configuration File\n template:\n src: roles/templates/server_interface_template.j2\n dest: /etc/network/interfaces\n\n- name: Restart Servers\n shell: sleep 2 && shutdown -r now\n async: 1\n poll: 0\n ignore_errors:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.avahi | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.avahi/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.base\n\n- name: Install avahi\n become: true\n ansible.builtin.package:\n name: avahi-daemon\n state: present\n\n- name: Config\n become: true\n ansible.buil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 676,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.backup | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.backup/defaults/main.yml",
"content": "pi_server_apps_backup_etc: \"{{ pi_server_etc }}/backup\"\npi_server_apps_backup_config_dir: \"{{ pi_server_apps_main_data_data_dir }}/{{ pi_server_hostname }}-backup-config\"\n\npi_server_apps_backup_git_dir: \"{{ pi_server_apps_main_da... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9248,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.certs.base | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.certs.base/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.base\n\n- name: Etc dir\n become: true\n ansible.builtin.file:\n path: \"{{ pi_server_apps_certs_etc }}\"\n state: directory\n owner: root\n group: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 304,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.certs.ca | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.certs.ca/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.certs.base\n\n- name: Check that ca cert exists\n ansible.builtin.include_role:\n name: pi_server.utils.require_file\n vars:\n path: \"{{ pi_server_app... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1913,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.certs.deployment | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.certs.deployment/defaults/main.yml",
"content": "pi_server_apps_certs_deployment_key_pub: \"{{ pi_server_apps_certs_etc }}/deployment-key.pub\"\npi_server_apps_certs_deployment_key: \"{{ pi_server_apps_certs_etc }}/deployment-key\"\npi_server_apps_certs_deployment_key_readers... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1431,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.certs.deployment_key_reader | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.certs.deployment_key_reader/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.certs.deployment\n\n- name: \"Add {{ args.user }} to deployment key readers\"\n become: true\n ansible.builtin.user:\n name: \"{{ args.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.certs.https | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.certs.https/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.certs.https_paths\n\n- name: Https key readers group\n become: true\n ansible.builtin.group:\n name: \"{{ pi_server_apps_certs_https_key_readers_group ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1302,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.certs.https_key_reader | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.certs.https_key_reader/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.certs.https\n\n- name: \"Add {{ args.user }} to HTTPS key readers\"\n become: true\n ansible.builtin.user:\n name: \"{{ args.user }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.certs.https_paths | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.certs.https_paths/defaults/main.yml",
"content": "pi_server_apps_certs_https_cert: \"{{ pi_server_apps_certs_etc }}/https.crt\"\npi_server_apps_certs_https_key: \"{{ pi_server_apps_certs_etc }}/https.key\"\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 238,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.certs.monitoring | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.certs.monitoring/files/certs-alerts-custom.yml",
"content": "# MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN\n\ngroups:\n - name: certs alerts custom\n rules:\n - alert: CertificateExpiresSoon\n expr: (avg by (cert) (cert_expiry_time{job=\"certs\"} - time())... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2768,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.certs.openvpn.base | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.certs.openvpn.base/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.certs.ca\n\n- name: Check that tls auth exists\n ansible.builtin.include_role:\n name: pi_server.utils.require_file\n vars:\n path: \"{{ pi_s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.certs.openvpn.server | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.certs.openvpn.server/defaults/main.yml",
"content": "pi_server_apps_certs_openvpn_server_cert: \"{{ pi_server_apps_certs_etc }}/openvpn.crt\"\npi_server_apps_certs_openvpn_server_key: \"{{ pi_server_apps_certs_etc }}/openvpn.key\"\npi_server_apps_certs_openvpn_server_dh_param... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1683,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.control_panel | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.control_panel/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.control_panel.base\n\n- name: Temp dir\n become: true\n ansible.builtin.file:\n path: \"{{ pi_server_apps_control_panel_temp_dir }}\"\n state: dir... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3076,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.control_panel.asset | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.control_panel.asset/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: false\n _run_once: false\n _args:\n - src\n - remote_src\n - dest\n _host_vars: []\n _export_vars: [... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 556,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.control_panel.base | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.control_panel.base/defaults/main.yml",
"content": "pi_server_apps_control_panel_etc: \"{{ pi_server_etc }}/control-panel\"\npi_server_apps_control_panel_fragments_dir: \"{{ pi_server_apps_control_panel_etc }}/fragments.d\"\npi_server_apps_control_panel_var: \"{{ pi_server_var... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2022,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.control_panel.fragment | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.control_panel.fragment/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.control_panel.base\n\n- name: Fragment\n become: true\n ansible.builtin.template:\n src: \"{{ args.src }}\"\n dest: \"{{ pi_server_apps_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.control_panel.https | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.control_panel.https/defaults/main.yml",
"content": "pi_server_apps_control_panel_https_traefik_port: \"8082\"\npi_server_apps_control_panel_https_entrypoint: \"control_panel_https\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1452,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.cron | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.cron/templates/cron-wrapper.bash.j2",
"content": "# shellcheck shell=bash\n# MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN\n# Intended to be sourced, not executed.\n\nif [ -n \"${PI_SERVER_CRON_WRAPPED:-}\" ]; then\n true\nelse\n exec '{{ pi_server_apps_cron_wrapper_i... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 13575,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.cron.base | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.cron.base/defaults/main.yml",
"content": "pi_server_apps_cron_etc: \"{{ pi_server_etc }}/cron\"\npi_server_apps_cron_pause_dir: \"{{ pi_server_apps_cron_etc }}/pause.d\"\npi_server_apps_cron_scripts_dir: \"{{ pi_server_apps_cron_etc }}/cron.d\"\npi_server_apps_cron_wrapper: \... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1206,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.cron.cronjob | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.cron.cronjob/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.cron.base\n\n- name: Cronjob script\n ansible.builtin.include_role:\n name: pi_server.apps.cron.cronjob_script\n vars:\n job: \"{{ args.job }}\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 776,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.cron.cronjob_script | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.cron.cronjob_script/templates/service.j2",
"content": "# MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN\n\n[Service]\nExecStart={{ pi_server_apps_cron_cronjob_script_args.dest_dir }}/{{ pi_server_apps_cron_cronjob_script_args.job }}\nUser={{ pi_server_apps_cron_cronjob_scrip... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2942,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.cron.pause_docker_on_cron | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.cron.pause_docker_on_cron/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: false\n _run_once: false\n _args:\n - compose_file\n - service\n _host_vars: []\n _export_vars: []\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 945,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.cron.pause_systemd_on_cron | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.cron.pause_systemd_on_cron/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.cron.base\n\n- name: \"Pause systemd '{{ service }}' on cron\"\n ansible.builtin.include_role:\n name: pi_server.utils.create_file\n var... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.docker | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.docker/defaults/main.yml",
"content": "pi_server_apps_docker_metrics_port: \"9323\"\npi_server_apps_docker_python_sdk_version: \"6.1.3\"\npi_server_apps_docker_address_pool_base: \"172.16.0.0/16\"\npi_server_apps_docker_address_pool_size: 24\npi_server_apps_docker_external_ne... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2925,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.docker.build | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.docker.build/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: false\n _run_once: false\n _args:\n - name\n - dir\n - notify\n _host_vars: []\n _export_vars: []\n",
"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.email | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.email/templates/net-up-email.j2",
"content": "#!/bin/bash\n# MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN\n# Send an email when the network connects; intended to monitor reboots\n\nLAN_IFACE='{{ pi_server_lan_iface }}'\nEMAIL_SCRIPT='{{ pi_server_apps_email_script }}'\n\ni... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3080,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.firewall | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.firewall/defaults/main.yml",
"content": "pi_server_apps_firewall_after_rules: \"/etc/ufw/after.rules.d\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/pi_server.apps.firewall/handlers/main.yml",
"conten... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2053,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.firewall.extra_rules | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.firewall.extra_rules/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.firewall\n\n- name: Install rules\n become: true\n ansible.builtin.template:\n src: \"{{ args.src }}\"\n dest: \"{{ pi_server_apps_firewall... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.firewall.open_host_port_to_containers | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.firewall.open_host_port_to_containers/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: false\n _run_once: false\n _args:\n - network\n - port\n _host_vars: []\n _export_vars:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 552,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.firewall.tcp_port | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.firewall.tcp_port/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.firewall\n\n- name: \"Open tcp {{ args.port }} at boot\"\n become: true\n community.general.ufw:\n port: \"{{ args.port }}\"\n proto: tcp\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.firewall.udp_port | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.firewall.udp_port/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.firewall\n\n- name: \"Open udp {{ args.port }} at boot\"\n become: true\n community.general.ufw:\n port: \"{{ args.port }}\"\n proto: udp\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.main_data | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.main_data/defaults/main.yml",
"content": "pi_server_apps_main_data_user: \"pi-server-data\"\npi_server_apps_main_data_config_dir: \"{{ pi_server_apps_main_storage_data_dir }}/config\"\npi_server_apps_main_data_data_dir: \"{{ pi_server_apps_main_storage_data_dir }}/data\"\npi_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1730,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.main_storage | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.main_storage/templates/smartd-send-email.j2",
"content": "#!/bin/bash\n# MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN\n# Send a notification email from smartd\n\nset -eu\n\nEMAIL_SCRIPT='{{ pi_server_apps_email_script }}'\n\n\"${EMAIL_SCRIPT}\" \"${SMARTD_SUBJECT:-}\" \"${... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 11793,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.minidlna | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.minidlna/templates/minidlna.conf.j2",
"content": "# MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN\n\n# Path to the directory you want scanned for media files.\n#\n# This option can be specified more than once if you want multiple directories\n# scanned.\n#\n# If you want to... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6316,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.monitoring | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.monitoring/tasks/node_exporter.yml",
"content": "- name: Node exporter user\n ansible.builtin.include_role:\n name: pi_server.utils.user\n vars:\n user: \"{{ pi_server_apps_monitoring_node_exporter_user }}\"\n register: node_exporter_user\n\n- name: Collect dir ACL... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 25,
"total_bytes": 37841,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.monitoring.base | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.monitoring.base/defaults/main.yml",
"content": "pi_server_apps_monitoring_etc: \"{{ pi_server_etc }}/monitoring\"\npi_server_apps_monitoring_var: \"{{ pi_server_var }}/monitoring\"\npi_server_apps_monitoring_prometheus_rules: \"{{ pi_server_apps_monitoring_etc }}/rules.d\"\np... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 29604,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.monitoring.custom_alerts | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.monitoring.custom_alerts/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: false\n _run_once: false\n _args:\n - src\n - job\n _host_vars: []\n _export_vars: []\n",
"licen... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 538,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.monitoring.custom_dashboard | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.monitoring.custom_dashboard/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: false\n _run_once: false\n _args:\n - src\n _host_vars: []\n _export_vars: []\n",
"license_type": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 492,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.monitoring.monitor_docker_compose | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.monitoring.monitor_docker_compose/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: false\n _run_once: false\n _args:\n - compose_file\n _host_vars: []\n _export_vars: []\n",
"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2130,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.monitoring.monitor_systemd_service | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.monitoring.monitor_systemd_service/templates/systemd-alerts-standard.yml.j2",
"content": "# MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN\ngroups:\n - name: \"{{ args.systemd_service }} alerts standard\"\n rules:\n - alert: SystemdJobMissing\n expr: 'absent(... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1611,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.monitoring.open_host_port_to_containers | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.monitoring.open_host_port_to_containers/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.monitoring.base\n\n- name: Expose port to containers\n ansible.builtin.include_role:\n name: pi_server.apps.firewall.open_ho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.monitoring.scrape_job | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.monitoring.scrape_job/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.monitoring.base\n\n- name: \"Scrape {{ args.job }}\"\n become: true\n ansible.builtin.template:\n src: scrape.yml.j2\n dest: \"{{ pi_serve... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 735,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.monitoring.writer | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.monitoring.writer/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.monitoring.base\n\n- name: \"Add {{ args.user }} to monitoring writers\"\n become: true\n ansible.builtin.user:\n name: \"{{ args.user }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.openvpn.base | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.openvpn.base/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: true\n _run_once: true\n _args: []\n _host_vars: []\n _export_vars:\n - pi_server_apps_openvpn_etc\n - pi_server... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1684,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.openvpn.host_to_server_client | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.openvpn.host_to_server_client/tasks/tasks.yml",
"content": "- name: Dependency\n ansible.builtin.include_role:\n name: pi_server.apps.openvpn.base\n\n- name: Save client cert name\n ansible.builtin.set_fact:\n pi_server_apps_openvpn_host_to_server_client_cert: \"{{ pi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1956,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.openvpn.nightly_connection | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.openvpn.nightly_connection/files/crontab",
"content": "# MANAGED BY ANSIBLE, CHANGES WILL BE OVERWRITTEN\nSHELL=/bin/sh\nPATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin\n\n# m h dom mon dow user command\n0 23 * * * root systemctl start pi-server-cro... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2189,
"all_permissive": false
} |
ansible_role | calliecameron/pi-server | 32e173b9049a1572c9ac5f385be3cff0ba593c74 | 4 | roles/pi_server.apps.openvpn.server | 2,418 | [
"no_license"
] | [
{
"path": "roles/pi_server.apps.openvpn.server/tasks/main.yml",
"content": "- name: Define role\n ansible.builtin.include_tasks: \"{{ define_role }}\"\n vars:\n _private: false\n _run_once: true\n _args: []\n _host_vars:\n - pi_server_lan_network\n - pi_server_vpn_network\n _expor... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3374,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.