Update 'site.yml'
This commit is contained in:
parent
36277aefb8
commit
43c070a44e
14
site.yml
14
site.yml
|
@ -1,17 +1,5 @@
|
||||||
---
|
---
|
||||||
# This is the overall site playbook. It will ensure you're all set to go, performing all baseline
|
# This is the overall site playbook.
|
||||||
# configuration for the machines in the hosts file for ansible
|
|
||||||
|
|
||||||
# We're going to use LXC to do all of this, but just for the tests. You can really get away with
|
|
||||||
# using VirtualBox or physicals if you like. Make sure you change the remote user to whatever
|
|
||||||
# you're using as a user created at install time. LXC's default template creates an "ubuntu" user
|
|
||||||
# on all ubuntu machines.
|
|
||||||
#
|
|
||||||
# Our site will consist of two web servers, one DB server, one workstation, and localhost as the
|
|
||||||
# control station (With LXC's and ansible config).
|
|
||||||
#
|
|
||||||
# To ensure DNS resolution is working for your LXC containers, follow this doc: https://blog.carroarmato0.be/2013/11/24/dns-in-ubuntu-lxc/
|
|
||||||
# or, change the hosts file in this playbook to use IP's. You're choice.
|
|
||||||
|
|
||||||
- name: Baseline Configuration
|
- name: Baseline Configuration
|
||||||
hosts: all
|
hosts: all
|
||||||
|
|
Loading…
Reference in New Issue