aurutils install working
This commit is contained in:
@ -4,6 +4,6 @@ ansible_fqdn: hv00.balsillie.house
|
||||
ansible_remote_addr: 10.192.110.100
|
||||
ansible_port: 22
|
||||
ansible_user: ladmin
|
||||
ansible_become_user: root
|
||||
ansible_become_method: sudo
|
||||
static_fqdn: hv00.balsillie.house
|
||||
# ansible_become_user: root
|
||||
ansible_become_method: ansible.builtin.sudo
|
||||
static_fqdn: hv00.balsillie.house
|
||||
|
@ -0,0 +1,5 @@
|
||||
aur_repo_packager_name: "Balsillie Family"
|
||||
aur_repo_packager_email: "admin@balsillie.net"
|
||||
aur_repo_dir: "/aur"
|
||||
|
||||
aur_repo_build_account: "aur-builder"
|
@ -1,2 +0,0 @@
|
||||
---
|
||||
ansible_host: hv00.balsillie.net
|
@ -2,7 +2,7 @@ nginx_sites:
|
||||
- name: tv.balsillie.house
|
||||
upstream:
|
||||
host: 127.0.0.1
|
||||
port: 8080
|
||||
port: 8989
|
||||
- name: movies.balsillie.house
|
||||
upstream:
|
||||
host: 127.0.0.1
|
||||
@ -24,4 +24,4 @@ nginx_sites:
|
||||
host: 127.0.0.1
|
||||
port: 8082
|
||||
|
||||
nginx_user: "http"
|
||||
nginx_user: "http"
|
||||
|
Reference in New Issue
Block a user