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
kayordDX/print-service-ansible
8383cc3b7efdb9431b6894d6282a8dea3c43af85
0
playbooks/debug/roles/debug
550
[ "no_license" ]
[ { "path": "playbooks/debug/roles/debug/tasks/main.yml", "content": "- name: Operating System\n ansible.builtin.debug:\n msg: \"{{ ansible_distribution }} {{ ansible_distribution_major_version }} ({{ ansible_distribution_release }})\"\n\n- name: Print\n ansible.builtin.debug:\n var: hosts\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
kayordDX/print-service-ansible
8383cc3b7efdb9431b6894d6282a8dea3c43af85
0
playbooks/print-service/roles/compose
550
[ "no_license" ]
[ { "path": "playbooks/print-service/roles/compose/tasks/main.yml", "content": "---\n- name: Create print-service directory\n ansible.builtin.file:\n path: \"{{ compose_dir }}\"\n state: directory\n owner: doink\n group: doink\n\n- name: Create Compose File\n ansible.builtin.template:\n src: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1162, "all_permissive": false }
ansible_role
kayordDX/print-service-ansible
8383cc3b7efdb9431b6894d6282a8dea3c43af85
0
playbooks/print-service/roles/tailscale
550
[ "no_license" ]
[ { "path": "playbooks/print-service/roles/tailscale/tasks/main.yml", "content": "---\n- name: Debian | Add Tailscale Signing Key\n become: true\n ansible.builtin.get_url:\n url: \"{{ tailscale_apt_signkey }}\"\n dest: \"{{ tailscale_apt_keyring_path }}\"\n mode: \"0644\"\n\n- name: Debian | Add Ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 512, "all_permissive": false }
ansible_role
kayordDX/print-service-ansible
8383cc3b7efdb9431b6894d6282a8dea3c43af85
0
playbooks/print-service/roles/wifi
550
[ "no_license" ]
[ { "path": "playbooks/print-service/roles/wifi/templates/home.nmconnection.j2", "content": "[connection]\nid=home\nuuid=c911f1ca-b4b7-4a45-be07-d2eaf1ec7b56\ntype=wifi\n\n[wifi]\nmode=infrastructure\nssid={{WIFIHome_ID}}\n\n[wifi-security]\nkey-mgmt=wpa-psk\npsk={{WIFIHome_PSK}}\n\n[ipv4]\nmethod=auto\n\n[ip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 3617, "all_permissive": false }
ansible_role
AnteronGitHub/openstack-deployment
06fa88ff07f081cea66fc9bef9959f2a4480ff62
0
ansible/roles/osa_deploy
550
[ "no_license" ]
[ { "path": "ansible/roles/osa_deploy/files/openstack_user_config.yml", "content": "---\n#\n# Sample configuration for OSA v20.0.0 deployment.\n#\ncidr_networks:\n container: 172.29.236.0/22\n tunnel: 172.29.240.0/22\n storage: 172.29.244.0/22\n\nused_ips:\n - \"172.29.236.1,172.29.236.50\"\n - \"172.29....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8542, "all_permissive": false }
ansible_role
pgalonza/linux-collection
082c71db354f61d549d3ed73644b8e203177af7b
0
roles/audit
553
[ "permissive" ]
[ { "path": "roles/audit/tasks/audit.yml", "content": "---\n# tasks file for audit\n\n- name: Collect only os_family facts\n ansible.builtin.setup:\n gather_subset:\n - '!all'\n - os_family\n\n# - name: Gather facts on listening ports\n# community.general.listen_ports_facts:\n\n- name: Check c...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8263, "all_permissive": true }
ansible_role
pgalonza/linux-collection
082c71db354f61d549d3ed73644b8e203177af7b
0
roles/bash_profile
553
[ "permissive" ]
[ { "path": "roles/bash_profile/README.md", "content": "Bash prompt\n=========\n\nBash prompt customization for informational purposes and human error reduction\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n* bash_prompt - prompt template for PS1 variable.\n* bash_server_role - name...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3268, "all_permissive": true }
ansible_role
pgalonza/linux-collection
082c71db354f61d549d3ed73644b8e203177af7b
0
roles/nginx
553
[ "permissive" ]
[ { "path": "roles/nginx/README.md", "content": "NGINX\n=========\n\nNginx install and security configuration\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nNone\n\nDependencies\n------------\n\nRoles:\n* nginxinc.nginx_core.nginx\n\nExample Playbook\n----------------\n\n```yaml\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2324, "all_permissive": true }
ansible_role
pgalonza/linux-collection
082c71db354f61d549d3ed73644b8e203177af7b
0
roles/prepare
553
[ "permissive" ]
[ { "path": "roles/prepare/handlers/main.yml", "content": "---\n# handlers file for prepare\n\n- name: Reload ssh server\n ansible.builtin.systemd:\n state: reloaded\n name: sshd\n listen: restart_sshd\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2518, "all_permissive": true }
ansible_role
pgalonza/linux-collection
082c71db354f61d549d3ed73644b8e203177af7b
0
roles/security
553
[ "permissive" ]
[ { "path": "roles/security/templates/nftables/01-general-rules.nft.j2", "content": "#\n# {{ ansible_managed }}\n#\n#flush ruleset\ntable inet filter {\n\n # protocols to allow\n set allowed_protocols {\n type inet_proto\n elements = { icmp, icmpv6 }\n }\n\n ...
{ "task_files": 14, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 28, "total_bytes": 29780, "all_permissive": true }
ansible_role
maxbesley/vps-config
f3acacc4cbde54b4a13e38040748947fe90a03d0
0
roles/cron
553
[ "no_license" ]
[ { "path": "roles/cron/tasks/main.yml", "content": "---\n- name: Ensure a test cron job exists\n cron:\n name: For testing if cron is working\n user: root\n job: /usr/bin/uptime > /tmp/uptime-test\n\n- name: Create a cron job for certificate renewal\n cron:\n name: Run the certificate renewal c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
maxbesley/vps-config
f3acacc4cbde54b4a13e38040748947fe90a03d0
0
roles/docker
553
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Print computer architecture info\n debug:\n msg: \"Architecture: {{ ansible_architecture }}, Codename: {{ ansible_lsb.codename }}\"\n\n- name: Check if Docker is already installed\n shell: command -v docker\n register: docker_exists\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2036, "all_permissive": false }
ansible_role
maxbesley/vps-config
f3acacc4cbde54b4a13e38040748947fe90a03d0
0
roles/fail2ban
553
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n- name: Copy over fail2ban configuration\n copy:\n src: jail.local\n dest: /etc/fail2ban/jail.local\n become: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
maxbesley/vps-config
f3acacc4cbde54b4a13e38040748947fe90a03d0
0
roles/nginx
553
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Create directory for website content\n file:\n path: /var/www/nginx/\n state: directory\n mode: 0755\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
maxbesley/vps-config
f3acacc4cbde54b4a13e38040748947fe90a03d0
0
roles/packages
553
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n- block:\n - name: Update and upgrade APT\n ansible.builtin.apt:\n update_cache: yes\n upgrade: yes\n\n - name: Install desired APT packages\n ansible.builtin.apt:\n pkg:\n - build-essential\n - net-tools\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 641, "all_permissive": false }
ansible_role
maxbesley/vps-config
f3acacc4cbde54b4a13e38040748947fe90a03d0
0
roles/ssh
553
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Set SSH loglevel to verbose\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#LogLevel'\n line: LogLevel VERBOSE\n\n- name: Disable SSH root login\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#?PermitRootLogin'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 581, "all_permissive": false }
ansible_role
maxbesley/vps-config
f3acacc4cbde54b4a13e38040748947fe90a03d0
0
roles/sysctl
553
[ "no_license" ]
[ { "path": "roles/sysctl/tasks/main.yml", "content": "---\n- name: Set OS \"swappiness\" parameter\n ansible.posix.sysctl:\n name: vm.swappiness\n value: 10\n\n- name: Set laptop mode (e.g. for power saving)\n ansible.posix.sysctl:\n name: vm.laptop_mode\n value: 0\n\n- name: Configure to alway...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
maxbesley/vps-config
f3acacc4cbde54b4a13e38040748947fe90a03d0
0
roles/systemd
553
[ "no_license" ]
[ { "path": "roles/systemd/tasks/main.yml", "content": "---\n- name: Set the computer name\n hostname:\n name: webserver\n use: systemd\n\n- name: Enable and start cron\n systemd_service:\n name: cron\n state: started\n enabled: yes\n\n- name: Enable the ssh server\n systemd_service:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
maxbesley/vps-config
f3acacc4cbde54b4a13e38040748947fe90a03d0
0
roles/ufw
553
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "- name: Enable UFW and deny by default\n ufw:\n state: enabled\n default: deny\n\n- name: Turn on logging\n ufw:\n logging: on\n\n- name: Allow SSH connections\n ufw:\n rule: allow\n name: OpenSSH\n\n- name: Allow access to TCP port 80\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 748, "all_permissive": false }
ansible_role
maxbesley/vps-config
f3acacc4cbde54b4a13e38040748947fe90a03d0
0
roles/users
553
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n- name: Ensure \"docker\" group exists with correct gid\n group:\n name: docker\n state: present\n gid: 1750\n\n- name: Ensure group for non-root user exists\n group:\n name: \"{{ remote_linux_user }}\"\n state: present\n\n- name: Cre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 688, "all_permissive": false }
ansible_role
jleexp/ansible
05109a0653ea00a2dcaa3c491c06c3d3061296e2
0
roles/common
553
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n - name: Disable SELinux\n selinux:\n state: disabled\n\n - name: Check if firewalld exists\n stat: path=/usr/lib/systemd/system/firewalld.service\n register: firewalld_status\n\n - name: Stop and disable firewalld\n systemd:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3681, "all_permissive": false }
ansible_role
jackadamson/personalization
f94c77e63cbbea2145d5acf88e6b5ce172958f8a
0
roles/005-setup
553
[ "no_license" ]
[ { "path": "roles/005-setup/tasks/main.yml", "content": "- name: Create temporary directory\n tempfile:\n state: directory\n suffix: personalization\n register: tempdir\n\n- name: get the username running the deploy\n local_action: command whoami\n register: username_on_the_host\n\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": false }
ansible_role
jackadamson/personalization
f94c77e63cbbea2145d5acf88e6b5ce172958f8a
0
roles/007-install-packages
553
[ "no_license" ]
[ { "path": "roles/007-install-packages/vars/default.yml", "content": "system_packages: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/007-install-packages/tasks/main.yml", "content": "- include_vars: \"{{ item }}\"\n with_first_foun...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1162, "all_permissive": false }
ansible_role
jackadamson/personalization
f94c77e63cbbea2145d5acf88e6b5ce172958f8a
0
roles/010-setup-zsh
553
[ "no_license" ]
[ { "path": "roles/010-setup-zsh/tasks/main.yml", "content": "---\n- name: Set Package Install Command(apt)\n set_fact:\n package_install_command: \"sudo apt install\"\n when: ansible_pkg_mgr == 'apt'\n\n- name: Set Package Install Command(yum)\n set_fact:\n package_install_command: \"sudo yum instal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1142, "all_permissive": false }
ansible_role
jackadamson/personalization
f94c77e63cbbea2145d5acf88e6b5ce172958f8a
0
roles/020-setup-fonts
553
[ "no_license" ]
[ { "path": "roles/020-setup-fonts/tasks/main.yml", "content": "---\n# Install powerline fonts\n- name: Clone powerline fonts\n git:\n repo: https://github.com/powerline/fonts.git\n dest: \"{{ tempdir.path }}/fonts\"\n depth: 1\n\n- name: Run powerline font install\n command: bash {{ tempdir.path }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
jackadamson/personalization
f94c77e63cbbea2145d5acf88e6b5ce172958f8a
0
roles/030-install-theme
553
[ "no_license" ]
[ { "path": "roles/030-install-theme/tasks/main.yml", "content": "---\n- name: Install materia-gtk-theme\n package:\n name: materia-gtk-theme\n state: latest\n become: yes\n\n- name: Add moka PPA\n apt_repository:\n repo: ppa:snwh/ppa\n when: ansible_distribution == 'Ubuntu'\n become: yes\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
jackadamson/personalization
f94c77e63cbbea2145d5acf88e6b5ce172958f8a
0
roles/035-setup-i3
553
[ "no_license" ]
[ { "path": "roles/035-setup-i3/tasks/main.yml", "content": "- name: Assert is arch\n assert:\n that: ansible_pkg_mgr == 'pacman'\n fail_msg: \"i3 setup from this playbook currently only supports archlinux\"\n\n\n- name: Install i3 and related packages\n become: yes\n package:\n name:\n - i3-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 983, "all_permissive": false }
ansible_role
jackadamson/personalization
f94c77e63cbbea2145d5acf88e6b5ce172958f8a
0
roles/040-setup-dconf
553
[ "no_license" ]
[ { "path": "roles/040-setup-dconf/tasks/main.yml", "content": "---\n- name: Copy dconf preferences (debian/ubuntu)\n copy:\n src: \"./dconf-settings-deb.ini\"\n dest: \"{{ tempdir.path }}/dconf-settings.ini\"\n mode: 0644\n when: graphical and (ansible_pkg_mgr == 'apt')\n register: dconfd\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 12073, "all_permissive": false }
ansible_role
jackadamson/personalization
f94c77e63cbbea2145d5acf88e6b5ce172958f8a
0
roles/050-setup-nano
553
[ "no_license" ]
[ { "path": "roles/050-setup-nano/tasks/main.yml", "content": "# Install nano\n- name: Install nano(apt)\n apt:\n name: nano\n state: latest\n when: ansible_pkg_mgr == 'apt'\n become: yes\n\n- name: Install nano (yum)\n yum:\n name: nano\n state: latest\n when: ansible_pkg_mgr == 'yum'\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 874, "all_permissive": false }
ansible_role
jackadamson/personalization
f94c77e63cbbea2145d5acf88e6b5ce172958f8a
0
roles/060-dev-setup
553
[ "no_license" ]
[ { "path": "roles/060-dev-setup/templates/gitignore.j2", "content": "__pycache__\n*.pyc\n.env\nvenv\n.vscode\nterraform.tfstate*\nterraform.tfstate.backup\n.terraform*\n.DS_store", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/060-dev-setup/d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 9406, "all_permissive": false }
ansible_role
jackadamson/personalization
f94c77e63cbbea2145d5acf88e6b5ce172958f8a
0
roles/062-terminator
553
[ "no_license" ]
[ { "path": "roles/062-terminator/tasks/main.yml", "content": "---\n- name: Install Terminator\n become: yes\n package:\n name: terminator\n state: latest\n\n- name: make terminator config folder\n file:\n path: ~/.config/terminator\n state: directory\n\n- name: Import config file\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": false }
ansible_role
mkranthi/Devops
1c8734b9f80a02a0e6806669ac3a8607fa677b25
0
roles/appserver
553
[ "no_license" ]
[ { "path": "roles/appserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n- name: prinitng package\n yum:\n list: yum\n register: result\n- name: debuging list of packages\n debug: var.result\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
mkranthi/Devops
1c8734b9f80a02a0e6806669ac3a8607fa677b25
0
roles/webserver
553
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n- name: prinitng package\n yum:\n list: yum\n register: result\n\n- debug: \n msg: var.result\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
caracan/tomcat
88a2c860182d12eff65cab6467783cd4c652d9be
0
roles/tomcat
553
[ "permissive" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n\n- name: Install pre-reqs\n yum:\n name: '{{item}}'\n state: present\n with_items:\n - java-1.8.0-openjdk-headless\n - tomcat\n\n- name: Install Web-app example\n yum: name=tomcat-webapps state=present\n\n- name: Enable and start serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": true }
ansible_role
rosetta-systems/maneuvers
54254cde1fc8ea10b4e7f40b04003cbb898330c5
0
playbooks/roles/acme.sh
553
[ "no_license" ]
[ { "path": "playbooks/roles/acme.sh/tasks/main.yml", "content": "---\n- name: Git Clone acme.sh\n tags: acme\n git:\n repo: \"https://github.com/acmesh-official/acme.sh.git\"\n dest: \"/root/acme.sh\"\n clone: yes\n\n- name: Install acme.sh\n tags: acme\n command: ./acme.sh --install -m <EMAIL>\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1712, "all_permissive": false }
ansible_role
rosetta-systems/maneuvers
54254cde1fc8ea10b4e7f40b04003cbb898330c5
0
playbooks/roles/ansible
553
[ "no_license" ]
[ { "path": "playbooks/roles/ansible/tasks/main.yml", "content": "---\n - name: Copy Vault Password File\n tags: ansible\n copy:\n src: \"{{ item[0].src }}\"\n dest: \"/home/{{ item[1] }}/rosetta/maneuvers/{{ item[0].dest }}\"\n mode: 0600\n owner: \"{{ item[1] }}\"\n group: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1083, "all_permissive": false }
ansible_role
rosetta-systems/maneuvers
54254cde1fc8ea10b4e7f40b04003cbb898330c5
0
playbooks/roles/rosetta-server
553
[ "no_license" ]
[ { "path": "playbooks/roles/rosetta-server/tasks/main.yml", "content": "---\n- name: Create Executable Directory\n tags: rosetta-server\n file:\n path: /usr/local/sbin/rosetta.systems\n state: directory\n mode: 0755\n owner: root\n group: root\n\n- name: Build rosetta-server Executable\n ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1101, "all_permissive": false }
ansible_role
rosetta-systems/maneuvers
54254cde1fc8ea10b4e7f40b04003cbb898330c5
0
playbooks/roles/selinux
553
[ "no_license" ]
[ { "path": "playbooks/roles/selinux/tasks/main.yml", "content": "---\n- name: Assign 40000 Port Range to http_port_t\n tags: selinux\n community.general.seport:\n ports: 40000-40001\n proto: tcp\n setype: http_port_t\n state: present\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
rainbow23/practice-dev-env-ansible-play-book
1b15222aa0cf83b7919d9be012dfde4a9f762c5d
0
wordpress-nginx_rhel7/roles/dev_env
553
[ "no_license" ]
[ { "path": "wordpress-nginx_rhel7/roles/dev_env/tasks/main.yml", "content": "---\n- name: \"Set vars\"\n set_fact:\n go_version: \"1.8.3\"\n python_version: \"3.6.0\"\n\n- name: \"Set path\"\n set_fact:\n home_path: \"/home/{{ ansible_user }}\"\n base_clone_path: \"https://github.com\"\n pye...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 10993, "all_permissive": false }
ansible_role
SergeyKa-cmd/trytravis-owntarget
aee900d2f784405d36dabe8994ab74eebe50b60b
0
ansible/roles/app
553
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# tasks file for app\n- name: Add unit file for Puma\n copy:\n src: puma.service\n dest: /etc/systemd/system/puma.service\n notify: reload puma\n \n- name: Add config for DB connection\n template:\n src: db_config.j2\n dest: /hom...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 595, "all_permissive": false }
ansible_role
MoradMlik/vagrant_vm
91b3e2bbe71d2bd6bde4454851409c4bad76e583
0
centos7_vagrant/data/ansible/roles/test_role
553
[ "no_license" ]
[ { "path": "centos7_vagrant/data/ansible/roles/test_role/tasks/main.yml", "content": "---\n# tasks file for test_role\n- name: copy file in remote\n copy:\n src: \"{{ item }}\"\n dest: /home/vagrant/\n with_items: \"{{ list }}\" \n \n\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 216, "all_permissive": false }
ansible_role
giladjud/ansible-kakfa
624688d996201259421a8a929288ed63bf722a6d
0
roles/install-java
552
[ "no_license" ]
[ { "path": "roles/install-java/tasks/setup-FreeBSD.yml", "content": "---\n- name: Ensure Java is installed.\n pkgng:\n name: \"{{ java_packages }}\"\n state: present\n become: yes\n- name: ensure proc is mounted\n mount: name=/proc fstype=procfs src=proc opts=rw state=mounted\n become: yes\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
giladjud/ansible-kakfa
624688d996201259421a8a929288ed63bf722a6d
0
roles/kafka-cluster
552
[ "no_license" ]
[ { "path": "roles/kafka-cluster/tasks/startcluster.yml", "content": "---\n- name: systemctl script - zookeeper\n copy:\n src: zookeeper.service\n dest: \"/etc/systemd/system/zookeeper.service\"\n owner: root\n group: root\n mode: 0755\n become: yes\n\n- name: systemctl script - kafka\n copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 671, "all_permissive": false }
ansible_role
AngeIo/proxmox-installer-unattended
4a7921f05422b5db316a03d1db0eb4a68ace466b
5
roles/bifrost-baremetal-json
552
[ "permissive" ]
[ { "path": "roles/bifrost-baremetal-json/tasks/main.yml", "content": "---\n# This role generates the baremetal.json file required by OpenStack Bifrost (standalone version of Ironic)\n\n- name: Create baremetal.json file from template\n template:\n src: baremetal_json.j2\n dest: \"{{ lookup('ansible.bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3581, "all_permissive": true }
ansible_role
AngeIo/proxmox-installer-unattended
4a7921f05422b5db316a03d1db0eb4a68ace466b
5
roles/bifrost-postinstall
552
[ "permissive" ]
[ { "path": "roles/bifrost-postinstall/tasks/main.yml", "content": "---\n# This role installs OpenStack Bifrost (standalone version of Ironic) and create the required files to proceed with the deployment of Proxmox\n\n- name: Download Ubuntu (20.04.6) Ironic Python Agent (IPA) image using ironic-python-agent-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3144, "all_permissive": true }
ansible_role
AngeIo/proxmox-installer-unattended
4a7921f05422b5db316a03d1db0eb4a68ace466b
5
roles/proxmox-installer
552
[ "permissive" ]
[ { "path": "roles/proxmox-installer/templates/hosts.j2", "content": "# {{ ansible_managed }}\n\n127.0.0.1 localhost\n{{ ansible_default_ipv4.address|default(ansible_all_ipv4_addresses[0]) }} {{ ansible_fqdn }} {{ ansible_hostname }}\n\n# The following lines are desirable for IPv6 capable hosts\n::1 local...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4997, "all_permissive": true }
ansible_role
lramosduarte/ansible-for-noobs
a415914c54b7b2d3c96925add9c3900dc8b6b7af
0
roles/atom
552
[ "no_license" ]
[ { "path": "roles/atom/tasks/main.yml", "content": "- name: Baixa o atom.deb pelo endpoint da ultima versão estável\n get_url:\n url: https://atom.io/download/deb\n dest: /tmp/\n\n- name: Instala o atom\n become: yes\n apt:\n deb: /tmp/atom-amd64.deb\n\n- name: Instala o pacote sync-settings\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 598, "all_permissive": false }
ansible_role
lramosduarte/ansible-for-noobs
a415914c54b7b2d3c96925add9c3900dc8b6b7af
0
roles/docker
552
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Download gpg key docker\n get_url:\n url: https://download.docker.com/linux/ubuntu/gpg\n dest: /tmp/gpg-docker\n\n- name: Inserindo a chave\n apt_key:\n file: /tmp/gpg-docker\n become: yes\n\n- name: Adiciona repositorio docker\n apt_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
lramosduarte/ansible-for-noobs
a415914c54b7b2d3c96925add9c3900dc8b6b7af
0
roles/git
552
[ "no_license" ]
[ { "path": "roles/git/templates/.gitignore.j2", "content": "# arquivo de configuração geralmente usado por mim em ambiente de dev\nleonardo.py\n\n# pasta do virtualenv local de cada projeto\nvenv/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 932, "all_permissive": false }
ansible_role
lramosduarte/ansible-for-noobs
a415914c54b7b2d3c96925add9c3900dc8b6b7af
0
roles/programas_uso_geral
552
[ "no_license" ]
[ { "path": "roles/programas_uso_geral/tasks/main.yml", "content": "- name: Atualizar cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n\n- name: Atualiza pacotes para ultima versão\n apt:\n upgrade: dist\n become: yes\n\n- name: Instala pacotes diários\n apt:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
lramosduarte/ansible-for-noobs
a415914c54b7b2d3c96925add9c3900dc8b6b7af
0
roles/python
552
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: Instalar o pip3\n apt:\n name: python3-pip\n state: latest\n become: yes\n\n- name: Instalar virtualenv\n command: pip3 install virtualenv\n\n- name: Instalar toggl-client\n command: pip3 install toggl-client\n\n- name: Deixa tgc disponi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
lramosduarte/ansible-for-noobs
a415914c54b7b2d3c96925add9c3900dc8b6b7af
0
roles/spotify
552
[ "no_license" ]
[ { "path": "roles/spotify/tasks/main.yml", "content": "- name: Instala chave do repositório\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: BBEBDCB318AD50EC6865090613B00F1FD2C19886\n state: present\n become: true\n\n- name: Configura repositório\n apt_repository:\n repo: deb http://reposito...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 528, "all_permissive": false }
ansible_role
lramosduarte/ansible-for-noobs
a415914c54b7b2d3c96925add9c3900dc8b6b7af
0
roles/ssh
552
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Instalar o ssh\n become: yes\n apt:\n name: openssh-server\n state: present\n\n- name: Cria uma chave ssh para uso genérico\n shell : mkdir $HOME/.ssh \n become: yes \n\n- name: Configura o ssh config para projetos pessoais usarem a chave ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 496, "all_permissive": false }
ansible_role
lramosduarte/ansible-for-noobs
a415914c54b7b2d3c96925add9c3900dc8b6b7af
0
roles/tmux
552
[ "no_license" ]
[ { "path": "roles/tmux/templates/.tmux.j2", "content": "# configura movimentação entre palavras\nset-window-option -g xterm-keys on\n\n# Previne o fechamento do terminal se pressionado ctrl+D apenas uma vez\nIGNOREEOF=3\nset -o ignoreeof\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2413, "all_permissive": false }
ansible_role
lramosduarte/ansible-for-noobs
a415914c54b7b2d3c96925add9c3900dc8b6b7af
0
roles/vscode
552
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "- name: Instala o vscode\n become: yes\n apt:\n deb: https://vscode-update.azurewebsites.net/1.28.1/linux-deb-x64/stable\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
irvieira/ansible-cisco-backup
4f73bac622b3b7b7547be6ffc7aace34f113268f
0
roles/backup_running_config
552
[ "no_license" ]
[ { "path": "roles/backup_running_config/tasks/main.yml", "content": "---\n- name: Get running-config and save it\n ios_config:\n backup: yes\n backup_options:\n filename: \"{{ inventory_hostname }}.cfg\"\n dir_path: '/tmp/cisco_config'\n...", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
irvieira/ansible-cisco-backup
4f73bac622b3b7b7547be6ffc7aace34f113268f
0
roles/copy_config_gitlab
552
[ "no_license" ]
[ { "path": "roles/copy_config_gitlab/tasks/main.yml", "content": "---\n- name: Get current date\n local_action: command date +%Y-%b-%d\n register: date\n \n- name: Clone a github repository\n git:\n repo: 'https://{{gituser}}:{{gitpass}}@gt-dci-gitlab.gtcs.local/dci-team/dci-configuration.git'\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1124, "all_permissive": false }
ansible_role
hpf0532/corona
b4e37ba60fc4a37f9dca3a7518cbca112ee05739
5
playbooks/roles/mysql
552
[ "no_license" ]
[ { "path": "playbooks/roles/mysql/templates/service.sh.j2", "content": "#!/bin/bash\ncp {{ basedir }}/support-files/mysql.server /etc/init.d/mysqld\n\nsed -i \"s#^basedir=#basedir={{ basedir }}#\" /etc/init.d/mysqld\nsed -i \"s#^datadir=#datadir={{ basedir }}/data#\" /etc/init.d/mysqld\nsed -i \"s#^mysqld_pi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6111, "all_permissive": false }
ansible_role
hpf0532/corona
b4e37ba60fc4a37f9dca3a7518cbca112ee05739
5
playbooks/roles/nginx
552
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/vars/main.yml", "content": "#nginx_version: 1.12.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "playbooks/roles/nginx/tasks/install.yml", "content": "---\n- name: install dependent soft\n yum: name={{ item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1321, "all_permissive": false }
ansible_role
hpf0532/corona
b4e37ba60fc4a37f9dca3a7518cbca112ee05739
5
playbooks/roles/nginx_vue_conf
552
[ "no_license" ]
[ { "path": "playbooks/roles/nginx_vue_conf/handlers/main.yml", "content": "- name: check nginx_conf\n shell: '\"{{ basedir }}\"/sbin/nginx -t'\n- name: restart nginx\n shell: '\"{{ basedir }}\"/sbin/nginx -s reload'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1108, "all_permissive": false }
ansible_role
hpf0532/corona
b4e37ba60fc4a37f9dca3a7518cbca112ee05739
5
playbooks/roles/redis
552
[ "no_license" ]
[ { "path": "playbooks/roles/redis/tasks/main.yml", "content": "---\n- name: check redis is installed\n stat: path={{ basedir }}\n register: is_redis_installed\n\n- name: unarchive redis soft\n unarchive: src=redis-{{ redis_version }}.tar.gz dest={{ tmpdir }}\n when: is_redis_installed.stat.isdir is undef...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1698, "all_permissive": false }
ansible_role
hpf0532/corona
b4e37ba60fc4a37f9dca3a7518cbca112ee05739
5
playbooks/roles/tomcat
552
[ "no_license" ]
[ { "path": "playbooks/roles/tomcat/vars/backup.yml", "content": "---\ntomcat_version: \"8.5.20\"\ntmpdir: \"/tmp\"\nworkdir: \"/opt\"\nmem_size: 200\ntomcat_app:\n tomcat_web_mojiedai:\n name: tomcat_web_mojiedai\n tomcat_app_root: \"/opt/tomcat_web_mojiedai\"\n tomcat_user: www\n tomcat_http_po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2149, "all_permissive": false }
ansible_role
Oivanov1/ansible-hometask
395ce93d0524ec24ca90b7f077f478f95bd24cfa
0
roles/common
552
[ "no_license" ]
[ { "path": "roles/common/tasks/network-interface-list.yml", "content": "---\n\n- name: Display network interface\n debug:\n msg: System {{ inventory_hostname }} has address {{ ansible_interfaces }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 214, "all_permissive": false }
ansible_role
Oivanov1/ansible-hometask
395ce93d0524ec24ca90b7f077f478f95bd24cfa
0
roles/httpd
552
[ "no_license" ]
[ { "path": "roles/httpd/vars/main.yml", "content": "---\n\nstatic_web_server_default_path: /var/www/html", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/httpd/tasks/whoami-provision.yml", "content": "---\n\n- name: Generate whoami.html\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1099, "all_permissive": false }
ansible_role
Oivanov1/ansible-hometask
395ce93d0524ec24ca90b7f077f478f95bd24cfa
0
roles/uptime-report
552
[ "no_license" ]
[ { "path": "roles/uptime-report/templates/report-template.j2", "content": "Hostname: {{ inventory_hostname }}\nServer uptime: {{ server_uptime }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/uptime-report/tasks/uptime-report.yml", "cont...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 424, "all_permissive": false }
ansible_role
AbuseIO/abuseio-ansible
9a31d96be5dfa04fb65f3a1c3c88585064ca6587
3
roles/abuseio
554
[ "no_license" ]
[ { "path": "roles/abuseio/handlers/main.yml", "content": "---\n# handlers file for abuseio", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/abuseio/tasks/main.yml", "content": "---\n# tasks file for abuseio\n- name: Pulling AbuseIO Version ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5847, "all_permissive": false }
ansible_role
AbuseIO/abuseio-ansible
9a31d96be5dfa04fb65f3a1c3c88585064ca6587
3
roles/certbot
554
[ "no_license" ]
[ { "path": "roles/certbot/README.md", "content": "# Ansible Role: Certbot (for Let's Encrypt)\n\n[![Build Status](https://travis-ci.org/geerlingguy/ansible-role-certbot.svg?branch=master)](https://travis-ci.org/geerlingguy/ansible-role-certbot)\n\nInstalls and configures Certbot (for Let's Encrypt).\n\n## Re...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5084, "all_permissive": false }
ansible_role
AbuseIO/abuseio-ansible
9a31d96be5dfa04fb65f3a1c3c88585064ca6587
3
roles/firewall
554
[ "no_license" ]
[ { "path": "roles/firewall/.travis.yml", "content": "---\nservices: docker\n\nenv:\n - distro: centos7\n - distro: centos6\n - distro: ubuntu1604\n - distro: ubuntu1404\n - distro: ubuntu1204\n - distro: debian8\n\nscript:\n # Download test shim.\n - wget -O ${PWD}/tests/test.sh https://gist.githubus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2780, "all_permissive": false }
ansible_role
AbuseIO/abuseio-ansible
9a31d96be5dfa04fb65f3a1c3c88585064ca6587
3
roles/lockdown
554
[ "no_license" ]
[ { "path": "roles/lockdown/vars/main.yml", "content": "---\n# vars file for lockdown\nntp_package: ntp\nntp_service: ntp\nssh_service: ssh\ngrubcfg_location: /boot/grub/grub.cfg\ncracklib_package: libpam-cracklib\npam_password_file: /etc/pam.d/common-password\n\n", "license_type": "no_license", "dete...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 8190, "all_permissive": false }
ansible_role
AbuseIO/abuseio-ansible
9a31d96be5dfa04fb65f3a1c3c88585064ca6587
3
roles/mysql
554
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# Variable configuration.\n- import_tasks: variables.yml\n\n# Setup/install tasks.\n- include_tasks: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n\n- include_tasks: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n\n- include_tasks...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1701, "all_permissive": false }
ansible_role
AbuseIO/abuseio-ansible
9a31d96be5dfa04fb65f3a1c3c88585064ca6587
3
roles/pdns-recursor
554
[ "no_license" ]
[ { "path": "roles/pdns-recursor/vars/RedHat.yml", "content": "---\n\ndefault_pdns_rec_user: \"pdns-recursor\"\ndefault_pdns_rec_group: \"pdns-recursor\"\ndefault_pdns_rec_config_dir: \"/etc/pdns-recursor\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 17695, "all_permissive": false }
ansible_role
AbuseIO/abuseio-ansible
9a31d96be5dfa04fb65f3a1c3c88585064ca6587
3
roles/php-mailparse
554
[ "no_license" ]
[ { "path": "roles/php-mailparse/handlers/main.yml", "content": "---\n# handlers file for php-mailparse", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/php-mailparse/vars/main.yml", "content": "---\n# vars file for php-mailparse", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 493, "all_permissive": false }
ansible_role
AbuseIO/abuseio-ansible
9a31d96be5dfa04fb65f3a1c3c88585064ca6587
3
roles/php-mbstring-patch
554
[ "no_license" ]
[ { "path": "roles/php-mbstring-patch/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - php-mbstring-patch", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/php-mbstring-patch/handlers/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 550, "all_permissive": false }
ansible_role
AbuseIO/abuseio-ansible
9a31d96be5dfa04fb65f3a1c3c88585064ca6587
3
roles/phpmyadmin
554
[ "no_license" ]
[ { "path": "roles/phpmyadmin/tasks/setup-RedHat.yml", "content": "---\n- name: Ensure phpMyAdmin is installed.\n yum: name=phpmyadmin state=installed enablerepo={{ phpmyadmin_enablerepo }}\n notify: restart apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
AbuseIO/abuseio-ansible
9a31d96be5dfa04fb65f3a1c3c88585064ca6587
3
roles/postfix
554
[ "no_license" ]
[ { "path": "roles/postfix/templates/main.cf.j2", "content": "# See /usr/share/postfix/main.cf.dist for a commented, more complete version\n\n\n# Debian specific: Specifying a file name will cause the first\n# line of that file to be used as the name. The Debian default\n# is /etc/mailname.\nmyorigin = {{ p...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3810, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rocky8
60c88e8c0c16c14ba1d1ed6b8e5ce9d5d75dd2a0
0
roles/pacemaker-config
554
[ "no_license" ]
[ { "path": "roles/pacemaker-config/tasks/fence_sbd.yml", "content": "### configuration to use fence_sbd\n# initialize the SBD partition on the shared disk\n- name: initialize the SBD partition on the shared disk\n command: \"pcs stonith sbd device setup device={{ SBD_DEVICE }} --force\"\n when: inventory_h...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1538, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rocky8
60c88e8c0c16c14ba1d1ed6b8e5ce9d5d75dd2a0
0
roles/pacemaker-install
554
[ "no_license" ]
[ { "path": "roles/pacemaker-install/tasks/main.yml", "content": "### 4.1 Installing cluster software\n\n# 1. install packages\n#\n## # yum install pcs pacemaker fence-agents-all\n#\n- name: install Pacemaker packages (Rocky 8)\n yum:\n name: ['pcs', 'pacemaker', 'fence-agents-all']\n enablerepo: ha\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4126, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rocky8
60c88e8c0c16c14ba1d1ed6b8e5ce9d5d75dd2a0
0
roles/pacemaker-start
554
[ "no_license" ]
[ { "path": "roles/pacemaker-start/tasks/main.yml", "content": "- name: start Pacemaker cluster\n command: pcs cluster start --wait\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 68, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rocky8
60c88e8c0c16c14ba1d1ed6b8e5ce9d5d75dd2a0
0
roles/pacemaker-stop
554
[ "no_license" ]
[ { "path": "roles/pacemaker-stop/tasks/main.yml", "content": "- name: stop Pacemaker cluster\n command: pcs cluster stop --force\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rocky8
60c88e8c0c16c14ba1d1ed6b8e5ce9d5d75dd2a0
0
roles/pacemaker-uninstall
554
[ "no_license" ]
[ { "path": "roles/pacemaker-uninstall/tasks/main.yml", "content": "### destroy cluster\n## # pcs cluster destroy --all\n## # pcs host deauth NODE1 NODE2\n- name: check if pcs was already uninstalled\n command: pcs --version\n changed_when: false\n failed_when: false\n register: pcs_state\n\n- block:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3167, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rocky8
60c88e8c0c16c14ba1d1ed6b8e5ce9d5d75dd2a0
0
roles/pm_extra_tools-install
554
[ "no_license" ]
[ { "path": "roles/pm_extra_tools-install/tasks/main.yml", "content": "- name: make sure pm_extra_tools version\n set_fact:\n pm_extra_tools: '1.6-1.el9'\n when: pm_extra_tools is not defined\n\n- name: copy pm_extra_tools to nodes\n copy:\n src: pm_extra_tools-{{ pm_extra_tools }}.noarch.rpm\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rocky8
60c88e8c0c16c14ba1d1ed6b8e5ce9d5d75dd2a0
0
roles/pm_extra_tools-uninstall
554
[ "no_license" ]
[ { "path": "roles/pm_extra_tools-uninstall/tasks/main.yml", "content": "## # yum erase pm_extra_tools\n#\n- name: uninstall pm_extra_tools\n yum:\n name: pm_extra_tools\n state: absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rocky8
60c88e8c0c16c14ba1d1ed6b8e5ce9d5d75dd2a0
0
roles/pm_pcsgen-resources
554
[ "no_license" ]
[ { "path": "roles/pm_pcsgen-resources/tasks/main.yml", "content": "- name: check parameter variables\n fail:\n msg: pcsgen_csv or pcsgen_xlsx variable must be specified to run this role\n when: pcsgen_csv is not defined and pcsgen_xlsx is not defined\n tags: always\n\n- name: extract CSV config filenam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1383, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-rocky8
60c88e8c0c16c14ba1d1ed6b8e5ce9d5d75dd2a0
0
roles/resources-erase
554
[ "no_license" ]
[ { "path": "roles/resources-erase/tasks/main.yml", "content": "- name: standby nodes to stop all resources\n command: pcs node standby --all --wait\n\n- name: erase all resource configuration\n command: cibadmin -E --force\n\n- name: unstandby nodes\n command: pcs node unstandby --all --wait\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": false }
ansible_role
aerogearcatalog/ios-app-apb
c02dc6e2c7495393afd1209ac4843bbe4c4c95b5
2
roles/deprovision-ios-app
554
[ "permissive" ]
[ { "path": "roles/deprovision-ios-app/tasks/main.yml", "content": "# Delete iOS app representation using the mobile cli\n- set_fact: app_not_found_err='mobileclients.mobile.k8s.io \"{{ appName }}-ios\" not found'\n\n- name: \"Check if {{ appName }} client exists\"\n shell: mobile get client {{ appName }}-io...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": true }
ansible_role
aerogearcatalog/ios-app-apb
c02dc6e2c7495393afd1209ac4843bbe4c4c95b5
2
roles/provision-ios-app
554
[ "permissive" ]
[ { "path": "roles/provision-ios-app/tasks/main.yml", "content": "- name: \"Get the name of the service instance\"\n shell: oc get serviceinstance --namespace={{ namespace }} -o jsonpath='{.items[?(@.spec.externalID==\"{{ _apb_service_instance_id }}\")].metadata.name}'\n when: _apb_service_instance_id is de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 911, "all_permissive": true }
ansible_role
pierrefrncs/docker-tp2
99feff73c0293a9016df131f183f2b6be3d42158
0
ansible/roles/database
554
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "- name: Launch database\n docker_container:\n name: database\n image: pierrefrncs/devops:docker_tp2_database\n pull: yes\n state: started\n networks:\n - name: app-network\n env:\n POSTGRES_PASSWORD=pwd\n POSTGR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
pierrefrncs/docker-tp2
99feff73c0293a9016df131f183f2b6be3d42158
0
ansible/roles/httpd
554
[ "no_license" ]
[ { "path": "ansible/roles/httpd/tasks/main.yml", "content": "- name: Launch proxy\n docker_container:\n name: reverse_proxy\n image: pierrefrncs/devops:docker_tp2_httpd\n pull: yes \n state: started\n ports:\n - 80:80\n networks:\n - name: app-network", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
pierrefrncs/docker-tp2
99feff73c0293a9016df131f183f2b6be3d42158
0
ansible/roles/network
554
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "- name: Launch network\n docker_network:\n name: app-network", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 62, "all_permissive": false }
ansible_role
pierrefrncs/docker-tp2
99feff73c0293a9016df131f183f2b6be3d42158
0
ansible/roles/simple_api
554
[ "no_license" ]
[ { "path": "ansible/roles/simple_api/tasks/main.yml", "content": "- name: Launch app\n docker_container:\n name: backend\n image: pierrefrncs/devops:docker_tp2_simple_api\n pull: yes \n state: started\n networks:\n - name: app-network\n env:\n SPRING_DATASOURCE_USERNAME=usr\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
18965050/cd
8cacd1bfa0aae10545ee0e46226d8b0272247d9e
0
ansible/roles-based/roles/java
554
[ "no_license" ]
[ { "path": "ansible/roles-based/roles/java/defaults/main.yaml", "content": "## 安装java需要的变量\noracle_java_version: 8\noracle_java_update_version: 111\nsoftware_home: '/opt/software'\njava_home: '/opt/software/jdk_{{oracle_java_version}}_{{oracle_java_update_version}}'\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1096, "all_permissive": false }
ansible_role
18965050/cd
8cacd1bfa0aae10545ee0e46226d8b0272247d9e
0
ansible/roles-based/roles/jenkins
554
[ "no_license" ]
[ { "path": "ansible/roles-based/roles/jenkins/tasks/main.yaml", "content": "---\n- name: stop jenkins\n shell: |\n source /etc/profile\n PID=`jps -l|grep {{jenkins_install_package}}| awk '{print $1}'`\n if [[ -n $PID ]];then\n echo 'stopping jenkins...'\n kill $PID\n while [ true ]; ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1448, "all_permissive": false }
ansible_role
18965050/cd
8cacd1bfa0aae10545ee0e46226d8b0272247d9e
0
ansible/roles-based/roles/rundeck
554
[ "no_license" ]
[ { "path": "ansible/roles-based/roles/rundeck/tasks/main.yaml", "content": "---\n- name: stop rundeck\n shell: |\n source /etc/profile\n PID=`jps -l|grep {{rundeck_install_package}}| awk '{print $1}'`\n if [[ -n $PID ]];then\n echo 'stopping rundeck...'\n kill $PID\n while [ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1693, "all_permissive": false }
ansible_role
MaliciousGenius/dArch
9286183d68e1ceb57a351bf05f4089274a6b2d3d
0
roles/base
554
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n- name: Update Arch\n pacman:\n update_cache: yes\n upgrade: yes\n sudo: true\n\n- include: 01-postinstall-verify.yml\n- include: 02-developer-tools.yml\n- include: 03-utility.yml\n- include: 04-ansible.yml\n", "license_type": "no_license...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2033, "all_permissive": false }
ansible_role
MaliciousGenius/dArch
9286183d68e1ceb57a351bf05f4089274a6b2d3d
0
roles/docker
554
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Install\n pacman:\n name: \"docker\"\n state: \"present\"\n update_cache: yes\n sudo: true\n\n- name: Start services docker\n service:\n name: \"docker\"\n enabled: yes\n sudo: true\n\n- name: Adding existing user \"syste...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
MaliciousGenius/dArch
9286183d68e1ceb57a351bf05f4089274a6b2d3d
0
roles/gui
554
[ "no_license" ]
[ { "path": "roles/gui/tasks/04-compton.yml", "content": "---\n\n- name: Compton | Install packages\n pacman:\n name: \"{{ item }}\"\n state: \"present\"\n with_items:\n - compton\n sudo: true\n\n- name: Compton | Load compton.desktop\n copy:\n src: \"compton/compton.desktop\"\n dest: \"/ho...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3312, "all_permissive": false }
ansible_role
MaliciousGenius/dArch
9286183d68e1ceb57a351bf05f4089274a6b2d3d
0
roles/vmguest
554
[ "no_license" ]
[ { "path": "roles/vmguest/tasks/main.yml", "content": "---\n\n- include: 01-open-vm-tools.yml\n when: ansible_os_family == \"Archlinux\" and ansible_virtualization_type == \"VMware\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/vmguest/ta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 796, "all_permissive": false }
ansible_role
wjcaiyf/EasyCluster-3.0
5ff07da8af34e595badfd2f4a5c97b3c8efc4af6
1
RequirePackages/crm/crm_need_dirs/ansible/yamls/hpc/roles/check_ansible_version_and_linux_distribution
554
[ "no_license" ]
[ { "path": "RequirePackages/crm/crm_need_dirs/ansible/yamls/hpc/roles/check_ansible_version_and_linux_distribution/tasks/main.yml", "content": "---\n- name: fail if ansible version < 2.4.1\n fail: msg=\"ansible version must >= 2.4.1 \"\n when: hostvars.localhost.ansible_version.full | version_compare('2.4....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
wjcaiyf/EasyCluster-3.0
5ff07da8af34e595badfd2f4a5c97b3c8efc4af6
1
RequirePackages/crm/crm_need_dirs/ansible/yamls/hpc/roles/config_nisclient
554
[ "no_license" ]
[ { "path": "RequirePackages/crm/crm_need_dirs/ansible/yamls/hpc/roles/config_nisclient/tasks/config_nisclient_for_sles.yml", "content": "---\n- block:\n - name: SLES11 - copy ready files to /etc\n copy: src={{ item.s }} dest=/etc/{{ item.d }}\n with_items:\n - { s: \"sles11/defaultdomain\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3218, "all_permissive": false }
ansible_role
wjcaiyf/EasyCluster-3.0
5ff07da8af34e595badfd2f4a5c97b3c8efc4af6
1
RequirePackages/crm/crm_need_dirs/ansible/yamls/hpc/roles/config_ntpserver
554
[ "no_license" ]
[ { "path": "RequirePackages/crm/crm_need_dirs/ansible/yamls/hpc/roles/config_ntpserver/templates/ntp_sles.conf.j2", "content": "server {{ ntp_server }} iburst\nrestrict -4 default notrap nomodify nopeer noquery\nrestrict -6 default notrap nomodify nopeer noquery\nrestrict 127.0.0.1\nrestrict ::1\ndriftfile /...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 876, "all_permissive": false }