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
tspacek/dokku-ansible
a1f6e69133b356e6ad81a1ef52b2907adc602697
3
roles/dokku
7,250
[ "no_license" ]
[ { "path": "roles/dokku/tasks/main.yml", "content": "---\n# Install Dokku\n\n# # For speed the AMI has these steps done already.\n# - name: Update dependencies\n# command: \"sudo apt-get update\"\n\n# - name: Install Dokku\n# shell: \"wget -qO - https://raw.github.com/progrium/dokku/v0.2.0/bootstrap.sh |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 735, "all_permissive": false }
ansible_role
tspacek/dokku-ansible
a1f6e69133b356e6ad81a1ef52b2907adc602697
3
roles/dokku_key
7,250
[ "no_license" ]
[ { "path": "roles/dokku_key/tasks/main.yml", "content": "---\n# Add our key to Dokku to authenticate remote commands.\n\n- name: Upload public key for authenticating gitreceive\n local_action: shell cat ~/.ssh/id_rsa.pub | ssh -i {{keypair_key}} ubuntu@{{inventory_hostname}} \"sudo sshcommand acl-add dokku ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": false }
ansible_role
tspacek/dokku-ansible
a1f6e69133b356e6ad81a1ef52b2907adc602697
3
roles/ec2
7,250
[ "no_license" ]
[ { "path": "roles/ec2/tasks/main.yml", "content": "---\n# Provisions EC2\n\n- name: Create security group\n ignore_errors: yes\n local_action:\n module: ec2_group\n region: ${region}\n name: ${security_group}\n description: a group for Dokku through Ansible\n rules:\n - proto: tcp\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1120, "all_permissive": false }
ansible_role
greggameplayer/Ansible-ManageHosts
11eb64938de6e7cb7a1e062bb3fbfe87a1774a40
0
roles/reboot
7,250
[ "no_license" ]
[ { "path": "roles/reboot/tasks/docker.yml", "content": "---\n# This playbook is used to restart container from docker host\n- name: Restart Container\n community.docker.docker_container:\n name: \"{{ item }}\"\n restart: yes\n state: started\n loop: \"{{ container_ids }}\"\n tags:\n - reboot\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1010, "all_permissive": false }
ansible_role
greggameplayer/Ansible-ManageHosts
11eb64938de6e7cb7a1e062bb3fbfe87a1774a40
0
roles/setup
7,250
[ "no_license" ]
[ { "path": "roles/setup/tasks/proxmox.yml", "content": "---\n- name: Install Requests and Proxmoxer Python SDK\n pip:\n name: \"{{ item }}\"\n state: present\n executable: pip3\n umask: \"0022\"\n loop:\n - requests\n - proxmoxer\n become: yes\n delegate_to: localhost\n tags:\n - se...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 413, "all_permissive": false }
ansible_role
greggameplayer/Ansible-ManageHosts
11eb64938de6e7cb7a1e062bb3fbfe87a1774a40
0
roles/start
7,250
[ "no_license" ]
[ { "path": "roles/start/tasks/docker.yml", "content": "---\n# This playbook is used to start container from docker host\n- name: Start Container\n community.docker.docker_container:\n name: \"{{ item }}\"\n state: started\n loop: \"{{ container_ids }}\"\n tags:\n - start\n", "license_type": "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 975, "all_permissive": false }
ansible_role
greggameplayer/Ansible-ManageHosts
11eb64938de6e7cb7a1e062bb3fbfe87a1774a40
0
roles/stop
7,250
[ "no_license" ]
[ { "path": "roles/stop/tasks/proxmox.yml", "content": "---\n# This playbook is used to stop proxmox host\n- name: Stop Proxmox host\n community.general.proxmox:\n vmid: \"{{ item }}\"\n api_host: '{{ lookup(\"env\", \"PROXMOX_URL\") }}'\n api_user: '{{ lookup(\"env\", \"PROXMOX_USER\") }}'\n api...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 968, "all_permissive": false }
ansible_role
Makan763/ansible
d2ea6a8845bb2b72ee99190eaab1494e79949819
0
formation/demo-roles/roles/apache
7,252
[ "no_license" ]
[ { "path": "formation/demo-roles/roles/apache/tasks/install.yml", "content": "---\n- name: Install package with yum\n become: yes\n yum:\n name: \"{{ package_name }}\"\n state: \"{{ package_version }}\"\n\n when: ansible_os_family == \"RedHat\"\n \n- name: Install package with apt\n apt:\n name:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1215, "all_permissive": false }
ansible_role
yencarnacion/vehicles-project
09bc57b7b6f1fe04442ee68bc915b93b193c4d05
0
roles/csv2Postgres
7,252
[ "no_license" ]
[ { "path": "roles/csv2Postgres/tasks/main.yml", "content": "---\n- name: add repo for unstable python\n apt_repository: repo='ppa:pythonxy/pythonxy-devel'\n sudo: True\n- name: install unstable pandas\n apt: pkg=python-pandas update_cache=yes cache_valid_time=3600\n sudo: True\n- name: pip requirements\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 764, "all_permissive": false }
ansible_role
st38/INC-13
29b7ccc670ccef9ca479c92e8527092b6ec45e87
0
ansible/roles/awseip
7,252
[ "no_license" ]
[ { "path": "ansible/roles/awseip/templates/config.j2", "content": "[default]\noutput = json\nregion = {{ lookup('env','AWS_DEFAULT_REGION') }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "ansible/roles/awseip/tasks/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 782, "all_permissive": false }
ansible_role
st38/INC-13
29b7ccc670ccef9ca479c92e8527092b6ec45e87
0
ansible/roles/cluster
7,252
[ "no_license" ]
[ { "path": "ansible/roles/cluster/tasks/configure.yml", "content": "---\n- name: include vars\n include_vars:\n file: \"{{ item }}\"\n with_items:\n - ../awseip/vars/main.yml\n - ../postgresql/vars/main.yml\n\n- name: register aws eip variables\n set_fact:\n elastic_ip: \"{{ lookup('env','ELAS...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7195, "all_permissive": false }
ansible_role
st38/INC-13
29b7ccc670ccef9ca479c92e8527092b6ec45e87
0
ansible/roles/common
7,252
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: configure hostname\n hostname: name=\"{{ inventory_hostname }}\" \n become: true\n\n- name: add hostname to /etc/hostname\n lineinfile:\n dest: /etc/hostname\n regexp: '.*'\n line: '{{ ansible_hostname }}'\n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
st38/INC-13
29b7ccc670ccef9ca479c92e8527092b6ec45e87
0
ansible/roles/initial
7,252
[ "no_license" ]
[ { "path": "ansible/roles/initial/tasks/main.yml", "content": "---\n- name: install python2\n raw: sudo apt-get -y install python-simplejson\n changed_when: false\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
st38/INC-13
29b7ccc670ccef9ca479c92e8527092b6ec45e87
0
ansible/roles/postgresql
7,252
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/main.yml", "content": "---\n- name: register postgresql variables\n set_fact:\n pg_replication_user_password: \"{{ lookup('env','PG_REPLICATION_USER_PASSWORD') }}\"\n pg_subnet: \"{{ lookup('env','CIDR_BLOCK') }}\"\n pg_cusrom_user_name: \"{{ lookup('env',...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5471, "all_permissive": false }
ansible_role
jakub-gordian/ansible-collection-mac
c1c6906d90f8b6bbd93aeeac2caae8eb1a8c7a42
0
roles/vscode
7,252
[ "no_license" ]
[ { "path": "roles/vscode/defaults/main.yml", "content": "---\nvscode_extensions: []\nvscode_vim_extension: asvetliakov.vscode-neovim\nvscode_vim: false\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/vscode/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2363, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/composer
7,252
[ "no_license" ]
[ { "path": "roles/composer/tasks/main.yml", "content": "---\n- name: Check if Composer is installed.\n stat: \"path=/usr/local/bin/composer\"\n register: composer_bin\n tags: composer\n\n- name: download composer\n get_url:\n url: https://getcomposer.org/installer\n dest: /tmp/installer\n when: no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 842, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/docker
7,252
[ "no_license" ]
[ { "path": "roles/docker/readme.txt", "content": "@todo После установки закрыть в iptables filter input\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/docker/tasks/1-install.yml", "content": "# roles/docker/tasks/1-install.yml\n---\n\n-...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1473, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/firewalld
7,252
[ "no_license" ]
[ { "path": "roles/firewalld/tasks/main.yml", "content": "# roles/firewalld/tasks/main.yml\n---\n\n- name: Check if Iptables exists\n shell: \"if systemctl list-unit-files | grep -q iptables; then echo 1; else echo 0; fi;\"\n register: iptables_exists\n\n- name: Stop iptables\n service:\n name: iptables...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 596, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/iptables
7,252
[ "no_license" ]
[ { "path": "roles/iptables/tasks/3-rules.yml", "content": "# roles/iptables/tasks/3-rules.yml\n---\n\n- name: Open port\n iptables:\n chain: INPUT\n destination_port: \"{{ item | string }}\"\n jump: ACCEPT\n protocol: tcp\n with_items: \"{{ iptables_open_ports }}\"\n tags: iptables\n", "li...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2288, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/mariadb104
7,252
[ "no_license" ]
[ { "path": "roles/mariadb104/tasks/4-users.yml", "content": "# roles/mariadb104/tasks/4-users.yml\n---\n\n- name: MariaDB 10.4 remove anonymous users\n mysql_user:\n name: ''\n host_all: true\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n login_unix_socket: \"{{ mariadb_socket }}...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6484, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/nginx
7,252
[ "no_license" ]
[ { "path": "roles/nginx/tasks/1-install.yml", "content": "# roles/nginx/tasks/1-install.yml\n---\n\n- name: Nginx install\n yum:\n name: nginx\n state: present\n tags: nginx\n\n- name: Nginx enable autoload\n service:\n name: nginx\n state: started\n enabled: yes\n tags: nginx\n become: y...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 3492, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/nginx-hosts
7,252
[ "no_license" ]
[ { "path": "roles/nginx-hosts/templates/host-custom-settings.conf.j2", "content": "# Здесь можно положить кастомные правила для основного хоста.\n# Различные кастомные location или настройки nginx.\n# Файлы servers.conf и settings.conf не пересохраняются Ansible.\n#\n# Параметры хоста на момент генерации (мо...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 10900, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/nginx-hosts-enable
7,252
[ "no_license" ]
[ { "path": "roles/nginx-hosts-enable/tasks/2-virtual-hosts.yml", "content": "# roles/nginx-hosts/tasks/virtual-hosts.yml\n---\n\n# Virtual host config dir\n\n- name: \"Creating virtual host config dirs\"\n file:\n path: \"/etc/nginx/hosts/{{ item.server_name }}\"\n recurse: yes\n state: directory\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3707, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/php-fpm56
7,252
[ "no_license" ]
[ { "path": "roles/php-fpm56/handlers/main.yml", "content": "---\n- name: restart php-fpm\n service:\n name: php56-php-fpm\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/php-fpm56/tasks/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1224, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/php-fpm73
7,252
[ "no_license" ]
[ { "path": "roles/php-fpm73/tasks/2-selinux.yml", "content": "# roles/php-fpm73/tasks/2-selinux.yml\n---\n\n- name: Install policycoreutils\n yum:\n name:\n - policycoreutils\n - policycoreutils-devel\n state: present\n\n- name: Enable semanage php-fpm port\n seport:\n ports: 9073\n p...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3410, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/postgresql12
7,252
[ "no_license" ]
[ { "path": "roles/postgresql12/handlers/main.yml", "content": "---\n- name: reload postgresql12\n service:\n name: postgresql-12\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/postgresql12/tasks/3-users.yml", "c...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2095, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/repo
7,252
[ "no_license" ]
[ { "path": "roles/repo/defaults/main.yml", "content": "---\nepel_repo_url: \"https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm\"\nepel_repo_gpgkey_url: \"/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}\"\nepel_repofile_pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1620, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/selinux
7,252
[ "no_license" ]
[ { "path": "roles/selinux/tasks/2-policy.yml", "content": "# roles/selinux/tasks/2-policy.yml\n---\n\n- name: Enable http policy\n seport:\n ports: \"{{ item | string }}\"\n proto: tcp\n setype: http_port_t\n state: present\n with_items: \"{{ selinux_http_ports }}\"\n tags: selinux\n", "li...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 559, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/stat
7,252
[ "no_license" ]
[ { "path": "roles/stat/files/bin/start", "content": "#!/bin/bash\n\ndocker start grafana node-exporter prometheus\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/stat/tasks/5-docker.yml", "content": "# roles/stat/tasks/5-docker.yml\n--...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 19, "total_bytes": 14798, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/user
7,252
[ "no_license" ]
[ { "path": "roles/user/defaults/mail.yml", "content": "---\nuser_groups: []\nuser_name: \"web\"\nuser_shell: \"/bin/bash\"\nuser_generate_ssh_key: True\nuser_local_ssh_key_path: \"~/.ssh/id_rsa.pub\"\nuser_enable_passwordless_sudo: False\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 477, "all_permissive": false }
ansible_role
demidovich/ansible-roles
8e01175e879fa129063601e63b4afc27b4c9e0ea
0
roles/user-web
7,252
[ "no_license" ]
[ { "path": "roles/user-web/tasks/main.yml", "content": "---\n- name: \"Create user\"\n user:\n name: \"web\"\n groups: \"nginx,wheel\"\n generate_ssh_key: \"True\"\n shell: \"/bin/bash\"\n\n- name: \"Copy .bashrc file\"\n copy:\n src: \"{{ role_path }}/files/bashrc\"\n dest: /home/web/.ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 629, "all_permissive": false }
ansible_role
mohamedhamdyamer/enable-iac-app01
5806eff1d692f38cf536f00831c079fe9432b695
0
ansible/roles/build
7,252
[ "no_license" ]
[ { "path": "ansible/roles/build/tasks/main.yml", "content": "---\n - name: replace content of index.html (1) ...\n ansible.builtin.replace:\n path: ./tmp/index.html\n regexp: \"Platform:\"\n replace: \"Deployment Platform: Containers\"\n\n - name: replace content of index.html (2) ...\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1374, "all_permissive": false }
ansible_role
mohamedhamdyamer/enable-iac-app01
5806eff1d692f38cf536f00831c079fe9432b695
0
ansible/roles/deploy
7,252
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n - name: deploy the docker container ...\n become: true\n community.docker.docker_container:\n image: myapp-ansible\n name: myapp-ansible\n hostname: myapp-ansible\n published_ports:\n - 8082:80\n# tasks file for depl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
mohamedhamdyamer/enable-iac-app01
5806eff1d692f38cf536f00831c079fe9432b695
0
ansible/roles/fetch
7,252
[ "no_license" ]
[ { "path": "ansible/roles/fetch/tasks/main.yml", "content": "---\n - name: get the repo contents ...\n ansible.builtin.uri:\n url: https://api.github.com/repos/mohamedhamdyamer/enable-iac-app01/contents\n method: GET\n register: output\n\n - name: print the output ...\n ansible.builtin.debug:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 667, "all_permissive": false }
ansible_role
mohamedhamdyamer/enable-iac-app01
5806eff1d692f38cf536f00831c079fe9432b695
0
ansible/roles/verify
7,252
[ "no_license" ]
[ { "path": "ansible/roles/verify/handlers/main.yml", "content": "---\n# handlers file for verify\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/roles/verify/defaults/main.yml", "content": "---\n# defaults file for verify\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 584, "all_permissive": false }
ansible_role
plasticrake/ansible-collection-duplicacy
3cbdcf8c92419da749f273bb213e986c6d444004
1
roles/duplicacy_install
7,252
[ "no_license" ]
[ { "path": "roles/duplicacy_install/molecule-role/common/executable-in-path.yml", "content": "- name: Executable in path\n block:\n - name: Check if '{{ item }}' is in path\n shell: command -v {{ item }}\n environment:\n PATH: \"{{ ansible_env.PATH }}:{{ install_path }}\"\n register...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8547, "all_permissive": false }
ansible_role
plasticrake/ansible-collection-duplicacy
3cbdcf8c92419da749f273bb213e986c6d444004
1
roles/duplicacy_setup_user
7,252
[ "no_license" ]
[ { "path": "roles/duplicacy_setup_user/molecule-role/common/molecule.yml", "content": "---\nverifier:\n name: testinfra\n options:\n sudo: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/duplicacy_setup_user/molecule-role/common/te...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 6157, "all_permissive": false }
ansible_role
plone/plone.com.ansible
2d4384fd67fe8162d03879c0135ee80b4d11769b
1
roles/ansible-role-supervisor
7,252
[ "no_license" ]
[ { "path": "roles/ansible-role-supervisor/tasks/main.yml", "content": "---\n\n- name: Supervisor task {{ name }} is present\n template:\n src=task.conf.j2\n dest={{ supervisor_config_dir }}/{{ name }}.conf\n owner=root\n group=root\n mode=644\n register: supervisor_task_conf\n sudo: yes\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1470, "all_permissive": false }
ansible_role
plone/plone.com.ansible
2d4384fd67fe8162d03879c0135ee80b4d11769b
1
roles/autoupgrade
7,252
[ "no_license" ]
[ { "path": "roles/autoupgrade/tasks/main.yml", "content": "---\n\n- name: Ensure unattended-upgrades\n apt: pkg={{ item }} state=present\n with_items:\n - unattended-upgrades\n - mailutils\n\n- name: Turn on unattended unattended-upgrades\n lineinfile:\n dest=/etc/apt/apt.conf.d/10periodic\n l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 933, "all_permissive": false }
ansible_role
plone/plone.com.ansible
2d4384fd67fe8162d03879c0135ee80b4d11769b
1
roles/create_users
7,252
[ "no_license" ]
[ { "path": "roles/create_users/tasks/main.yml", "content": "---\n\n# vars:\n# users:\n# - name: steve\n# sudoer: yes\n# auth_key: ssh-rsa ...\n\n\n- name: Add users\n user:\n name={{ item.name }}\n system={{ item.sudoer }}\n shell=/bin/bash\n group={{ item.group }}\n when: it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1272, "all_permissive": false }
ansible_role
plone/plone.com.ansible
2d4384fd67fe8162d03879c0135ee80b4d11769b
1
roles/load_balancer
7,252
[ "no_license" ]
[ { "path": "roles/load_balancer/tasks/main.yml", "content": "---\n\n- name: haproxy installed\n apt: pkg=haproxy state=present\n\n- name: haproxy enabled\n copy:\n src=haproxy_enabled\n dest=/etc/default/haproxy\n owner=root\n group=root\n mode=644\n\n- name: haproxy config\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2482, "all_permissive": false }
ansible_role
plone/plone.com.ansible
2d4384fd67fe8162d03879c0135ee80b4d11769b
1
roles/munin-node
7,252
[ "no_license" ]
[ { "path": "roles/munin-node/defaults/main.yml", "content": "---\n\nmunin_node_port: 4949\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/munin-node/tasks/main.yml", "content": "---\n\n- name: Munin-Node package present\n apt: pkg={{ it...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2007, "all_permissive": false }
ansible_role
plone/plone.com.ansible
2d4384fd67fe8162d03879c0135ee80b4d11769b
1
roles/nginx
7,252
[ "no_license" ]
[ { "path": "roles/nginx/templates/default.conf.j2", "content": "server {\n listen {{ listen_on | default(\"80 default_server\") }};\n server_name {{ server_hostname }};\n client_max_body_size 20M;\n\n location / {\n if ($http_x_forwarded_proto = \"https\") {\n rewrite ^/(.*)$ /VirtualHostBase/h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1062, "all_permissive": false }
ansible_role
plone/plone.com.ansible
2d4384fd67fe8162d03879c0135ee80b4d11769b
1
roles/plone_server
7,252
[ "no_license" ]
[ { "path": "roles/plone_server/defaults/main.yml", "content": "---\n\nbase_dir: '/usr/local/plone'\npython_version: '2.7'\ninstance_name: 'zeocluster'\nrun_buildout: False\nbuildout_repo: https://github.com/smcmahon/test_buildout.git", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2199, "all_permissive": false }
ansible_role
plone/plone.com.ansible
2d4384fd67fe8162d03879c0135ee80b4d11769b
1
roles/postfix
7,252
[ "no_license" ]
[ { "path": "roles/postfix/handlers/main.yml", "content": "---\n\n- name: new aliases\n shell: newaliases\n sudo: yes\n\n- name: reload postfix\n shell: postfix reload\n sudo: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/postfix/tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 337, "all_permissive": false }
ansible_role
plone/plone.com.ansible
2d4384fd67fe8162d03879c0135ee80b4d11769b
1
roles/rsyncd
7,252
[ "no_license" ]
[ { "path": "roles/rsyncd/handlers/main.yml", "content": "---\n\n- name: restart rsyncd\n command: service rsync restart", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/rsyncd/tasks/main.yml", "content": "---\n\n- name: Enable rsyncd\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 856, "all_permissive": false }
ansible_role
plone/plone.com.ansible
2d4384fd67fe8162d03879c0135ee80b4d11769b
1
roles/varnish
7,252
[ "no_license" ]
[ { "path": "roles/varnish/templates/default.vcl.j2", "content": "backend default {\n\t.host = \"127.0.0.1\";\n\t.port = \"{{ backend_port | default(8080) }}\";\n}\n\nacl purge {\n\t\"localhost\";\n}\n\nsub vcl_recv {\n\n # let's not deal with the registration form\n if (req.url ~ \"^/register-external-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3933, "all_permissive": false }
ansible_role
hlinander/nhansible
e5ec59293479cae3154c89e3b38966e83b706b8f
0
roles/mysql
7,252
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install basic build tools\n apt:\n name: \n - build-essential\n - automake\n - bison\n - flex\n - libncurses5-dev\n - libncursesw5-dev\n - git\n - alsa-utils\n update_cache: yes\n cache_valid_time: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2599, "all_permissive": false }
ansible_role
fred-13/Linux_professional_practice
32987add4c6eb64fc883925c9d121b432979ca22
0
logging/roles/log
7,252
[ "no_license" ]
[ { "path": "logging/roles/log/tasks/main.yml", "content": "---\n\n# Packages\n\n- name: repo=elastic was added\n copy: src=elastic.repo dest=/etc/yum.repos.d/elastic.repo\n\n- name: Install packages ELK stack\n yum: pkg={{ item }} state=latest\n with_items:\n - java-1.8.0-openjdk\n - elasticsearch\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3288, "all_permissive": false }
ansible_role
fred-13/Linux_professional_practice
32987add4c6eb64fc883925c9d121b432979ca22
0
logging/roles/web
7,252
[ "no_license" ]
[ { "path": "logging/roles/web/tasks/main.yml", "content": "---\n\n- name: Add nginx repo\n copy: src=nginx.repo dest=/etc/yum.repos.d/\n\n- name: Install packages\n yum: pkg={{ item }} state=latest\n with_items:\n - nginx\n - httpd-tools\n\n- name: ensure nginx is running and enabled\n service: nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2001, "all_permissive": false }
ansible_role
fred-13/Linux_professional_practice
32987add4c6eb64fc883925c9d121b432979ca22
0
postgresql/roles/postgres11-slave
7,252
[ "no_license" ]
[ { "path": "postgresql/roles/postgres11-slave/tasks/main.yml", "content": "---\n- name: coping pgpass file on host for connection without password\n template:\n src: templates/.pgpass\n dest: /root/.pgpass\n mode: 0600\n register: input_pgpass\n\n- name: wipe the data directory on standby and make...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 932, "all_permissive": false }
ansible_role
fred-13/Linux_professional_practice
32987add4c6eb64fc883925c9d121b432979ca22
0
vpn/roles/tuntap
7,252
[ "no_license" ]
[ { "path": "vpn/roles/tuntap/tasks/main.yml", "content": "---\n\n - name: Change policy and state of SELinux\n selinux:\n state: disabled\n\n - include_tasks: sysctl.yml\n\n - name: Install epel-release\n yum:\n name: epel-release\n state: latest\n\n - name: Install the necessary uti...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1874, "all_permissive": false }
ansible_role
SpicyKalamares/CPE232_HOA15
edafb82984dce77cd4666c5c12808915985060a2
0
roles/centos
7,252
[ "no_license" ]
[ { "path": "roles/centos/tasks/main.yml", "content": "---\n- name: Install OpenStack Neutron OpenvSwitch\n yum:\n name: openstack-neutron-openvswitch\n state: present\n\n- name: Configure Networking Common Component\n become: true\n blockinfile:\n path: /etc/neutron/neutron.conf\n marker: \"# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5165, "all_permissive": false }
ansible_role
rzfeeser/2021-05-10-mans
7aab1a85b26b5713430f8cda2ccba7507cadd5b7
0
ans/ansible/ansible_collections/acmeinc/middleware/roles/linux-prechecks
7,252
[ "no_license" ]
[ { "path": "ans/ansible/ansible_collections/acmeinc/middleware/roles/linux-prechecks/tasks/setup-ubuntu-18.yml", "content": "---\n# a series of asserts which ensure our state modifications of our ubuntu platform will be successful\n- name: Precheck - check for total memory on platform\n assert:\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 716, "all_permissive": false }
ansible_role
rzfeeser/2021-05-10-mans
7aab1a85b26b5713430f8cda2ccba7507cadd5b7
0
ans/roles/linux-prechecks
7,252
[ "no_license" ]
[ { "path": "ans/roles/linux-prechecks/tasks/main.yml", "content": "---\n# tasks file for linux-prechecks\n# platforms that you might automate against\n# EL7, EL8, AIX, SOLARIS, CENTOS, UBUNTU 18\n\n# prechecks on RHEL\n- include_tasks: setup-redhat-7.yml\n when: ansible_os_family == 'RedHat' and ansible_dis...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1028, "all_permissive": false }
ansible_role
ipspace-netautomationlab/net-automation-lab
b9dbee3339fd7ee0d5a438d8d056cdbafb305ece
0
ansible/roles/fabric
7,252
[ "no_license" ]
[ { "path": "ansible/roles/fabric/templates/report_ipaddr.j2", "content": "<!DOCTYPE html>\n<html>\n<head>\n <title>IP address list report</title>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <style type=\"text/css\"> @import url(css/bootstrap.min...
{ "task_files": 16, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 28, "total_bytes": 12636, "all_permissive": false }
ansible_role
ipspace-netautomationlab/net-automation-lab
b9dbee3339fd7ee0d5a438d8d056cdbafb305ece
0
ansible/roles/switch-leaf
7,252
[ "no_license" ]
[ { "path": "ansible/roles/switch-leaf/templates/config.j2", "content": "hostname {{ generic_global_params.hostname }}\n!\n{% for item in global_features %}\nfeature {{ item.name }}\n{% endfor %}\n!\ncfs eth distribute\nnv overlay evpn\n!\nhardware access-list tcam region ifacl {{ generic_global_params.tcam_a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 14725, "all_permissive": false }
ansible_role
ipspace-netautomationlab/net-automation-lab
b9dbee3339fd7ee0d5a438d8d056cdbafb305ece
0
ansible/roles/switch-spine
7,252
[ "no_license" ]
[ { "path": "ansible/roles/switch-spine/templates/anycast_rp.j2", "content": "!\n{% for rp in pim_global_params.anycastrp %}\nip pim anycast-rp {{ generic_global_params.loopback_net | ipaddr('net') | ipaddr(pim_global_params.rp_id*3+2) | ipaddr('address') | ipv4 }} {{ generic_global_params.loopback_net | ipa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2566, "all_permissive": false }
ansible_role
osalek/hackaton_aws
001130d3f545ae0f3bb9f0eeff7d9264e3f95b87
0
roles/aws_asg_hostname
7,252
[ "no_license" ]
[ { "path": "roles/aws_asg_hostname/templates/hostname.sh.j2", "content": "prefix=\"{{ aws_asg_hostname_prefix }}\"\ndomain=\"{{ aws_asg_hostname_domain }}\"\n\nfor i in {1..3}\n do\n exist_domain=`dig $prefix$i.$domain +short`\n\n if [ -z \"$exist_domain\" ]\n then\n set_fqdn=\"$prefix$i.$domain...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1571, "all_permissive": false }
ansible_role
osalek/hackaton_aws
001130d3f545ae0f3bb9f0eeff7d9264e3f95b87
0
roles/cloudmccloud-list
7,252
[ "no_license" ]
[ { "path": "roles/cloudmccloud-list/README.md", "content": "Cloudmccloud-list\n=================\n\nThis role helps to add cloudmccloud repository list.\n\nRequirements\n------------\n\nThis role requires ansible 1.4 or higher.\n\nRole Variables\n--------------\n\nNone\n\nDependencies\n------------\n\nNone\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1380, "all_permissive": false }
ansible_role
osalek/hackaton_aws
001130d3f545ae0f3bb9f0eeff7d9264e3f95b87
0
roles/dotdeb-list
7,252
[ "no_license" ]
[ { "path": "roles/dotdeb-list/README.md", "content": "Dotdeb-list\n===========\n\nThis role helps to add dotdeb repository list.\n\nRequirements\n------------\n\nThis role requires ansible 1.4 or higher.\n\nRole Variables\n--------------\n\nNone\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1725, "all_permissive": false }
ansible_role
osalek/hackaton_aws
001130d3f545ae0f3bb9f0eeff7d9264e3f95b87
0
roles/mongodb
7,252
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/install_3.2.yml", "content": "---\n- name: add mongodb-10gen repository\n template: >\n src=mongodb.list.j2\n dest=/etc/apt/sources.list.d/mongodb.list\n\n- name: add mongodb-10gen repository key\n command: >\n apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 -...
{ "task_files": 14, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 22, "total_bytes": 17476, "all_permissive": false }
ansible_role
osalek/hackaton_aws
001130d3f545ae0f3bb9f0eeff7d9264e3f95b87
0
roles/mongos
7,252
[ "no_license" ]
[ { "path": "roles/mongos/tasks/install_2.4.yml", "content": "---\n- name: add mongodb-10gen repository\n copy: >\n src=mongodb.list\n dest=/etc/apt/sources.list.d/mongodb.list\n \n- name: add mongodb-10gen repository key\n apt_key: >\n id=7F0CEB10\n url=http://docs.mongodb.org/10gen-gpg-key.as...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 15272, "all_permissive": false }
ansible_role
osalek/hackaton_aws
001130d3f545ae0f3bb9f0eeff7d9264e3f95b87
0
roles/nagios-nrpe
7,252
[ "no_license" ]
[ { "path": "roles/nagios-nrpe/files/plugins/check_photomon", "content": "#!/bin/bash\n\nCHECK=`ps ax|grep zeophotomon|grep -v \"grep\"`\n\nif [[ $CHECK == 0 ]]; then\n SC=\"Photomon Daemon is DOWN\"\n EX=2\n else\n SC=\"Photomon Daemon is UP\"\n EX=0\nfi\n\necho \"$SC\"\nexit $...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 11798, "all_permissive": false }
ansible_role
osalek/hackaton_aws
001130d3f545ae0f3bb9f0eeff7d9264e3f95b87
0
roles/nagios3
7,252
[ "no_license" ]
[ { "path": "roles/nagios3/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: install and configure nagios3 server\n company: ZEO Alliance\n license: BSD\n min_ansible_version: 1.4\n platforms:\n - name: Debian\n versions:\n - jessie\n - squeeze\n - wheezy\n cate...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 21, "total_bytes": 58458, "all_permissive": false }
ansible_role
osalek/hackaton_aws
001130d3f545ae0f3bb9f0eeff7d9264e3f95b87
0
roles/nginx
7,252
[ "no_license" ]
[ { "path": "roles/nginx/tasks/maps.yml", "content": "---\n- name: create maps directory\n file: >\n path=/etc/nginx/maps\n state=directory\n with_items: '{{ nginx_maps }}'\n when: nginx_maps|default(None) != None\n\n- name: copy maps\n copy: >\n src=maps/{{ item }}\n dest=/etc/nginx/maps\n w...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 12057, "all_permissive": false }
ansible_role
osalek/hackaton_aws
001130d3f545ae0f3bb9f0eeff7d9264e3f95b87
0
roles/php5-fpm
7,252
[ "no_license" ]
[ { "path": "roles/php5-fpm/tasks/pools.yml", "content": "---\n- name: add pool configuration file(s)\n template: >\n src=pool.conf.j2\n dest=/etc/php5/fpm/pool.d/{{ item.name }}.conf\n with_items: \"{{ php_fpm_pools }}\"\n when: item.state|default('present') == 'present'\n notify:\n - reload php...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 16644, "all_permissive": false }
ansible_role
osalek/hackaton_aws
001130d3f545ae0f3bb9f0eeff7d9264e3f95b87
0
roles/ulimit
7,252
[ "no_license" ]
[ { "path": "roles/ulimit/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: configure ulimit\n company: ZEO Alliance\n license: BSD\n min_ansible_version: 1.4\n platforms:\n - name: Debian\n versions:\n - jessie\n - squeeze\n - wheezy\n categories:\n - system\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1366, "all_permissive": false }
ansible_role
nehakloudrac/GPS
33bc3d1efed4a8532502ab7a93ab68d50b81b208
0
ansible/roles/elasticsearch
7,252
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/handlers/main.yml", "content": "- name: \"restart elasticsearch\"\n command: \"service elasticsearch restart\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "ansible/roles/elasticsearch/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 894, "all_permissive": false }
ansible_role
nehakloudrac/GPS
33bc3d1efed4a8532502ab7a93ab68d50b81b208
0
ansible/roles/mongodb
7,252
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/tasks/main.yml", "content": "- name: install mongodb\n apt: pkg=mongodb-server\n notify:\n - restart mongo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/roles/mongodb/handlers/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 141, "all_permissive": false }
ansible_role
nehakloudrac/GPS
33bc3d1efed4a8532502ab7a93ab68d50b81b208
0
ansible/roles/nginx
7,252
[ "no_license" ]
[ { "path": "ansible/roles/nginx/defaults/main.yml", "content": "nginx_config_file: roles/nginx/files/nginx.conf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: \"install nginx\"\n apt: pk...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 482, "all_permissive": false }
ansible_role
nehakloudrac/GPS
33bc3d1efed4a8532502ab7a93ab68d50b81b208
0
ansible/roles/node
7,252
[ "no_license" ]
[ { "path": "ansible/roles/node/tasks/main.yml", "content": "- name: access modern nodejs repository\n apt_repository: repo=ppa:chris-lea/node.js\n register: nodejs_repo\n\n- name: update apt cache for nodejs repo\n apt: update_cache=yes\n when: nodejs_repo.changed\n\n- name: install node\n apt: pkg={{it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 414, "all_permissive": false }
ansible_role
nehakloudrac/GPS
33bc3d1efed4a8532502ab7a93ab68d50b81b208
0
ansible/roles/php-fpm
7,252
[ "no_license" ]
[ { "path": "ansible/roles/php-fpm/tasks/main.yml", "content": "- name: install php5-fpm\n apt: pkg=php5-fpm\n\n- name: copy fpm config\n copy: src={{php_fpm_config_file}} dest=/etc/php5/fpm/php-fpm.conf\n\n- name: copy fpm pool config\n copy: src={{php_fpm_pool_config_file}} dest=/etc/php5/fpm/pool.d/www....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 674, "all_permissive": false }
ansible_role
nehakloudrac/GPS
33bc3d1efed4a8532502ab7a93ab68d50b81b208
0
ansible/roles/redis
7,252
[ "no_license" ]
[ { "path": "ansible/roles/redis/handlers/main.yml", "content": "- name: \"restart redis\"\n command: \"service redis-server restart\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "ansible/roles/redis/tasks/main.yml", "content": "- name: ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 244, "all_permissive": false }
ansible_role
nehakloudrac/GPS
33bc3d1efed4a8532502ab7a93ab68d50b81b208
0
ansible/roles/symfony-web
7,252
[ "no_license" ]
[ { "path": "ansible/roles/symfony-web/templates/nginx.j2", "content": "upstream phpfcgi {\n server unix:/var/run/php5-fpm.sock;\n}\nserver {\n listen 80;\n\n server_name {{symfony_nginx_server_name}};\n root {{symfony_nginx_web_root}};\n\n error_log /var/log/nginx/{{symfony_nginx_server_name}}.e...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3644, "all_permissive": false }
ansible_role
mili-sucevic/acg-ansible-intro
9e7cfb00b9c1a3d0ac4a84e70eaa99574e62a2d2
0
ansible-roles/roles/loadbalancers
7,252
[ "no_license" ]
[ { "path": "ansible-roles/roles/loadbalancers/tasks/main.yml", "content": "---\n# tasks file for roles/loadbalancers\n- name: Creating template\n template:\n src: ../files/lb-config.j2\n dest: /etc/httpd/conf.d/lb.conf\n owner: bin\n group: wheel\n mode: 064\n notify: restart apache\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 333, "all_permissive": false }
ansible_role
mili-sucevic/acg-ansible-intro
9e7cfb00b9c1a3d0ac4a84e70eaa99574e62a2d2
0
roles/common
7,252
[ "no_license" ]
[ { "path": "roles/common/tasks/users.yml", "content": "---\n- name: Ensure groups exist\n group:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"{{ users | map(attribute='groups') | flatten | unique }}\"\n\n- name: Create user accounts\n user:\n name: \"{{ item.username }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 913, "all_permissive": false }
ansible_role
linhkikuchi/ansible-jenkins-ruby
823ec7a8a6642814a7589b32f4c1b46716ce2252
0
roles/jenkins
7,252
[ "no_license" ]
[ { "path": "roles/jenkins/vars/main.yml", "content": "---\njenkins_init_file: /etc/sysconfig/jenkins\njenkins_config_file: /var/lib/jenkins/config.xml\nproxy_env:\n http_proxy: http://proxy:port_no\n https_proxy: http://proxy:port_no\njenkins_home: /var/lib/jenkins\njenkins_http_port: 8080\n# jenkins_jar_l...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5578, "all_permissive": false }
ansible_role
linhkikuchi/ansible-jenkins-ruby
823ec7a8a6642814a7589b32f4c1b46716ce2252
0
roles/rbenv
7,252
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/rbenv-dependency.yml", "content": "- name: Installs ruby building dependencies\n yum: name={{ item }} state=installed\n with_items: \n - autoconf\n - automake\n - make\n - bison\n - bzip2\n - gcc\n - gcc-c++\n #- libssl-dev\n #- libyaml-dev\n #- l...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1551, "all_permissive": false }
ansible_role
linhkikuchi/ansible-jenkins-ruby
823ec7a8a6642814a7589b32f4c1b46716ce2252
0
roles/ruby
7,252
[ "no_license" ]
[ { "path": "roles/ruby/vars/main.yml", "content": "version: 2.2.2\nproxy_for_rbenv: http_proxy=proxy:port_no https_proxy=proxy_port_no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/ruby/tasks/main.yml", "content": "# Installing require...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 780, "all_permissive": false }
ansible_role
Gnaz96/Altschool-cloud-exercises
f5465f71c660eb462294ddba33641478487cc45d
0
examproject/roles/deploy
7,257
[ "no_license" ]
[ { "path": "examproject/roles/deploy/tasks/main.yml", "content": "---\n# tasks file for deploy\n\n- name: Set up .env file\n template:\n src: .env.j2\n dest: \"{{ remote_www_root }}/{{ app_root_dir }}/.env\"\n\n- name: Installing Laravel dependencies\n composer:\n command: install\n working_dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1117, "all_permissive": false }
ansible_role
Gnaz96/Altschool-cloud-exercises
f5465f71c660eb462294ddba33641478487cc45d
0
examproject/roles/setup
7,257
[ "no_license" ]
[ { "path": "examproject/roles/setup/tasks/main.yml", "content": "---\n# tasks file for setup\n\n- name: update slave server\n command: apt update\n\n- name: install git and git dependencies\n apt:\n name: git\n state: present\n\n- name: print git version\n debug:\n msg: \"The current version of g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1104, "all_permissive": false }
ansible_role
SudhakarAnemu/Cloud-DevOps-SRE
dd977b1dcd6c05942038143cb21bb0e69f972792
1
DevOps/Ansible/ansible-handler/roles/handlers
7,257
[ "no_license" ]
[ { "path": "DevOps/Ansible/ansible-handler/roles/handlers/tasks/main.yml", "content": "---\n- name: Update apt cache and install Nginx\n ansible.builtin.apt:\n name: nginx\n update_cache: true\n\n- name: Copy index.html\n ansible.builtin.template:\n src: index.html\n dest: /var/www/html/index.n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
MattSecaur/mattlab-server-build-v1
bfa9d02019b0bf889af2be44c9733d15541bc617
0
roles/r0-create-dynamic-inventory
7,257
[ "no_license" ]
[ { "path": "roles/r0-create-dynamic-inventory/tasks/main.yml", "content": "---\n# tasks file for r1-create-dynamic-inventory\n## Configure a custom inventory based on the pnq dell servers \n## selected in Tower\n\n## Hypervisor - Dell server - Inventory\n- name: add the hypervisor host and the server group\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 702, "all_permissive": false }
ansible_role
MattSecaur/mattlab-server-build-v1
bfa9d02019b0bf889af2be44c9733d15541bc617
0
roles/r1-virt-network
7,257
[ "no_license" ]
[ { "path": "roles/r1-virt-network/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - r0-virt-network", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/r1-virt-network/vars/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1567, "all_permissive": false }
ansible_role
MattSecaur/mattlab-server-build-v1
bfa9d02019b0bf889af2be44c9733d15541bc617
0
roles/r2-create-nodes
7,257
[ "no_license" ]
[ { "path": "roles/r2-create-nodes/handlers/main.yml", "content": "---\n# handlers file for r2-nodes-cloud-init\n- name: restart firewalld\n systemd:\n state: restarted\n daemon_reload: yes\n name: firewalld", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 9654, "all_permissive": false }
ansible_role
Infinity666/ansible-ffrgb
0484e916932dd76b398a04bbfc7365b40119188a
0
roles/acertmgr
7,257
[ "no_license" ]
[ { "path": "roles/acertmgr/templates/acertmgr.conf.j2", "content": "---\n\nmode: {{ acertmgr_mode }}\nwebdir: /var/www/acme-challenge/\nauthority_tos_agreement: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/acertmgr/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 987, "all_permissive": false }
ansible_role
Infinity666/ansible-ffrgb
0484e916932dd76b398a04bbfc7365b40119188a
0
roles/apt
7,257
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "---\n\n- name: Configure apt not to install recommends packages\n copy: src=apt-recommends.conf dest=/etc/apt/apt.conf.d/40recommends\n\n- name: Install apt related tools\n apt:\n name:\n - apt-transport-https\n - debian-goodies\n - lsof\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
Infinity666/ansible-ffrgb
0484e916932dd76b398a04bbfc7365b40119188a
0
roles/common
7,257
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n\n- name: Restart journald\n service: name=systemd-journald state=restarted\n\n- name: update-initramfs\n command: update-initramfs -u -k all\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1919, "all_permissive": false }
ansible_role
Infinity666/ansible-ffrgb
0484e916932dd76b398a04bbfc7365b40119188a
0
roles/dns_auth
7,257
[ "no_license" ]
[ { "path": "roles/dns_auth/templates/pdns.conf.j2", "content": "#################################\n# allow-axfr-ips\tAllow zonetransfers only to these subnets\n#\n# allow-axfr-ips=127.0.0.0/8,::1\nallow-axfr-ips=127.0.0.1,::1,{{ dns_slaves | join(',') }}\n\n#################################\n# dname-processi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1456, "all_permissive": false }
ansible_role
Infinity666/ansible-ffrgb
0484e916932dd76b398a04bbfc7365b40119188a
0
roles/dns_resolver
7,257
[ "no_license" ]
[ { "path": "roles/dns_resolver/meta/main.yml", "content": "---\n\ndependencies:\n- { role: acertmgr }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/dns_resolver/templates/dnsdist.conf.j2", "content": "-- {{ ansible_managed }}\n\nsetLoc...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2623, "all_permissive": false }
ansible_role
Infinity666/ansible-ffrgb
0484e916932dd76b398a04bbfc7365b40119188a
0
roles/dns_split
7,257
[ "no_license" ]
[ { "path": "roles/dns_split/tasks/main.yml", "content": "---\n\n- name: Enable powerdns apt-key\n apt_key: url='https://repo.powerdns.com/<KEY>.asc'\n\n- name: Enable powerdns repository\n apt_repository: repo='deb http://repo.powerdns.com/debian buster-dnsdist-15 main'\n\n- name: Install powerdns\n apt:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2498, "all_permissive": false }
ansible_role
Infinity666/ansible-ffrgb
0484e916932dd76b398a04bbfc7365b40119188a
0
roles/docker
7,257
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Enable docker apt-key\n apt_key: url='https://download.docker.com/linux/debian/gpg'\n\n- name: Enable docker repository\n apt_repository:\n repo: 'deb https://download.docker.com/linux/debian buster stable'\n filename: docker\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
Infinity666/ansible-ffrgb
0484e916932dd76b398a04bbfc7365b40119188a
0
roles/exit_ip
7,257
[ "no_license" ]
[ { "path": "roles/exit_ip/tasks/main.yml", "content": "---\n\n- name: Install iptables-persistent\n apt: name=iptables-persistent\n\n- name: Enable IPv4 routing (globally)\n sysctl: name=net.ipv4.ip_forward value=1 state=present\n\n- name: Enable IPv4 routing (primary interface)\n sysctl: name=net.ipv4.co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 861, "all_permissive": false }
ansible_role
Infinity666/ansible-ffrgb
0484e916932dd76b398a04bbfc7365b40119188a
0
roles/grafana
7,257
[ "no_license" ]
[ { "path": "roles/grafana/defaults/main.yml", "content": "---\n\ngrafana_rendering: False\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/grafana/tasks/main.yml", "content": "---\n\n- name: Enable grafana apt-key\n apt_key: url='https:/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 708, "all_permissive": false }
ansible_role
Infinity666/ansible-ffrgb
0484e916932dd76b398a04bbfc7365b40119188a
0
roles/influxdb
7,257
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yml", "content": "---\n\n- name: Enable influxdb apt-key\n apt_key: url='https://repos.influxdata.com/influxdb.key'\n\n- name: Enable influxdb repository\n apt_repository: repo='deb https://repos.influxdata.com/debian buster stable'\n\n- name: Install influxdb\n apt: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
Infinity666/ansible-ffrgb
0484e916932dd76b398a04bbfc7365b40119188a
0
roles/interfaces
7,257
[ "no_license" ]
[ { "path": "roles/interfaces/tasks/main.yml", "content": "---\n\n- name: Install dependencies\n apt:\n name:\n - bridge-utils\n - python-pkg-resources\n\n# work-around to get a version new enough not to screw up forwarding setting on all interfaces\n- name: Install ifupdown2\n apt: deb=http://ftp....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1953, "all_permissive": false }
ansible_role
Infinity666/ansible-ffrgb
0484e916932dd76b398a04bbfc7365b40119188a
0
roles/mesh_wg
7,257
[ "no_license" ]
[ { "path": "roles/mesh_wg/templates/mesh_wg.conf.j2", "content": "# {{ ansible_managed }}\n\n# vx-{{ site_code }}\nauto vx-{{ site_code }}\niface vx-{{ site_code }}\n\t#vxlan-id\t{{ vx_wg_vni }}\n\t#vxlan-local-tunnelip6\tfe80::{{ gateway_id }}\n\t#vxlan-physdev\twg-ffrgb_tst\n\tpre-up\t\tip -6 link add vx-{...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1687, "all_permissive": false }
ansible_role
Infinity666/ansible-ffrgb
0484e916932dd76b398a04bbfc7365b40119188a
0
roles/netbox
7,257
[ "no_license" ]
[ { "path": "roles/netbox/defaults/main.yml", "content": "---\n\nnetbox_group: netbox\nnetbox_user: netbox\nnetbox_version: 2.8.7\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/netbox/tasks/main.yml", "content": "---\n\n- name: Create gr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3913, "all_permissive": false }
ansible_role
Infinity666/ansible-ffrgb
0484e916932dd76b398a04bbfc7365b40119188a
0
roles/nginx
7,257
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "user www-data;\nworker_processes auto;\npid /run/nginx.pid;\ninclude /etc/nginx/modules-enabled/*.conf;\n\nevents {\n\tworker_connections 768;\n\t# multi_accept on;\n}\n\nhttp {\n\n\t##\n\t# Basic Settings\n\t##\n\n\tsendfile on;\n\ttcp_nopush on;...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3452, "all_permissive": false }