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 | AliRezahmzh/ansible_create_playbook | 6d6b22f1aad1747908f0d2c7c4df0228aebcb277 | 0 | roles/projectmaker | 508 | [
"no_license"
] | [
{
"path": "roles/projectmaker/tasks/main.yml",
"content": "\n- name: ------------ make project directory -------------------\n file:\n path: \"/home/{{ansible_root}}/{{project_name}}\"\n state: directory\n tags: [proj_root_dir]\n\n- name: ------------ make project directory -------------------\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1397,
"all_permissive": false
} |
ansible_role | holandes22/rafee | 9a9a31cecca03405b46507055b376c750fadf5c8 | 1 | provisioning/roles/celery | 508 | [
"no_license"
] | [
{
"path": "provisioning/roles/celery/handlers/main.yml",
"content": "- name: restart celery\n supervisorctl: name=celery state=restarted supervisorctl_path={{ supervisor_ctl_path }}\n\n- name: restart celerybeat\n supervisorctl: name=celerybeat state=restarted supervisorctl_path={{ supervisor_ctl_path }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 539,
"all_permissive": false
} |
ansible_role | holandes22/rafee | 9a9a31cecca03405b46507055b376c750fadf5c8 | 1 | provisioning/roles/common | 508 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "- name: generate locale\n command: /usr/sbin/locale-gen {{ locale }}\n register: gen_locale\n changed_when: not \"up-to-date\" in \"{{ gen_locale.stdout_lines }}\"\n\n- name: set locale\n command: /usr/sbin/update-locale LANG={{ locale }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | holandes22/rafee | 9a9a31cecca03405b46507055b376c750fadf5c8 | 1 | provisioning/roles/database | 508 | [
"no_license"
] | [
{
"path": "provisioning/roles/database/tasks/main.yml",
"content": "- name: create pg Database\n sudo_user: postgres\n postgresql_db: >\n name={{ db_name }}\n encoding=UTF-8\n\n- name: create pg database role\n sudo_user: postgres\n postgresql_user: >\n name={{ db_user }}\n password=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | holandes22/rafee | 9a9a31cecca03405b46507055b376c750fadf5c8 | 1 | provisioning/roles/django | 508 | [
"no_license"
] | [
{
"path": "provisioning/roles/django/templates/dev_superuser.json.j2",
"content": "[\n {\n \"model\": \"users.user\",\n \"fields\": {\n \"username\": \"{{ django_superuser_username }}\",\n \"password\": \"{{ <PASSWORD> }}\",\n \"full_name\": \"{{ django_superuser_full_name }}\",\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1048,
"all_permissive": false
} |
ansible_role | holandes22/rafee | 9a9a31cecca03405b46507055b376c750fadf5c8 | 1 | provisioning/roles/nginx | 508 | [
"no_license"
] | [
{
"path": "provisioning/roles/nginx/handlers/main.yml",
"content": "- name: restart nginx\n supervisorctl: name=nginx state=restarted supervisorctl_path={{ supervisor_ctl_path }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "provisioning/role... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1565,
"all_permissive": false
} |
ansible_role | holandes22/rafee | 9a9a31cecca03405b46507055b376c750fadf5c8 | 1 | provisioning/roles/packages | 508 | [
"no_license"
] | [
{
"path": "provisioning/roles/packages/tasks/main.yml",
"content": "# vim:ft=ansible:\n\n- name: add apt repos\n apt_repository: repo=\"{{ item }}\"\n with_items: apt_repos\n register: add_apt_repos\n\n- name: add postgres repository key\n apt_key: url=http://apt.postgresql.org/pub/repos/apt/<KEY>asc\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1220,
"all_permissive": false
} |
ansible_role | holandes22/rafee | 9a9a31cecca03405b46507055b376c750fadf5c8 | 1 | provisioning/roles/supervisor | 508 | [
"no_license"
] | [
{
"path": "provisioning/roles/supervisor/templates/supervisor/celerybeat.conf.j2",
"content": "[program:celerybeat]\ncommand={{ virtualenv_path }}/bin/celery beat -A {{ project_name }} --schedule={{project_celery_conf_path}}/celerybeat-schedule --loglevel=INFO --pidfile=/tmp/{{ project_name }}_celerybeat.pi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3390,
"all_permissive": false
} |
ansible_role | holandes22/rafee | 9a9a31cecca03405b46507055b376c750fadf5c8 | 1 | provisioning/roles/uwsgi | 508 | [
"no_license"
] | [
{
"path": "provisioning/roles/uwsgi/tasks/main.yml",
"content": "- name: upload uwsgi params\n copy: src=uwsgi_params dest={{ uwsgi_params_file }} mode=0644\n\n- name: create uwsgi ini\n action: template src=uwsgi.ini.j2 dest={{ uwsgi_ini_file }} mode=0644\n notify:\n - restart uwsgi\n\n- name: star... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 914,
"all_permissive": false
} |
ansible_role | sameeryalla/learn-ansible | 8d857073189cf18ba36cb1759cdd9dfcf1b09a5e | 1 | roles/sample | 508 | [
"no_license"
] | [
{
"path": "roles/sample/vars/main.yml",
"content": "url: rolesample.example.com\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/sample/tasks/main.yml",
"content": "- name : Print Hello World\n ansible.builtin.debug:\n msg: hello... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 197,
"all_permissive": false
} |
ansible_role | sameeryalla/learn-ansible | 8d857073189cf18ba36cb1759cdd9dfcf1b09a5e | 1 | roles/sample2 | 508 | [
"no_license"
] | [
{
"path": "roles/sample2/vars/main.yml",
"content": "url: rolesample2.example.com\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/sample2/tasks/main.yml",
"content": "- name : Print Hello World\n ansible.builtin.debug:\n msg: hello ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | Hugoo/node-ansible | 0832efd9c59eb073a61329d214df00e0b8e8dd43 | 0 | ansible/secure/roles/packages | 501 | [
"no_license"
] | [
{
"path": "ansible/secure/roles/packages/tasks/main.yml",
"content": "---\n- name: Upgrading all packages (Ubuntu/Debian)\n apt:\n upgrade: dist\n when: ansible_os_family == \"Debian\"\n\n- name: Install a few more packages\n package:\n name: \"{{item}}\"\n state: present\n with_items:\n - v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | kmuhwati/Automation-with-Ansible | 9d1c898f1bdc6641fa06fd38ad51caff7550c7d0 | 2 | roles/common | 501 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Ensure NTP is installed\n apt:\n name: ntp\n state: present\n\n- name: Ensure NTP is configured\n template:\n src: ntp.conf.j2\n dest: /etc/ntp.conf\n notify: Restart NTP\n\n- name: Ensure NTP is running and enabled\n service:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | kmuhwati/Automation-with-Ansible | 9d1c898f1bdc6641fa06fd38ad51caff7550c7d0 | 2 | roles/database | 501 | [
"no_license"
] | [
{
"path": "roles/database/tasks/main.yml",
"content": "---\n- name: Ensure MySQL is installed\n apt:\n name: mysql-server\n state: present\n\n- name: Ensure MySQL is running and enabled\n service:\n name: mysql\n state: started\n enabled: yes\n\n- name: Configure MySQL\n template:\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | kmuhwati/Automation-with-Ansible | 9d1c898f1bdc6641fa06fd38ad51caff7550c7d0 | 2 | roles/webserver | 501 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: Ensure Apache is installed\n apt:\n name: apache2\n state: present\n\n- name: Ensure Apache is running and enabled\n service:\n name: apache2\n state: started\n enabled: yes\n\n- name: Configure Apache ports\n template:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | paralect/ansible-node-sample | bf2bd987ac0f445a9613c603df2db04fe0c30e90 | 15 | deploy/roles/common | 501 | [
"no_license"
] | [
{
"path": "deploy/roles/common/tasks/main.yml",
"content": "---\n - name: update apt packages\n sudo: yes\n apt: update_cache=yes cache_valid_time=3600\n\n - name: install basic apt packages\n sudo: yes\n apt: pkg={{ item }} state=present\n with_items:\n - curl\n - git",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | paralect/ansible-node-sample | bf2bd987ac0f445a9613c603df2db04fe0c30e90 | 15 | deploy/roles/nginx | 501 | [
"no_license"
] | [
{
"path": "deploy/roles/nginx/tasks/main.yml",
"content": "---\n - name: add nginx ppa\n sudo: yes\n apt_repository: repo='ppa:nginx/stable'\n\n - name: update apt-get\n sudo: yes\n apt: update_cache=yes cache_valid_time=3600\n\n - name: install nginx\n sudo: yes\n apt: pkg=nginx state=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 819,
"all_permissive": false
} |
ansible_role | paralect/ansible-node-sample | bf2bd987ac0f445a9613c603df2db04fe0c30e90 | 15 | deploy/roles/nodejs | 501 | [
"no_license"
] | [
{
"path": "deploy/roles/nodejs/tasks/main.yml",
"content": "---\n - name: update apt packages\n sudo: yes\n apt: update_cache=yes cache_valid_time=3600\n\n - name: install nodejs requirements\n sudo: yes\n apt: pkg={{ item }} state=present\n with_items:\n - python-software-properties\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | bobmaertz/home-ops | d95befcf58ab88897fe9f8e5ba7e9e2e9a55cfb7 | 0 | ansible/roles/general | 501 | [
"no_license"
] | [
{
"path": "ansible/roles/general/tasks/main.yml",
"content": "- name: Update and install packages\n ansible.builtin.import_tasks: packages.yml\n become: true\n\n- name: Secure Server \n ansible.builtin.import_tasks: fail2ban.yml\n become: true\n\n- name: Firewall Setup\n ansible.builtin.import_tasks: u... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | bobmaertz/home-ops | d95befcf58ab88897fe9f8e5ba7e9e2e9a55cfb7 | 0 | ansible/roles/k8common | 501 | [
"no_license"
] | [
{
"path": "ansible/roles/k8common/tasks/main.yml",
"content": "- name: Update and install packages\n ansible.builtin.import_tasks: packages.yml\n become: true\n\n- name: Update Swap\n ansible.builtin.import_tasks: common.yml\n become: true\n\n- name: Update Firewall\n ansible.builtin.import_tasks: ufw.... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3125,
"all_permissive": false
} |
ansible_role | bobmaertz/home-ops | d95befcf58ab88897fe9f8e5ba7e9e2e9a55cfb7 | 0 | ansible/roles/k8control | 501 | [
"no_license"
] | [
{
"path": "ansible/roles/k8control/tasks/join.yml",
"content": "---\n- name: retrieve join url\n shell: kubeadm token create --print-join-command\n register: join_output\n\n- name: copy the join command to a local file\n copy:\n content: \"{{ join_output.stdout }}\"\n dest: \"./join.txt\"\n delega... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3299,
"all_permissive": false
} |
ansible_role | bobmaertz/home-ops | d95befcf58ab88897fe9f8e5ba7e9e2e9a55cfb7 | 0 | ansible/roles/k8worker | 501 | [
"no_license"
] | [
{
"path": "ansible/roles/k8worker/meta/main.yml",
"content": "---\ndependencies:\n - role: k8common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible/roles/k8worker/tasks/ufw.yml",
"content": "---\n- name: UFW - Allow common k8 connect... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | bobmaertz/home-ops | d95befcf58ab88897fe9f8e5ba7e9e2e9a55cfb7 | 0 | ansible/roles/postgres | 501 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/tasks/main.yml",
"content": "- name: Update and install packages\n ansible.builtin.import_tasks: packages.yml\n become: true\n\n- name: Firewall Setup\n ansible.builtin.import_tasks: ufw.yml\n become: true\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | tangmingmi/DevOpsToolsChainDeploy | 31792759f721389c6375082bcfe33574ef68f883 | 0 | ansible-playbooks/roles/jenkins | 501 | [
"no_license"
] | [
{
"path": "ansible-playbooks/roles/jenkins/tasks/main.yml",
"content": "- name: copy jenkins docker image files\n copy: src=jenkins.tar dest=/root\n- name: load jenkins image\n command: docker load -i /root/jenkins.tar\n- name: run jenkins container\n command: docker run --name jenkins -u root -d -v {{j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | tangmingmi/DevOpsToolsChainDeploy | 31792759f721389c6375082bcfe33574ef68f883 | 0 | ansible-playbooks/roles/nexus | 501 | [
"no_license"
] | [
{
"path": "ansible-playbooks/roles/nexus/tasks/main.yml",
"content": "- name: copy nexus3 docker image files\n copy: src=nexus3.tar dest=/root\n- name: load nexus3 image\n command: docker load -i /root/nexus3.tar\n- name: run nexus3 container\n command: docker run -d --name nexus -u root --restart=always... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/cirrus_cli | 501 | [
"no_license"
] | [
{
"path": "roles/cirrus_cli/defaults/main.yml",
"content": "---\n# roles/cirrus_cli/defaults/main.yml\n\n## Binary Management\n\ncirrus_cli_binary_state: \"present\"\n\ncirrus_cli_binary_version: \"v0.104.0\"\ncirrus_cli_binary_url: \"https://github.com/cirruslabs/cirrus-cli/releases/download/{{ cirrus_cli_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 981,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/fedora_repos | 501 | [
"no_license"
] | [
{
"path": "roles/fedora_repos/tasks/main.yml",
"content": "---\n# roles/fedora_repos/tasks/main.yml\n\n## Repository Management\n\n- name: \"Manage modular Repository\"\n community.general.ini_file:\n path: \"/etc/yum.repos.d/fedora-modular.repo\"\n section: \"fedora-modular\"\n option: \"enabled\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1315,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/firefox | 501 | [
"no_license"
] | [
{
"path": "roles/firefox/tasks/main.yml",
"content": "---\n# roles/firefox/tasks/main.yml\n\n### Flatpak\n- name: \"Manage firefox Flatpaks\"\n community.general.flatpak:\n name: \"{{ firefox_flatpak_names }}\"\n state: \"{{ firefox_flatpak_state }}\"\n remote: \"flathub\"\n tags:\n - \"firefo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1202,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/flathub_repos | 501 | [
"no_license"
] | [
{
"path": "roles/flathub_repos/tasks/main.yml",
"content": "---\n# roles/flathub_repos/tasks/main.yml\n\n## Repository Management\n\n- name: \"Manage flathub Repository\"\n community.general.flatpak_remote:\n name: \"{{ flathub_repository_name }}\"\n state: \"{{ flathub_repository_state }}\"\n fla... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/flatpak_apps | 501 | [
"no_license"
] | [
{
"path": "roles/flatpak_apps/tasks/main.yml",
"content": "---\n# roles/flatpak_apps/tasks/main.yml\n\n## Package Management\n\n- name: \"Install Flatpaks\"\n community.general.flatpak:\n name: \"{{ flatpak_apps_present }}\"\n state: \"present\"\n remote: \"flathub\"\n when:\n - \"flatpak_apps... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/gnome_config | 501 | [
"no_license"
] | [
{
"path": "roles/gnome_config/tasks/appearance.yml",
"content": "---\n# roles/gnome_config/tasks/appearance.yml\n\n- name: \"Set Background (light)\"\n community.general.dconf:\n key: \"/org/gnome/desktop/background/picture-uri\"\n value: \"'file://{{ gnome_config_background_path }}'\"\n state: \"... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 6162,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/gpaste | 501 | [
"no_license"
] | [
{
"path": "roles/gpaste/tasks/main.yml",
"content": "---\n# roles/gpaste/tasks/main.yml\n\n### Fedora Workstation, Server, Cloud\n- name: \"Manage gpaste Packages (dnf)\"\n ansible.builtin.package:\n name: \"{{ gpaste_package_names }}\"\n state: \"{{ gpaste_package_state }}\"\n become: true\n when:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/hadolint | 501 | [
"no_license"
] | [
{
"path": "roles/hadolint/defaults/main.yml",
"content": "---\n# roles/hadolint/defaults/main.yml\n\nhadolint_binary_state: \"present\"\n\nhadolint_binary_version: \"v2.12.0\"\nhadolint_binary_url: \"https://github.com/hadolint/hadolint/releases/download/{{ hadolint_binary_version }}/hadolint-Linux-x86_64\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/kubectl | 501 | [
"no_license"
] | [
{
"path": "roles/kubectl/tasks/main.yml",
"content": "---\n# roles/kubectl/tasks/main.yml\n\n## Binary Management\n\n- name: \"Manage kubectl Binary Directory\"\n ansible.builtin.file:\n name: \"{{ kubectl_binary_location }}\"\n state: \"directory\"\n owner: \"root\"\n group: \"root\"\n mode... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1342,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/kubectx | 501 | [
"no_license"
] | [
{
"path": "roles/kubectx/defaults/main.yml",
"content": "---\n# roles/kubectx/defaults/main.yml\n\n## Binary Management\n\nkubectx_binary_state: \"present\"\n\nkubectx_binary_version: \"v0.9.5\"\nkubectx_binary_url: \"https://github.com/ahmetb/kubectx/releases/download/{{ kubectx_binary_version }}/kubectx\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 836,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/kubens | 501 | [
"no_license"
] | [
{
"path": "roles/kubens/tasks/main.yml",
"content": "---\n# roles/kubens/tasks/main.yml\n\n## Binary Management\n\n- name: \"Manage kubens Binary Directory\"\n ansible.builtin.file:\n name: \"{{ kubens_binary_location }}\"\n state: \"directory\"\n owner: \"root\"\n group: \"root\"\n mode: 07... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 888,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/micro | 501 | [
"no_license"
] | [
{
"path": "roles/micro/tasks/main.yml",
"content": "---\n# roles/micro/tasks/main.yml\n\n## Package Management\n\n### Fedora Workstation, Server, Cloud\n- name: \"Manage micro Package (dnf)\"\n ansible.builtin.package:\n name: \"{{ micro_package_names }}\"\n state: \"{{ micro_package_state }}\"\n be... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2281,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/minikube | 501 | [
"no_license"
] | [
{
"path": "roles/minikube/tasks/main.yml",
"content": "---\n# roles/minikube/tasks/main.yml\n\n## Binary Management\n\n- name: \"Manage minikube Binary Directory\"\n ansible.builtin.file:\n name: \"{{ minikube_binary_location }}\"\n state: \"directory\"\n owner: \"root\"\n group: \"root\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1486,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/ngrok | 501 | [
"no_license"
] | [
{
"path": "roles/ngrok/defaults/main.yml",
"content": "---\n# roles/ngrok/defaults/main.yml\n\n## Binary Management\n\nngrok_binary_state: \"present\"\n\nngrok_binary_url: \"https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz\"\n\nngrok_binary_location: \"/usr/local/bin\"\n...\n",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 775,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/skaffold | 501 | [
"no_license"
] | [
{
"path": "roles/skaffold/defaults/main.yml",
"content": "---\n# roles/skaffold/defaults/main.yml\n\n## Binary Management\n\nskaffold_binary_state: \"present\"\n\nskaffold_binary_version: \"v2.7.1\"\nskaffold_binary_url: \"https://github.com/GoogleContainerTools/skaffold/releases/download/{{ skaffold_binary... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1145,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/starship | 501 | [
"no_license"
] | [
{
"path": "roles/starship/files/starship-prompt.sh",
"content": "# Load the starship prompt\n\n# Are we in bash?\n[ \"${BASH_VERSION}\" != \"\" ] || return 0\n\n# Are we interactive?\n[ \"${PS1}\" != \"\" ] || return 0\n\neval \"$(starship init bash)\"\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1920,
"all_permissive": false
} |
ansible_role | whiletruedoio/whiletruedoio.desktop | 7fa53e3d246b5f3ef67ce93ff880c414a1231482 | 9 | roles/visualstudiocode | 501 | [
"no_license"
] | [
{
"path": "roles/visualstudiocode/requirements.yml",
"content": "---\n# roles/visualstudiocode/requirements.yml\n\ncollections:\n - name: \"community.general\"\n\nroles: []\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/visualstudio... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2920,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/config_aaa | 501 | [
"no_license"
] | [
{
"path": "roles/config_aaa/tasks/f5.yml",
"content": "---\n- name: Generate ISE TACACS Key\n set_fact:\n ise_pass: \"{{ lookup('password', '/dev/null length=18 chars=ascii_letters,digits') }}\"\n no_log: true\n\n- name: Create NETOPS Remote Role Groups\n bigip_remote_role:\n name: Netops\n line... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1626,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/config_acl | 501 | [
"no_license"
] | [
{
"path": "roles/config_acl/tasks/nxos.yml",
"content": "- name: Create NXOS Management ACL\n nxos_acl:\n name: \"{{ management_acl.name }}\"\n seq: 10\n action: permit\n proto: tcp\n src: \"{{ management_acl.source }}\"\n dest: any\n state: present\n\n- name: Apply NXOS Management ACL... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 330,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/config_backup | 501 | [
"no_license"
] | [
{
"path": "roles/config_backup/tasks/nxos.yml",
"content": "---\n- name: Backup Cisco Nexus Devices\n nxos_config:\n backup: yes\n backup_options:\n filename: \"{{ inventory_hostname }}.cfg\"\n dir_path: \"{{ network_backup_dir }}\"\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/config_credentials | 501 | [
"no_license"
] | [
{
"path": "roles/config_credentials/tasks/f5.yml",
"content": "- name: Update Admin Password\n bigip_user:\n username_credential: admin\n password_credential: \"{{ <PASSWORD> }}\"\n state: present\n provider: \"{{ provider }}\"\n delegate_to: localhost\n",
"license_type": "no_license",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 679,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/config_dns | 501 | [
"no_license"
] | [
{
"path": "roles/config_dns/tasks/ios.yml",
"content": "- name: Configure IOS DNS\n ios_system:\n name_servers:\n - \"{{ item }}\"\n loop: \"{{ dns_servers }}\"\n\n- name: Configure IOS DNS Lookup Interface\n ios_system:\n lookup_source: GigabitEthernet1\n lookup_enabled: yes\n",
"licen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 546,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/config_ha | 501 | [
"no_license"
] | [
{
"path": "roles/config_ha/tasks/f5.yml",
"content": "---\n- name: Set primary device\n set_fact:\n primary_f5: \"{{ ansible_host }}\"\n when: primary is defined and (primary == 'yes')\n\n- name: Set secondary device\n set_fact:\n secondary_f5: \"{{ ansible_host }}\"\n when: primary is defined and... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2956,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/config_interfaces | 501 | [
"no_license"
] | [
{
"path": "roles/config_interfaces/tasks/eos.yml",
"content": "- name: Set Interface Dictionary Facts\n set_fact:\n port_config: \"{{ interface_config | json_query('[*].{name: name, enabled: enabled, description: description}') }}\"\n trunk_config: \"{{ interface_config | json_query('[?trunk].{name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2179,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/config_ntp | 501 | [
"no_license"
] | [
{
"path": "roles/config_ntp/tasks/f5.yml",
"content": "---\n- name: Configure F5 NTP Servers\n bigip_device_ntp:\n ntp_servers: \"{{ ntp_servers }}\"\n provider: \"{{ provider }}\"\n delegate_to: localhost\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
},
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/config_provisioning | 501 | [
"no_license"
] | [
{
"path": "roles/config_provisioning/tasks/nxos.yml",
"content": "- name: Set NXOS Hostname\n nxos_system:\n hostname: \"{{ inventory_hostname }}\"\n\n- name: Enable NXOS Features\n nxos_feature:\n feature: \"{{ item }}\"\n state: enabled\n loop: \"{{ nxos_features }}\"\n\n- name: Create WR CLI ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1017,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/config_routing | 501 | [
"no_license"
] | [
{
"path": "roles/config_routing/tasks/eos.yml",
"content": "- name: Configure BGP\n eos_bgp:\n config: \"{{ bgp_config }}\"\n operation: replace\n when: bgp_config is defined\n\n- name: Save Configuration\n eos_config:\n save_when: always\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/config_save | 501 | [
"no_license"
] | [
{
"path": "roles/config_save/tasks/f5.yml",
"content": "- name: Save config\n bigip_config:\n save: yes\n provider: \"{{ provider }}\"\n delegate_to: localhost\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "roles/config_save/tasks/nxos.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/config_snmp | 501 | [
"no_license"
] | [
{
"path": "roles/config_snmp/tasks/nxos.yml",
"content": "---\n- name: Create SNMP Users\n nxos_snmp_user:\n user: snmp_user\n group: network-operator\n authentication: md5\n pwd: <PASSWORD>\n loop: \"{{ snmp_servers }}\"\n\n- name: Create SNMP Hosts\n nxos_snmp_host:\n snmp_host: \"{{ ite... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1176,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/config_syslog | 501 | [
"no_license"
] | [
{
"path": "roles/config_syslog/tasks/f5.yml",
"content": "- name: Set logging levels\n bigip_sys_daemon_log_tmm:\n arp_log_level: informational\n http_log_level: error\n ip_log_level: warning\n irule_log_level: informational\n layer4_log_level: informational\n net_log_level: informational... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1327,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/config_vpn | 501 | [
"no_license"
] | [
{
"path": "roles/config_vpn/tasks/main.yml",
"content": "---\n# tasks file for roles/config_vpn\n- name: Create VPN Config\n asa_config:\n src: templates/asa_vpn.j2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/config_vpn/README.md",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 198,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/device_upgrade | 501 | [
"no_license"
] | [
{
"path": "roles/device_upgrade/tasks/asa.yml",
"content": "- name: Backup Config\n asa_command:\n commands:\n - \"sh run\"\n register: asa_config\n- name: Save Config as Fact\n set_fact:\n ansible_net_config: \"{{ asa_config.stdout[0] }}\"\n\n- name: Get ASA HA State\n asa_command:\n comm... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3227,
"all_permissive": false
} |
ansible_role | g-najera/Network-Device-Configuration | 5cf5d722542dbba49e02d4d6aed9a12a828e1145 | 0 | roles/facts | 501 | [
"no_license"
] | [
{
"path": "roles/facts/tasks/f5.yml",
"content": "---\n- name: Get F5 Facts\n bigip_device_info:\n gather_subset:\n - system-db\n - system-info\n provider: \"{{ provider }}\"\n register: f5_facts\n\n- name: Set F5 Facts\n set_fact:\n ansible_net_serialnum: \"{{ f5_facts.system_info.cha... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1645,
"all_permissive": false
} |
ansible_role | mbigras/macos-playbook-hack | 22afb7f344a35f2c62f99656fc3ffc58da77b811 | 0 | roles/alfred3 | 501 | [
"no_license"
] | [
{
"path": "roles/alfred3/tasks/main.yml",
"content": "---\n- name: Install Alfred 3\n homebrew_cask:\n name:\n - alfred\n\n- name: Ensure Library directory exists\n file:\n path: \"{{ ansible_env.HOME }}/Library/Application Support/Alfred 3\"\n state: directory\n\n- name: Copy License\n cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | mbigras/macos-playbook-hack | 22afb7f344a35f2c62f99656fc3ffc58da77b811 | 0 | roles/bash | 501 | [
"no_license"
] | [
{
"path": "roles/bash/tasks/main.yml",
"content": "---\n- name: add main configuration\n copy:\n src: .bashrc\n dest: \"{{ ansible_env.HOME }}\"\n\n- name: add source files directory\n file:\n path: \"{{ ansible_env.HOME }}/.bashrc.d\"\n state: directory\n\n- name: configure shell prompt\n co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | mbigras/macos-playbook-hack | 22afb7f344a35f2c62f99656fc3ffc58da77b811 | 0 | roles/fzf | 501 | [
"no_license"
] | [
{
"path": "roles/fzf/tasks/main.yml",
"content": "---\n- name: install\n homebrew:\n name: fzf\n\n- name: add configuration to source files\n copy:\n src: fzf\n dest: \"{{ ansible_env.HOME }}/.bashrc.d\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | mbigras/macos-playbook-hack | 22afb7f344a35f2c62f99656fc3ffc58da77b811 | 0 | roles/iterm2 | 501 | [
"no_license"
] | [
{
"path": "roles/iterm2/tasks/main.yml",
"content": "---\n- name: Install iTerm2\n homebrew_cask:\n name: iterm2\n\n- name: Copy configuration\n become: yes\n copy:\n src: com.googlecode.iterm2.plist\n dest: \"{{ ansible_env.HOME }}/Library/Preferences\"\n # group: admin\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | mbigras/macos-playbook-hack | 22afb7f344a35f2c62f99656fc3ffc58da77b811 | 0 | roles/lastpass-cli | 501 | [
"no_license"
] | [
{
"path": "roles/lastpass-cli/tasks/main.yml",
"content": "---\n- name: install\n homebrew:\n name: lastpass-cli\n\n- name: add configuration to source files\n copy:\n src: lastpass-cli\n dest: \"{{ ansible_env.HOME }}/.bashrc.d\"\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | mbigras/macos-playbook-hack | 22afb7f344a35f2c62f99656fc3ffc58da77b811 | 0 | roles/sublime-text | 501 | [
"no_license"
] | [
{
"path": "roles/sublime-text/tasks/main.yml",
"content": "---\n- name: Install Sublime Text\n homebrew_cask:\n name:\n - sublime-text\n\n- name: Ensure Local directory exists\n file:\n path: \"{{ ansible_env.HOME }}/Library/Application Support/Sublime Text 3/Local\"\n state: directory\n\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1593,
"all_permissive": false
} |
ansible_role | mbigras/macos-playbook-hack | 22afb7f344a35f2c62f99656fc3ffc58da77b811 | 0 | roles/z | 501 | [
"no_license"
] | [
{
"path": "roles/z/tasks/main.yml",
"content": "---\n- name: install\n homebrew:\n name: z\n\n- name: add configuration to source files\n copy:\n src: z\n dest: \"{{ ansible_env.HOME }}/.bashrc.d\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | myles-coleman/k3s-ansible | e5e7852813183bf3c463c6337a61febfd2e65644 | 0 | roles/cert-manager | 501 | [
"permissive"
] | [
{
"path": "roles/cert-manager/templates/letsencrypt-staging.j2",
"content": "---\napiVersion: cert-manager.io/v1\nkind: ClusterIssuer\nmetadata:\n name: letsencrypt-staging\nspec:\n acme:\n server: https://acme-staging-v02.api.letsencrypt.org/directory\n email: <EMAIL>\n privateKeySecretRef:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3184,
"all_permissive": true
} |
ansible_role | myles-coleman/k3s-ansible | e5e7852813183bf3c463c6337a61febfd2e65644 | 0 | roles/k3s_server_post | 501 | [
"permissive"
] | [
{
"path": "roles/k3s_server_post/tasks/main.yml",
"content": "---\n- name: Deploy metallb pool\n include_tasks: metallb.yml\n tags: metallb\n when: kube_vip_lb_ip_range is not defined and (not cilium_bgp or cilium_iface is not defined)\n\n- name: Remove tmp directory used for manifests\n file:\n path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 267,
"all_permissive": true
} |
ansible_role | myles-coleman/k3s-ansible | e5e7852813183bf3c463c6337a61febfd2e65644 | 0 | roles/traefik | 501 | [
"permissive"
] | [
{
"path": "roles/traefik/templates/ingress.j2",
"content": "---\napiVersion: traefik.io/v1alpha1\nkind: IngressRoute\nmetadata:\n name: traefik-dashboard\n namespace: traefik\n annotations: \n kubernetes.io/ingress.class: traefik-external\nspec:\n entryPoints:\n - websecure\n routes:\n - match... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1945,
"all_permissive": true
} |
ansible_role | leighmacdonald/uncletopia | 26b88658bf66150592f089f4db4fce55a19263bd | 48 | roles/bdapi | 501 | [
"no_license"
] | [
{
"path": "roles/bdapi/tasks/main.yml",
"content": "---\n\n- name: Generate /etc/bdapi.yml\n become: true\n ansible.builtin.template:\n src: bdapi.yml.j2\n dest: /etc/bdapi.yml\n mode: \"0775\"\n\n- name: Generate /etc/bdapi.key\n become: true\n ansible.builtin.copy:\n content: \"{{ bdapi_pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3941,
"all_permissive": false
} |
ansible_role | leighmacdonald/uncletopia | 26b88658bf66150592f089f4db4fce55a19263bd | 48 | roles/caddy | 501 | [
"no_license"
] | [
{
"path": "roles/caddy/handlers/main.yml",
"content": "- name: Restart caddy\n listen: restart caddy\n community.docker.docker_container:\n container: caddy\n command: caddy reload --config /etc/caddy/Caddyfile --adapter caddyfile\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2374,
"all_permissive": false
} |
ansible_role | leighmacdonald/uncletopia | 26b88658bf66150592f089f4db4fce55a19263bd | 48 | roles/demostats | 501 | [
"no_license"
] | [
{
"path": "roles/demostats/templates/demostats.conf.j2",
"content": "{{ caddy.hosts.demostats.dns }} {\n reverse_proxy /* {{ caddy.hosts.demostats.address }}\n\n import {{ caddy.hosts.demostats.tls_name }}\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 952,
"all_permissive": false
} |
ansible_role | leighmacdonald/uncletopia | 26b88658bf66150592f089f4db4fce55a19263bd | 48 | roles/gbans | 501 | [
"no_license"
] | [
{
"path": "roles/gbans/templates/gbans.yml.j2",
"content": "# The (decimal) SteamID64 for the primary admin. Use https://www.steamidfinder.com/ if you don't know it.\nowner: \"{{ gbans_web.owner }}\"\nsteam_key: \"{{ steam_key }}\"\n# The URL people will use to access the site. Be sure to check the schema!\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5800,
"all_permissive": false
} |
ansible_role | leighmacdonald/uncletopia | 26b88658bf66150592f089f4db4fce55a19263bd | 48 | roles/metrics | 501 | [
"no_license"
] | [
{
"path": "roles/metrics/templates/dashboards.yml.j2",
"content": "apiVersion: 1\n\nproviders:\n - name: 'uncletopia'\n orgId: 1\n# folder: 'general'\n# folderUid: 'general'\n type: file\n disableDeletion: false\n allowUiUpdates: true\n options:\n path: /etc/grafana_dashboards/das... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 20208,
"all_permissive": false
} |
ansible_role | leighmacdonald/uncletopia | 26b88658bf66150592f089f4db4fce55a19263bd | 48 | roles/sentry | 501 | [
"no_license"
] | [
{
"path": "roles/sentry/tasks/main.yml",
"content": "---\n\n- name: Checkout sentry\n ansible.builtin.git:\n repo: 'https://github.com/getsentry/self-hosted.git'\n dest: ~/sentry\n version: 25.2.0\n\n# NOTE: These should be kept up to date if the checked out version above changes.\n- name: Generat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2021,
"all_permissive": false
} |
ansible_role | leighmacdonald/uncletopia | 26b88658bf66150592f089f4db4fce55a19263bd | 48 | roles/tf2bdd | 501 | [
"no_license"
] | [
{
"path": "roles/tf2bdd/tasks/main.yml",
"content": "---\n\n- name: Generate /etc/tf2bdd.yml\n become: true\n ansible.builtin.template:\n src: tf2bdd.yml.j2\n dest: /etc/tf2bdd.yml\n mode: \"0775\"\n\n- name: Create tf2bdd-service\n community.docker.docker_container:\n name: tf2bdd-service\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3263,
"all_permissive": false
} |
ansible_role | leighmacdonald/uncletopia | 26b88658bf66150592f089f4db4fce55a19263bd | 48 | roles/uncledane | 501 | [
"no_license"
] | [
{
"path": "roles/uncledane/templates/uncledane.conf.j2",
"content": "{{ caddy.hosts.uncledane.dns }} {\n reverse_proxy /* {{ caddy.hosts.uncledane.address }}\n\n import {{ caddy.hosts.uncledane.tls_name }}\n}\n\nwww.{{ caddy.hosts.uncledane.dns }} {\n redir https://{{ caddy.hosts.uncledane.dns }}{u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1675,
"all_permissive": false
} |
ansible_role | karthik1434/kubernetes-cluster | f6c577398cadbf7621bb2136953dac20346fdb49 | 0 | k8s-ansible/roles/jenkins | 505 | [
"no_license"
] | [
{
"path": "k8s-ansible/roles/jenkins/tasks/main.yaml",
"content": " - name: Update APT package index and upgrade packages\n apt:\n update_cache: yes\n upgrade: dist\n\n - name: Install OpenJDK 17\n apt:\n name: openjdk-17-jre\n state: present\n\n - name: Downlo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1248,
"all_permissive": false
} |
ansible_role | karthik1434/kubernetes-cluster | f6c577398cadbf7621bb2136953dac20346fdb49 | 0 | k8s-ansible/roles/master | 505 | [
"no_license"
] | [
{
"path": "k8s-ansible/roles/master/tasks/main.yaml",
"content": "- name: Initialize Kubernetes cluster\n command:\n cmd: kubeadm init --pod-network-cidr=192.168.0.0/16 --ignore-preflight-errors=NumCPU,Mem\n\n- name: Set up kubeconfig for regular user\n file:\n path: \"/home/ubuntu/.kube\"\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1037,
"all_permissive": false
} |
ansible_role | karthik1434/kubernetes-cluster | f6c577398cadbf7621bb2136953dac20346fdb49 | 0 | k8s-ansible/roles/worker | 505 | [
"no_license"
] | [
{
"path": "k8s-ansible/roles/worker/tasks/main.yaml",
"content": "- name: Copy join command from master\n fetch:\n src: /home/ubuntu/join.sh\n dest: /tmp/join.sh\n flat: yes\n delegate_to: master_node\n\n- name: Transfer join command to worker\n copy:\n src: /tmp/join.sh\n dest: /home/ubun... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | DurgaSivaKumarE/ansible | eea62bf40cb804b81deab4a502c8e9f72f4ed8fb | 0 | roles/mysql | 505 | [
"no_license"
] | [
{
"path": "roles/mysql/files/reset.sql",
"content": "ALTER USER 'root'@'localhost' IDENTIFIED BY '<PASSWORD>';",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Copy MySQL repo \n copy:\n src: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1680,
"all_permissive": false
} |
ansible_role | DurgaSivaKumarE/ansible | eea62bf40cb804b81deab4a502c8e9f72f4ed8fb | 0 | roles/prometheus | 505 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/records.yml",
"content": "groups:\n - name: example\n rules:\n - record: cpu_usage_in_percentage\n expr: 100 - (rate(node_cpu_seconds_total{mode=\"idle\"}[5m]) * 100)",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | DurgaSivaKumarE/ansible | eea62bf40cb804b81deab4a502c8e9f72f4ed8fb | 0 | roles/sample | 505 | [
"no_license"
] | [
{
"path": "roles/sample/tasks/main.yml",
"content": "- name: Hello from Role\n debug:\n msg: Hello from Role\n\n- name: Print URL \n debug:\n msg: URL = {{URL7}} \n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "roles/sample/defaul... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | kissa626/K8s_Setup_Ansible | bceb803b5f2205f383b6b9420558d463aa35eda5 | 1 | K8s_Setup/roles/containerd | 505 | [
"no_license"
] | [
{
"path": "K8s_Setup/roles/containerd/tasks/main.yml",
"content": "---\n- name: Setup dependencies for installations\n ansible.builtin.include_tasks: setup_dependencies/main.yml\n\n- name: Setup Containerd\n ansible.builtin.include_tasks: containerd_setup/main.yml\n",
"license_type": "no_license",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1889,
"all_permissive": false
} |
ansible_role | kissa626/K8s_Setup_Ansible | bceb803b5f2205f383b6b9420558d463aa35eda5 | 1 | K8s_Setup/roles/haproxy | 505 | [
"no_license"
] | [
{
"path": "K8s_Setup/roles/haproxy/tasks/main.yml",
"content": "---\n- name: Update the package index\n ansible.builtin.apt:\n update_cache: true\n force_apt_get: true\n when: inventory_hostname in groups['masters']\n\n- name: Wait for updates\n become: true\n ansible.builtin.shell: while sudo fus... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 889,
"all_permissive": false
} |
ansible_role | kissa626/K8s_Setup_Ansible | bceb803b5f2205f383b6b9420558d463aa35eda5 | 1 | K8s_Setup/roles/join | 505 | [
"no_license"
] | [
{
"path": "K8s_Setup/roles/join/tasks/join_workers/main.yml",
"content": "---\n- name: Generate a new kubeadm token\n ansible.builtin.command: kubeadm token create --print-join-command\n register: kube_token\n when: inventory_hostname in groups['masters']\n\n- name: Set join_command\n ansible.builtin.se... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1088,
"all_permissive": false
} |
ansible_role | kissa626/K8s_Setup_Ansible | bceb803b5f2205f383b6b9420558d463aa35eda5 | 1 | K8s_Setup/roles/kubernetes | 505 | [
"no_license"
] | [
{
"path": "K8s_Setup/roles/kubernetes/defaults/main.yml",
"content": "kubernetes_version: 1.31.1\nkubeadm_version: 1.31.1-1.1\nkubelet_version: 1.31.1-1.1\nkubectl_version: 1.31.1-1.1\npod_network_cidr: 10.1.0.0/22\ncontrol_plane_endpoint_ip: 10.0.1.10\ncomponents_namespace: kube-system\ncalico_namespace: t... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 7583,
"all_permissive": false
} |
ansible_role | kissa626/K8s_Setup_Ansible | bceb803b5f2205f383b6b9420558d463aa35eda5 | 1 | K8s_Setup/roles/longhorn | 505 | [
"no_license"
] | [
{
"path": "K8s_Setup/roles/longhorn/tasks/main.yml",
"content": "---\n- name: Multipath config settings\n ansible.builtin.copy:\n src: multipath.conf\n dest: /etc/multipath.conf\n mode: \"0644\"\n when: inventory_hostname in groups['workers']\n\n- name: Restart multipath service\n ansible.builti... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2816,
"all_permissive": false
} |
ansible_role | kissa626/K8s_Setup_Ansible | bceb803b5f2205f383b6b9420558d463aa35eda5 | 1 | K8s_Setup/roles/nginx | 505 | [
"no_license"
] | [
{
"path": "K8s_Setup/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install NGINX\n ansible.builtin.include_tasks: install/main.yml\n when: inventory_hostname in groups['masters']\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "K8s_Setu... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1173,
"all_permissive": false
} |
ansible_role | kissa626/K8s_Setup_Ansible | bceb803b5f2205f383b6b9420558d463aa35eda5 | 1 | K8s_Setup/roles/prerequisites | 505 | [
"no_license"
] | [
{
"path": "K8s_Setup/roles/prerequisites/tasks/main.yml",
"content": "---\n- name: Update APT packages\n ansible.builtin.include_tasks: update_packages/main.yml\n\n- name: Setup passwordless ssh for k8s\n ansible.builtin.include_tasks: set_k8s_ssh/main.yml\n",
"license_type": "no_license",
"detect... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1476,
"all_permissive": false
} |
ansible_role | httpcarlxs/intro-ansible | ebec8bab8b6276fd72441e52f0a1fa8647887a23 | 2 | exemplos_praticos/roles/apache | 505 | [
"no_license"
] | [
{
"path": "exemplos_praticos/roles/apache/tasks/main.yml",
"content": "---\n- name: Coletar informações sobre serviços\n ansible.builtin.service_facts:\n\n- name: Verificar se o Apache está instalado e em execução\n debug:\n msg: \"Estado do Apache: {{ ansible_facts.services['apache2.service'].state if... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 610,
"all_permissive": false
} |
ansible_role | httpcarlxs/intro-ansible | ebec8bab8b6276fd72441e52f0a1fa8647887a23 | 2 | exemplos_praticos/roles/mysql | 505 | [
"no_license"
] | [
{
"path": "exemplos_praticos/roles/mysql/tasks/main.yml",
"content": "---\n- name: Manage Docker containers\n hosts: teste\n tasks:\n - name: Check if containers are running\n command: docker ps \n register: running_containers\n\n - name: Display running containers\n debug:\n v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 744,
"all_permissive": false
} |
ansible_role | fuzzygroup/ansible_inspeqtor | 7d8e20a03e161ad700e39285d33b6044a28ae77c | 0 | roles/inspeqtor | 505 | [
"no_license"
] | [
{
"path": "roles/inspeqtor/tasks/main.yml",
"content": "#\n# Delete legacy stuff from earlier install that didn't check existence\n#\n\n- name: stat apache.inq\n stat: path=/etc/inspeqtor/services.d/apache.inq\n register: apache_stat\n\n- name: delete apache.inq if it exists (allows it to NOT be installed... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2052,
"all_permissive": false
} |
ansible_role | fuzzygroup/ansible_inspeqtor | 7d8e20a03e161ad700e39285d33b6044a28ae77c | 0 | roles/sendmail | 505 | [
"no_license"
] | [
{
"path": "roles/sendmail/tasks/main.yml",
"content": "- name: install sendmail \n apt: name=sendmail state=present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 60,
"all_permissive": false
} |
ansible_role | fuzzygroup/ansible_inspeqtor | 7d8e20a03e161ad700e39285d33b6044a28ae77c | 0 | roles/setup | 505 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n- name: Get the aws instance_id into a variable\n action: uri url=\"http://169.254.169.254/latest/meta-data/instance-id\" return_content=yes\n register: instance_id\n\n- name: get the public_ip address into a variable\n shell: wget -qO- http://ipec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | liqin323/Nix | 8bc686aa4261d1bacceb8dd5c79a36ab5fd4d991 | 0 | auto-deployment/roles/appsvr | 505 | [
"no_license"
] | [
{
"path": "auto-deployment/roles/appsvr/templates/spvd.conf.j2",
"content": "\n[program:{{svc_name}}]\ncommand={{working_directory}}/{{svc_name}}/{{svc_name}} -u http://{{host_ip}}:{{host_port}} -l http://{{groups['logsvc'][0]}} -v http://{{groups['versionsvc'][0]}}\nautorestart=true\ndirectory={{working_di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6498,
"all_permissive": false
} |
ansible_role | liqin323/Nix | 8bc686aa4261d1bacceb8dd5c79a36ab5fd4d991 | 0 | auto-deployment/roles/diamond | 505 | [
"no_license"
] | [
{
"path": "auto-deployment/roles/diamond/templates/spvd.conf.j2",
"content": "\n[program:diamond]\ncommand=/usr/local/bin/diamond -c {{working_directory}}/diamond/diamond.conf\nautorestart=true\ndirectory={{working_directory}}/diamond",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | liqin323/Nix | 8bc686aa4261d1bacceb8dd5c79a36ab5fd4d991 | 0 | auto-deployment/roles/key-creation | 505 | [
"no_license"
] | [
{
"path": "auto-deployment/roles/key-creation/tasks/main.yml",
"content": "---\n# This Playbook create key for service\n\n- name: Make directory for p2psvr\n file: path={{working_directory}}/{{svc_name}} state=directory\n\n- name: Install python library\n shell: /usr/local/bin/pip2.7 install requests\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3070,
"all_permissive": false
} |
ansible_role | liqin323/Nix | 8bc686aa4261d1bacceb8dd5c79a36ab5fd4d991 | 0 | auto-deployment/roles/mongodb-replica | 505 | [
"no_license"
] | [
{
"path": "auto-deployment/roles/mongodb-replica/templates/setup.js.j2",
"content": "/**\n * Created by liqin on 1/29/16.\n */\n\nvar hosts=[];\n{% for host in groups['mongodb'] %}\nhosts.push(\"{{host}}\")\n{% endfor %}\n\nvar rsconf = new Object();\nrsconf._id = \"{{replica_name}}\"\nrsconf.members =[]\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2107,
"all_permissive": false
} |
ansible_role | liqin323/Nix | 8bc686aa4261d1bacceb8dd5c79a36ab5fd4d991 | 0 | auto-deployment/roles/nagios-configure | 505 | [
"no_license"
] | [
{
"path": "auto-deployment/roles/nagios-configure/templates/object.cfg.j2",
"content": "define host{\n use linux-server\n host_name {{hostvars[item].host_name}}\n alias {{hostvars[item].host_name}}\n address {{hostvars[item].host_ip}}\n}\n\ndefine service{\n use \t\t\tpassive_service,srv-pnp\n host_nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1835,
"all_permissive": false
} |
ansible_role | liqin323/Nix | 8bc686aa4261d1bacceb8dd5c79a36ab5fd4d991 | 0 | auto-deployment/roles/p2psvr | 505 | [
"no_license"
] | [
{
"path": "auto-deployment/roles/p2psvr/tasks/main.yml",
"content": "---\n# This Playbook runs plays to install p2p server\n\n- name: Make directory for p2psvr\n file: path={{working_directory}}/{{svc_name}} state=directory\n\n- name: Upload p2psvr\n copy: src=p2psvr dest={{working_directory}}/{{svc_name}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1218,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.