Merge "Remove trailing whitespace"
This commit is contained in:
commit
d50c76e332
@ -11,5 +11,5 @@ templatedir=$confdir/templates
|
|||||||
[master]
|
[master]
|
||||||
# These are needed when the puppetmaster is run by passenger
|
# These are needed when the puppetmaster is run by passenger
|
||||||
# and can safely be removed if webrick is used.
|
# and can safely be removed if webrick is used.
|
||||||
ssl_client_header = SSL_CLIENT_S_DN
|
ssl_client_header = SSL_CLIENT_S_DN
|
||||||
ssl_client_verify_header = SSL_CLIENT_VERIFY
|
ssl_client_verify_header = SSL_CLIENT_VERIFY
|
||||||
|
@ -11,6 +11,6 @@ templatedir=$confdir/templates
|
|||||||
[master]
|
[master]
|
||||||
# These are needed when the puppetmaster is run by passenger
|
# These are needed when the puppetmaster is run by passenger
|
||||||
# and can safely be removed if webrick is used.
|
# and can safely be removed if webrick is used.
|
||||||
ssl_client_header = SSL_CLIENT_S_DN
|
ssl_client_header = SSL_CLIENT_S_DN
|
||||||
ssl_client_verify_header = SSL_CLIENT_VERIFY
|
ssl_client_verify_header = SSL_CLIENT_VERIFY
|
||||||
autosign = true
|
autosign = true
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
- name: Install Puppetlabs repository deb package
|
- name: Install Puppetlabs repository deb package
|
||||||
apt: deb=/tmp/puppetlabs-release-{{ansible_distribution_release}}.deb
|
apt: deb=/tmp/puppetlabs-release-{{ansible_distribution_release}}.deb
|
||||||
|
|
||||||
- name: Update packages
|
- name: Update packages
|
||||||
apt: update_cache=yes
|
apt: update_cache=yes
|
||||||
|
|
||||||
- name: Install Puppet and other required packages
|
- name: Install Puppet and other required packages
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
- net-name: "{{ item.net_name }}"
|
- net-name: "{{ item.net_name }}"
|
||||||
security_groups: "{{ item.security_groups }}"
|
security_groups: "{{ item.security_groups }}"
|
||||||
auto_floating_ip: yes
|
auto_floating_ip: yes
|
||||||
meta:
|
meta:
|
||||||
group: infra
|
group: infra
|
||||||
infra_type: "{{ item.infra_type }}"
|
infra_type: "{{ item.infra_type }}"
|
||||||
with_items: infra_servers
|
with_items: infra_servers
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
# Set hostname and /etc/hosts
|
# Set hostname and /etc/hosts
|
||||||
# Inspired by:
|
# Inspired by:
|
||||||
# https://github.com/ansible/ansible/pull/8482)
|
# https://github.com/ansible/ansible/pull/8482)
|
||||||
# https://gist.github.com/rothgar/8793800
|
# https://gist.github.com/rothgar/8793800
|
||||||
- name: Set /etc/hostname
|
- name: Set /etc/hostname
|
||||||
hostname: name="{{ inventory_hostname.split('.', 1)[0] }}"
|
hostname: name="{{ inventory_hostname.split('.', 1)[0] }}"
|
||||||
|
|
||||||
# " lovely lonely double-quote for fixing vim highlighting
|
# " lovely lonely double-quote for fixing vim highlighting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user