additional renaming

This commit is contained in:
Radar231 2023-12-16 07:55:32 -05:00
parent 329e1cd658
commit 843b74183b
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# deploy-host playbook
# lxd-deploy playbook
## Introduction
@ -14,8 +14,8 @@ before finishing up with custom configurations for the specific target host.
This playbook can be run using the following command line;
ansible-playbook -i <inventory file | IP,> deploy-host.yml
ansible-playbook -i <inventory file | IP,> lxd-deploy.yml
ie,
ansible-playbook -i 192.168.1.123, deploy-host.yml
ansible-playbook -i 192.168.1.123, lxd-deploy.yml

View File

@ -3,9 +3,9 @@
#
# Playbook to deploy an LXD container as a new network host
#
# deploy_host.yml
# lxd-deploy.yml
#
# ansible-playbook -l <guest-host> -i lxdhost_inventory.yml deploy_host.yml
# ansible-playbook -l <guest-host> -i lxdhost_inventory.yml lxd-deploy.yml
#
# This playbook will first deploy a new LXD container. It will then use
# the lxd connection plugin to first do an initial network configuration
@ -45,7 +45,7 @@
- name:
debug:
msg: "deploy-host.yml playbook"
msg: "lxd-deploy.yml playbook"
roles:
- role: lxc_deploy