v0.1
This commit is contained in:
52
inventory-example/group_vars/changed_server.yaml
Normal file
52
inventory-example/group_vars/changed_server.yaml
Normal file
@@ -0,0 +1,52 @@
|
||||
ansible_user: < >
|
||||
ansible_port: < >
|
||||
ansible_ssh_private_key_file: < >
|
||||
ansible_connection: < >
|
||||
|
||||
allowed_ip: < >
|
||||
postgres_exporter_ip: < >
|
||||
|
||||
host_domain: < >
|
||||
host_ip: < >
|
||||
|
||||
main_user: < >
|
||||
main_user_ssh_key: < >
|
||||
|
||||
|
||||
|
||||
db_version: < >
|
||||
db_user: < >
|
||||
db_name: < >
|
||||
db_password: < >
|
||||
|
||||
ports: < >
|
||||
main_ssh_port: < >
|
||||
port: < >
|
||||
proto: < >
|
||||
https: < >
|
||||
port: < >
|
||||
proto: < >
|
||||
http: < >
|
||||
port: < >
|
||||
proto: < >
|
||||
db_port: < >
|
||||
port: < >
|
||||
proto: < >
|
||||
|
||||
|
||||
docker_networks: < >
|
||||
nginx_net: < >
|
||||
subnet: < >
|
||||
gateway: < >
|
||||
cicd_net: < >
|
||||
subnet: < >
|
||||
gateway: < >
|
||||
monitoring_net: < >
|
||||
subnet: < >
|
||||
gateway: < >
|
||||
test_net: < >
|
||||
subnet: < >
|
||||
gateway: < >
|
||||
prod_net: < >
|
||||
subnet: < >
|
||||
gateway: < >
|
37
inventory-example/group_vars/new_server.yaml
Normal file
37
inventory-example/group_vars/new_server.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
ansible_user: < >
|
||||
ansible_ssh_pass: < >
|
||||
|
||||
host_domain: < >
|
||||
host_ip: < >
|
||||
|
||||
ports: < >
|
||||
main_ssh_port: < >
|
||||
port: < >
|
||||
proto: < >
|
||||
https: < >
|
||||
port: < >
|
||||
proto: < >
|
||||
http: < >
|
||||
port: < >
|
||||
proto: < >
|
||||
db_port: < >
|
||||
port: < >
|
||||
proto: < >
|
||||
|
||||
server_groups: < >
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
main_user: < >
|
||||
user_password: < >
|
||||
main_user_ssh_key: < >
|
||||
|
||||
|
||||
|
||||
db_version: < >
|
||||
db_user: < >
|
||||
db_name: < >
|
||||
db_password: < >
|
||||
allowed_db_ip: < >
|
Reference in New Issue
Block a user