myserver:Debian Web服务器部署

时间:2024-05-24 15:53:54
【文件属性】:

文件名称:myserver:Debian Web服务器部署

文件大小:21KB

文件格式:ZIP

更新时间:2024-05-24 15:53:54

HTML

我的服务器 和Debian Web服务器部署 初始设置 在清单文件hosts.ini列出目标服务器 将您的SSH密钥复制到目标服务器。 安装服务器后,请使用通过电子邮件收到的用户名和密码。 ssh-copy-id -i ~ /.ssh/id_rsa.pub < username> @ < hostname> 您应该能够无需密码即可连接到服务器 ssh < username> @ < hostname> 现在运行初始设置 ansible-playbook --user < provided> initial.yml 其他设置步骤 安装程序包和SSH密钥 ansible-playbook setup.yml 现在,您可以根据需要获取服务器公共RSA密钥: ssh krcg.org $ > cd ~ /.ssh $ > cat id_rsa.


【文件预览】:
myserver-master
----krcg-api-v1.yml(1KB)
----codex-beta.yml(455B)
----initial.yml(586B)
----yawp.yaml(290B)
----LICENSE(1KB)
----roles()
--------static-website()
--------setup-packages()
--------backend-website()
--------register-ssl()
--------create-ssh-key()
--------setup-base-user()
--------python-worker()
--------flask-backend()
----.yamllint(54B)
----krcg-bot.yml(944B)
----krcg-api-v2.yml(1KB)
----krcg-static.yml(286B)
----requirements.txt(30B)
----krcg-images.yml(226B)
----ansible.cfg(444B)
----.gitignore(71B)
----setup.yml(226B)
----Makefile(249B)
----README.md(2KB)
----hosts.ini(38B)
----codex.yml(603B)
----timer-bot.yml(913B)

网友评论