diff --git a/host_vars/vpn02.yml b/host_vars/vpn02.yml deleted file mode 100644 index 15be34b..0000000 --- a/host_vars/vpn02.yml +++ /dev/null @@ -1,17 +0,0 @@ -ansible_host: 5.9.220.115 -ansible_port: 22 -ansible_ssh_user: root -ansible_python_interpreter: /usr/bin/python3 - -network: - ff_v4_address: 10.188.32.5 - ff_v6_address: 2a03:2260:121:5000::5 -dhcp: - ff_subnet: 10.188.32.0 - ff_netmask: 255.255.224.0 - range_start: 10.188.40.0 - range_end: 10.188.47.255 - mtu: 1312 -tunneldigger: - td_port: 53842 - td_wan_interface: ens18 \ No newline at end of file diff --git a/roles/21-unifi/tasks/main.yml b/roles/21-unifi/tasks/main.yml deleted file mode 100644 index 8950b1b..0000000 --- a/roles/21-unifi/tasks/main.yml +++ /dev/null @@ -1,37 +0,0 @@ ---- -- name: Install Packages for Unifi APT - ansible.builtin.apt: - name: - - ca-certificates - - apt-transport-https - state: latest - update_cache: yes - -- name: Add MongoDB GPG Key - ansible.builtin.get_url: - url: https://www.mongodb.org/static/pgp/server-3.0.asc - dest: /etc/apt/keyrings/mongodb-3.0.asc - -- name: Add Unifi GPG Key - ansible.builtin.get_url: - url: https://dl.ui.com/unifi/unifi-repo.gpg - dest: /etc/apt/trusted.gpg.d/unifi-repo.gpg - -- name: Add MongoDB repository into sources list using specified filename - ansible.builtin.apt_repository: - repo: "deb [trusted=yes] http://repo.mongodb.org/apt/ubuntu precise/mongodb-org/3.0 multiverse" - state: present - filename: mongodb - -- name: Add Unifi repository into sources list using specified filename - ansible.builtin.apt_repository: - repo: deb https://www.ui.com/downloads/unifi/debian stable ubiquiti - state: present - filename: unifi - -- name: Install Unifi via APT - ansible.builtin.apt: - name: - - unifi - state: latest - update_cache: yes \ No newline at end of file diff --git a/system-setup-unifi.yml b/system-setup-unifi.yml deleted file mode 100644 index e3007f2..0000000 --- a/system-setup-unifi.yml +++ /dev/null @@ -1,11 +0,0 @@ -# ansible-playbook -i hosts.yml system-setup-unifi.yml -- name: System preperation - hosts: service_server - roles: - #- 00-ubuntu-basic - - 21-install-oitc - -- name: Unifi Setup - hosts: unifi - roles: - - 21-unifi \ No newline at end of file